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 7d9563a..bfcfcd2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,1293 @@ or any other branch.
 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
@@ -134,7 +1421,7 @@ ____________________________________________________________________________
           ! intrpvar.h
 ____________________________________________________________________________
 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
-        Log: Quench a -Wall gripe noticed by Robin Houston.
+        Log: Quench a -Wall gripe noticed by Robin Barker.
      Branch: perl
           ! op.c
 ____________________________________________________________________________