Changed how ownership of mutexes are held. We never hold a mutex only a slot indicati...
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 186fbf3..bfcfcd2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,9 +28,7632 @@ not those that affect the (now decommissioned) cfgperl, or vmsperl,
 or any other branch.
 
 --------------
-Version v5.7.1         Development release working toward v5.8
+Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 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: 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.
+     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.
+     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 (the right fix for the ":layer(args)")
+     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: 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() myeteriously 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.
+     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
@@ -756,7 +8379,9 @@ ____________________________________________________________________________
           ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
 ____________________________________________________________________________
 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
-        Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
+        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>
@@ -4495,8 +12120,8 @@ ____________________________________________________________________________
              aren't "normally" visible inside eval""s contained in subs unless
              a cloned reference to them already exists)
              
-             strangely enough, t/harness did show this up as a failure (harness
-             needs fixing?)
+             strangely enough, t/harness didn't show this up as a failure
+             (harness needs fixing?)
      Branch: maint-5.6/perl
           ! t/op/eval.t
 ____________________________________________________________________________
@@ -5320,7 +12945,6 @@ ____________________________________________________________________________
           ! 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