Change #12607 introduced a bug, seems like some MAGICAL SVs
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index ad68896..184436f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,5794 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 12604] By: jhi                                   on 2001/10/23  13:03:21
+        Log: Make the PerlIO_init() prototypes consistent.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 12603] By: jhi                                   on 2001/10/23  12:54:52
+        Log: Upping the test count is a good idea.
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 12602] By: jhi                                   on 2001/10/23  12:52:10
+        Log: Document the final sigma spot.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[ 12601] By: jhi                                   on 2001/10/23  12:26:12
+        Log: Fix multicharacter titlecase (ucfirst).
+     Branch: perl
+          ! pod/perlunicode.pod pp.c t/op/lc.t
+____________________________________________________________________________
+[ 12600] By: jhi                                   on 2001/10/23  11:47:19
+        Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
+             From: Mikhail Zabaluev <mhz@alt-linux.org>
+             Date: Tue, 23 Oct 2001 10:40:37 +0400
+             Message-ID: <20011023104037.A12761@localhost.localdomain>
+             
+             (#12406 replaced with this)
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 12599] By: jhi                                   on 2001/10/23  00:26:17
+        Log: MacOS Classic updates from Pudge.
+     Branch: perl
+          ! lib/File/Spec.t lib/File/Spec/Mac.pm
+____________________________________________________________________________
+[ 12598] By: jhi                                   on 2001/10/22  22:32:59
+        Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Sun, 14 Oct 2001 23:14:46 +0200
+             Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
+             
+             except for the 2->4 changes.
+     Branch: perl
+          ! lib/AutoSplit.t
+____________________________________________________________________________
+[ 12597] By: gsar                                  on 2001/10/22  22:02:50
+        Log: integrate macperl contents into maint-5.6
+     Branch: maint-5.6/perl
+          ! mg.c
+         !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
+         !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
+         !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
+         !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
+         !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
+         !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
+         !> t/lib/filefind.t t/lib/filespec.t
+____________________________________________________________________________
+[ 12596] By: jhi                                   on 2001/10/22  21:43:44
+        Log: At some point the #6234 has been lost from the mainline
+             (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
+     Branch: perl
+          ! lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 12595] By: jhi                                   on 2001/10/22  21:31:31
+        Log: Cygwin seems to round up (or closest, but not down)
+             for time(), so half of the time (bad pun intended)
+             Time::HiRes::time() is less than time(), half of
+             the time it's more.  So let's try harder in the loop.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 12594] By: jhi                                   on 2001/10/22  21:23:15
+        Log: MacOS Classic timeofday(), from Chris Nandor. 
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12593] By: jhi                                   on 2001/10/22  21:17:39
+        Log: Integrate changes #12580 and #12581 from macperl;
+             
+             Fix path construction.
+             
+             (Copyright) Nit.
+     Branch: perl
+         !> ext/DynaLoader/DynaLoader_pm.PL perl.c
+____________________________________________________________________________
+[ 12592] By: jhi                                   on 2001/10/22  21:00:18
+        Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
+             doesn't seem to help (the error being output to console, maybe?)
+     Branch: perl
+          ! lib/Net/Domain.pm
+____________________________________________________________________________
+[ 12591] By: jhi                                   on 2001/10/22  20:55:08
+        Log: Taint the getcwd() result also in Cygwin.
+             (TODO: which other platforms need the same thing?)
+     Branch: perl
+          ! cygwin/cygwin.c
+____________________________________________________________________________
+[ 12590] By: jhi                                   on 2001/10/22  20:27:47
+        Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 12589] By: jhi                                   on 2001/10/22  20:10:40
+        Log: getpwuid() fragility continues.
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 12588] By: jhi                                   on 2001/10/22  19:58:34
+        Log: getpwuid() might succeed but that's no guarantee
+             that the $home will be defined.
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 12587] By: jhi                                   on 2001/10/22  19:50:35
+        Log: It's safer to to expand the variable, too... (see #12571)
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12586] By: pudge                                 on 2001/10/22  19:42:04
+        Log: Integrate with maintperl.
+     Branch: maint-5.6/macperl
+         !> win32/bin/pl2bat.pl win32/win32.c
+____________________________________________________________________________
+[ 12585] By: pudge                                 on 2001/10/22  19:32:02
+        Log: Oops, forgot to include Win32 ... just as well, since it
+             seems in bleadperl, change #7764 was not included
+             (adding C:\temp).  Re-added.  Rip it back out if it
+             doesn't belong.  :-)
+     Branch: maint-5.6/macperl
+          ! lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 12584] By: jhi                                   on 2001/10/22  19:26:47
+        Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 22 Oct 2001 15:25:19 -0500
+             Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 12583] By: pudge                                 on 2001/10/22  19:26:00
+        Log: Add in lots of File::Spec changes, from Thomas Wegner,
+             and sync with changes from bleadperl.
+     Branch: maint-5.6/macperl
+          ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
+          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
+          ! lib/File/Spec/Win32.pm t/lib/filespec.t
+____________________________________________________________________________
+[ 12582] By: pudge                                 on 2001/10/22  19:23:28
+        Log: Sync with latest File::Find and tests from bleadperl.
+     Branch: maint-5.6/macperl
+          ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
+____________________________________________________________________________
+[ 12581] By: pudge                                 on 2001/10/22  19:22:12
+        Log: Nit.
+     Branch: maint-5.6/macperl
+          ! perl.c
+____________________________________________________________________________
+[ 12580] By: pudge                                 on 2001/10/22  19:21:37
+        Log: Fix path construction.
+     Branch: maint-5.6/macperl
+          ! ext/DynaLoader/DynaLoader_pm.PL
+____________________________________________________________________________
+[ 12579] By: nick                                  on 2001/10/22  19:08:35
+        Log: Integrate mainline (for Arthurs thread.xs fix)
+     Branch: perlio
+         !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
+____________________________________________________________________________
+[ 12578] By: pudge                                 on 2001/10/22  19:02:34
+        Log: Fix up exported symbols, move relevant docs
+             over from macperl.pod.
+     Branch: maint-5.6/macperl
+          ! macos/ext/MacPerl/MacPerl.pm
+____________________________________________________________________________
+[ 12577] By: pudge                                 on 2001/10/22  19:01:38
+        Log: Make ADDRESS called optionally as a method.
+     Branch: maint-5.6/macperl
+          ! macos/lib/Mac/Glue.pm
+____________________________________________________________________________
+[ 12576] By: pudge                                 on 2001/10/22  18:58:22
+        Log: Fix exit code (MacPerl bug #422129) and add Stop Script
+             Apple event.
+     Branch: maint-5.6/macperl
+          ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
+          ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
+          ! macos/macperl/MPTerminology.aete
+____________________________________________________________________________
+[ 12575] By: pudge                                 on 2001/10/22  18:56:34
+        Log: Clean up some build utilities. Change Entab to Duplicate;
+             fix docs and error reporting; improve macify() of paths;
+             remove requirement for Exporter.pm presence.
+     Branch: maint-5.6/macperl
+          ! macos/InstallBLIB macos/MacPerlTests.cmd
+          ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
+____________________________________________________________________________
+[ 12574] By: pudge                                 on 2001/10/22  18:53:28
+        Log: Sync Time::HiRes with bleadperl
+     Branch: maint-5.6/macperl
+          ! macos/bundled_ext/Time/HiRes/HiRes.pm
+          ! macos/bundled_ext/Time/HiRes/HiRes.t
+          ! macos/bundled_ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12573] By: pudge                                 on 2001/10/22  18:52:58
+        Log: Fix up Changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes
+____________________________________________________________________________
+[ 12572] By: jhi                                   on 2001/10/22  18:49:32
+        Log: A user might belong to only a single group
+             (the group equal to the group id).
+     Branch: perl
+          ! t/op/groups.t
+____________________________________________________________________________
+[ 12571] By: jhi                                   on 2001/10/22  18:36:46
+        Log: Prepending (instead of replacing with) the pwd is safer. 
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12570] By: jhi                                   on 2001/10/22  18:34:54
+        Log: Be more robust if no hostname or domainname
+             (especially the latter)
+     Branch: perl
+          ! lib/Net/Domain.pm
+____________________________________________________________________________
+[ 12569] By: sky                                   on 2001/10/22  17:41:07
+        Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12568] By: nick                                  on 2001/10/22  16:31:24
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/shared/Makefile.PL ext/threads/shared/README
+         +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+         +> ext/threads/shared/t/sv_refs.t
+         +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
+          - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
+          - lib/unicore/To/SpecUpper.pl
+         !> (integrate 42 files)
+____________________________________________________________________________
+[ 12567] By: jhi                                   on 2001/10/22  12:56:20
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12566] By: jhi                                   on 2001/10/22  12:22:29
+        Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 22 Oct 2001 03:48:38 -0400
+             Message-ID: <20011022034838.B1676@blackrider>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 12565] By: jhi                                   on 2001/10/22  12:21:28
+        Log: Pod nits, as suggested by Stas Bekman.
+     Branch: perl
+          ! ext/threads/shared/shared.pm ext/threads/threads.pm
+____________________________________________________________________________
+[ 12564] By: jhi                                   on 2001/10/22  12:17:00
+        Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
+             From: "Paul Marquess" <paul.marquess@openwave.com> 
+             Date: Sun, 21 Oct 2001 21:11:15 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
+     Branch: perl
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
+          ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
+          ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
+          ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
+          ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
+          ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
+          ! ext/SDBM_File/sdbm.t
+____________________________________________________________________________
+[ 12563] By: jhi                                   on 2001/10/22  12:15:19
+        Log: Integrate change #12559 from maintperl;
+             various fixes for system() and backticks under windows
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 12562] By: jhi                                   on 2001/10/22  12:05:35
+        Log: Integrate change #12560 from maintperl;
+             make pl2bat use %0 rather than "%0" (the latter fails to work
+             in a lot of common cases)
+     Branch: perl
+         !> win32/bin/pl2bat.pl
+____________________________________________________________________________
+[ 12561] By: jhi                                   on 2001/10/22  12:00:23
+        Log: Integrate changes #12549 and #12550 from maintperl;
+             
+             readline() doesn't work with our variables; it confuses them with
+             my variables (change#4227 was incomplete)
+     Branch: perl
+          ! t/lib/strict/vars
+         !> t/base/rs.t toke.c
+____________________________________________________________________________
+[ 12560] By: gsar                                  on 2001/10/22  09:51:59
+        Log: make pl2bat use %0 rather than "%0" (the latter fails to work
+             in a lot of common cases)
+     Branch: maint-5.6/perl
+          ! win32/bin/pl2bat.pl
+____________________________________________________________________________
+[ 12559] By: gsar                                  on 2001/10/22  09:49:51
+        Log: various fixes for system() and backticks under windows:
+             
+             * avoid munging whitespace that is passed within quotes
+             * work around a cmd.exe misfeature that made multi-arg
+             system() unreliable when there is more than one quoted
+             argument
+             * make multi-arg system() autoquote arguments as needed
+             before passing them to the shell (this avoids having to
+             second guess the shell quoting)
+             * perl's -Dp switch can be used to trace the innards
+     Branch: maint-5.6/perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 12558] By: nick                                  on 2001/10/22  08:58:42
+        Log: Integrate ithreads buffer flush fix from perlio
+     Branch: perl
+         !> ext/threads/t/basic.t perl.c
+____________________________________________________________________________
+[ 12557] By: nick                                  on 2001/10/22  08:35:09
+        Log: All tests pass (legitimately) on ithreads
+     Branch: perlio
+          ! ext/threads/t/basic.t perl.c
+____________________________________________________________________________
+[ 12556] By: nick                                  on 2001/10/22  06:51:22
+        Log: Integrate non-ithreads fix to mainline
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[ 12555] By: nick                                  on 2001/10/22  06:48:33
+        Log: Restore non-ithreads build. Interestingly binmode test passes
+             non-ithreads - so crlf layer is not damaged and ithreads fail
+             is a symptom ...
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 12554] By: jhi                                   on 2001/10/21  22:21:55
+        Log: Integrate from perlio; restructuring.
+     Branch: perl
+         !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
+         !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
+         !> win32/perlhost.h
+____________________________________________________________________________
+[ 12553] By: pudge                                 on 2001/10/21  21:51:34
+        Log: Integrate from maintperl
+             (Changes 12350, 12496, 12548, 12549, 12550)
+     Branch: maint-5.6/macperl
+         !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
+         !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
+____________________________________________________________________________
+[ 12552] By: nick                                  on 2001/10/21  19:18:12
+        Log: Win32 PerlIO_cleanup special cases should no longer be required.
+     Branch: perlio
+          ! perl.c
+____________________________________________________________________________
+[ 12551] By: nick                                  on 2001/10/21  19:16:56
+        Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 12550] By: gsar                                  on 2001/10/21  19:05:54
+        Log: change#12549 wasn't aware of strictures
+     Branch: maint-5.6/perl
+          ! t/pragma/strict-vars toke.c
+____________________________________________________________________________
+[ 12549] By: gsar                                  on 2001/10/21  18:03:19
+        Log: readline() doesn't work with our variables; it confuses them with
+             my variables (change#4227 was incomplete)
+     Branch: maint-5.6/perl
+          ! t/base/rs.t toke.c
+____________________________________________________________________________
+[ 12548] By: gsar                                  on 2001/10/21  17:48:01
+        Log: change#12220 appears to have pulled in a mainline change that
+             isn't applicable to maint-5.6 (some platforms don't taint
+             cwd)
+     Branch: maint-5.6/perl
+          ! t/lib/filefind-taint.t
+____________________________________________________________________________
+[ 12547] By: nick                                  on 2001/10/21  17:15:54
+        Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
+             for them. Call explicit cleanup during destruct process.
+             - one binmode test is failing
+             - also ext/threads/t/basic.t fails under make test, and is noisy under
+             harness. (Threads results are intermingled and don't match order expected.)
+     Branch: perlio
+          ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
+          ! perlio.h perliol.h pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 12546] By: jhi                                   on 2001/10/21  16:12:08
+        Log: Implement multicharacter case mappings where a single
+             Unicode character can be mapped into several.
+     Branch: perl
+          - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
+          - lib/unicore/To/SpecUpper.pl
+          ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
+          ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
+          ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
+          ! proto.h t/op/lc.t utf8.c
+____________________________________________________________________________
+[ 12545] By: sky                                   on 2001/10/21  15:25:16
+        Log: First support of threads::shared, support shared svs and references.
+     Branch: perl
+          + ext/threads/shared/Makefile.PL ext/threads/shared/README
+          + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          + ext/threads/shared/t/sv_refs.t
+          + ext/threads/shared/t/sv_simple.t
+          ! MANIFEST sharedsv.c
+____________________________________________________________________________
+[ 12544] By: nick                                  on 2001/10/21  14:52:35
+        Log: PerlIO layer table as PL_perlio (per-interpreter)
+     Branch: perlio
+          ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
+          ! pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 12543] By: jhi                                   on 2001/10/21  13:36:40
+        Log: Prettyprinting.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12542] By: ams                                   on 2001/10/21  03:50:25
+        Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
+             From: "Sean M. Burke" <sburke@cpan.org>
+             Date: Sat, 20 Oct 2001 17:51:09 -0600
+             Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
+     Branch: perl
+          + pod/perlpodspec.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 12541] By: nick                                  on 2001/10/20  22:23:53
+        Log: Fix typos in new locking on MemShared
+             Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
+             - seems to make segfaults more deterministic - suspect they are 
+             attempt to free() after Interp and Host have gone.
+     Branch: perlio
+          ! perlio.c win32/perlhost.h
+____________________________________________________________________________
+[ 12540] By: nick                                  on 2001/10/20  21:50:46
+        Log: Remove the MemShared re-#define (again)
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 12539] By: nick                                  on 2001/10/20  21:49:06
+        Log: Use locks on MemShared
+     Branch: perlio
+          ! win32/perlhost.h
+____________________________________________________________________________
+[ 12538] By: jhi                                   on 2001/10/20  17:31:07
+        Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 20 Oct 2001 11:13:47 -0600
+             Message-ID: <20011020172003.60024.qmail@onion.perl.org>
+     Branch: perl
+          ! installhtml
+____________________________________________________________________________
+[ 12537] By: nick                                  on 2001/10/20  16:44:03
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 48 files)
+____________________________________________________________________________
+[ 12536] By: jhi                                   on 2001/10/20  15:58:00
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12535] By: jhi                                   on 2001/10/20  15:18:57
+        Log: Upgrade to podlators 1.11, from Russ Allbery.
+     Branch: perl
+          ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
+          ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
+          ! pod/pod2man.PL pod/pod2text.PL
+____________________________________________________________________________
+[ 12534] By: jhi                                   on 2001/10/20  15:14:25
+        Log: Integrate perlio change #12532:
+             introduce and use PerlIO_intmod2str().
+     Branch: perl
+         !> doio.c lib/Net/Domain.pm perlio.c perlio.h
+____________________________________________________________________________
+[ 12533] By: jhi                                   on 2001/10/20  14:42:33
+        Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
+     Branch: perl
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
+____________________________________________________________________________
+[ 12532] By: nick                                  on 2001/10/20  14:25:37
+        Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
+             Use for non-PERLIO fdupopen().
+     Branch: perlio
+          ! doio.c lib/Net/Domain.pm perlio.c perlio.h
+____________________________________________________________________________
+[ 12531] By: jhi                                   on 2001/10/20  14:05:47
+        Log: Integrate perlio: PerlIO win32 fixes.
+     Branch: perl
+         !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
+         !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
+         !> proto.h sv.h win32/win32io.c
+____________________________________________________________________________
+[ 12530] By: nick                                  on 2001/10/20  12:53:30
+        Log: Fixed in two places - p4 resolve
+     Branch: perlio
+          ! perlsdio.h
+____________________________________________________________________________
+[ 12529] By: nick                                  on 2001/10/20  12:51:05
+        Log: Fix for ithreads/stdio build
+     Branch: perlio
+          ! perlio.c perlsdio.h
+____________________________________________________________________________
+[ 12528] By: ams                                   on 2001/10/20  12:13:25
+        Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 20 Oct 2001 01:41:21 -0400
+             Message-Id: <20011020014121.I3681@blackrider>
+     Branch: perl
+          ! installman
+____________________________________________________________________________
+[ 12527] By: ams                                   on 2001/10/20  12:09:41
+        Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 20 Oct 2001 02:04:21 -0400
+             Message-Id: <20011020020421.A11732@blackrider>
+     Branch: perl
+          ! lib/Pod/Checker.pm
+____________________________________________________________________________
+[ 12526] By: ams                                   on 2001/10/20  11:59:41
+        Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 19 Oct 2001 22:46:39 -0600
+             Message-Id: <20011020045254.73112.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Net/Config.pm
+____________________________________________________________________________
+[ 12525] By: nick                                  on 2001/10/20  11:16:18
+        Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
+             Perl_sv_setsv_flags directly.
+     Branch: perlio
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12524] By: nick                                  on 2001/10/20  10:28:17
+        Log: Add a new flag character 'm' to embed.pl set to represent
+             "functions" which are really macros. Use it foe the troublesome
+             sv_setsv() etc. macros in sv.h - changing latter to define
+             sv_setsv rather than sv_setsv_macro etc.
+     Branch: perlio
+          ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
+          ! pod/perlapi.pod proto.h sv.h
+____________________________________________________________________________
+[ 12523] By: nick                                  on 2001/10/20  09:17:17
+        Log: Add comments explaining why win32.h/embed.h are included where they are
+             in perl.h 
+     Branch: perlio
+          ! perl.h
+____________________________________________________________________________
+[ 12522] By: nick                                  on 2001/10/20  08:27:44
+        Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
+             being used yet.
+     Branch: perlio
+          ! win32/win32io.c
+____________________________________________________________________________
+[ 12521] By: jhi                                   on 2001/10/20  02:36:21
+        Log: Wording tweaks.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12520] By: jhi                                   on 2001/10/20  01:02:26
+        Log: Subject: IO module with nonblocking socket connect patch 
+             From: Raul Dias <raul@dias.com.br>
+             Date: Fri, 19 Oct 2001 22:45:32 -0300
+             Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
+     Branch: perl
+          ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 12519] By: jhi                                   on 2001/10/20  00:51:07
+        Log: Test vertical whitespace combined with /x in \p{}.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 12518] By: jhi                                   on 2001/10/20  00:13:47
+        Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
+             From: Gisle Aas <gisle@ActiveState.com> 
+             Date: 19 Oct 2001 16:46:02 -0700
+             Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12517] By: jhi                                   on 2001/10/19  23:59:34
+        Log: No more this symbol.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12516] By: jhi                                   on 2001/10/19  23:57:48
+        Log: Integrate change #12511; fix gross win32 build issues.
+     Branch: perl
+         !> makedef.pl sv.c
+____________________________________________________________________________
+[ 12515] By: jhi                                   on 2001/10/19  23:16:06
+        Log: Unpack in scalar context should return the first value
+             returned in list context, as pointed out by Ton Hospel
+             in 2001-05-21 (this is how it works already in blead,
+             just adding the test).
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 12514] By: jhi                                   on 2001/10/19  21:10:43
+        Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 19 Oct 2001 16:59:30 -0500
+             Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 12513] By: jhi                                   on 2001/10/19  21:09:27
+        Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Fri, 19 Oct 2001 17:45:23 EDT
+             Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
+          ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
+          ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
+          ! vms/vmsish.h
+____________________________________________________________________________
+[ 12512] By: jhi                                   on 2001/10/19  20:28:48
+        Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Fri, 19 Oct 2001 17:26:35 EDT
+             Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! lib/Term/Complete.t lib/Test/Simple/t/output.t
+____________________________________________________________________________
+[ 12511] By: nick                                  on 2001/10/19  19:55:36
+        Log: Fix gross win32 build issues
+     Branch: perlio
+          ! makedef.pl sv.c
+____________________________________________________________________________
+[ 12510] By: jhi                                   on 2001/10/19  19:52:17
+        Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 12509] By: jhi                                   on 2001/10/19  19:01:46
+        Log: Subject: Re: PerlIO and Encode
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Tue, 16 Oct 2001 01:50:16 +0900
+             Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
+          ! ext/Encode/Encode/Tcl.t
+____________________________________________________________________________
+[ 12508] By: ams                                   on 2001/10/19  17:59:16
+        Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
+             (See #12499)
+     Branch: perl
+          ! pod/perlintro.pod
+____________________________________________________________________________
+[ 12507] By: nick                                  on 2001/10/19  16:30:43
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
+         +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
+         +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
+         +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
+         +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
+         +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
+         +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
+         +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
+         +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
+         +> win32/config_H.win64
+          - lib/Test/Utils.pm lib/unicore/mktables.PL
+          - t/lib/Test/Simple/Catch/More.pm
+         !> (integrate 84 files)
+____________________________________________________________________________
+[ 12506] By: jhi                                   on 2001/10/19  14:20:15
+        Log: Retract the #10451 which seems to be the cause
+             of the major leakage from while(){eval"sub{}"}
+     Branch: perl
+          ! op.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 12505] By: jhi                                   on 2001/10/19  13:39:59
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 12504] By: jhi                                   on 2001/10/19  13:35:59
+        Log: Tiny tweaks.
+     Branch: perl
+          ! pod/perl.pod
+____________________________________________________________________________
+[ 12503] By: ams                                   on 2001/10/19  13:34:24
+        Log: Subject: Re: perlintro.pod
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Fri, 19 Oct 2001 14:12:40 +0200
+             Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
+     Branch: perl
+          ! pod/perlintro.pod
+____________________________________________________________________________
+[ 12502] By: ams                                   on 2001/10/19  13:24:12
+        Log: Slight reorganisation of references.
+     Branch: perl
+          ! pod/perl.pod
+____________________________________________________________________________
+[ 12501] By: jhi                                   on 2001/10/19  13:19:14
+        Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Fri, 19 Oct 2001 14:04:01 +0200 
+             Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12500] By: jhi                                   on 2001/10/19  03:25:44
+        Log: Unicode categories continue:
+             implement Category=, Script=, Block=
+             (these are based on an upcoming update of TR#18)
+             Fix a bug where we got two In categories named "old italic",
+             and another where shortcut for the Is categories wasn't taken.
+     Branch: perl
+          ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
+          ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
+          ! pod/perlunicode.pod t/op/pat.t
+____________________________________________________________________________
+[ 12499] By: ams                                   on 2001/10/19  01:42:29
+        Log: Subject: a small patch to perlintro.pod.
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Fri, 19 Oct 2001 01:45:51 +0800
+             Message-Id: <20011019014551.A35625@not.autrijus.org>
+             (Applied by hand with nits.)
+     Branch: perl
+          ! pod/perlintro.pod
+____________________________________________________________________________
+[ 12498] By: jhi                                   on 2001/10/19  00:14:50
+        Log: Subject: [PATCH] OpenBSD hints for ithreads
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! hints/openbsd.sh
+____________________________________________________________________________
+[ 12497] By: jhi                                   on 2001/10/18  16:14:13
+        Log: Retract #12446; the problem solved by #12474.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 12496] By: gsar                                  on 2001/10/18  15:38:22
+        Log: Carp::shortmess_heavy() doesn't notice trailing newline in
+             message and suppress line number info (from Steve Hay
+             <Steve.Hay@uk.radan.com>)
+     Branch: maint-5.6/perl
+          ! lib/Carp/Heavy.pm
+____________________________________________________________________________
+[ 12495] By: jhi                                   on 2001/10/18  14:06:52
+        Log: More documented In categories.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12494] By: jhi                                   on 2001/10/18  13:04:48
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12493] By: jhi                                   on 2001/10/18  12:58:31
+        Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12492] By: jhi                                   on 2001/10/18  12:37:28
+        Log: Wrong skip() arguments.
+     Branch: perl
+          ! ext/B/t/terse.t
+____________________________________________________________________________
+[ 12491] By: jhi                                   on 2001/10/18  12:17:16
+        Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Wed, 17 Oct 2001 09:10:53 EDT 
+             Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
+          ! pod/perlapi.pod vms/vms.c
+____________________________________________________________________________
+[ 12490] By: ams                                   on 2001/10/18  09:31:00
+        Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 18 Oct 2001 06:25:35 -0400
+             Message-Id: <20011018102535.19264.qmail@plover.com>
+     Branch: perl
+          ! pod/perl.pod
+____________________________________________________________________________
+[ 12489] By: jhi                                   on 2001/10/18  02:24:52
+        Log: Prettyprinting.
+     Branch: perl
+          ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 12488] By: jhi                                   on 2001/10/18  00:47:19
+        Log: Regen toc.
+     Branch: perl
+          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 12487] By: jhi                                   on 2001/10/18  00:43:18
+        Log: Add perlintro, from Skud.
+     Branch: perl
+          + pod/perlintro.pod
+          ! MANIFEST
+____________________________________________________________________________
+[ 12486] By: jhi                                   on 2001/10/18  00:10:44
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
+          ! pod/perlfaq8.pod pod/perlfaq9.pod
+____________________________________________________________________________
+[ 12485] By: jhi                                   on 2001/10/17  23:57:15
+        Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
+             in speed (upto 20% speedup in certain operations) but meanwhile
+             regexps and arithmetics got slower (5-10%) (according to
+             perlbench average speedup is negligible, and within measuring
+             flutter, 1%).  Therefore retracting all the changes
+             aimed at getting -std1 to compile cleanly:  #12475, #12476,
+             #12479, #12480, #12481, #12482, #12483, #12484.
+     Branch: perl
+          ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
+          ! pp_hot.c pp_sys.c toke.c
+____________________________________________________________________________
+[ 12484] By: jhi                                   on 2001/10/17  21:58:40
+        Log: (retracted by #12485)
+             Strict ANSI doesn't like the third argument of main()
+             so enable ignoring it if using ultra picky compiler.
+     Branch: perl
+          ! miniperlmain.c
+____________________________________________________________________________
+[ 12483] By: jhi                                   on 2001/10/17  21:48:24
+        Log: (retracted by #12485)
+             Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 12482] By: jhi                                   on 2001/10/17  21:42:57
+        Log: (retracted by #12485)
+             Add explanatory comment.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12481] By: jhi                                   on 2001/10/17  20:50:37
+        Log: (retracted by #12485)
+             More dollar$hiding.
+     Branch: perl
+          ! doio.c perl.h pp_sys.c
+____________________________________________________________________________
+[ 12480] By: jhi                                   on 2001/10/17  20:27:34
+        Log: (retracted by #12485)
+             KISS.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12479] By: jhi                                   on 2001/10/17  19:57:34
+        Log: (retracted by #12485)
+             Thou shalt not #ifdef inside macro invocations,
+             noticed by Rafael Garcia-Suarez.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12478] By: ams                                   on 2001/10/17  18:50:55
+        Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
+             From: Anton Berezin <tobez@tobez.org>
+             Date: Wed, 17 Oct 2001 18:25:48 +0200
+             Message-Id: <20011017182548.A12082@heechee.tobez.org>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 12476] By: jhi                                   on 2001/10/17  16:46:50
+        Log: (retracted by #12485)
+             Unterminated #ifdef.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12475] By: jhi                                   on 2001/10/17  16:42:49
+        Log: (retracted by #12485)
+             Avoid dollar signs in identifiers (in non-VMS) to
+             placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
+     Branch: perl
+          ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
+          ! toke.c
+____________________________________________________________________________
+[ 12474] By: ams                                   on 2001/10/17  15:14:50
+        Log: Subject: Two AIX patches
+             From: H.Merijn Brand <h.m.brand@hccnet.nl>
+             Date: Wed, 17 Oct 2001 18:04:35 +0200
+             Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/aix.sh makedef.pl
+____________________________________________________________________________
+[ 12473] By: jhi                                   on 2001/10/17  14:48:38
+        Log: Limiting the Time::HiRes::sleep and usleep to
+             one second is not a good policy if drop-in
+             replacement is still a goal.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12472] By: jhi                                   on 2001/10/17  11:00:54
+        Log: Subject: [PATCH] Test::Simple 0.32
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Wed, 17 Oct 2001 03:42:41 -0400
+             Message-ID: <20011017034241.A25038@blackrider>
+     Branch: perl
+          + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
+          + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
+          + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
+          + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
+          + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
+          + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
+          - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
+          ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
+          ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
+          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
+          ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
+          ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
+          ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
+          ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
+          ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
+          ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
+          ! t/lib/Test/Simple/Catch.pm
+          ! t/lib/Test/Simple/sample_tests/five_fail.plx
+____________________________________________________________________________
+[ 12471] By: jhi                                   on 2001/10/17  10:25:06
+        Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Wed, 17 Oct 2001 04:04:13 -0400
+             Message-ID: <20011017040413.C25550@blackrider>
+     Branch: perl
+          ! t/TEST t/harness vms/test.com
+____________________________________________________________________________
+[ 12470] By: jhi                                   on 2001/10/17  02:25:01
+        Log: Regen doc with perlmodstyle added.
+     Branch: perl
+          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 12469] By: jhi                                   on 2001/10/17  02:24:02
+        Log: Pod cleanup.
+     Branch: perl
+          ! lib/File/Spec.pm lib/File/Spec/Mac.pm
+____________________________________________________________________________
+[ 12468] By: jhi                                   on 2001/10/17  02:16:11
+        Log: Subject: perlmodstyle as a patch
+             From: Kirrily Robert <skud@infotrope.net>
+             Date: Tue, 16 Oct 2001 22:47:23 -0400
+             Message-ID: <20011016224723.A20673@infotrope.net>
+     Branch: perl
+          + pod/perlmodstyle.pod
+          ! MANIFEST
+____________________________________________________________________________
+[ 12467] By: jhi                                   on 2001/10/17  00:59:43
+        Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
+             From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
+             Date: Thu, 6 Sep 2001 11:09:40 +0100
+             Message-ID: <20010906110939.A914@homer.diplex.co.uk>
+             
+             Mention also the develooper p5p archive.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 12466] By: jhi                                   on 2001/10/17  00:57:38
+        Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Tue, 16 Oct 2001 17:23:52 +0200
+             Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12465] By: jhi                                   on 2001/10/17  00:54:28
+        Log: Add the special casing mappings (from SpecCase.txt)
+             (except for the hyper special case mappings that have
+             the condition list); the special casing mappings are
+             unused for now.  Small tidying up on mktables.
+     Branch: perl
+          + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
+          + lib/unicore/To/SpecUpper.pl
+          ! lib/unicore/mktables
+____________________________________________________________________________
+[ 12464] By: jhi                                   on 2001/10/16  22:38:24
+        Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
+             From: "David H. Adler" <dha@panix.com>       
+             Date: Tue, 16 Oct 2001 11:59:35 -0400
+             Message-ID: <20011016115935.A13078@panix.com>
+             
+             Subject: [ PATCH ] perldata patch, revised
+             From: "David H. Adler" <dha@panix.com>     
+             Date: Tue, 16 Oct 2001 18:26:49 -0400
+             Message-ID: <20011016182649.C23970@panix.com>
+     Branch: perl
+          ! pod/perldata.pod pod/perlop.pod
+____________________________________________________________________________
+[ 12463] By: jhi                                   on 2001/10/16  19:39:25
+        Log: Integrate perlio: PerlIO_dup (for all but Win32).
+     Branch: perl
+         !> embed.h embed.pl ext/Encode/Encode.xs
+         !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
+         !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
+         !> win32/win32io.c
+____________________________________________________________________________
+[ 12462] By: nick                                  on 2001/10/16  19:11:30
+        Log: PerlIOXxxx_dups for all but Win32
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/PerlIO/Via/Via.xs
+____________________________________________________________________________
+[ 12461] By: nick                                  on 2001/10/16  18:28:48
+        Log: Implement PerlIOStdio_dup (explains core dumps - dup
+             was not setting up a FILE * to be fclosed()).
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 12460] By: nick                                  on 2001/10/16  17:31:47
+        Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
+             overflow.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 12459] By: jhi                                   on 2001/10/16  17:10:22
+        Log: Subject: [PATCH perl@12443] VMS 64-bit configure
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 16 Oct 2001 13:08:38 -0500
+             Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 12458] By: jhi                                   on 2001/10/16  17:07:20
+        Log: Can't expect too much accuracy from a sleep of one second.
+             (I think this will also fail with high load.)
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 12457] By: jhi                                   on 2001/10/16  16:50:24
+        Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
+             From: "Werner, Randolf" <randolf.werner@sap.com>
+             Date: Tue, 16 Oct 2001 18:33:02 +0200
+             Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
+     Branch: perl
+          + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
+          ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
+____________________________________________________________________________
+[ 12456] By: nick                                  on 2001/10/16  14:08:16
+        Log: Builds under ithreads (but fails all threads tests)
+     Branch: perlio
+          ! hv.c perlio.c sv.c
+____________________________________________________________________________
+[ 12455] By: jhi                                   on 2001/10/16  13:59:32
+        Log: I think the Perl_sortsv needs *not* be skipped?
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12454] By: jhi                                   on 2001/10/16  13:05:38
+        Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
+             From: "Gerrit P. Haase" <gerrit.haase@convey.de>
+             Date: Tue, 16 Oct 2001 15:32:44 +0200
+             Message-ID: <3BCC531C.11494.3E433F@localhost>
+     Branch: perl
+          ! t/op/groups.t
+____________________________________________________________________________
+[ 12453] By: jhi                                   on 2001/10/16  13:04:38
+        Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
+             From: "Gerrit P. Haase" <gerrit.haase@convey.de>
+             Date: Tue, 16 Oct 2001 15:01:04 +0200
+             Message-ID: <3BCC4BB0.30935.2145B7@localhost>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 12452] By: jhi                                   on 2001/10/16  12:03:49
+        Log: A forgotten deletion.
+     Branch: perl
+          - lib/unicore/mktables.PL
+____________________________________________________________________________
+[ 12451] By: nick                                  on 2001/10/16  11:32:48
+        Log: Skeleton of "PerlIO_dup" coded.
+             Still-passes all tests non-threaded (well it would wouldn't it!)
+     Branch: perlio
+          ! embed.h embed.pl ext/Encode/Encode.xs
+          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
+          ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
+          ! win32/win32io.c
+____________________________________________________________________________
+[ 12450] By: jhi                                   on 2001/10/16  02:27:51
+        Log: Document the problem with the swash_fetch() API that affects
+             more complex case conversions.
+     Branch: perl
+          ! lib/utf8_heavy.pl utf8.c
+____________________________________________________________________________
+[ 12449] By: jhi                                   on 2001/10/16  01:55:48
+        Log: Make Time::HiRes::sleep() and usleep() to return
+             the number of seconds (a floating point value) and 
+             microseconds (an integer) actually slept (well,
+             modulo the time spent in measuring the time actually
+             slept...), to be a better drop-in replacement for
+             the builtin sleep().  Noticed by Chris Nandor.
+             
+             Also make usleep() to croak if fed illegal number
+             of useconds (anything greater than 1_000_000).
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12448] By: jhi                                   on 2001/10/16  00:57:05
+        Log: A missing SvREFCNT_dec.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 12447] By: nick                                  on 2001/10/15  20:27:53
+        Log: Beginings of PerlIO_dup support (unstable)
+     Branch: perlio
+          ! perlio.c perliol.h
+____________________________________________________________________________
+[ 12446] By: jhi                                   on 2001/10/15  18:44:19
+        Log: (retracted by #12497)
+             In AIX vac 5 just can't seem to get regcomp right.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 12445] By: jhi                                   on 2001/10/15  16:44:04
+        Log: Bump the version number to agree with the maintperl one.
+     Branch: perl
+          ! lib/Tie/RefHash.pm
+____________________________________________________________________________
+[ 12444] By: nick                                  on 2001/10/15  15:59:57
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/Math/Subclass.pm
+         +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
+         +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
+         +> lib/unicore/In/164.pl lib/unicore/In/165.pl
+         +> lib/unicore/In/166.pl lib/unicore/In/167.pl
+         +> lib/unicore/In/168.pl lib/unicore/In/169.pl
+         +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
+         +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
+         +> lib/unicore/mktables
+          - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
+          - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
+          - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
+          - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
+          - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
+          - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
+          - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
+          - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
+          - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
+          - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
+          - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
+          - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
+          - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
+          - lib/unicore/syllables.txt
+         !> (integrate 344 files)
+____________________________________________________________________________
+[ 12443] By: jhi                                   on 2001/10/15  13:40:20
+        Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
+     Branch: perl
+          ! ext/DB_File/DB_File.xs
+____________________________________________________________________________
+[ 12442] By: jhi                                   on 2001/10/15  13:35:36
+        Log: Sync the skip() amounts with the number of tests.
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12441] By: jhi                                   on 2001/10/15  13:11:03
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12440] By: jhi                                   on 2001/10/15  12:58:24
+        Log: MacOS Classic catdir() rewrite from Thomas Wegner
+             (backward incompatibility, but a deliberate one,
+             the old version simply is broken in its logic),
+             also documentation updates, and as suggested replicated
+             the File::Spec::Unix documentation updates also on the
+             File::Spec documentation.
+             
+             TODO: there seems to be duplication of documentation
+             between File::Spec and File::Spec::Unix.  I think
+             the ::Unix should be left only with specific UNIXisms,
+             and all the generic documentation should be in ::Spec.
+     Branch: perl
+          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+          ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
+          ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 12439] By: jhi                                   on 2001/10/15  12:32:07
+        Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Mon, 24 Sep 2001 11:48:58 -0700
+             Message-ID: <3BAF801A.88A4F614@orcaware.com>     
+             
+             (the skip() messages)
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12438] By: ams                                   on 2001/10/14  23:43:59
+        Log: Subject: [PATCH] make PerlIO default on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 14 Oct 2001 15:27:18 -0500
+             Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 12437] By: jhi                                   on 2001/10/14  23:05:57
+        Log: Retract #12436 (Abhijit already did this at #12426)
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 12436] By: jhi                                   on 2001/10/14  21:22:43
+        Log: (retracted by #12437)
+             Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
+             From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
+             Date: Sat, 13 Oct 2001 20:33:55 +0200
+             Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 12435] By: jhi                                   on 2001/10/14  21:21:52
+        Log: Subject: h2xs grammar nit
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
+             Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 12434] By: jhi                                   on 2001/10/14  13:48:30
+        Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
+             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
+             Date: Sun, 14 Oct 2001 11:25:08 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
+     Branch: perl
+          ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
+          ! warnings.pl
+____________________________________________________________________________
+[ 12433] By: jhi                                   on 2001/10/13  23:20:11
+        Log: Use File::Spec (needs Thomas Wegner's upcoming patch
+             for File::Spec::Mac::catfile)
+     Branch: perl
+          ! lib/h2xs.t
+____________________________________________________________________________
+[ 12432] By: jhi                                   on 2001/10/13  23:17:31
+        Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 13 Oct 2001 00:07:31 +0100
+             Message-ID: <20011013000731.D67535@plum.flirble.org>
+     Branch: perl
+          ! lib/h2xs.t utils/h2xs.PL
+____________________________________________________________________________
+[ 12431] By: jhi                                   on 2001/10/13  22:35:58
+        Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
+             before DEFINE and INC), and repent by taking DEFINE and
+             INC away from PASTHRU.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 12430] By: jhi                                   on 2001/10/13  21:23:09
+        Log: More MANIFEST anomalies.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12429] By: jhi                                   on 2001/10/13  21:01:32
+        Log: Not that many.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12428] By: sky                                   on 2001/10/13  20:59:27
+        Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 13 Oct 2001 23:15:55 +0200
+             Message-ID: <20011013231555.A18071@rafael>
+     Branch: perl
+          ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 12427] By: jhi                                   on 2001/10/13  20:54:17
+        Log: Rewrite mktables from scratch.
+             - Cleaner.
+             - Faster: 15-20 seconds as opposed to several minutes.
+             - More dynamic: the names of the various categories
+             such as the linebreak ones are dynamic, not static.
+             - Is.pl: long names for the general category properties
+             are now available.
+             - Ranges (<... ,First>, <..., Last>) from the general
+             categories work now.
+             - No more mktables.PL because the mktables.PL is not
+             and never has been run to create a mktables.
+             - syllables.txt and Is/Syl*.pl removed: non-standard
+             (not part of the Unicode), and the whole concept is
+             being reworked (http://syllabary.sourceforge.net/),
+             the old way wouldn't even work with the new Syllables.txt
+             (it would result in 1000+ new categories)
+     Branch: perl
+          + lib/unicore/In/163.pl lib/unicore/In/164.pl
+          + lib/unicore/In/165.pl lib/unicore/In/166.pl
+          + lib/unicore/In/167.pl lib/unicore/In/168.pl
+          + lib/unicore/In/169.pl lib/unicore/In/170.pl
+          + lib/unicore/In/171.pl lib/unicore/Is.pl
+          + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
+          + lib/unicore/mktables
+          - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
+          - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
+          - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
+          - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
+          - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
+          - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
+          - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
+          - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
+          - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
+          - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
+          - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
+          - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
+          - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
+          - lib/unicore/syllables.txt
+          ! (edit 304 files)
+____________________________________________________________________________
+[ 12426] By: ams                                   on 2001/10/13  18:05:36
+        Log: ExtUtils::MM_Unix should ignore comments when searching for
+             $VERSION.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 12425] By: jhi                                   on 2001/10/13  12:26:41
+        Log: Subject: Re: New module XML::Clean
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 13 Oct 2001 10:17:09 +0200
+             Message-ID: <m37ku0t0my.fsf@anima.de>
+     Branch: perl
+          ! pod/perlnewmod.pod
+____________________________________________________________________________
+[ 12424] By: sky                                   on 2001/10/13  09:39:59
+        Log: Set thread stack size if needed.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12423] By: sky                                   on 2001/10/13  09:36:49
+        Log: We do want to set the attribute to joinable even on modern posix
+             platforms.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12422] By: jhi                                   on 2001/10/13  02:04:44
+        Log: Subject: [PATCH ext/Data/Dumper.xs]
+             From: Brian Ingerson <ingy@ttul.org>
+             Date: Fri, 12 Oct 2001 19:32:35 -0700
+             Message-ID: <20011012193235.B889@ttul.org>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 12421] By: jhi                                   on 2001/10/12  23:22:45
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12420] By: jhi                                   on 2001/10/12  22:51:17
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq4.pod
+____________________________________________________________________________
+[ 12419] By: jhi                                   on 2001/10/12  22:46:49
+        Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
+             From: "Wilson, Doug" <Doug_Wilson@intuit.com>
+             Date: Fri, 12 Oct 2001 11:51:05 -0700
+             Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
+     Branch: perl
+          ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 12418] By: jhi                                   on 2001/10/12  22:44:24
+        Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
+             From: "chromatic" <chromatic@rmci.net>     
+             Date: Thu, 11 Oct 2001 10:57:55 -0600
+             Message-ID: <20011011170354.74354.qmail@onion.perl.org>
+             
+             Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 11 Oct 2001 22:34:21 +0200
+             Message-ID: <20011011223421.A693@rafael>     
+             
+             plus undef $Term::Complete::stty as suggested by Rafael.
+     Branch: perl
+          ! lib/Term/Complete.pm lib/Term/Complete.t
+____________________________________________________________________________
+[ 12417] By: jhi                                   on 2001/10/12  20:35:49
+        Log: UUnndduupplleexx..
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 12416] By: sky                                   on 2001/10/12  20:16:19
+        Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
+             (Potentially only band-aid)
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 12415] By: jhi                                   on 2001/10/12  20:13:06
+        Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
+             mishandles kill(), and therefore the sigaction test
+             should be skipped, from Charles Lane.
+     Branch: perl
+          ! ext/POSIX/t/sigaction.t
+____________________________________________________________________________
+[ 12414] By: sky                                   on 2001/10/12  18:47:49
+        Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 12413] By: jhi                                   on 2001/10/12  18:35:31
+        Log: Upgrade to Math::BigInt 1.44 from Tels and
+             further fixes from John Peacock.
+     Branch: perl
+          + lib/Math/BigInt/t/Math/Subclass.pm
+          + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
+          + lib/Math/BigInt/t/subclass.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/mbimbf.t
+____________________________________________________________________________
+[ 12412] By: sky                                   on 2001/10/12  18:28:23
+        Log: perhaps pthread_attr_t really needs to be set for the old api
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12411] By: sky                                   on 2001/10/12  18:11:45
+        Log: pthread_keycreate not pthread_key_create under the here be dragons API
+     Branch: perl
+          ! ext/threads/threads.h
+____________________________________________________________________________
+[ 12410] By: sky                                   on 2001/10/12  18:07:37
+        Log: Apperently OLD PTHREADS API is a bit retarded.
+             This should fix another set of compile failures in HP-UX 10.20.
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12409] By: nick                                  on 2001/10/12  15:30:01
+        Log: Blind integrate of mainline
+     Branch: perlio
+         +> (branch 32 files)
+          - lib/unicode/README
+         !> (integrate 121 files)
+____________________________________________________________________________
+[ 12408] By: sky                                   on 2001/10/12  14:55:08
+        Log: Let us avoid being smart for now.
+     Branch: perl
+          ! ext/threads/threads.h
+____________________________________________________________________________
+[ 12407] By: sky                                   on 2001/10/12  14:38:12
+        Log: (void*) the argument to make sure we work with picky compilers
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12406] By: ams                                   on 2001/10/12  13:26:04
+        Log: (replaced with #12600)
+             
+             Subject: [PATCH 5.6.1 perldoc] use File::Temp
+             From: Mikhail Zabaluev <mhz@alt-linux.org>
+             Date: Fri, 12 Oct 2001 12:47:47 +0400
+             Message-Id: <20011012124747.E13918@localhost.localdomain>
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 12405] By: ams                                   on 2001/10/12  13:05:32
+        Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Oct 2001 11:12:07 +0200
+             Message-Id: <m3wv21te6w.fsf_-_@anima.de>
+     Branch: perl
+          ! lib/Memoize/t/speed.t
+____________________________________________________________________________
+[ 12404] By: sky                                   on 2001/10/12  12:46:15
+        Log: A) Support OLD_PTHREADS_API
+             B) Change from using pthread_t to using a TLS to store the
+             index of the thread in an hash, this is to avoid problems when
+             in fact pthread_t was not a seralizable type.
+             Both these changes are because of HP-UX 10.20
+             This has not been tested on win32 but should work there.
+             Need to add support for NetWare.
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12403] By: ams                                   on 2001/10/12  07:34:19
+        Log: Subject: Re: New module XML::Clean
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Oct 2001 10:20:35 +0200
+             Message-Id: <m3elo9uv58.fsf@anima.de>
+     Branch: perl
+          ! pod/perlnewmod.pod
+____________________________________________________________________________
+[ 12402] By: jhi                                   on 2001/10/11  19:51:04
+        Log: More HP model tweaks from Merijn.
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 12401] By: jhi                                   on 2001/10/11  13:03:10
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12400] By: jhi                                   on 2001/10/11  11:33:20
+        Log: HP-UX update from H.Merijn Brand.
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 12399] By: jhi                                   on 2001/10/11  00:53:56
+        Log: Subject: [PATCH] fix link rot in README.vms
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 10 Oct 2001 17:17:00 -0500
+             Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
+     Branch: perl
+          ! README.vms
+____________________________________________________________________________
+[ 12398] By: jhi                                   on 2001/10/11  00:49:42
+        Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Wed, 10 Oct 2001 15:50:30 -0600
+             Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12397] By: jhi                                   on 2001/10/11  00:48:54
+        Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Wed, 10 Oct 2001 15:45:42 -0600
+             Message-ID: <20011010215140.8913.qmail@onion.perl.org>
+     Branch: perl
+          + lib/ExtUtils/Packlist.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12396] By: jhi                                   on 2001/10/10  20:20:22
+        Log: VMS needs quotes around the -I option to keep it from
+             being downcased, from Charles Lane.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 12395] By: ams                                   on 2001/10/10  16:22:32
+        Log: Subject: [PATCH lib/FindBin.pm]
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 09 Oct 2001 23:57:10 +0800
+             Message-Id: <3BC31E56.60805@stason.org>
+     Branch: perl
+          ! lib/FindBin.pm
+____________________________________________________________________________
+[ 12394] By: ams                                   on 2001/10/10  16:09:53
+        Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Wed, 10 Oct 2001 21:59:33 +0530
+             Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 12393] By: jhi                                   on 2001/10/10  15:53:39
+        Log: VMS: reorder the elimination of 000000 in the canonpath logic,
+             from Charles Lane.
+     Branch: perl
+          ! lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 12392] By: ams                                   on 2001/10/10  14:49:43
+        Log: Subject: [PATCH] two s/// bugfixes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 10 Oct 2001 17:23:44 +0200
+             Message-Id: <20011010172344.C22440@rafael>
+     Branch: perl
+          ! pp_ctl.c regexec.c t/op/subst.t
+____________________________________________________________________________
+[ 12391] By: jhi                                   on 2001/10/10  12:22:02
+        Log: Fix/improve handling of the [000000] special "root"
+             directory, by putting cwd in canonical form when doing
+             abs2rel, and prepending a 000000 to directory "chunks"
+             if missing from base or path.  Also adjust test to
+             reflect the (improved) output from abs2rel.
+             From Charles Lane.
+     Branch: perl
+          ! lib/File/Spec.t lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 12390] By: jhi                                   on 2001/10/10  11:48:14
+        Log: In VMS the copy-to-untaint %ENV in the initialization also loses
+             all of the extra VMSish attributes (such as "treat this logical
+             as a device name") that are necessary to make programs run.
+             A tainted %ENV does not hinder VMS.  From Charles Lane.
+     Branch: perl
+          ! lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 12389] By: jhi                                   on 2001/10/10  11:40:29
+        Log: VMS-specific fixes to the ExtUtils::Manifest tests.
+             
+             o  VMS is case-insensitive, RTL downcases filenames read
+             by perl... so need to re-upcase filenames like MANIFEST
+             and MANIFEST.SKIP
+             
+             o  Need to convert VMS-style to Unix-style filenames when comparing
+             names in MANIFEST to names in filesystem.
+             
+             o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
+             since VMS won't let you (easily) delete non-empty directories.
+             
+             From Charles Lane.
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
+____________________________________________________________________________
+[ 12388] By: jhi                                   on 2001/10/10  11:28:44
+        Log: Unix and VMS agree on "*" as a "match any number of any chars"
+             wildcards, but differ ("?"  vs.  "%") for their "match any single
+             char" wildcard.  This patch changes "?"  chars to "%" before doing a
+             VMS glob...at no loss of functionality, since "?"  isn't a valid
+             filename char on VMS.  From Charles Lane.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[ 12387] By: jhi                                   on 2001/10/10  11:20:13
+        Log: (accidentally empty submit; new life as #12390)
+     Branch: perl
+          ! lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 12386] By: jhi                                   on 2001/10/10  11:12:40
+        Log: Even more VMS tweakage from Charles Lane:
+             
+             Tweak #1:  splitdir only works on directory part of filespec,
+             split off volume first
+             Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
+             (it's a horrible kludge in the run-time library,
+             improved in later versions). Check the
+             $Config{'d_setenv'} flag before attempting to set it.
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12385] By: jhi                                   on 2001/10/09  20:34:36
+        Log: VMS tweakage from Charles Lane.
+             
+             . command.com doubles an output line when prompting for extensions
+             . Term::Cap has no business trying to run obscure Un*x utilities on VMS
+             . perl5db doesn't clean up after itself
+     Branch: perl
+          ! configure.com lib/Term/Cap.pm lib/perl5db.pl
+____________________________________________________________________________
+[ 12384] By: sky                                   on 2001/10/09  19:16:11
+        Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 9 Oct 2001 22:10:26 +0200
+             Message-ID: <20011009221026.A8579@rafael>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[ 12383] By: jhi                                   on 2001/10/09  14:33:15
+        Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 9 Oct 2001 15:15:06 -0000
+             Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
+     Branch: perl
+          ! t/op/subst.t
+____________________________________________________________________________
+[ 12382] By: jhi                                   on 2001/10/09  14:03:30
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12381] By: jhi                                   on 2001/10/09  13:52:50
+        Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
+             Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
+             when a NULL is passed for the filename string pointer.
+             From Charles Lane.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12379] By: jhi                                   on 2001/10/09  13:03:49
+        Log: Subject: HP systems update
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 09 Oct 2001 15:59:22 +0200
+             Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 12378] By: jhi                                   on 2001/10/09  12:52:21
+        Log: CPAN::Nox does now have a test.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12377] By: jhi                                   on 2001/10/09  12:23:27
+        Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Mon, 1 Oct 2001 12:17:36 -0700
+             Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 12376] By: jhi                                   on 2001/10/09  12:18:39
+        Log: NetWare update from Ananth Kesari.
+     Branch: perl
+          ! NetWare/nwperlsys.h makedef.pl
+____________________________________________________________________________
+[ 12375] By: jhi                                   on 2001/10/09  11:43:01
+        Log: Subject: [PATCH Perl@12307] File::Find test on VMS
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Tue, 9 Oct 2001 08:40:57 EDT
+             Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! lib/File/Find/t/find.t
+____________________________________________________________________________
+[ 12374] By: ams                                   on 2001/10/09  05:31:45
+        Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
+             ExtUtils::Mkbootstrap
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Tue, 09 Oct 2001 00:08:37 -0600
+             Message-Id: <20011009061432.46666.qmail@onion.perl.org>
+     Branch: perl
+          + lib/ExtUtils/Mkbootstrap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12373] By: jhi                                   on 2001/10/09  02:56:13
+        Log: Enable more debugging.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12372] By: ams                                   on 2001/10/09  02:11:59
+        Log: #12370 forgot to modify is_gv_magical().
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 12371] By: jhi                                   on 2001/10/09  01:48:17
+        Log: Make the toupper/lower/title API for Unicode not right
+             but at least less wrong: prepare for the mapping being
+             more than just one-character-to-one-character.
+     Branch: perl
+          ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 12370] By: jhi                                   on 2001/10/09  01:23:08
+        Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Mon, 8 Oct 2001 22:18:23 -0400
+             Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlvar.pod t/op/taint.t
+____________________________________________________________________________
+[ 12369] By: jhi                                   on 2001/10/08  23:31:21
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq4.pod
+____________________________________________________________________________
+[ 12368] By: jhi                                   on 2001/10/08  21:20:45
+        Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 08 Oct 2001 14:05:32 -0600
+             Message-ID: <20011008201126.73702.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12367] By: jhi                                   on 2001/10/08  21:10:49
+        Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 8 Oct 2001 17:00:14 -0400
+             Message-ID: <20011008170014.L17083@blackrider>
+     Branch: perl
+          ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
+____________________________________________________________________________
+[ 12366] By: jhi                                   on 2001/10/08  20:43:19
+        Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Mon, 8 Oct 2001 16:01:33 EDT
+             Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12365] By: jhi                                   on 2001/10/08  20:41:50
+        Log: Subject: [PATCH] Autosplit patch for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 08 Oct 2001 15:40:43 -0500
+             Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
+     Branch: perl
+          ! lib/AutoSplit.pm lib/AutoSplit.t
+____________________________________________________________________________
+[ 12364] By: jhi                                   on 2001/10/08  20:36:58
+        Log: Don't assume that everybody is running OS X 10.1 yet;
+             from Kay Röpke.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12363] By: jhi                                   on 2001/10/08  14:26:35
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12362] By: jhi                                   on 2001/10/08  14:05:50
+        Log: Retract #12358 for now.
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12361] By: jhi                                   on 2001/10/08  13:57:10
+        Log: Can't figure out what this is testing.
+             (If it is trying to catch SIGKILL, it should stop
+             trying because that is by definition impossible.)
+     Branch: perl
+          ! lib/sigtrap.t
+____________________________________________________________________________
+[ 12360] By: jhi                                   on 2001/10/08  13:23:28
+        Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Sun, 30 Sep 2001 21:15:13 +0200
+             Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 12359] By: jhi                                   on 2001/10/08  12:37:17
+        Log: Clarify the ldlibpth part and condense the overall text.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12358] By: jhi                                   on 2001/10/08  11:56:49
+        Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sun, 07 Oct 2001 16:59:26 -0600
+             Message-ID: <20011007230518.90917.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12357] By: jhi                                   on 2001/10/08  11:54:50
+        Log: Update the list because fo #12265.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12356] By: jhi                                   on 2001/10/08  11:53:30
+        Log: Subject: [PATCH] & what's to be done for 5.8.0? 
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 7 Oct 2001 20:53:33 +0100
+             Message-ID: <20011007205333.S38756@plum.flirble.org>   
+     Branch: perl
+          ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
+          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
+          ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
+          ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
+          ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
+          ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
+          ! lib/Switch/t/switch.t lib/Term/Complete.t
+          ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
+          ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
+          ! t/op/my_stash.t
+____________________________________________________________________________
+[ 12355] By: jhi                                   on 2001/10/08  11:51:29
+        Log: Integrate patch #12350 from maintperl; typo in
+             IO::Seekable doc.
+     Branch: perl
+         !> ext/IO/lib/IO/Seekable.pm
+____________________________________________________________________________
+[ 12354] By: jhi                                   on 2001/10/08  11:41:16
+        Log: Detypo.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12353] By: sky                                   on 2001/10/07  17:16:14
+        Log: Change 12349 didn't really get it right.
+     Branch: perl
+          ! lib/Unicode/README
+____________________________________________________________________________
+[ 12352] By: jhi                                   on 2001/10/07  15:03:18
+        Log: If running the harness the dynamic library search path
+             may need setting.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12351] By: jhi                                   on 2001/10/07  14:17:12
+        Log: It seems that in MacOS X 10.1 one must use -flat_namespace
+             in ldflags.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12350] By: gsar                                  on 2001/10/07  13:30:42
+        Log: typo in IO::Seekable doc
+     Branch: maint-5.6/perl
+          ! ext/IO/lib/IO/Seekable.pm
+____________________________________________________________________________
+[ 12349] By: jhi                                   on 2001/10/07  12:49:31
+        Log: Give up the fantasy of having lib/Unicode and lib/unicode:
+             doesn't work on Mac OS X 10.1 (when unpacking the tar the
+             latter gets renamed as lib/unicode:1, assumedly for security
+             reasons not to overwrite stuff)
+     Branch: perl
+          + lib/Unicode/README
+          - lib/unicode/README
+          ! MANIFEST
+____________________________________________________________________________
+[ 12348] By: ams                                   on 2001/10/07  05:33:40
+        Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 06 Oct 2001 21:42:03 -0600
+             Message-Id: <20011007034754.21057.qmail@onion.perl.org>
+     Branch: perl
+          + lib/CPAN/t/Nox.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12347] By: ams                                   on 2001/10/07  00:48:10
+        Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 06 Oct 2001 18:52:10 -0600
+             Message-Id: <20011007005801.98381.qmail@onion.perl.org>
+     Branch: perl
+          + lib/sigtrap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12346] By: ams                                   on 2001/10/06  23:14:01
+        Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
+             h2xs write?)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 6 Oct 2001 21:46:43 +0100
+             Message-Id: <20011006214643.L38756@plum.flirble.org>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 12345] By: ams                                   on 2001/10/06  17:39:53
+        Log: Subject: [PATCH] Memoize tests
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 6 Oct 2001 18:04:21 +0100
+             Message-Id: <20011006180421.J38756@plum.flirble.org>
+     Branch: perl
+          ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
+          ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
+          ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
+          ! lib/Memoize/t/expire_module_n.t
+          ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
+          ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
+          ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
+          ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
+          ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
+          ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
+____________________________________________________________________________
+[ 12344] By: jhi                                   on 2001/10/06  00:30:23
+        Log: Retract the latter part of #12343.
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 12343] By: jhi                                   on 2001/10/05  23:32:07
+        Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
+             
+             Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 12342] By: jhi                                   on 2001/10/05  16:28:37
+        Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
+             Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12341] By: jhi                                   on 2001/10/05  13:54:08
+        Log: Don't assume that %x is good for displaying UVs.
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[ 12340] By: jhi                                   on 2001/10/05  12:41:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12339] By: ams                                   on 2001/10/05  10:22:34
+        Log: Subject: [PATCH] perlfunc/select
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 5 Oct 2001 11:33:58 +0100
+             Message-Id: <20011005113358.Z38756@plum.flirble.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 12338] By: jhi                                   on 2001/10/04  22:54:06
+        Log: Retract #12313 and #12249.
+     Branch: perl
+          ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
+          ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
+          ! pod/perlebcdic.pod
+____________________________________________________________________________
+[ 12337] By: jhi                                   on 2001/10/04  17:17:03
+        Log: Subject: [PATCH] perlvms.pod update
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 04 Oct 2001 12:55:52 -0500
+             Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 12336] By: jhi                                   on 2001/10/04  14:02:17
+        Log: Subject: PATCH: Tie::SubstrHash
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Thu, 04 Oct 2001 12:12:41 +0100
+             Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
+     Branch: perl
+          ! lib/Tie/SubstrHash.pm
+____________________________________________________________________________
+[ 12335] By: jhi                                   on 2001/10/04  04:45:00
+        Log: Unicode properties saga continues.
+     Branch: perl
+          ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
+          ! lib/unicore/mktables.PL lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12334] By: jhi                                   on 2001/10/04  03:42:04
+        Log: Yet more Unicode properties.
+     Branch: perl
+          + lib/unicore/In/137.pl lib/unicore/In/138.pl
+          + lib/unicore/In/139.pl lib/unicore/In/140.pl
+          + lib/unicore/In/141.pl lib/unicore/In/142.pl
+          + lib/unicore/In/143.pl lib/unicore/In/144.pl
+          + lib/unicore/In/145.pl lib/unicore/In/146.pl
+          + lib/unicore/In/147.pl lib/unicore/In/148.pl
+          + lib/unicore/In/149.pl lib/unicore/In/150.pl
+          + lib/unicore/In/151.pl lib/unicore/In/152.pl
+          + lib/unicore/In/153.pl lib/unicore/In/154.pl
+          + lib/unicore/In/155.pl lib/unicore/In/156.pl
+          + lib/unicore/In/157.pl lib/unicore/In/158.pl
+          + lib/unicore/In/159.pl lib/unicore/In/160.pl
+          + lib/unicore/In/161.pl lib/unicore/In/162.pl
+          ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
+          ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12333] By: jhi                                   on 2001/10/04  03:02:19
+        Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 03 Oct 2001 17:45:25 -0500
+             Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
+             
+             (the lib/Term/Complete.t patched differently by #12332)
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12332] By: jhi                                   on 2001/10/04  03:00:03
+        Log: Restore only if something to restore.
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12331] By: pudge                                 on 2001/10/03  19:30:48
+        Log: Update various resources for credits,
+             minor icons fixes, and versions.
+     Branch: maint-5.6/macperl
+          ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
+          ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
+          ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
+____________________________________________________________________________
+[ 12330] By: pudge                                 on 2001/10/03  19:17:25
+        Log: Quiet the warnings about using undef value
+     Branch: maint-5.6/macperl
+          ! lib/File/Temp.pm
+____________________________________________________________________________
+[ 12329] By: pudge                                 on 2001/10/03  19:14:59
+        Log: Fix up Ballon Help and Help menu docs (first pass);
+             remove balloon rez file, and autogenerate with
+             Balloon2Rez instead.
+     Branch: maint-5.6/macperl
+          + macos/macperl/macscripts/Balloon2Rez
+          - macos/macperl/MPBalloons.r
+          ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 12328] By: pudge                                 on 2001/10/03  19:11:15
+        Log: Allow overriding of defaults, for change #12327.
+     Branch: maint-5.6/macperl
+          ! perl.h
+____________________________________________________________________________
+[ 12327] By: pudge                                 on 2001/10/03  19:10:26
+        Log: Override PerlProc_exit.
+     Branch: maint-5.6/macperl
+          ! macos/macish.h
+____________________________________________________________________________
+[ 12326] By: pudge                                 on 2001/10/03  19:08:28
+        Log: Add in new macos/ modules, fix up BuildTools and Makefile.
+     Branch: maint-5.6/macperl
+          + macos/bundled_lib/blib/lib/MD5.pm
+          + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
+          + macos/lib/Mac/AETE/Dialect.pm
+          + macos/lib/Mac/AETE/Format/Converter.pm
+          + macos/lib/Mac/AETE/Format/Dictionary.pm
+          + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
+          + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
+          + macos/lib/Mac/Toolbox.pod
+          ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
+____________________________________________________________________________
+[ 12325] By: pudge                                 on 2001/10/03  18:51:28
+        Log: Sync up silly CVS headers ... I should commit CVS
+             first to avoid this ...
+     Branch: maint-5.6/macperl
+          ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
+          ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
+          ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
+          ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
+____________________________________________________________________________
+[ 12324] By: pudge                                 on 2001/10/03  18:44:09
+        Log: Fix Matthias' address, and attributions.
+     Branch: maint-5.6/macperl
+          ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12323] By: pudge                                 on 2001/10/03  18:42:37
+        Log: Fix Matthias' address, and attributions.
+     Branch: maint-5.6/macperl
+          ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
+          ! macos/ext/Mac/Components/Components.pm
+          ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
+          ! macos/ext/Mac/Dialogs/Dialogs.pm
+          ! macos/ext/Mac/Events/Events.pm
+          ! macos/ext/Mac/ExtUtils/MakeToolboxModule
+          ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
+          ! macos/ext/Mac/Gestalt/Gestalt.pm
+          ! macos/ext/Mac/ImageCompression/ImageCompression.pm
+          ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
+          ! macos/ext/Mac/Menus/Menus.pm
+          ! macos/ext/Mac/MoreFiles/MoreFiles.pm
+          ! macos/ext/Mac/Movies/Movies.pm
+          ! macos/ext/Mac/Navigation/Navigation.pm
+          ! macos/ext/Mac/Notification/Notification.pm
+          ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
+          ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
+          ! macos/ext/Mac/QuickDraw/QuickDraw.pm
+          ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
+          ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
+          ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
+          ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
+          ! macos/ext/Mac/StandardFile/StandardFile.pm
+          ! macos/ext/Mac/TextEdit/TextEdit.pm
+          ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
+          ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
+          ! macos/lib/Mac/LowMem.pm
+____________________________________________________________________________
+[ 12322] By: sky                                   on 2001/10/03  18:41:07
+        Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 03 Oct 2001 14:30:55 -0500
+             Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12321] By: jhi                                   on 2001/10/03  18:38:34
+        Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 03 Oct 2001 14:30:55 -0500
+             Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12320] By: jhi                                   on 2001/10/03  16:47:30
+        Log: Unicode properties: fix L& (the #12319 didn't allow L&,
+             only IsL&) and Inherited (negative lookahead good);
+             add tests for Common, Inherited, and L&.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
+____________________________________________________________________________
+[ 12319] By: jhi                                   on 2001/10/03  16:12:53
+        Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
+             (The Unicode standard uses L& quite often.)
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12318] By: jhi                                   on 2001/10/03  15:57:34
+        Log: Add the 'Common' Unicode property (code points not
+             explicitly assigned to any other script).
+     Branch: perl
+          + lib/unicore/In/136.pl
+          ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
+____________________________________________________________________________
+[ 12317] By: jhi                                   on 2001/10/03  13:23:32
+        Log: Skip the RV printing test under threads until fixed.
+     Branch: perl
+          ! ext/B/t/terse.t
+____________________________________________________________________________
+[ 12316] By: jhi                                   on 2001/10/03  12:57:05
+        Log: Subject: 12309 / cygwin / win2k
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 03 Oct 2001 15:25:15 +0200
+             Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12315] By: jhi                                   on 2001/10/03  12:50:17
+        Log: Metaconfig unit change for #12314.
+     Branch: metaconfig
+          ! U/modified/Head.U
+____________________________________________________________________________
+[ 12314] By: jhi                                   on 2001/10/03  12:49:26
+        Log: Subject: Both cygwin and djgpp on one machine
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 03 Oct 2001 15:02:59 +0200
+             Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 12313] By: jhi                                   on 2001/10/03  12:04:49
+        Log: (retracted by #12338)
+             
+             Subject: [PATCH] Code clean up for perlboot.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:24:43 -0400
+             Message-ID: <20011002192443.B2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perlbot.diff
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:25:22 -0400
+             Message-ID: <20011002192522.C2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perlcall.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:25:57 -0400
+             Message-ID: <20011002192557.D2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perldata.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:26:29 -0400
+             Message-ID: <20011002192629.E2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perldbmfilter.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:26:59 -0400
+             Message-ID: <20011002192659.F2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perlebcdic.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:27:37 -0400
+             Message-ID: <20011002192737.G2163@stupid.geeknest.com>
+     Branch: perl
+          ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
+          ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
+____________________________________________________________________________
+[ 12312] By: ams                                   on 2001/10/02  23:43:55
+        Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 2 Oct 2001 17:00:49 -0400
+             Message-Id: <20011002170049.A9955@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12311] By: jhi                                   on 2001/10/02  23:24:07
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 12310] By: nick                                  on 2001/10/02  16:09:49
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
+         !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
+         !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
+         !> patchlevel.h t/op/pat.t
+____________________________________________________________________________
+[ 12309] By: jhi                                   on 2001/10/02  14:34:59
+        Log: Unicode properties: allow also intra(wordbreak)name whitespace,
+             not just one single space.
+     Branch: perl
+          ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
+____________________________________________________________________________
+[ 12308] By: jhi                                   on 2001/10/02  12:49:41
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 12307] By: jhi                                   on 2001/10/02  12:22:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12306] By: jhi                                   on 2001/10/02  11:59:12
+        Log: Work around old buggy glibcs for langinfo constants,
+             from Nicholas Clark and David Dyck.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
+____________________________________________________________________________
+[ 12305] By: jhi                                   on 2001/10/02  11:45:55
+        Log: Eradicate Time::Piece; add an example.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.pm
+____________________________________________________________________________
+[ 12304] By: jhi                                   on 2001/10/02  11:34:18
+        Log: Subject: [PATCH] Pod::Html makes a poor guess at author
+             From: Robert Spier <rspier@pobox.com>
+             Date: Mon, 1 Oct 2001 23:20:16 -0700
+             Message-ID: <15289.23712.422087.878224@rls.cx>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 12303] By: sky                                   on 2001/10/02  10:40:57
+        Log: Fixes obscure bug that manifests itself by.
+             local $!=0;undef*STDOUT;#segfaults
+             Has been around for a while. Possible other magic IO vars are
+             possibly affected aswell. Reported by Jos Boumans.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12302] By: nick                                  on 2001/10/02  09:00:52
+        Log: Integrate mainline
+     Branch: perlio
+         !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
+         !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
+         !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
+____________________________________________________________________________
+[ 12301] By: nick                                  on 2001/10/02  08:40:57
+        Log: Integrate mainline + lib/open.t patch from Chromatic
+     Branch: perlio
+         +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
+          ! lib/open.t
+         !> (integrate 29 files)
+____________________________________________________________________________
+[ 12300] By: jhi                                   on 2001/10/01  19:22:16
+        Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
+             Until it has, better stop early if someone requests threads.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12299] By: jhi                                   on 2001/10/01  19:01:31
+        Log: Subject: [ID 20011001.011] redundant code in t/TEST
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Mon, 1 Oct 2001 12:56:24 -0700
+             Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12298] By: jhi                                   on 2001/10/01  18:52:12
+        Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 01 Oct 2001 12:27:12 -0600
+             Message-ID: <20011001183251.89148.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12297] By: jhi                                   on 2001/10/01  17:04:18
+        Log: UNICOS testing patches from Nicholas Clark.
+     Branch: perl
+          ! t/op/arith.t t/op/pack.t
+____________________________________________________________________________
+[ 12296] By: jhi                                   on 2001/10/01  17:01:26
+        Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 01 Oct 2001 10:21:51 -0600
+             Message-ID: <20011001162731.40639.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 12295] By: jhi                                   on 2001/10/01  14:55:37
+        Log: Make missing the RADIXCHAR a softer, gentler error.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.t
+____________________________________________________________________________
+[ 12294] By: jhi                                   on 2001/10/01  14:51:42
+        Log: Nuke also the LANG because of glibc.
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 12293] By: jhi                                   on 2001/10/01  14:51:20
+        Log: Also the ^Is is optional.
+     Branch: perl
+          ! pod/perlunicode.pod t/op/pat.t
+____________________________________________________________________________
+[ 12292] By: jhi                                   on 2001/10/01  14:08:26
+        Log: Be careful to pull chars from the varargs stack when
+             formatting chars.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 12291] By: jhi                                   on 2001/10/01  12:27:57
+        Log: sortsv not in place anymore, noticed by John P. Linderman.
+     Branch: perl
+          ! pod/perlapi.pod pp_ctl.c
+____________________________________________________________________________
+[ 12290] By: jhi                                   on 2001/10/01  12:25:03
+        Log: Make the diagnostic messages more neutral.
+     Branch: perl
+          ! ext/B/t/terse.t
+____________________________________________________________________________
+[ 12289] By: jhi                                   on 2001/10/01  03:59:34
+        Log: Forgotten from #12288.
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 12288] By: jhi                                   on 2001/10/01  03:58:37
+        Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
+             From: Brian Ingerson <ingy@ttul.org>
+             Date: Sun, 30 Sep 2001 21:45:56 -0700
+             Message-ID: <20010930214556.D26392@ttul.org>
+             
+             (remember also the #12289)
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 12287] By: jhi                                   on 2001/10/01  03:33:15
+        Log: More Unicode property tests for the abbreviated
+             general properties.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 12286] By: jhi                                   on 2001/10/01  02:02:08
+        Log: Further tweaks to the Unicode properties.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 12285] By: jhi                                   on 2001/10/01  01:46:35
+        Log: Retract #12284.
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12284] By: jhi                                   on 2001/10/01  01:24:12
+        Log: (Retracted by #12285)
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12283] By: jhi                                   on 2001/10/01  01:22:05
+        Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
+             From: "chromatic" <chromatic@rmci.net>  
+             Date: Sun, 30 Sep 2001 16:10:02 -0600
+             Message-ID: <20010930221540.67279.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Term/Cap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12282] By: jhi                                   on 2001/10/01  01:19:21
+        Log: Use stty -g to restore the terminal state, do not even
+             try to run the tests if stty -g is not available.
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12281] By: jhi                                   on 2001/09/30  21:05:00
+        Log: Cleanup utf8_heavy; allow dropping the In prefix from
+             Unicode script/block properties.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12280] By: jhi                                   on 2001/09/30  13:42:18
+        Log: Retract the #12259 for now.
+     Branch: perl
+          ! embed.h embed.pl sv.h
+____________________________________________________________________________
+[ 12279] By: jhi                                   on 2001/09/30  13:37:59
+        Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
+     Branch: perl
+          + lib/Text/TabsWrap/CHANGELOG
+          ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
+____________________________________________________________________________
+[ 12278] By: jhi                                   on 2001/09/30  05:05:18
+        Log: #12272 wasn't right, it introduced an extra ().
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12277] By: jhi                                   on 2001/09/30  00:31:07
+        Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
+             Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
+____________________________________________________________________________
+[ 12276] By: jhi                                   on 2001/09/30  00:15:38
+        Log: Subject: Patch to put qsortsv in the public API
+             From: Brian Ingerson <ingy@ttul.org>
+             Date: Sat, 29 Sep 2001 17:41:13 -0700
+             Message-ID: <20010929174113.A30223@ttul.org>
+     Branch: perl
+          ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
+____________________________________________________________________________
+[ 12275] By: jhi                                   on 2001/09/30  00:11:21
+        Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 29 Sep 2001 23:54:48 +0200
+             Message-ID: <20010929235448.A5017@rafael>
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
+____________________________________________________________________________
+[ 12274] By: jhi                                   on 2001/09/30  00:03:19
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 12273] By: bailey                                on 2001/09/29  23:43:46
+        Log: Resync with mainline
+     Branch: vmsperl
+         +> (branch 1207 files)
+          - (delete 324 files)
+         !> (integrate 866 files)
+____________________________________________________________________________
+[ 12272] By: jhi                                   on 2001/09/29  21:32:33
+        Log: Nasty recursion trap if one would match Unicode.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12271] By: jhi                                   on 2001/09/29  21:18:44
+        Log: More Unicode todo.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 12270] By: jhi                                   on 2001/09/29  20:15:32
+        Log: Explain a bit the new more flexible \p\P syntax.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12269] By: jhi                                   on 2001/09/29  20:05:24
+        Log: More leniency to the \p and \P: now can have whitespace
+             between the property definition and the curlies; now can
+             invert the property by having a caret between the open
+             curly and the property.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 12268] By: nick                                  on 2001/09/29  17:39:26
+        Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
+             one test (lib/open.t) fails
+     Branch: perlio
+         +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
+         +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
+         +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
+         +> lib/Tie/Scalar.t lib/open.t
+          - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
+          - ext/B/Stash.t
+         !> (integrate 62 files)
+____________________________________________________________________________
+[ 12267] By: jhi                                   on 2001/09/29  13:54:04
+        Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12266] By: jhi                                   on 2001/09/29  13:51:49
+        Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
+             From: "Craig A. Berry" <craigberry@mac.com> 
+             Date: Sat, 29 Sep 2001 09:35:33 -0500
+             Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12265] By: jhi                                   on 2001/09/29  13:49:43
+        Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 28 Sep 2001 21:20:12 -0600
+             Message-ID: <20010929032543.58322.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Tie/Scalar.t
+          ! MANIFEST lib/Tie/Scalar.pm
+____________________________________________________________________________
+[ 12264] By: jhi                                   on 2001/09/29  04:57:42
+        Log: Allow for more flexibility in the \p{In...} names, now
+             case doesn't matter, and any space or dash can be
+             matched by any space, dash, underbar, or empty.
+             (may be going too far on leniency)
+     Branch: perl
+          ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
+          ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 12263] By: jhi                                   on 2001/09/28  23:04:13
+        Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 28 Sep 2001 17:39:50 -0600
+             Message-ID: <20010928234521.14178.qmail@onion.perl.org>
+     Branch: perl
+          + lib/open.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12262] By: jhi                                   on 2001/09/28  22:23:53
+        Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 28 Sep 2001 16:24:51 -0500
+             Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 12261] By: jhi                                   on 2001/09/28  22:23:05
+        Log: Subject: [DOC PATCH] Carp.pm pod typo
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 28 Sep 2001 23:14:51 +0200
+             Message-ID: <20010928231451.E16889@rafael>
+     Branch: perl
+          ! lib/Carp.pm
+____________________________________________________________________________
+[ 12260] By: jhi                                   on 2001/09/28  22:21:55
+        Log: Subject: [PATCH] Allow an @INC hook to set %INC
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 28 Sep 2001 22:18:13 +0200
+             Message-ID: <20010928221813.A16889@rafael>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 12259] By: jhi                                   on 2001/09/28  22:20:26
+        Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 28 Sep 2001 23:39:33 +0100
+             Message-ID: <20010928233933.C23673@plum.flirble.org>
+     Branch: perl
+          ! embed.h embed.pl sv.h
+____________________________________________________________________________
+[ 12258] By: jhi                                   on 2001/09/28  12:45:45
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12256] By: jhi                                   on 2001/09/28  12:18:29
+        Log: Move the B tests to B/t.
+     Branch: perl
+          + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
+          + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
+          - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
+          - ext/B/Showlex.t ext/B/Stash.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12255] By: jhi                                   on 2001/09/28  12:09:40
+        Log: Forgot from #12254.
+     Branch: perl
+          + ext/B/B/Terse.t
+____________________________________________________________________________
+[ 12254] By: jhi                                   on 2001/09/28  12:09:06
+        Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Thu, 27 Sep 2001 23:22:17 -0600
+             Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12253] By: jhi                                   on 2001/09/28  02:31:49
+        Log: Test numbering mismatch.
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12252] By: jhi                                   on 2001/09/27  22:46:42
+        Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 26 Sep 2001 17:43:14 -0500
+             Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
+     Branch: perl
+          ! iperlsys.h t/op/chdir.t
+____________________________________________________________________________
+[ 12251] By: jhi                                   on 2001/09/27  22:44:35
+        Log: Subject: [PATCH gv.c] make __ANON__ global
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
+             Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
+     Branch: perl
+          ! gv.c t/op/anonsub.t t/op/runlevel.t
+____________________________________________________________________________
+[ 12250] By: jhi                                   on 2001/09/27  22:33:11
+        Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 27 Sep 2001 22:34:32 +0200
+             Message-ID: <20010927223432.A1485@rafael>
+     Branch: perl
+          ! ext/B/B/Terse.pm
+____________________________________________________________________________
+[ 12249] By: jhi                                   on 2001/09/27  22:29:32
+        Log: (retracted by #12338)
+             
+             Subject: [PATCH] Cleanup of perldsc.pod      
+             From: Casey West <casey@geeknest.com>
+             Date: Thu, 27 Sep 2001 11:13:17 -0400
+             Message-ID: <20010927111317.A1942@stupid.geeknest.com>
+     Branch: perl
+          ! pod/perldsc.pod
+____________________________________________________________________________
+[ 12248] By: jhi                                   on 2001/09/27  22:23:24
+        Log: Not everyone is using ithreads...
+     Branch: perl
+          ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 12247] By: jhi                                   on 2001/09/27  13:39:39
+        Log: Document the nss_delete core dump workaround for HP-UX
+             and Solaris, bug IDs 20010805.018 and 20010629.004.
+     Branch: perl
+          ! README.hpux README.solaris
+____________________________________________________________________________
+[ 12246] By: jhi                                   on 2001/09/27  12:05:36
+        Log: Dump Unicode hash keys also as Unicode,
+             not just as a byte string.
+     Branch: perl
+          ! dump.c ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 12245] By: jhi                                   on 2001/09/27  11:15:51
+        Log: Integrate changes #12241 and #12242 from macperl:
+             
+             Remove unneeded disabling of umask() calls
+             
+             Note (get|set)sockopt are available.
+     Branch: perl
+         !> lib/File/Temp.pm pod/perlport.pod
+____________________________________________________________________________
+[ 12244] By: sky                                   on 2001/09/27  08:53:00
+        Log: Flush buffers on thread closedown.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12243] By: jhi                                   on 2001/09/27  02:20:06
+        Log: Dump SvUTF8(sv)s also as \x{...}.
+             
+             TODO: dump the SvUTF8() hash keys similarly. 
+     Branch: perl
+          ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
+____________________________________________________________________________
+[ 12242] By: pudge                                 on 2001/09/26  20:41:35
+        Log: Note (get|set)sockopt are available.
+     Branch: maint-5.6/macperl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12241] By: pudge                                 on 2001/09/26  20:28:49
+        Log: Remove unneeded disabling of umask() calls
+     Branch: maint-5.6/macperl
+          ! lib/File/Temp.pm
+____________________________________________________________________________
+[ 12240] By: sky                                   on 2001/09/26  18:44:56
+        Log: Documention update
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 12239] By: jhi                                   on 2001/09/26  13:49:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12238] By: jhi                                   on 2001/09/26  13:40:53
+        Log: Check that all environment variables are tainted.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 12237] By: jhi                                   on 2001/09/26  13:02:07
+        Log: Manual integration error in #12235.
+     Branch: perl
+          ! lib/File/DosGlob.t
+____________________________________________________________________________
+[ 12236] By: jhi                                   on 2001/09/26  12:57:11
+        Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Tue, 25 Sep 2001 23:57:07 -0600
+             Message-ID: <20010926060233.7554.qmail@onion.perl.org>
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 12235] By: jhi                                   on 2001/09/26  12:53:16
+        Log: Integrate macperl changes from Chris Nandor:
+             12192 11817 11815 11813 11778 11775
+             
+             Update CPAN.pm to work with new Mac::BuildTools instead
+             of ExtUtils::MM_MacOS "orphan" functions
+             
+             Fix test
+             
+             Make syntax check report in MPW style, fix tests
+             to use Mac::err=unix to get normal-style error
+             messages.
+             
+             More module and test ports from Thomas Wegner et al
+             
+             Fix open of /dev/null for Mac OS
+             
+             Allow for platforms to override formatting of errors
+             on output from Matthias Neeracher (core files)
+     Branch: perl
+          ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
+          ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
+          ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
+         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
+         !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
+         !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
+____________________________________________________________________________
+[ 12234] By: jhi                                   on 2001/09/26  11:58:11
+        Log: grrr.
+     Branch: perl
+          ! t/op/gv.t
+____________________________________________________________________________
+[ 12233] By: jhi                                   on 2001/09/26  11:56:09
+        Log: Retract #12232.
+     Branch: perl
+          ! t/op/gv.t
+____________________________________________________________________________
+[ 12232] By: jhi                                   on 2001/09/26  11:53:37
+        Log: (Retracted by #12233.)
+     Branch: perl
+          ! t/op/gv.t
+____________________________________________________________________________
+[ 12231] By: jhi                                   on 2001/09/26  11:52:09
+        Log: Detypo.
+     Branch: perl
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 12230] By: sky                                   on 2001/09/26  11:36:23
+        Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
+             We are using a "delay" here because we do not want to depend on thread synchronization issues.
+     Branch: perl
+          + ext/threads/t/stress_cv.t
+          ! MANIFEST ext/threads/t/stress_string.t
+____________________________________________________________________________
+[ 12229] By: jhi                                   on 2001/09/26  11:27:54
+        Log: NetWare tweak from Ananth Kesari.
+     Branch: perl
+          ! NetWare/t/Readme.txt
+____________________________________________________________________________
+[ 12228] By: jhi                                   on 2001/09/26  11:26:26
+        Log: Trick to fool case-blind filesystems.
+     Branch: perl
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 12227] By: sky                                   on 2001/09/26  11:06:50
+        Log: Threads can start executing in a different order than they were
+             created.... so we cannot ok() inside the threadstarter.
+     Branch: perl
+          ! ext/threads/t/stress_string.t
+____________________________________________________________________________
+[ 12226] By: sky                                   on 2001/09/26  07:41:45
+        Log: Add in stress_string.t to stress test threads a bit more.
+     Branch: perl
+          + ext/threads/t/stress_string.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12225] By: sky                                   on 2001/09/26  07:04:21
+        Log: Fix negative refcount introduced by #12223.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12224] By: sky                                   on 2001/09/26  06:57:58
+        Log: Update documentation to match change #12223
+     Branch: perl
+          ! sharedsv.c
+____________________________________________________________________________
+[ 12223] By: sky                                   on 2001/09/26  06:54:32
+        Log: Use a separate interpreter for the sharedsv space. Another
+             negative sv leak. Sigh.
+     Branch: perl
+          ! sharedsv.c
+____________________________________________________________________________
+[ 12222] By: sky                                   on 2001/09/26  05:58:35
+        Log: Do the environ assignment in perl_contruct to match perl_destruct.
+             Now we don't need to perl_parse/perl_run. However environ is a
+             global....
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 12221] By: sky                                   on 2001/09/26  05:41:02
+        Log: Move the creation of PL_strtab to perl_construct so we can work
+             with HV and HEs without running perl_parse.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 12220] By: gsar                                  on 2001/09/26  02:18:26
+        Log: integrate macperl changes into maint-5.6
+     Branch: maint-5.6/perl
+         !> (integrate 26 files)
+____________________________________________________________________________
+[ 12219] By: pudge                                 on 2001/09/26  00:19:35
+        Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
+             fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Fonts/Fonts.xs
+          ! macos/ext/Mac/InternetConfig/InternetConfig.pm
+____________________________________________________________________________
+[ 12218] By: ams                                   on 2001/09/25  23:31:33
+        Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 26 Sep 2001 01:20:20 +0100
+             Message-Id: <20010926012020.B48092@plum.flirble.org>
+     Branch: perl
+          ! lib/AutoSplit.t
+____________________________________________________________________________
+[ 12217] By: ams                                   on 2001/09/25  22:33:05
+        Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 25 Sep 2001 18:08:42 -0500
+             Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12216] By: ams                                   on 2001/09/25  21:41:01
+        Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
+             Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 26 Sep 2001 00:38:21 -0400
+             Message-Id: <20010926003821.A627@blackrider>
+     Branch: perl
+          ! lib/AutoSplit.t
+____________________________________________________________________________
+[ 12215] By: jhi                                   on 2001/09/25  21:40:04
+        Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 25 Sep 2001 17:43:49 -0400
+             Message-ID: <20010925174349.B19534@blackrider>
+     Branch: perl
+          ! lib/Test/Simple.pm lib/Test/Utils.pm
+____________________________________________________________________________
+[ 12214] By: pudge                                 on 2001/09/25  21:11:21
+        Log: Integrate changes from bleadperl.
+     Branch: maint-5.6/macperl
+         !> pod/perlport.pod
+____________________________________________________________________________
+[ 12213] By: jhi                                   on 2001/09/25  20:37:14
+        Log: skip($mess) should result in one skip.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 12212] By: pudge                                 on 2001/09/25  20:21:06
+        Log: Integrate change #12200 from maintperl.
+     Branch: maint-5.6/macperl
+         !> win32/perlhost.h
+____________________________________________________________________________
+[ 12211] By: pudge                                 on 2001/09/25  20:11:56
+        Log: Fix file types to "apple"
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Menus/t/MenuBar.rsrc
+          ! macos/ext/Mac/SAT/t/Collision.rsrc
+____________________________________________________________________________
+[ 12210] By: pudge                                 on 2001/09/25  19:28:20
+        Log: Fix rsrc file as snd file; fix path in t file.
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Notification/t/Notification.rsrc
+          ! macos/ext/Mac/Notification/t/Notification.t
+____________________________________________________________________________
+[ 12209] By: pudge                                 on 2001/09/25  19:15:57
+        Log: Sync up with File::Find from bleadperl.
+     Branch: maint-5.6/macperl
+          ! lib/File/Find.pm t/lib/filefind-taint.t
+____________________________________________________________________________
+[ 12208] By: pudge                                 on 2001/09/25  19:06:48
+        Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
+             to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
+             of hundreds)
+     Branch: maint-5.6/macperl
+          ! macos/bundled_lib/blib/lib/Net/Cmd.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
+____________________________________________________________________________
+[ 12207] By: nick                                  on 2001/09/25  19:04:36
+        Log: Integrate mainline (untested while modem is up)
+     Branch: perlio
+         +> lib/AutoSplit.t t/test.pl
+          - lib/warnings/register.t
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 12206] By: jhi                                   on 2001/09/25  17:21:00
+        Log: perldiag entry for #12205.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 12205] By: jhi                                   on 2001/09/25  17:20:38
+        Log: Subject: [PATCH] warning on v-string in use/require
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 24 Sep 2001 17:29:03 -0400
+             Message-ID: <3BAFA59F.9C0E0339@rowman.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
+____________________________________________________________________________
+[ 12204] By: jhi                                   on 2001/09/25  17:11:02
+        Log: perltooc et al updates.
+     Branch: perl
+          ! plan9/mkfile pod/roffitall
+____________________________________________________________________________
+[ 12203] By: jhi                                   on 2001/09/25  17:05:19
+        Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 23 Sep 2001 00:07:12 -0400
+             Message-ID: <20010923000712.A7005@blackrider>
+     Branch: perl
+          ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
+____________________________________________________________________________
+[ 12202] By: jhi                                   on 2001/09/25  16:55:29
+        Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Wed, 26 Sep 2001 01:25:10 +0900
+             Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
+          ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
+          ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
+____________________________________________________________________________
+[ 12201] By: jhi                                   on 2001/09/25  16:52:03
+        Log: Integrate change #12200 from maintperl;
+             on windows, virtualized environment could propagate deleted variables
+             into children if they happen to be at the very end of the table
+     Branch: perl
+         !> win32/perlhost.h
+____________________________________________________________________________
+[ 12200] By: gsar                                  on 2001/09/25  16:36:01
+        Log: on windows, virtualized environment could propagate deleted variables
+             into children if they happen to be at the very end of the table
+             (thanks for succinct test case from Johan Holmberg, and fix from
+             Doug Lankshear)
+     Branch: maint-5.6/perl
+          ! win32/perlhost.h
+____________________________________________________________________________
+[ 12199] By: gsar                                  on 2001/09/25  15:19:13
+        Log: avoid the use of ftime() (it does a useless, potentially
+             expensive call to GetTimeZoneInformation()); this potentially
+             also results in three more digits of precision from
+             Time::HiRes::time()
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12198] By: jhi                                   on 2001/09/25  14:27:01
+        Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
+             
+             Note: io/binmode is failing, have to figure out why.
+     Branch: perl
+          + t/test.pl
+          ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
+          ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
+          ! t/run/exit.t
+____________________________________________________________________________
+[ 12197] By: ams                                   on 2001/09/25  13:48:55
+        Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 25 Sep 2001 00:37:40 +0100
+             Message-Id: <20010925003740.S4971@plum.flirble.org>
+             (Further changes expected.)
+     Branch: perl
+          + lib/AutoSplit.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12196] By: sky                                   on 2001/09/25  13:37:12
+        Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
+             _ftime to try and be more robust.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12194] By: ams                                   on 2001/09/25  11:40:00
+        Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 24 Sep 2001 17:54:20 -0500
+             Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 12193] By: pudge                                 on 2001/09/25  02:53:42
+        Log: Fixes for multiline error parsing (Bug #459263); cmd-.
+             not working, cursor not spinning (Bug #422129); external
+             editor problems (Bug #456329); escape/cmd-. not activating
+             "Cancel" in Save dialog box (Bug #446960); Runtimes not
+             executing on launch (Bug #464441).
+     Branch: maint-5.6/macperl
+          ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
+          ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
+          ! macos/macperl/MacPerl.r
+____________________________________________________________________________
+[ 12192] By: pudge                                 on 2001/09/25  02:42:49
+        Log: Update CPAN.pm to work with new Mac::BuildTools instead
+             of ExtUtils::MM_MacOS "orphan" functions
+     Branch: maint-5.6/macperl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 12191] By: pudge                                 on 2001/09/25  02:37:58
+        Log: Fix up another xsubpp problem (Matthias Neeracher)
+     Branch: maint-5.6/macperl
+          ! macos/xsubpp
+____________________________________________________________________________
+[ 12190] By: pudge                                 on 2001/09/25  02:37:38
+        Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
+     Branch: maint-5.6/macperl
+          ! macos/lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 12189] By: pudge                                 on 2001/09/25  02:37:08
+        Log: Fix up Makefiles for more Mac:: modules (and prepare for
+             static build ...?)
+     Branch: maint-5.6/macperl
+          ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
+          ! macos/macperl/Makefile.mk
+____________________________________________________________________________
+[ 12188] By: pudge                                 on 2001/09/25  02:36:19
+        Log: Fix up tests
+     Branch: maint-5.6/macperl
+          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
+____________________________________________________________________________
+[ 12187] By: pudge                                 on 2001/09/25  02:11:13
+        Log: Make malloc smarter, fix bugs.  (Bug #404030)
+     Branch: maint-5.6/macperl
+          ! macos/icemalloc.c macos/icemalloc.h
+____________________________________________________________________________
+[ 12186] By: nick                                  on 2001/09/24  19:18:17
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
+         +> lib/filetest.t
+         !> (integrate 30 files)
+____________________________________________________________________________
+[ 12185] By: jhi                                   on 2001/09/24  18:56:40
+        Log: Retract #12136, the warnings::register is already
+             tested by t/lib/warnings/9enabled, as pointed out
+             by Paul Marquess.
+     Branch: perl
+          - lib/warnings/register.t
+          ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
+____________________________________________________________________________
+[ 12184] By: gsar                                  on 2001/09/24  18:39:58
+        Log: fix Time::HiRes implementation of gettimeofday() on windows
+             (HiRes.t#14 now passes)
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12183] By: gsar                                  on 2001/09/24  18:13:23
+        Log: File::Spec::catfile() canonifies everything to blackslashes on
+             windows :-(
+     Branch: perl
+          ! lib/ExtUtils/Manifest.t
+____________________________________________________________________________
+[ 12182] By: gsar                                  on 2001/09/24  17:59:54
+        Log: test number mismatch
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12181] By: jhi                                   on 2001/09/24  17:10:41
+        Log: ok().
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 12180] By: jhi                                   on 2001/09/24  16:09:37
+        Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
+             Wolfgang Laun <Wolfgang.Laun@alcatel.at>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 12179] By: jhi                                   on 2001/09/24  15:46:49
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12178] By: jhi                                   on 2001/09/24  14:12:06
+        Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 24 Sep 2001 11:12:13 -0400
+             Message-ID: <20010924111213.G27885@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[ 12177] By: jhi                                   on 2001/09/24  14:02:32
+        Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Mon, 24 Sep 2001 11:02:07 -0400
+             Message-ID: <20010924110207.E27885@blackrider>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 12176] By: ams                                   on 2001/09/24  14:01:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 12175] By: jhi                                   on 2001/09/24  13:20:28
+        Log: Various cleanups.
+     Branch: perl
+          ! ext/threads/Makefile.PL ext/threads/threads.xs
+____________________________________________________________________________
+[ 12173] By: pudge                                 on 2001/09/24  12:56:13
+        Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
+     Branch: maint-5.6/macperl
+         !> (integrate 33 files)
+____________________________________________________________________________
+[ 12171] By: jhi                                   on 2001/09/24  12:26:58
+        Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Mon, 24 Sep 2001 20:04:58 +0900
+             Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
+     Branch: perl
+          ! ext/Encode/Encode/gb2312.enc
+____________________________________________________________________________
+[ 12170] By: jhi                                   on 2001/09/24  12:08:30
+        Log: Clarifying comment to #12164.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12169] By: jhi                                   on 2001/09/24  11:59:33
+        Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 23 Sep 2001 23:00:56 +0100
+             Message-ID: <20010923230055.Y4971@plum.flirble.org>
+             
+             (with "sample_constants" changed to "fallback")
+     Branch: perl
+          + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
+          ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
+          ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
+          ! lib/h2xs.t utils/h2xs.PL
+____________________________________________________________________________
+[ 12168] By: jhi                                   on 2001/09/24  11:25:56
+        Log: Metaconfig unit change for #12167.
+     Branch: metaconfig
+          ! U/modified/Cppsym.U
+____________________________________________________________________________
+[ 12167] By: jhi                                   on 2001/09/24  11:25:22
+        Log: Add a few glibc cpp symbols to probe for.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 12166] By: jhi                                   on 2001/09/24  11:14:43
+        Log: DJGPP tweaks for Laszlo Molnar.
+     Branch: perl
+          ! djgpp/djgppsed.sh dosish.h
+____________________________________________________________________________
+[ 12165] By: ams                                   on 2001/09/24  10:07:08
+        Log: Subject: [PATCH t/op/inccode.t] More tests
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 24 Sep 2001 10:01:44 -0000
+             Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
+     Branch: perl
+          ! t/op/inccode.t
+____________________________________________________________________________
+[ 12164] By: ams                                   on 2001/09/24  09:43:29
+        Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
+             From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
+             Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
+             Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12163] By: jhi                                   on 2001/09/23  22:50:35
+        Log: 1_compile updates.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12162] By: jhi                                   on 2001/09/23  21:11:22
+        Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 19 Sep 2001 22:47:14 +0200
+             Message-ID: <20010919224714.A6382@rafael>
+     Branch: perl
+          ! pod/perlvar.pod pp_ctl.c
+____________________________________________________________________________
+[ 12161] By: ams                                   on 2001/09/23  17:40:02
+        Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
+             filetest Pragma
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sun, 23 Sep 2001 12:07:25 -0600
+             Message-Id: <20010923181223.32427.qmail@onion.perl.org>
+     Branch: perl
+          + lib/filetest.t
+          ! MANIFEST t/lib/1_compile.t
+____________________________________________________________________________
+[ 12160] By: ams                                   on 2001/09/23  16:32:11
+        Log: Additional minor chdir() tweak.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 12159] By: ams                                   on 2001/09/23  16:25:01
+        Log: Subject: PATCH lib/ExtUtils/Command.t
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 23 Sep 2001 19:11:44 +0200
+             Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12158] By: jhi                                   on 2001/09/23  12:52:36
+        Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 23 Sep 2001 02:02:26 +0200
+             Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12157] By: jhi                                   on 2001/09/23  12:46:05
+        Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
+             From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
+             Date: Sat, 22 Sep 2001 12:54:39 -0500
+             Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
+     Branch: perl
+          ! t/op/study.t
+____________________________________________________________________________
+[ 12156] By: nick                                  on 2001/09/23  07:48:44
+        Log: Integrate mainline
+     Branch: perlio
+          - check83.pl
+         !> ext/Encode/Encode/2022-cn.enc
+____________________________________________________________________________
+[ 12155] By: nick                                  on 2001/09/23  07:48:01
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 64 files)
+          - ext/Encode/Encode/cns11643-1.enc
+          - ext/Encode/Encode/cns11643-2.enc
+          - ext/Encode/Encode/iso2022-cn.enc
+          - ext/Encode/Encode/iso2022-jp.enc
+          - ext/Encode/Encode/iso2022-jp1.enc
+          - ext/Encode/Encode/iso2022-jp2.enc
+          - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
+          - ext/Encode/Encode/iso8859-1.enc
+          - ext/Encode/Encode/iso8859-1.ucm
+          - ext/Encode/Encode/iso8859-10.enc
+          - ext/Encode/Encode/iso8859-10.ucm
+          - ext/Encode/Encode/iso8859-13.enc
+          - ext/Encode/Encode/iso8859-13.ucm
+          - ext/Encode/Encode/iso8859-14.enc
+          - ext/Encode/Encode/iso8859-14.ucm
+          - ext/Encode/Encode/iso8859-15.enc
+          - ext/Encode/Encode/iso8859-15.ucm
+          - ext/Encode/Encode/iso8859-16.enc
+          - ext/Encode/Encode/iso8859-16.ucm
+          - ext/Encode/Encode/iso8859-2.enc
+          - ext/Encode/Encode/iso8859-2.ucm
+          - ext/Encode/Encode/iso8859-3.enc
+          - ext/Encode/Encode/iso8859-3.ucm
+          - ext/Encode/Encode/iso8859-4.enc
+          - ext/Encode/Encode/iso8859-4.ucm
+          - ext/Encode/Encode/iso8859-5.enc
+          - ext/Encode/Encode/iso8859-5.ucm
+          - ext/Encode/Encode/iso8859-6.enc
+          - ext/Encode/Encode/iso8859-6.ucm
+          - ext/Encode/Encode/iso8859-7.enc
+          - ext/Encode/Encode/iso8859-7.ucm
+          - ext/Encode/Encode/iso8859-8.enc
+          - ext/Encode/Encode/iso8859-8.ucm
+          - ext/Encode/Encode/iso8859-9.enc
+          - ext/Encode/Encode/iso8859-9.ucm
+          - ext/Encode/Encode/isoir-197.enc
+          - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
+          - t/lib/sample-tests/header_at_end
+          - t/lib/sample-tests/header_at_end_fail
+         !> (integrate 174 files)
+____________________________________________________________________________
+[ 12154] By: ams                                   on 2001/09/23  07:11:46
+        Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
+             by Blair Zajac.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 12153] By: ams                                   on 2001/09/23  06:56:32
+        Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
+             Forgotten deprecation of *glob{FILEHANDLE}?
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 22 Sep 2001 21:27:56 -0600
+             Message-Id: <20010923033252.33085.qmail@onion.perl.org>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
+____________________________________________________________________________
+[ 12152] By: ams                                   on 2001/09/23  06:42:58
+        Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 23 Sep 2001 03:34:39 -0400
+             Message-Id: <20010923033439.E7005@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 12151] By: ams                                   on 2001/09/23  06:37:57
+        Log: Subject: Re: t/op/magic.t missing tests on Win32
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 22 Sep 2001 20:29:09 -0400
+             Message-Id: <20010922202909.I18223@blackrider>
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12150] By: ams                                   on 2001/09/23  06:36:26
+        Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
+             Dumpvalue.pm
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 22 Sep 2001 19:41:31 -0600
+             Message-Id: <20010923014628.7739.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Dumpvalue.t
+          ! MANIFEST lib/Dumpvalue.pm
+____________________________________________________________________________
+[ 12149] By: ams                                   on 2001/09/23  06:25:35
+        Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Sun, 23 Sep 2001 15:27:56 +0900
+             Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode/2022-cn.enc
+____________________________________________________________________________
+[ 12148] By: jhi                                   on 2001/09/22  23:33:42
+        Log: Manual eror in #12147.
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 12147] By: jhi                                   on 2001/09/22  23:25:02
+        Log: Integrate change #12146 from maintperl;
+             win32_chdir() et al don't handle a NULL argument gracefully
+     Branch: perl
+         !> win32/perlhost.h win32/win32.c
+____________________________________________________________________________
+[ 12146] By: gsar                                  on 2001/09/22  23:18:47
+        Log: win32_chdir() et al don't handle a NULL argument gracefully
+     Branch: maint-5.6/perl
+          ! win32/perlhost.h win32/win32.c
+____________________________________________________________________________
+[ 12145] By: gsar                                  on 2001/09/22  23:17:42
+        Log: typo in change#12026
+     Branch: maint-5.6/perl
+          ! op.c
+____________________________________________________________________________
+[ 12144] By: jhi                                   on 2001/09/22  21:22:28
+        Log: Subject: [PATCH] Re: scalar context unpack bugs
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 22 Sep 2001 23:07:56 +0100
+             Message-ID: <20010922230755.O4971@plum.flirble.org>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 12143] By: jhi                                   on 2001/09/22  21:18:43
+        Log: Try ExtUtils::Command.t everywhere, not just on Win32
+             (as suggested by NI-S).  Also allow running it either
+             in t/ or in the main directory.
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12142] By: jhi                                   on 2001/09/22  21:04:39
+        Log: Update the test on warnings/register.t.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12141] By: jhi                                   on 2001/09/22  20:40:06
+        Log: The code is now almost tidy enough to keep the IRIX cc happy.
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[ 12140] By: ams                                   on 2001/09/22  17:26:32
+        Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
+             use_ithreads
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 22 Sep 2001 13:15:32 -0500
+             Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 12139] By: ams                                   on 2001/09/22  16:44:08
+        Log: Do what perl_clone() does for sharedsv functions.
+     Branch: perl
+          ! embed.pl proto.h
+____________________________________________________________________________
+[ 12138] By: jhi                                   on 2001/09/22  16:42:04
+        Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
+             (suggested by Sarathy, extensions shouldn't be dabbling with
+             op structures, so binary backward compatibility should not be
+             an issue.)
+     Branch: perl
+          ! hints/irix_6.sh op.h
+____________________________________________________________________________
+[ 12137] By: ams                                   on 2001/09/22  16:21:05
+        Log: More cleanups. (What's PERL_DECL_PROT?)
+     Branch: perl
+          ! embed.pl proto.h sharedsv.h
+____________________________________________________________________________
+[ 12136] By: ams                                   on 2001/09/22  15:14:34
+        Log: (Retracted by #12185)
+             
+             Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
+             Add Tests for warnings::register, Doc Update
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 22 Sep 2001 09:43:20 -0600
+             Message-Id: <20010922154815.32004.qmail@onion.perl.org>
+     Branch: perl
+          + lib/warnings/register.t
+          ! MANIFEST lib/warnings/register.pm
+____________________________________________________________________________
+[ 12135] By: ams                                   on 2001/09/22  15:07:50
+        Log: `@foo' should be @foo for consistency.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 12134] By: jhi                                   on 2001/09/22  14:20:47
+        Log: (Retracted by #12138)
+             
+             Add -woff (turn warning off) 3187:
+             "A pointer is converted to a smaller integer."
+             This happens when your pointers are 64-bit: then every case
+             of converting pointers to PADOFFSETs (explicitly 32-bit)
+             faces truncation (even explicit use of INT2PTR doesn't help).
+             CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
+             Changing PADOFFSET from U32 to UV would help, but that
+             would break binary backward compatibility of BASEOP and padop
+             (assuming you have been using 64-bit pointers).
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[ 12133] By: jhi                                   on 2001/09/22  13:53:49
+        Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
+             but the name comes from the inside the file, not from the file
+             name, and Rumanian is the name of the language.
+     Branch: perl
+          + ext/Encode/Encode/macRumanian.enc
+          - ext/Encode/Encode/macRomania.enc
+          ! MANIFEST
+____________________________________________________________________________
+[ 12132] By: jhi                                   on 2001/09/22  13:48:29
+        Log: Rename perltootc as perltooc for 8.3-friedliness.
+     Branch: perl
+          + pod/perltooc.pod
+          - pod/perltootc.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
+          ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
+          ! pod/perltoot.pod
+____________________________________________________________________________
+[ 12131] By: jhi                                   on 2001/09/22  13:38:49
+        Log: Find more conflicts by lowercasing.
+     Branch: perl
+          + Porting/check83.pl
+          - check83.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12130] By: jhi                                   on 2001/09/22  13:20:20
+        Log: The AIX cc 5.0.0.0 is simply too buggy.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 12129] By: ams                                   on 2001/09/22  12:35:38
+        Log: Uninteresting cleanup.
+     Branch: perl
+          ! form.h
+____________________________________________________________________________
+[ 12128] By: ams                                   on 2001/09/22  12:28:48
+        Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
+             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
+             Date: Sat, 22 Sep 2001 14:29:13 +0100
+             Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
+     Branch: perl
+          ! cv.h
+____________________________________________________________________________
+[ 12127] By: ams                                   on 2001/09/22  12:04:28
+        Log: What's a backet?
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[ 12126] By: ams                                   on 2001/09/22  10:02:34
+        Log: Removed duplicated tests #19 and #20.
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[ 12125] By: ams                                   on 2001/09/22  03:58:41
+        Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
+             From: Michael Carman <mjcarman@home.com>
+             Date: Fri, 21 Sep 2001 17:54:05 -0500
+             Message-Id: <3BABC50D.6040202@home.com>
+             (Applied with some changes.)
+     Branch: perl
+          ! pod/perlmod.pod
+____________________________________________________________________________
+[ 12124] By: ams                                   on 2001/09/22  03:44:19
+        Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 19:20:40 -0400
+             Message-Id: <20010921192040.E5494@blackrider>
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12123] By: ams                                   on 2001/09/22  03:41:08
+        Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Fri, 21 Sep 2001 15:13:04 -0700
+             Message-Id: <3BABBB70.55FD41DC@orcaware.com>
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12122] By: ams                                   on 2001/09/22  03:37:07
+        Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
+             20010920.007
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 17:59:03 -0400
+             Message-Id: <20010921175903.V5494@blackrider>
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[ 12121] By: ams                                   on 2001/09/22  03:30:38
+        Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
+             suite on WinCE)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 19:41:03 -0400
+             Message-Id: <20010921194103.G5494@blackrider>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12120] By: ams                                   on 2001/09/22  03:28:06
+        Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 17:33:35 -0400
+             Message-Id: <20010921173335.T5494@blackrider>
+             ($ENV{FOO}=undef hunk not applied.)
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12119] By: ams                                   on 2001/09/22  03:02:26
+        Log: Subject: [PATCH] perldiag.pod
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 21 Sep 2001 18:54:50 -0700
+             Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
+             (Moved to the right place.)
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 12118] By: ams                                   on 2001/09/21  20:05:29
+        Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 21 Sep 2001 22:36:54 +0200
+             Message-Id: <20010921223654.A12742@rafael>
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[ 12117] By: jhi                                   on 2001/09/21  20:05:23
+        Log: Restore things as they were before
+             the backward compatibility police notices.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12116] By: jhi                                   on 2001/09/21  17:52:28
+        Log: More Cwd from Schwern: make also OS/2 and DOS
+             Cwd agree with File::Spec (that is, native path
+             syntax using \ instead of / -- backward compatibility
+             polic warning) and stop Win32 from using bsd_realpath().
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12115] By: jhi                                   on 2001/09/21  17:19:03
+        Log: Subject: [PATCH @12110] RE: Untested libraries update
+             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
+             Date: Fri, 21 Sep 2001 18:21:07 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
+     Branch: perl
+          ! lib/warnings/register.pm
+____________________________________________________________________________
+[ 12114] By: jhi                                   on 2001/09/21  17:09:52
+        Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 20 Sep 2001 22:54:02 -0400
+             Message-ID: <20010920225402.A3611@blackrider>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12113] By: ams                                   on 2001/09/21  17:08:24
+        Log: Subject: [PATCH] avoid v-strings with require/use
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Fri, 21 Sep 2001 12:34:40 -0400
+             Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
+          ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
+          ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
+          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
+          ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
+          ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
+          ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
+          ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
+          ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
+          ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
+          ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
+          ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
+          ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
+          ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
+          ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
+          ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
+____________________________________________________________________________
+[ 12110] By: jhi                                   on 2001/09/21  13:59:13
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12109] By: jhi                                   on 2001/09/21  13:44:43
+        Log: Make AIX and Tru64 compilers happy.  
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12108] By: jhi                                   on 2001/09/21  12:16:27
+        Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 21 Sep 2001 09:16:37 -0000
+             Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 12107] By: jhi                                   on 2001/09/21  12:14:41
+        Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 20 Sep 2001 21:21:34 -0400
+             Message-ID: <20010920212134.Y28291@blackrider>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 12106] By: jhi                                   on 2001/09/21  12:12:09
+        Log: Subject: Re: GDB Debugging Macros from mod_perl
+             From: rspier@pobox.com (Robert Spier)
+             Date: Thu, 20 Sep 2001 22:45:03 -0700
+             Message-ID: <15274.54239.413929.49430@rls.cx>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 12105] By: sky                                   on 2001/09/21  10:33:34
+        Log: Fixed bug where Time::HiRes::time returned time adjusted to 
+             timezone! GetSystemTime should be available on all Win32 
+             platforms we support. Perhaps Time::HiRes should be extended to
+             support WinCE and Novell?
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12104] By: sky                                   on 2001/09/21  08:12:39
+        Log: Attempt to fix solaris issue raised by Andy Dougherty.  
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12103] By: sky                                   on 2001/09/21  07:57:41
+        Log: Rename the *thread* functions to Perl_* to avoid clashes.
+             Notably on AIX but could become a problem on other platforms.
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12102] By: sky                                   on 2001/09/21  07:35:30
+        Log: Add the shared sv space to the global vars.
+             Fix problems compiling on win32.
+     Branch: perl
+          ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
+          ! sharedsv.c sharedsv.h
+____________________________________________________________________________
+[ 12101] By: ams                                   on 2001/09/21  00:19:55
+        Log: Subject: [PATCH] win32/Makefile warning fix
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Thu, 20 Sep 2001 18:15:43 -0700
+             Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 12100] By: jhi                                   on 2001/09/20  21:57:04
+        Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Thu, 20 Sep 2001 18:36:22 +0200
+             Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12099] By: jhi                                   on 2001/09/20  21:53:00
+        Log: Cant spl wirth a dam.
+     Branch: perl
+          ! intrpvar.h
+____________________________________________________________________________
+[ 12098] By: jhi                                   on 2001/09/20  21:52:24
+        Log: Don't use C++ comments.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12097] By: ams                                   on 2001/09/20  21:42:07
+        Log: Change #12044 didn't.
+     Branch: perl
+          ! lib/constant.pm
+____________________________________________________________________________
+[ 12096] By: jhi                                   on 2001/09/20  13:38:44
+        Log: Metaconfig unit changes for #12095.
+     Branch: metaconfig
+          ! U/modified/Myinit.U U/modified/libs.U
+____________________________________________________________________________
+[ 12095] By: jhi                                   on 2001/09/20  13:38:22
+        Log: Remove iconv references since we are not using it
+             and not going to; regen perltoc, perlmodlib.
+             (Some references still linger in perltoc, have to figure
+             out where they are coming from.)
+     Branch: perl
+          ! Configure NetWare/config.wc NetWare/config_H.wc
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h
+          ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc wince/config.ce wince/config.h
+          ! wince/config_H.ce
+____________________________________________________________________________
+[ 12094] By: jhi                                   on 2001/09/20  12:49:17
+        Log: Subject: [PATCH docs] Re: ARGV and read
+             From: Dave Mitchell <davem@fdgroup.co.uk>
+             Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
+             Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! pod/perltodo.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 12093] By: jhi                                   on 2001/09/20  12:45:35
+        Log: Fresh copies from the cvs.perl.org perlfaq repository.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 12092] By: jhi                                   on 2001/09/20  12:32:44
+        Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 20 Sep 2001 14:27:08 +0100
+             Message-ID: <20010920142708.X4971@plum.flirble.org>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 12091] By: jhi                                   on 2001/09/20  12:16:50
+        Log: The sharedsv_space* are variables, not code.  Duh.
+     Branch: perl
+          ! intrpvar.h makedef.pl
+____________________________________________________________________________
+[ 12090] By: ams                                   on 2001/09/20  11:26:06
+        Log: Subject: [patch lib/lib_pm.PL]
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 20 Sep 2001 18:48:53 +0800
+             Message-Id: <3BA9C995.6010302@stason.org>
+             (Applied by hand.)
+     Branch: perl
+          ! lib/lib_pm.PL
+____________________________________________________________________________
+[ 12089] By: jhi                                   on 2001/09/20  01:36:23
+        Log: Only 21 tests, skipping or not.
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12088] By: jhi                                   on 2001/09/19  18:54:37
+        Log: New exported symbols.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12087] By: jhi                                   on 2001/09/19  13:45:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12086] By: jhi                                   on 2001/09/19  13:02:58
+        Log: Correct numbering of the tests is useful.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12085] By: jhi                                   on 2001/09/19  12:11:15
+        Log: More tests now too.
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12084] By: jhi                                   on 2001/09/19  12:08:33
+        Log: More tests now.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12083] By: jhi                                   on 2001/09/19  11:35:55
+        Log: The test assumed 7-bit ASCII.  Now it "just"
+             assumes 8-bit whatever.
+     Branch: perl
+          ! t/op/crypt.t
+____________________________________________________________________________
+[ 12082] By: jhi                                   on 2001/09/19  11:19:56
+        Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 19 Sep 2001 11:45:28 +0200
+             Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
+             
+             Lvalue casts are not portable.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12081] By: sky                                   on 2001/09/19  10:17:52
+        Log: Make the basic test contain only realy basic API tests
+             Seems to be a problem with detach.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12080] By: ams                                   on 2001/09/19  01:23:55
+        Log: Subject: [PATCH] Syncing with Test::Simple 0.19
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 18 Sep 2001 19:53:48 -0400
+             Message-Id: <20010918195348.M585@blackrider>
+             
+             Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 18 Sep 2001 22:07:13 -0400
+             Message-Id: <20010918220713.B19616@blackrider>
+     Branch: perl
+          ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
+          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
+          ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
+          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
+          ! lib/Test/Tutorial.pod
+____________________________________________________________________________
+[ 12079] By: jhi                                   on 2001/09/19  00:19:45
+        Log: Indent the test a bit.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12078] By: jhi                                   on 2001/09/18  22:54:21
+        Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 18 Sep 2001 18:06:44 +0200
+             Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 12077] By: jhi                                   on 2001/09/18  22:52:24
+        Log: Subject: stat access time is wrong on Win95
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 18 Sep 2001 21:59:24 +0200
+             Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12076] By: ams                                   on 2001/09/18  22:11:25
+        Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 18 Sep 2001 18:47:14 -0400
+             Message-Id: <20010918184714.I585@blackrider>
+     Branch: perl
+          ! t/op/crypt.t
+____________________________________________________________________________
+[ 12075] By: sky                                   on 2001/09/18  19:29:37
+        Log: two test failures
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Message-ID: <20010918221702.A17408@rafael>
+             partly applied, #12074 already fixed half the patch
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12074] By: sky                                   on 2001/09/18  18:49:03
+        Log: Fixes test case failure introduced by #12071, the warning is
+             now correctly spelled :-)
+     Branch: perl
+          ! ext/IO/lib/IO/t/io_sel.t
+____________________________________________________________________________
+[ 12073] By: sky                                   on 2001/09/18  18:46:22
+        Log: Make the test behave properly!
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12072] By: ams                                   on 2001/09/18  18:44:59
+        Log: OP_RCATLINE is an SVOP, not a BASEOP.
+     Branch: perl
+          ! opcode.h opcode.pl
+____________________________________________________________________________
+[ 12071] By: ams                                   on 2001/09/18  18:06:27
+        Log: Deprecate != Depreciate.
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
+          ! lib/Pod/ParseUtils.pm
+____________________________________________________________________________
+[ 12070] By: ams                                   on 2001/09/18  15:14:58
+        Log: Subject: [PATCH] Getopt::Std cleanup
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 18 Sep 2001 17:32:13 +0200
+             Message-Id: <20010918173213.C777@rafael>
+     Branch: perl
+          ! lib/Getopt/Std.pm lib/Getopt/Std.t
+____________________________________________________________________________
+[ 12069] By: sky                                   on 2001/09/18  14:56:33
+        Log: Forgot the makefile
+     Branch: perl
+          + ext/threads/Makefile.PL
+____________________________________________________________________________
+[ 12068] By: sky                                   on 2001/09/18  14:13:26
+        Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
+             The test will fail because of Test.pm not knowing about threads. 
+             basic needs to be manually tested
+             compile time warnings on IV2PTR conversions need to be fixed
+     Branch: perl
+          + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
+          + ext/threads/threads.h ext/threads/threads.pm
+          + ext/threads/threads.xs
+          ! MANIFEST
+____________________________________________________________________________
+[ 12067] By: jhi                                   on 2001/09/18  11:51:08
+        Log: DJGPP tweak from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/config.over
+____________________________________________________________________________
+[ 12066] By: sky                                   on 2001/09/18  10:24:31
+        Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
+     Branch: perl
+          ! sharedsv.c sharedsv.h
+____________________________________________________________________________
+[ 12065] By: jhi                                   on 2001/09/18  00:00:09
+        Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
+             ditto ^cns.
+     Branch: perl
+          + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
+          + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
+          + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
+          + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
+          + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
+          + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
+          + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
+          + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
+          + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
+          + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
+          + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
+          + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
+          + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
+          + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
+          + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
+          + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
+          + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
+          + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
+          + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
+          + ext/Encode/Encode/ir-197.enc
+          - ext/Encode/Encode/cns11643-1.enc
+          - ext/Encode/Encode/cns11643-2.enc
+          - ext/Encode/Encode/iso2022-cn.enc
+          - ext/Encode/Encode/iso2022-jp.enc
+          - ext/Encode/Encode/iso2022-jp1.enc
+          - ext/Encode/Encode/iso2022-jp2.enc
+          - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
+          - ext/Encode/Encode/iso8859-1.enc
+          - ext/Encode/Encode/iso8859-1.ucm
+          - ext/Encode/Encode/iso8859-10.enc
+          - ext/Encode/Encode/iso8859-10.ucm
+          - ext/Encode/Encode/iso8859-11.enc
+          - ext/Encode/Encode/iso8859-11.ucm
+          - ext/Encode/Encode/iso8859-13.enc
+          - ext/Encode/Encode/iso8859-13.ucm
+          - ext/Encode/Encode/iso8859-14.enc
+          - ext/Encode/Encode/iso8859-14.ucm
+          - ext/Encode/Encode/iso8859-15.enc
+          - ext/Encode/Encode/iso8859-15.ucm
+          - ext/Encode/Encode/iso8859-16.enc
+          - ext/Encode/Encode/iso8859-16.ucm
+          - ext/Encode/Encode/iso8859-2.enc
+          - ext/Encode/Encode/iso8859-2.ucm
+          - ext/Encode/Encode/iso8859-3.enc
+          - ext/Encode/Encode/iso8859-3.ucm
+          - ext/Encode/Encode/iso8859-4.enc
+          - ext/Encode/Encode/iso8859-4.ucm
+          - ext/Encode/Encode/iso8859-5.enc
+          - ext/Encode/Encode/iso8859-5.ucm
+          - ext/Encode/Encode/iso8859-6.enc
+          - ext/Encode/Encode/iso8859-6.ucm
+          - ext/Encode/Encode/iso8859-7.enc
+          - ext/Encode/Encode/iso8859-7.ucm
+          - ext/Encode/Encode/iso8859-8.enc
+          - ext/Encode/Encode/iso8859-8.ucm
+          - ext/Encode/Encode/iso8859-9.enc
+          - ext/Encode/Encode/iso8859-9.ucm
+          - ext/Encode/Encode/isoir-197.enc
+          ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 12064] By: jhi                                   on 2001/09/17  23:53:38
+        Log: Must Uppercase.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 12063] By: jhi                                   on 2001/09/17  23:39:28
+        Log: Add various encodings.
+     Branch: perl
+          + ext/Encode/Encode/iso8859-11.enc
+          + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
+          + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
+          + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
+          + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
+          + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
+          + ext/Encode/Encode/viscii.ucm
+          ! MANIFEST ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 12062] By: jhi                                   on 2001/09/17  22:48:21
+        Log: lib/unicode relic.
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 12061] By: jhi                                   on 2001/09/17  20:50:16
+        Log: Subject: [PATCH] Re: filename problems
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 17 Sep 2001 17:26:26 -0400
+             Message-ID: <20010917172626.Q585@blackrider>
+     Branch: perl
+          + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
+          - t/lib/sample-tests/header_at_end
+          - t/lib/sample-tests/header_at_end_fail
+          ! MANIFEST lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 12060] By: jhi                                   on 2001/09/17  20:14:53
+        Log: Explicitly explain the 1e9 seconds, not everybody
+             is a C geek.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 12059] By: jhi                                   on 2001/09/17  20:07:20
+        Log: Explain an apparent bug reported by
+             Richard J. Barbalace <rjbarbal@MIT.EDU>,
+             with additional explanation from Gisle Aas.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 12058] By: ams                                   on 2001/09/17  19:52:01
+        Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 17 Sep 2001 22:48:05 +0200
+             Message-Id: <20010917224805.C11744@rafael>
+     Branch: perl
+          ! t/lib/warnings/op t/lib/warnings/pp
+____________________________________________________________________________
+[ 12057] By: ams                                   on 2001/09/17  16:51:18
+        Log: Its a nit!
+     Branch: perl
+          ! sv.h
+____________________________________________________________________________
+[ 12056] By: ams                                   on 2001/09/17  16:47:55
+        Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 17 Sep 2001 12:34:20 -0500
+             Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12055] By: ams                                   on 2001/09/17  16:05:15
+        Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 16 Apr 2001 16:20:34 -0700
+             Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
+             (Applied by hand.)
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/Nox.pm
+____________________________________________________________________________
+[ 12054] By: jhi                                   on 2001/09/17  14:06:26
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12053] By: jhi                                   on 2001/09/17  13:45:26
+        Log: Adding new files to the MANIFEST is always nice.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12052] By: jhi                                   on 2001/09/17  13:12:31
+        Log: Reindent the PerlIO files (suggested by NI-S), used
+             indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
+             (GNU indent).  Note that wholesale re-indenting might
+             be nice, but that would break nice formatting/alignment
+             of assignments, equality testing, and complex boolean
+             expressions with lots of &s and |s.
+     Branch: perl
+          ! perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[ 12051] By: jhi                                   on 2001/09/17  12:55:53
+        Log: Add a script for being 8.3-polite.
+             The found conflicts are being worked on.
+     Branch: perl
+          + check83.pl
+          ! MANIFEST Porting/pumpkin.pod
+____________________________________________________________________________
+[ 12050] By: sky                                   on 2001/09/17  12:44:36
+        Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
+             finding it.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 12049] By: jhi                                   on 2001/09/17  11:55:07
+        Log: Bump up versions because of #12041.
+     Branch: perl
+          ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
+          ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
+          ! lib/Time/localtime.pm
+____________________________________________________________________________
+[ 12048] By: jhi                                   on 2001/09/17  11:51:54
+        Log: Bump the version number because of #12042.
+     Branch: perl
+          ! lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[ 12047] By: ams                                   on 2001/09/17  11:21:40
+        Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Mon, 17 Sep 2001 17:44:12 +0530
+             Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 12046] By: sky                                   on 2001/09/17  07:14:17
+        Log: Subject: Re: t/op/ver.t using skip() improperly
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 17 Sep 2001 00:22:29 -0600
+             Message-ID: <20010917062713.47716.qmail@onion.perl.org>
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[ 12045] By: nick                                  on 2001/09/17  07:12:14
+        Log: Integrate mainline
+     Branch: perlio
+         +> t/op/chdir.t
+         !> (integrate 117 files)
+____________________________________________________________________________
+[ 12044] By: ams                                   on 2001/09/17  05:49:53
+        Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
+             From: Ilmari Karonen <iltzu@sci.fi>
+             Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
+             Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
+             (And $VERSION = '1.05'.)
+     Branch: perl
+          ! lib/constant.pm
+____________________________________________________________________________
+[ 12043] By: ams                                   on 2001/09/17  05:44:50
+        Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 17 Sep 2001 07:49:04 +0200
+             Message-Id: <20010917074904.V1588@blackrider>
+             (Applied with tweaks to chdir.t and pp_sys.c hunks.)
+     Branch: perl
+          + t/op/chdir.t
+          ! MANIFEST pp_sys.c
+____________________________________________________________________________
+[ 12042] By: jhi                                   on 2001/09/17  02:54:13
+        Log: Subject: Re: CPAN.pm needs some hacking 
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sun, 16 Sep 2001 16:46:29 -0600
+             Message-ID: <20010916225113.5606.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[ 12041] By: jhi                                   on 2001/09/16  20:43:15
+        Log: Change use|require 5.005_64 to use|require 5.6.1.
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
+          ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
+          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
+          ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
+          ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
+          ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
+          ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
+          ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
+          ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
+          ! lib/base.pm lib/fields.pm
+____________________________________________________________________________
+[ 12040] By: jhi                                   on 2001/09/16  20:36:58
+        Log: Bump up version numbers.
+             
+             TODO 1: double check that pre-5.6.1 CPAN.pm:s
+             don't try to download 5.8.0 because of the
+             version numbers.  Mainly this means using _00
+             in the core version numbers.
+             
+             TODO 2: the "use 5.005_64" in many modules
+             needs to be changed to, say, "use 5.6.1".
+     Branch: perl
+          ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
+          ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
+          ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
+          ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
+          ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
+          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
+          ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
+          ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
+          ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
+          ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
+____________________________________________________________________________
+[ 12039] By: jhi                                   on 2001/09/16  19:23:07
+        Log: Use UCHARAT() as suggested by Inaba Hiroto.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 12038] By: ams                                   on 2001/09/16  15:16:24
+        Log: Subject: [PATCH] Re: Core module version numbers review
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Sun, 16 Sep 2001 09:09:58 -0700
+             Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 12037] By: jhi                                   on 2001/09/16  14:27:54
+        Log: Supply more details on how lc/uc/lcfirst/ucfirst are
+             not yet fully implemented.
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 12036] By: jhi                                   on 2001/09/15  23:13:12
+        Log: Subject: [patch] plug PL_beginav_save leak
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 12035] By: jhi                                   on 2001/09/15  23:12:28
+        Log: (accidentally empty checkin)
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 12034] By: jhi                                   on 2001/09/15  23:08:09
+        Log: Subject: [patch] ithreads+PL_beginav_save
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 12033] By: jhi                                   on 2001/09/15  23:07:19
+        Log: Subject: [PATCH] h2xs.PL with C::Scan
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
+             Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 12032] By: jhi                                   on 2001/09/15  18:43:20
+        Log: Elaborate (well, make more vague, really) #12030.
+     Branch: perl
+          ! pod/perltodo.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 12031] By: jhi                                   on 2001/09/15  18:37:07
+        Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 12030] By: jhi                                   on 2001/09/15  17:15:40
+        Log: Document that the lc(), uc(), lcfirst(), ucfirst()
+             are not yet complete.
+     Branch: perl
+          ! pod/perltodo.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 12029] By: jhi                                   on 2001/09/15  13:53:42
+        Log: Document what's still to be done on the regular expression
+             Unicode support, based on the UTR#18.
+     Branch: perl
+          ! pod/perltodo.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 12028] By: jhi                                   on 2001/09/15  12:37:31
+        Log: Regen headers.
+     Branch: perl
+          ! embedvar.h perlapi.h
+____________________________________________________________________________
+[ 12027] By: jhi                                   on 2001/09/15  12:33:49
+        Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Sun, 09 Sep 2001 18:41:54 +0100
+             Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
+     Branch: perl
+          ! Porting/findvars ext/ByteLoader/bytecode.h
+          ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
+          ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
+____________________________________________________________________________
+[ 12026] By: gsar                                  on 2001/09/15  04:04:04
+        Log: enable most warnings for windows build; fix the various typecasting
+             nits that showed up (no bugfixes here)
+     Branch: maint-5.6/perl
+          ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
+          ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
+          ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
+          ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
+          ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
+          ! x2p/walk.c
+____________________________________________________________________________
+[ 12025] By: jhi                                   on 2001/09/14  22:22:58
+        Log: Integrate change #12024 from maintperl
+             (a local() precedence bug)
+     Branch: perl
+         !> lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[ 12024] By: gsar                                  on 2001/09/14  22:11:06
+        Log: fix local() precedence bug in change#8311, came into maint-5.6 as
+             change#8642
+     Branch: maint-5.6/perl
+          ! lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[ 12023] By: jhi                                   on 2001/09/14  15:04:16
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12022] By: jhi                                   on 2001/09/14  14:49:52
+        Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 14 Sep 2001 09:44:57 -0600 
+             Message-ID: <20010914154936.70059.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.t
+____________________________________________________________________________
+[ 12021] By: jhi                                   on 2001/09/14  14:46:36
+        Log: Hopefully better skipping of the Complete.t tests
+             in case of not a tty. 
+     Branch: perl
+          ! lib/Term/Complete.t t/op/stat.t
+____________________________________________________________________________
+[ 12020] By: jhi                                   on 2001/09/14  14:10:44
+        Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 12019] By: jhi                                   on 2001/09/14  14:02:59
+        Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
+             Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12018] By: jhi                                   on 2001/09/14  13:55:56
+        Log: NetWare tweaks from Ananth Kesari.
+     Branch: perl
+          ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
+          ! NetWare/nwutil.h
+____________________________________________________________________________
+[ 12017] By: jhi                                   on 2001/09/14  13:50:08
+        Log: Subject: unterminated C<...> at line 426 in file perlport.pod
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 14 Sep 2001 10:51:13 +0200
+             Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12016] By: jhi                                   on 2001/09/14  13:28:08
+        Log: Subject: Re: [PATCH 2 pl2pm.PL]
+             From: Joe Smith <Joe.Smith@inwap.com>
+             Date: Fri, 14 Sep 2001 00:13:32 -0700
+             Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
+             
+             Eradicate qu.
+     Branch: perl
+          ! keywords.h keywords.pl utils/pl2pm.PL
+____________________________________________________________________________
+[ 12015] By: jhi                                   on 2001/09/14  02:38:23
+        Log: Retract #12013, didn't go over too well in Tru64.
+     Branch: perl
+          ! embed.h embed.pl sv.h
+____________________________________________________________________________
+[ 12014] By: jhi                                   on 2001/09/14  02:31:05
+        Log: Subject: [PATCH] Execute files of debugger commands
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Thu, 13 Sep 2001 15:26:31 -0700
+             Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
+     Branch: perl
+          ! lib/perl5db.pl pod/perldebug.pod
+____________________________________________________________________________
+[ 12013] By: jhi                                   on 2001/09/14  02:25:05
+        Log: (Retracted by #12015)
+             Subject: [proposed PATCH] Re: perl@11920
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 12 Sep 2001 23:46:09 +0100
+             Message-ID: <20010912234609.H4971@plum.flirble.org>     
+     Branch: perl
+          ! embed.h embed.pl sv.h
+____________________________________________________________________________
+[ 12012] By: jhi                                   on 2001/09/14  02:12:02
+        Log: ucblib shouldn't be linked against in nonstop-ux,
+             from Tom Bates.
+     Branch: perl
+          ! hints/nonstopux.sh
+____________________________________________________________________________
+[ 12011] By: jhi                                   on 2001/09/13  12:54:51
+        Log: Do stty only if we have stty.
+             
+             TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
+     Branch: perl
+          ! lib/Term/Complete.pm
+____________________________________________________________________________
+[ 12010] By: jhi                                   on 2001/09/13  12:44:28
+        Log: Skip the test if not running on a tty.
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12009] By: jhi                                   on 2001/09/13  12:01:56
+        Log: Regen headers.
+     Branch: perl
+          ! embed.h opcode.h pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 12008] By: jhi                                   on 2001/09/12  17:51:32
+        Log: Subject: [PATCH op.c] Re: perl@12003
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
+             Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 12007] By: jhi                                   on 2001/09/12  17:49:39
+        Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
+             Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 12006] By: jhi                                   on 2001/09/12  17:41:49
+        Log: Upgrade to Memoize 0.66.
+     Branch: perl
+          ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
+          ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
+          ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
+____________________________________________________________________________
+[ 12005] By: jhi                                   on 2001/09/12  13:14:59
+        Log: Subject: [ID 20010912.007] substr reference core dump
+             From: me-01@ton.iguana.be
+             Date: 12 Sep 2001 14:11:16 -0000
+             Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12004] By: ams                                   on 2001/09/12  01:13:49
+        Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
+             From: Ilmari Karonen <iltzu@sci.fi>
+             Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
+             Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
+     Branch: perl
+          ! pod/perlfaq4.pod
+____________________________________________________________________________
+[ 12003] By: jhi                                   on 2001/09/11  13:02:37
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12002] By: jhi                                   on 2001/09/11  11:50:48
+        Log: NetWare update from Ananth Kesari.
+     Branch: perl
+          ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
+          ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
+____________________________________________________________________________
+[ 12001] By: jhi                                   on 2001/09/11  11:40:51
+        Log: Retract #11984: div() being redefined, and 1397
+             failing on 64-bit platforms.
+     Branch: perl
+          ! lib/Math/BigInt/Calc.pm
+____________________________________________________________________________
+[ 12000] By: jhi                                   on 2001/09/11  11:19:07
+        Log: Metaconfig unit change for #11999.
+     Branch: metaconfig
+          ! U/protos/d_lseekproto.U
+____________________________________________________________________________
+[ 11999] By: jhi                                   on 2001/09/11  11:18:36
+        Log: The lseek fix (#11991) was no fix.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 11998] By: sky                                   on 2001/09/11  07:52:06
+        Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
+             From: Matt Sergeant <MSergeant@star.net.uk>
+             Date: Tue, 11 Sep 2001 09:22:32 +0100
+             Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 11997] By: sky                                   on 2001/09/11  06:35:29
+        Log: Sometimes dTHX is added because it is needed on non 
+             gnuc platforms, but not needed there. This uses GCC
+             to silence GCC specific warnings by marking pTHX as 
+             unused.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 11996] By: nick                                  on 2001/09/11  06:25:27
+        Log: Integrate mainline
+     Branch: perlio
+          - ext/POSIX/sigaction.t lib/File/Find/taint.t
+         !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
+____________________________________________________________________________
+[ 11995] By: nick                                  on 2001/09/11  06:23:39
+        Log: Part Integrate mainline
+     Branch: perlio
+         +> (branch 69 files)
+          - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
+          - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
+          - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
+          - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
+          - lib/Switch/t/switch_case.t lib/Test/Harness.t
+          - lib/Test/More/Changes lib/Test/More/t/More.t
+          - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
+          - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
+          - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
+          - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
+          - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
+          - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
+          - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
+          - t/lib/Test/More/Catch.pm wince/perl.ico
+         !> (integrate 197 files)
+____________________________________________________________________________
+[ 11994] By: jhi                                   on 2001/09/11  03:12:44
+        Log: Subject: Re: [PATCH] Encode.pm docs fix
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 10 Sep 2001 11:27:02 -0700
+             Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 11993] By: jhi                                   on 2001/09/11  02:27:25
+        Log: Fix unpack U to be the reverse of pack U
+             (but implement unpack U0U as a backdoor to get
+             the UTF-8 malformed warnings from un-UTF-8 data)
+     Branch: perl
+          ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
+____________________________________________________________________________
+[ 11992] By: jhi                                   on 2001/09/11  00:14:24
+        Log: Metaconfig unit change for #11991;
+             delete an unused unit (d_strtoull.U is the one used)
+     Branch: metaconfig
+          ! U/protos/d_lseekproto.U
+     Branch: metaconfig/U/perl
+          - strtoull.U
+____________________________________________________________________________
+[ 11991] By: jhi                                   on 2001/09/11  00:14:01
+        Log: Subject: [PATCH] Configure not recording lseek proto
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Mon, 10 Sep 2001 17:52:37 -0700
+             Message-ID: <3B9D6055.BA334A31@orcaware.com>
+             
+             plus regen Configure.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH uconfig.h
+____________________________________________________________________________
+[ 11990] By: jhi                                   on 2001/09/10  23:59:25
+        Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 11 Sep 2001 00:00:31 +0100
+             Message-ID: <20010911000031.G1512@plum.flirble.org>
+     Branch: perl
+          + t/op/qq.t
+          ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
+____________________________________________________________________________
+[ 11989] By: jhi                                   on 2001/09/10  23:31:45
+        Log: Subject: [PATCH] Building on win32 w/o perlio
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Mon, 10 Sep 2001 23:38:46 +0200
+             Message-ID: <3B9D4F06.14433.2C37644@localhost>
+     Branch: perl
+          ! perl.c win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 11988] By: jhi                                   on 2001/09/10  23:26:40
+        Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 10 Sep 2001 15:14:01 -0600
+             Message-ID: <20010910211833.30177.qmail@onion.perl.org>
+     Branch: perl
+          + lib/CGI/t/push.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 11987] By: jhi                                   on 2001/09/10  23:24:11
+        Log: Subject: avoiding hoardes of zombies
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 10 Sep 2001 22:00:40 +0100
+             Message-ID: <20010910220040.C1512@plum.flirble.org>
+     Branch: perl
+          ! pod/perlipc.pod
+____________________________________________________________________________
+[ 11986] By: jhi                                   on 2001/09/10  23:22:10
+        Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 10 Sep 2001 16:34:30 -0400
+             Message-ID: <3B9D23D6.90BCCC25@rowman.com>
+     Branch: perl
+          ! sv.c t/op/ver.t utf8.h
+____________________________________________________________________________
+[ 11985] By: ams                                   on 2001/09/10  23:20:13
+        Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 11984] By: jhi                                   on 2001/09/10  23:09:31
+        Log: (Retracted by #12001)
+             Subject: Calc with USE_MUL/USE_DIV
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
+             Message-Id: <200109071651.TAA11249@tiku.hut.fi>
+     Branch: perl
+          ! lib/Math/BigInt/Calc.pm
+____________________________________________________________________________
+[ 11983] By: jhi                                   on 2001/09/10  22:37:14
+        Log: Subject: [PATCH op.c] Re: perl@11978
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
+             Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
+             
+             Format errors.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 11982] By: jhi                                   on 2001/09/10  22:35:57
+        Log: Switch PADOFFSET back to U32 both because of binary backward
+             compatibility and because Arthur seems to have been fixing the
+             problems with naughty integer-pointer casting.
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 11981] By: ams                                   on 2001/09/10  16:31:43
+        Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
+             Fix Pod Typo, Add Test for ExtUtils::Command
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 10 Sep 2001 11:20:56 -0600
+             Message-Id: <20010910172528.54160.qmail@onion.perl.org>
+     Branch: perl
+          + lib/ExtUtils/Command.t
+          ! MANIFEST lib/ExtUtils/Command.pm
+____________________________________________________________________________
+[ 11980] By: jhi                                   on 2001/09/10  13:29:35
+        Log: Subject: [PATCH] Encode.pm docs fix
+             From: Matt Sergeant <MSergeant@star.net.uk>
+             Date: Mon, 10 Sep 2001 15:24:01 +0100
+             Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 11979] By: jhi                                   on 2001/09/10  13:17:48
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11978] By: jhi                                   on 2001/09/10  12:59:40
+        Log: Revert #11973, the dTHX seems to be needed in there
+             for threaded builds.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 11977] By: jhi                                   on 2001/09/10  12:55:47
+        Log: Detypo.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 11976] By: jhi                                   on 2001/09/10  12:46:34
+        Log: Further Class::Struct patching from Damian.
+             
+             The new new semantics are:
+             
+             * If you pass an initializer for a nested object, it has to be:
+             a) a reference to an object of that class, or     
+             b) a reference to an object of a subclass of that class, or
+             c) a reference to a hash of arguments to be passed to the
+             class's constructor
+             * If you pass no initializer for a nested object, the attribute
+             is initialized to C<undef>
+     Branch: perl
+          ! lib/Class/Struct.pm
+____________________________________________________________________________
+[ 11975] By: jhi                                   on 2001/09/10  12:42:24
+        Log: Skip the crypt test if no crypt.
+     Branch: perl
+          ! t/op/crypt.t
+____________________________________________________________________________
+[ 11974] By: jhi                                   on 2001/09/10  12:39:25
+        Log: Warn against using bare v-strings as IP addresses
+             (okay if using the wrappers from Socket)
+     Branch: perl
+          ! pod/perldata.pod pod/perlport.pod
+____________________________________________________________________________
+[ 11973] By: sky                                   on 2001/09/10  11:57:58
+        Log: Remove unused dTHX. Silenced another warning.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 11972] By: sky                                   on 2001/09/10  11:54:25
+        Log: Silence some more warnings INT2PTR.
+     Branch: perl
+          ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
+____________________________________________________________________________
+[ 11971] By: sky                                   on 2001/09/10  11:21:50
+        Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
+     Branch: perl
+          ! cop.h
+____________________________________________________________________________
+[ 11970] By: sky                                   on 2001/09/10  11:17:25
+        Log: Apply INT2PTR with force to silence warnings from
+             PM_GETRE and friends. No more warnings with 64bit 
+             IVs and 32bit pointers.   
+     Branch: perl
+          ! op.c op.h perl.c
+____________________________________________________________________________
+[ 11969] By: sky                                   on 2001/09/10  10:13:02
+        Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 11968] By: sky                                   on 2001/09/10  10:02:51
+        Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
+             Rename to custop_op_name to Perl_custom_op_name to match perlapi
+             Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
+             perl_clone.
+     Branch: perl
+          ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
+____________________________________________________________________________
+[ 11967] By: jhi                                   on 2001/09/10  03:14:35
+        Log: Using strlen() not good on embedded nul bytes.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 11966] By: ams                                   on 2001/09/09  21:06:13
+        Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 13 Aug 2001 22:51:59 +0200
+             Message-ID: <20010813225159.C6681@rafael>
+             (Applied with several tweaks.)
+     Branch: perl
+          ! embed.h embed.pl proto.h toke.c
+____________________________________________________________________________
+[ 11965] By: jhi                                   on 2001/09/09  14:40:39
+        Log: The exact error message is system-dependent.
+     Branch: perl
+          ! lib/ExtUtils/Manifest.t
+____________________________________________________________________________
+[ 11964] By: jhi                                   on 2001/09/09  14:38:05
+        Log: Add Windows and Mac Sami support to Encode
+             (http://www.egt.ie/standards/se/sami-teastabaiki.html)
+     Branch: perl
+          + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
+          ! MANIFEST
+____________________________________________________________________________
+[ 11963] By: jhi                                   on 2001/09/09  13:54:07
+        Log: Use the tried method.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 11962] By: jhi                                   on 2001/09/09  13:46:59
+        Log: Can't count parentheses.
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 11961] By: jhi                                   on 2001/09/09  13:34:12
+        Log: perlport additions: 1 while unlink, add/delete directory
+             entries and permissions, cygwin stat funkiness (from Michael
+             Schwern and Nicholas Clark)
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 11960] By: jhi                                   on 2001/09/09  13:19:12
+        Log: blib does have a detectable test.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 11959] By: jhi                                   on 2001/09/09  13:16:43
+        Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 08 Sep 2001 19:33:42 -0600
+             Message-ID: <20010909013810.11522.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Term/Complete.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 11958] By: jhi                                   on 2001/09/09  13:09:02
+        Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Sat, 8 Sep 2001 02:40:26 -0400
+             Message-ID: <20010908024026.A26283@blackrider>
+     Branch: perl
+          + lib/Test/Tutorial.pod
+          ! MANIFEST
+____________________________________________________________________________
+[ 11957] By: jhi                                   on 2001/09/09  13:03:33
+        Log: Try to look up protocol (by name) only iff it has non-numbers:
+             nice if the server is in a chrooted environment (no /etc/protocols,
+             server code using hardcorded protocol numbers like 6 for tcp),
+             suggested by John Holdsworth <coldwave@bigfoot.com>.
+             In other words, if we are given a number, why look it up again
+             (by number)?
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 11956] By: jhi                                   on 2001/09/09  12:53:12
+        Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
+             Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
+             
+             Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
+             Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
+____________________________________________________________________________
+[ 11955] By: ams                                   on 2001/09/09  02:54:21
+        Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 08 Sep 2001 19:02:16 -0500
+             Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
+     Branch: perl
+          ! lib/CGI/t/carp.t
+____________________________________________________________________________
+[ 11954] By: jhi                                   on 2001/09/09  02:30:39
+        Log: Documentation tweaks; think the IP address as an opaque string.
+     Branch: perl
+          ! ext/Socket/Socket.pm
+____________________________________________________________________________
+[ 11953] By: jhi                                   on 2001/09/09  00:32:05
+        Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 8 Sep 2001 19:45:46 -0400
+             Message-ID: <20010908194546.C9193@blackrider>
+     Branch: perl
+          + lib/blib.t
+          ! MANIFEST lib/blib.pm t/lib/1_compile.t
+____________________________________________________________________________
+[ 11952] By: jhi                                   on 2001/09/09  00:27:15
+        Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 08 Sep 2001 12:31:44 -0600
+             Message-ID: <20010908183612.49960.qmail@onion.perl.org>
+     Branch: perl
+          + lib/CGI/t/fast.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 11951] By: jhi                                   on 2001/09/09  00:24:07
+        Log: The Socket tests were wrong: they were assuming too much.
+     Branch: perl
+          ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11950] By: jhi                                   on 2001/09/08  20:09:07
+        Log: Retract the portability changes since they
+             seem to have opened a can of worms... will
+             go back to UNICOS/mk and do the bare minimum
+             required to get the tests working.
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11949] By: jhi                                   on 2001/09/08  19:48:20
+        Log: PADOFFSET is used to cast pointers into integers,
+             if pointers are 64 bits and U32 32 bits,
+             bad things may happen, or at least warnings issued.
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 11948] By: jhi                                   on 2001/09/08  18:50:07
+        Log: Still more Socket portability tweaking.
+             Now Socket.t seems to be happy in all of
+             Linux/x86, Tru64/alpha, Solaris/sparc,
+             IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
+             
+             Addendum: it seems that io_multihomed, io_sock, and hostent
+             were broken in little-endians (linux/x86 and tru64/alpha)
+             because of this change.  Argh.
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11947] By: jhi                                   on 2001/09/08  17:23:23
+        Log: More portability kicking on inet_ntoa().
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11946] By: jhi                                   on 2001/09/08  15:09:58
+        Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 7 Sep 2001 23:06:51 -0400
+             Message-ID: <20010907230651.R606@blackrider>
+     Branch: perl
+          + lib/ExtUtils/Manifest.t
+          ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[ 11945] By: jhi                                   on 2001/09/08  14:49:15
+        Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 07 Sep 2001 17:53:15 -0600      
+             Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
+     Branch: perl
+          + lib/ExtUtils/testlib.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 11944] By: jhi                                   on 2001/09/07  22:57:00
+        Log: Thinko.
+     Branch: perl
+          ! lib/integer.t
+____________________________________________________________________________
+[ 11943] By: jhi                                   on 2001/09/07  20:34:55
+        Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 07 Sep 2001 15:30:03 -0500
+             Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
+     Branch: perl
+          ! lib/CGI/Carp.pm
+____________________________________________________________________________
+[ 11942] By: jhi                                   on 2001/09/07  20:30:43
+        Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 7 Sep 2001 15:38:13 -0400
+             Message-ID: <20010907153813.K606@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 11941] By: jhi                                   on 2001/09/07  20:28:24
+        Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
+             Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
+     Branch: perl
+          ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
+____________________________________________________________________________
+[ 11940] By: jhi                                   on 2001/09/07  20:26:29
+        Log: Clean up 1_compile.t; move tests to more consistent
+             places (t/ subdirectories); add integer.t (much of
+             the pragma is tested elsewhere but there is no one
+             centralized place)
+     Branch: perl
+          + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
+          + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
+          + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
+          - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
+          - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
+          - lib/File/Find/find.t lib/File/Find/taint.t
+          ! MANIFEST t/lib/1_compile.t t/op/lfs.t
+____________________________________________________________________________
+[ 11939] By: jhi                                   on 2001/09/07  17:25:32
+        Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 07 Sep 2001 10:17:40 -0600
+             Message-ID: <20010907162205.84723.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/File/Find/taint.t
+____________________________________________________________________________
+[ 11938] By: jhi                                   on 2001/09/07  14:04:43
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11937] By: jhi                                   on 2001/09/07  13:52:03
+        Log: Rename the old threading tutorial, start a new one,
+             regen toc.
+     Branch: perl
+          + pod/perlothrtut.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 11936] By: jhi                                   on 2001/09/07  13:05:48
+        Log: vars very much has a test.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 11935] By: jhi                                   on 2001/09/07  12:52:06
+        Log: Subject: Re: wince/perl.ico marked as binary
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 7 Sep 2001 13:54:40 +0100
+             Message-ID: <20010907135439.D39150@plum.flirble.org>
+             
+             and wince/Makefile.ce change from Rainer Keuchel.
+     Branch: perl
+          + wince/makeico.pl
+          ! MANIFEST wince/Makefile.ce
+____________________________________________________________________________
+[ 11934] By: jhi                                   on 2001/09/07  12:43:50
+        Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 11933] By: jhi                                   on 2001/09/07  12:37:46
+        Log: (Replaced by #11934)
+             Subject: Re: [PATCH regexec.c] more general .* and .*?
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 11932] By: jhi                                   on 2001/09/07  12:27:14
+        Log: The #11931 patching misbehaved.
+     Branch: perl
+          ! lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 11931] By: jhi                                   on 2001/09/07  12:21:30
+        Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 7 Sep 2001 03:30:41 -0400
+             Message-ID: <20010907033041.A2796@blackrider>
+     Branch: perl
+          + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
+          + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
+          + t/lib/sample-tests/header_at_end_fail
+          + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
+          - lib/Test/Harness.t
+          ! MANIFEST lib/Test/Harness.pm t/TEST
+____________________________________________________________________________
+[ 11930] By: jhi                                   on 2001/09/07  11:59:17
+        Log: Subject: [PATCH] Digest::MD5 update
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 06 Sep 2001 23:32:56 -0700
+             Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 11929] By: jhi                                   on 2001/09/07  11:23:05
+        Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Thu, 06 Sep 2001 23:11:44 -0600
+             Message-ID: <20010907051609.91459.qmail@onion.perl.org>
+     Branch: perl
+          + lib/less.t
+          ! MANIFEST t/lib/1_compile.t
+____________________________________________________________________________
+[ 11928] By: jhi                                   on 2001/09/07  11:19:29
+        Log: The binary file must somehow differently stored.
+     Branch: perl
+          - wince/perl.ico
+          ! MANIFEST
+____________________________________________________________________________
+[ 11927] By: jhi                                   on 2001/09/07  03:53:29
+        Log: Add more modules to the list of modules that have tests,
+             Schwern's wallet is getting more nervous.
+             (Run t/lib/1_compile.t manually to see which modules
+             are lacking tests, or the tests can't be run for some
+             reason or another, such as the Net:: modules)
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 11926] By: jhi                                   on 2001/09/07  03:43:11
+        Log: Try to make Socket::inet_ntoa() more robust.
+     Branch: perl
+          ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
+____________________________________________________________________________
+[ 11925] By: jhi                                   on 2001/09/07  01:57:58
+        Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
+             From: chromatic <chromatic@rmci.net>       
+             Date: Wed, 5 Sep 2001 22:58:05 -0600                         
+             Message-Id: <01090522580506.19590@firewheel>           
+     Branch: perl
+          ! lib/English.t
+____________________________________________________________________________
+[ 11924] By: jhi                                   on 2001/09/07  01:55:05
+        Log: Subject: Re: perlvar manpage and localizing special vars
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 11923] By: jhi                                   on 2001/09/07  01:49:36
+        Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
+             Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 11922] By: jhi                                   on 2001/09/06  18:09:08
+        Log: Symbol missing; AIX unhappy.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 11921] By: jhi                                   on 2001/09/06  17:52:43
+        Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
+             Reported in 5.61, seems to work okay in blead.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 11920] By: jhi                                   on 2001/09/06  14:35:09
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11919] By: jhi                                   on 2001/09/06  14:20:10
+        Log: Document the bad assumptions currently breaking
+             the Socket.t tests 10, 11, and 13 in UNICOS.
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11918] By: jhi                                   on 2001/09/06  14:07:45
+        Log: Subject: [PATCH x2p] make OPTIMIZE=...
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
+             Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
+     Branch: perl
+          ! x2p/Makefile.SH x2p/cflags.SH
+____________________________________________________________________________
+[ 11917] By: jhi                                   on 2001/09/06  14:01:45
+        Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
+             From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
+             Date: Thu, 6 Sep 2001 11:09:40 +0100
+             Message-ID: <20010906110939.A914@homer.diplex.co.uk>
+             
+             Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 6 Sep 2001 10:14:38 -0000
+             Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlhack.pod
+____________________________________________________________________________
+[ 11916] By: jhi                                   on 2001/09/06  13:56:19
+        Log: Subject: Extra NUL is Data::Dumper output - patch
+             From: Tony Cook <tony@develop-help.com>
+             Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
+             Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 11915] By: jhi                                   on 2001/09/06  13:51:16
+        Log: Avoid redefinition warning
+             Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
+             from
+             perl -w -Ilib -MCwd -e ''
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 11914] By: jhi                                   on 2001/09/06  13:30:32
+        Log: Update the is_tainted() example implementation.
+     Branch: perl
+          ! pod/perlsec.pod
+____________________________________________________________________________
+[ 11913] By: jhi                                   on 2001/09/06  13:15:59
+        Log: Missing) in #11912.
+     Branch: perl
+          ! lib/Test/Simple/t/fail.t
+____________________________________________________________________________
+[ 11912] By: jhi                                   on 2001/09/06  13:08:48
+        Log: Rewhack Test-Simple into core harness.
+     Branch: perl
+          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
+          ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
+          ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
+          ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
+          ! lib/Test/Simple/t/skipall.t
+____________________________________________________________________________
+[ 11911] By: jhi                                   on 2001/09/06  11:54:06
+        Log: Workaround for the new Exporter 'feature'.
+     Branch: perl
+          ! lib/Test/More.pm
+____________________________________________________________________________
+[ 11910] By: jhi                                   on 2001/09/06  11:52:56
+        Log: Re-introduce pure-Perl fall-back for abs_path,
+             re-introduce #11898.
+     Branch: perl
+          ! lib/Cwd.pm lib/File/Find.pm
+____________________________________________________________________________
+[ 11909] By: jhi                                   on 2001/09/06  03:49:13
+        Log: More tests.
+     Branch: perl
+          ! lib/Exporter.t
+____________________________________________________________________________
+[ 11908] By: jhi                                   on 2001/09/06  03:38:22
+        Log: Retract #11898 for now because it introduces
+             a rather nasty depencency: when B is being built,
+             MakeMaker is used.  MakeMaker uses File::Find.
+             File::Find uses Cwd::getcwd()...which doesn't
+             exist yet.
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 11907] By: jhi                                   on 2001/09/06  03:20:02
+        Log: New test welcome.
+     Branch: perl
+          + lib/Test/Simple/t/simple.t
+____________________________________________________________________________
+[ 11906] By: jhi                                   on 2001/09/06  03:08:01
+        Log: Old test begone.
+     Branch: perl
+          - lib/Attribute/Handlers/test.pl
+____________________________________________________________________________
+[ 11905] By: jhi                                   on 2001/09/06  01:41:03
+        Log: Test-Simple syncup from Schwern.
+     Branch: perl
+          + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
+          + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
+          + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
+          + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
+          + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
+          - lib/Test/More/Changes lib/Test/More/t/More.t
+          - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
+          - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
+          - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
+          ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
+          ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
+          ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
+          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
+          ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
+          ! t/lib/Test/Simple/sample_tests/death.plx
+          ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
+          ! t/lib/Test/Simple/sample_tests/extras.plx
+          ! t/lib/Test/Simple/sample_tests/five_fail.plx
+          ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
+          ! t/lib/Test/Simple/sample_tests/one_fail.plx
+          ! t/lib/Test/Simple/sample_tests/require.plx
+          ! t/lib/Test/Simple/sample_tests/success.plx
+          ! t/lib/Test/Simple/sample_tests/too_few.plx
+          ! t/lib/Test/Simple/sample_tests/two_fail.plx
+____________________________________________________________________________
+[ 11904] By: pudge                                 on 2001/09/06  00:28:01
+        Log: Integrate File::Find changes from bleadperl
+     Branch: maint-5.6/macperl
+          ! lib/File/Find.pm t/lib/filefind-taint.t
+____________________________________________________________________________
+[ 11903] By: pudge                                 on 2001/09/06  00:22:29
+        Log: Integrate 11847 from maint-5.6/perl
+     Branch: maint-5.6/macperl
+         !> sv.c
+____________________________________________________________________________
+[ 11902] By: jhi                                   on 2001/09/05  23:27:57
+        Log: In UNICOS division yada yada.
+     Branch: perl
+          ! t/op/override.t
+____________________________________________________________________________
+[ 11901] By: jhi                                   on 2001/09/05  23:26:23
+        Log: In UNICOS division is really lossy, better use
+             a tolerance test.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 11900] By: jhi                                   on 2001/09/05  23:22:38
+        Log: In UNICOS sigaction() sets an extra flag
+             ("the signal has been registered for all the processes in
+             a multitasking group.")
+     Branch: perl
+          ! ext/POSIX/sigaction.t
+____________________________________________________________________________
+[ 11899] By: jhi                                   on 2001/09/05  23:18:48
+        Log: Documentation micropatch from Damian.
+     Branch: perl
+          ! lib/Attribute/Handlers.pm
+____________________________________________________________________________
+[ 11898] By: jhi                                   on 2001/09/05  23:16:50
+        Log: (Retracted by #11908)
+             Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 5 Sep 2001 15:58:21 -0400
+             Message-ID: <20010905155821.I632@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm lib/File/Find/taint.t
+____________________________________________________________________________
+[ 11897] By: jhi                                   on 2001/09/05  23:14:43
+        Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 5 Sep 2001 19:16:31 -0400
+             Message-ID: <20010905191631.E11386@blackrider>
+     Branch: perl
+          + lib/CGI/t/carp.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 11896] By: jhi                                   on 2001/09/05  23:14:11
+        Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
+             From: chromatic <chromatic@rmci.net>
+             Date: Wed, 5 Sep 2001 18:08:07 -0600
+             Message-Id: <01090518080700.19590@firewheel>
+     Branch: perl
+          ! lib/English.pm
+____________________________________________________________________________
+[ 11895] By: jhi                                   on 2001/09/05  22:52:01
+        Log: Fix a typo #11889 and add a test for the same.
+     Branch: perl
+          ! ext/Socket/Socket.t ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11894] By: jhi                                   on 2001/09/05  22:43:26
+        Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 05 Sep 2001 17:48:54 -0500
+             Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
+     Branch: perl
+          ! lib/warnings.t t/run/kill_perl.t
+____________________________________________________________________________
+[ 11893] By: jhi                                   on 2001/09/05  22:36:35
+        Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 5 Sep 2001 17:22:25 -0400
+             Message-ID: <20010905172225.C11386@blackrider>
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 11892] By: jhi                                   on 2001/09/05  22:34:55
+        Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 5 Sep 2001 20:54:24 +0100
+             Message-ID: <20010905205424.C25120@plum.flirble.org>
+     Branch: perl
+          ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
+____________________________________________________________________________
+[ 11891] By: jhi                                   on 2001/09/05  22:34:16
+        Log: Forgotten thing.
+     Branch: perl
+          ! uconfig.h
+____________________________________________________________________________
+[ 11890] By: jhi                                   on 2001/09/05  22:27:42
+        Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
+             From: chromatic <chromatic@rmci.net>               
+             Date: Wed, 5 Sep 2001 13:22:08 -0600
+             Message-Id: <01090513220807.10587@firewheel> 
+     Branch: perl
+          ! lib/English.pm
+____________________________________________________________________________
+[ 11889] By: jhi                                   on 2001/09/05  22:23:06
+        Log: inet_ntoa() tweaks:
+             - don't allow addresses with > 255 characters
+             - indent the HP-UX workaround
+             - don't leak memory
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 11888] By: jhi                                   on 2001/09/05  16:26:17
+        Log: Clear up a documentation confusion noticed by Xiaoyun Wu
+             <xwu@theeducationcenter.com>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 11887] By: jhi                                   on 2001/09/05  15:40:03
+        Log: Typo nits.
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 11886] By: jhi                                   on 2001/09/05  15:30:11
+        Log: -Wall nit.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 11885] By: gbarr                                 on 2001/09/05  15:26:18
+        Log: Update to Scalar-List-Utils 1.05
+     Branch: perl
+          ! ext/List/Util/ChangeLog ext/List/Util/README
+          ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
+____________________________________________________________________________
+[ 11884] By: jhi                                   on 2001/09/05  13:05:14
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11883] By: gbarr                                 on 2001/09/05  12:51:35
+        Log: Update to Scalar-List-Utils 1.04
+     Branch: perl
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 11882] By: jhi                                   on 2001/09/05  12:29:44
+        Log: Metaconfigify #11724.
+     Branch: metaconfig
+          ! U/threads/archname.U
+____________________________________________________________________________
+[ 11881] By: jhi                                   on 2001/09/05  12:21:44
+        Log: The MacOS reference is okay, no reason to hide it.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 11880] By: jhi                                   on 2001/09/05  12:20:49
+        Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 4 Sep 2001 15:30:10 -0400
+             Message-ID: <20010904153010.H26466@blackrider> 
+             
+             (We'll see whether the ../../lib/Cwd.pm works in alien lands)
+     Branch: perl
+          ! ext/Cwd/Makefile.PL lib/Cwd.pm
+____________________________________________________________________________
+[ 11879] By: jhi                                   on 2001/09/05  12:12:18
+        Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 4 Sep 2001 17:39:13 -0400
+             Message-ID: <20010904173913.C626@blackrider>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 11878] By: jhi                                   on 2001/09/05  12:10:50
+        Log: Subject: Re: Perl_pp_* in public API?
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 4 Sep 2001 21:51:29 -0500
+             Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
+     Branch: perl
+          ! ext/List/Util/Util.xs
+____________________________________________________________________________
+[ 11877] By: jhi                                   on 2001/09/05  12:07:53
+        Log: From Damian: Class::Struct was unable to define
+             recursive classes.  After the patch an object reference
+             (rather than a hash) is required to initialize
+             an object attribute.  If no such initializer is given to
+             the constructor, object attributes are now default
+             initialized to C<undef>.
+     Branch: perl
+          ! lib/Class/Struct.pm lib/Class/Struct.t
+____________________________________________________________________________
+[ 11876] By: jhi                                   on 2001/09/05  11:51:24
+        Log: Subject: Re: sv_catpvfn and sv_setpvfn
+             From: Richard Soderberg <rs@oregonnet.com>
+             Date: Tue, 4 Sep 2001 15:16:47 -0700
+             Message-Id: <200109042216.PAA17858@oregonnet.com>
+     Branch: perl
+          ! pod/perlclib.pod pod/perlguts.pod
+____________________________________________________________________________
+[ 11875] By: jhi                                   on 2001/09/05  11:48:14
+        Log: NetWare updates from Ananth Kesari.
+     Branch: perl
+          ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
+          ! NetWare/nw5thread.h
+____________________________________________________________________________
+[ 11874] By: jhi                                   on 2001/09/05  11:30:59
+        Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 4 Sep 2001 22:42:50 +0100
+             Message-ID: <20010904224250.P25120@plum.flirble.org>
+     Branch: perl
+          ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
+          ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
+          ! t/op/oct.t toke.c
+____________________________________________________________________________
+[ 11873] By: jhi                                   on 2001/09/04  21:03:17
+        Log: Fix Cwd::getcwd() not being tainted, as noticed
+             by Schwern.
+     Branch: perl
+          + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
+          - ext/Cwd/Cwd.t
+          ! MANIFEST ext/Cwd/Cwd.xs util.c
+____________________________________________________________________________
+[ 11872] By: jhi                                   on 2001/09/04  20:00:50
+        Log: Retract #11870 and volatilize the right destruct_level.
+             Silly thinko pointed out by Sarathy.
+     Branch: perl
+          ! intrpvar.h perl.c
+____________________________________________________________________________
+[ 11871] By: jhi                                   on 2001/09/04  19:45:59
+        Log: At least a temporary fix for the mysterious scope core dumps
+             in Tru64 from Graham.
+     Branch: perl
+          ! ext/List/Util/Util.xs
+____________________________________________________________________________
+[ 11870] By: jhi                                   on 2001/09/04  19:01:48
+        Log: (Retracted by #11872)
+     Branch: perl
+          ! intrpvar.h
+____________________________________________________________________________
+[ 11869] By: jhi                                   on 2001/09/04  17:43:31
+        Log: Quench a -Wall gripe noticed by Robin Barker.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 11868] By: jhi                                   on 2001/09/04  16:38:07
+        Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Wed, 05 Sep 2001 02:01:32 +0900
+             Message-Id: <20010905015059.E684.BQW10602@nifty.com>
+     Branch: perl
+          ! lib/Unicode/UCD.pm
+____________________________________________________________________________
+[ 11867] By: jhi                                   on 2001/09/04  16:35:27
+        Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 11866] By: jhi                                   on 2001/09/04  13:52:28
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11865] By: jhi                                   on 2001/09/04  13:36:58
+        Log: Add the \[$@%&*] prototype support.
+     Branch: perl
+          ! op.c pod/perlsub.pod t/comp/proto.t
+____________________________________________________________________________
+[ 11864] By: jhi                                   on 2001/09/04  13:10:38
+        Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 3 Sep 2001 18:59:01 -0400
+             Message-ID: <20010903185901.Z9233@blackrider>
+     Branch: perl
+          ! lib/CGI/t/form.t
+____________________________________________________________________________
+[ 11863] By: jhi                                   on 2001/09/04  13:06:39
+        Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
+             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
+             Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 11862] By: jhi                                   on 2001/09/04  13:05:23
+        Log: More srand entry tweakage based on Randal's suggestion.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 11861] By: jhi                                   on 2001/09/04  12:48:14
+        Log: Subject: [PATCH] 'main' *is* a reserved word
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 3 Sep 2001 22:55:41 +0200
+             Message-ID: <20010903225541.A24097@rafael>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 11860] By: jhi                                   on 2001/09/04  12:46:30
+        Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
+             From: Peter Prymmer <pvhp@best.com>
+             Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
+             Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
+     Branch: perl
+          ! README.vms configure.com
+____________________________________________________________________________
+[ 11859] By: jhi                                   on 2001/09/04  12:44:29
+        Log: Subject: Re: A slightly better default seed?   
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 3 Sep 2001 18:08:15 -0400 
+             Message-ID: <20010903180815.W9233@blackrider>
+     Branch: perl
+          ! t/op/srand.t
+____________________________________________________________________________
+[ 11858] By: jhi                                   on 2001/09/04  12:41:59
+        Log: Add sharedsv.o to microperl object files.
+     Branch: perl
+          ! Makefile.micro
+____________________________________________________________________________
+[ 11857] By: jhi                                   on 2001/09/04  12:27:51
+        Log: AUTHORS updates and
+             
+             Subject: [PATCH] Just some preening :-)        
+             From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
+             Date: Tue, 4 Sep 2001 14:16:59 +0100
+             Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
+     Branch: perl
+          ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
+____________________________________________________________________________
+[ 11856] By: jhi                                   on 2001/09/04  12:09:43
+        Log: Typo fix and slight rewording.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 11855] By: jhi                                   on 2001/09/04  12:04:16
+        Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
+     Branch: perl
+          ! pod/perlfaq4.pod
+____________________________________________________________________________
+[ 11854] By: jhi                                   on 2001/09/03  20:12:21
+        Log: The helper file changed name.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 11853] By: gbarr                                 on 2001/09/03  20:00:00
+        Log: Update to Scalar-List-Utils 1.03
+     Branch: perl
+          + ext/List/Util/t/shuffle.t
+          ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
+          ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
+          ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
+          ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
+          ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
+          ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
+          ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
+____________________________________________________________________________
+[ 11852] By: jhi                                   on 2001/09/03  19:50:57
+        Log: Make crypt() do something more sane for Unicode
+             (take crypt() of the low eight bits of the characters,
+             instead of taking crypt() of the UTF-8 of the scalar);
+             add a test for crypt().
+     Branch: perl
+          + t/op/crypt.t
+          ! MANIFEST pod/perlfunc.pod pp.c
+____________________________________________________________________________
+[ 11851] By: jhi                                   on 2001/09/03  19:19:35
+        Log: Reorganize the srand entry.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 11850] By: jhi                                   on 2001/09/03  18:54:51
+        Log: Remove the tests that assume something about
+             calling srand() without arguments multiple times.
+     Branch: perl
+          ! t/op/srand.t
+____________________________________________________________________________
+[ 11849] By: jhi                                   on 2001/09/03  18:15:16
+        Log: Upgrade to Math::BigInt 1.42.
+     Branch: perl
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/mbimbf.t
+____________________________________________________________________________
+[ 11848] By: gsar                                  on 2001/09/03  17:07:54
+        Log: integrate change#11847 from maint-5.6
+             
+             typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 11847] By: gsar                                  on 2001/09/03  16:47:54
+        Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
+     Branch: maint-5.6/perl
+          ! sv.c
+____________________________________________________________________________
+[ 11846] By: jhi                                   on 2001/09/03  15:12:58
+        Log: As far as I can tell these functions have been Unicodified.
+     Branch: perl
+          ! doop.c
+____________________________________________________________________________
+[ 11845] By: jhi                                   on 2001/09/03  15:11:27
+        Log: Update to Storable 1.0.13.
+     Branch: perl
+          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 11844] By: jhi                                   on 2001/09/03  12:42:06
+        Log: Patch the Filter::Simple test to work with
+             the core test suite (since the FilterTest.pm
+             is in t/lib, not in lib).
+     Branch: perl
+          ! lib/Filter/Simple/t/filter.t
+____________________________________________________________________________
+[ 11843] By: jhi                                   on 2001/09/03  12:39:11
+        Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
+     Branch: perl
+          + t/lib/FilterTest.pm
+          - t/lib/MyFilter.pm
+____________________________________________________________________________
+[ 11842] By: jhi                                   on 2001/09/03  12:17:30
+        Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
+             Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
+             Text::Balanced 1.86.
+     Branch: perl
+          + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
+          + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
+          + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
+          + lib/Switch/t/nested.t lib/Switch/t/switch.t
+          + lib/Text/Balanced/Changes lib/Text/Balanced/README
+          + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
+          + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
+          + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
+          + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
+          - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
+          - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
+          - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
+          - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
+          - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
+          - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
+          ! MANIFEST lib/Attribute/Handlers.pm
+          ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
+          ! lib/Attribute/Handlers/demo/Demo.pm
+          ! lib/Attribute/Handlers/demo/Descriptions.pm
+          ! lib/Attribute/Handlers/demo/MyClass.pm
+          ! lib/Attribute/Handlers/demo/demo.pl
+          ! lib/Attribute/Handlers/demo/demo2.pl
+          ! lib/Attribute/Handlers/demo/demo3.pl
+          ! lib/Attribute/Handlers/demo/demo4.pl
+          ! lib/Attribute/Handlers/demo/demo_call.pl
+          ! lib/Attribute/Handlers/demo/demo_chain.pl
+          ! lib/Attribute/Handlers/demo/demo_cycle.pl
+          ! lib/Attribute/Handlers/demo/demo_hashdir.pl
+          ! lib/Attribute/Handlers/demo/demo_phases.pl
+          ! lib/Attribute/Handlers/demo/demo_range.pl
+          ! lib/Attribute/Handlers/demo/demo_rawdata.pl
+          ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
+          ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
+          ! lib/Text/Balanced.pm
+____________________________________________________________________________
+[ 11841] By: sky                                   on 2001/09/03  11:04:15
+        Log: Forgot to add a file with Change #11840
+     Branch: perl
+          + t/op/srand.t
+____________________________________________________________________________
+[ 11840] By: sky                                   on 2001/09/03  11:02:04
+        Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 3 Sep 2001 07:43:00 -0400
+             Message-ID: <20010903074300.E9233@blackrider>
+     Branch: perl
+          ! MANIFEST pod/perlfunc.pod t/op/rand.t
+____________________________________________________________________________
+[ 11839] By: sky                                   on 2001/09/03  10:47:11
+        Log: Document the changes with regards to running of END blocks.
+             And DESTROY on global objects are called in perl_destruct()!
+     Branch: perl
+          ! pod/perl572delta.pod pod/perlembed.pod
+____________________________________________________________________________
+[ 11838] By: sky                                   on 2001/09/03  09:34:44
+        Log: Subject: [PATCH t/op/time.t] Partial cleanup
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 3 Sep 2001 06:29:42 -0400
+             Message-ID: <20010903062942.C9233@blackrider>
+     Branch: perl
+          ! t/op/time.t
+____________________________________________________________________________
+[ 11837] By: sky                                   on 2001/09/03  09:30:02
+        Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 3 Sep 2001 06:24:13 -0400
+             Message-ID: <20010903062413.B9233@blackrider>
+     Branch: perl
+          ! t/op/rand.t
+____________________________________________________________________________
+[ 11836] By: sky                                   on 2001/09/03  07:56:47
+        Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 2 Sep 2001 21:38:43 -0400
+             Message-ID: <20010902213843.L2711@blackrider>
+     Branch: perl
+          + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 11835] By: nick                                  on 2001/09/03  06:20:06
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
+          - t/op/misc.t
+         !> (integrate 187 files)
+____________________________________________________________________________
+[ 11834] By: jhi                                   on 2001/09/02  13:07:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11833] By: jhi                                   on 2001/09/02  12:59:05
+        Log: Slight tweaks.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 11832] By: jhi                                   on 2001/09/02  12:41:12
+        Log: Special casing had become a little bit more complex in Unicode 3.1.1.
+     Branch: perl
+          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
+____________________________________________________________________________
+[ 11831] By: sky                                   on 2001/09/02  12:10:42
+        Log: Change #11828 wasn't complete, this updates to intest path
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 11830] By: jhi                                   on 2001/09/02  11:56:18
+        Log: 's's's.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 11829] By: jhi                                   on 2001/09/02  11:54:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 11828] By: sky                                   on 2001/09/02  11:53:56
+        Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 1 Sep 2001 20:18:58 -0400
+             Message-ID: <20010901201858.X606@blackrider>
+             +MANIFEST Fix
+     Branch: perl
+          + t/run/kill_perl.t
+          - t/op/misc.t t/run/segfault.t
+          ! MANIFEST
+____________________________________________________________________________
 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
         Log: Subject: [PATCH] lib/Time/Local.pm
              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
@@ -1001,7 +6789,7 @@ ____________________________________________________________________________
         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 lets use them.
+             for all of them, so let's use them.
      Branch: perl
           ! perl.h
 ____________________________________________________________________________