Change #12607 introduced a bug, seems like some MAGICAL SVs
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 974a8b6..184436f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,1658 @@ 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,
@@ -1015,7 +2667,9 @@ ____________________________________________________________________________
           ! ext/B/B/Terse.pm
 ____________________________________________________________________________
 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
-        Log: Subject: [PATCH] Cleanup of perldsc.pod      
+        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>
@@ -1795,7 +3449,9 @@ ____________________________________________________________________________
           ! embed.pl proto.h sharedsv.h
 ____________________________________________________________________________
 [ 12136] By: ams                                   on 2001/09/22  15:14:34
-        Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
+        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