A forgotten deletion.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 90ebd38..9517973 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,1973 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 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: Subject: [PATCH 5.6.1 perldoc] use File::Temp
+             From: Mikhail Zabaluev <mhz@alt-linux.org>
+             Date: Fri, 12 Oct 2001 12:47:47 +0400
+             Message-Id: <20011012124747.E13918@localhost.localdomain>
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 12405] By: ams                                   on 2001/10/12  13:05:32
+        Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Oct 2001 11:12:07 +0200
+             Message-Id: <m3wv21te6w.fsf_-_@anima.de>
+     Branch: perl
+          ! lib/Memoize/t/speed.t
+____________________________________________________________________________
+[ 12404] By: sky                                   on 2001/10/12  12:46:15
+        Log: A) Support OLD_PTHREADS_API
+             B) Change from using pthread_t to using a TLS to store the
+             index of the thread in an hash, this is to avoid problems when
+             in fact pthread_t was not a seralizable type.
+             Both these changes are because of HP-UX 10.20
+             This has not been tested on win32 but should work there.
+             Need to add support for NetWare.
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12403] By: ams                                   on 2001/10/12  07:34:19
+        Log: Subject: Re: New module XML::Clean
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Oct 2001 10:20:35 +0200
+             Message-Id: <m3elo9uv58.fsf@anima.de>
+     Branch: perl
+          ! pod/perlnewmod.pod
+____________________________________________________________________________
+[ 12402] By: jhi                                   on 2001/10/11  19:51:04
+        Log: More HP model tweaks from Merijn.
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 12401] By: jhi                                   on 2001/10/11  13:03:10
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12400] By: jhi                                   on 2001/10/11  11:33:20
+        Log: HP-UX update from H.Merijn Brand.
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 12399] By: jhi                                   on 2001/10/11  00:53:56
+        Log: Subject: [PATCH] fix link rot in README.vms
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 10 Oct 2001 17:17:00 -0500
+             Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
+     Branch: perl
+          ! README.vms
+____________________________________________________________________________
+[ 12398] By: jhi                                   on 2001/10/11  00:49:42
+        Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Wed, 10 Oct 2001 15:50:30 -0600
+             Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12397] By: jhi                                   on 2001/10/11  00:48:54
+        Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Wed, 10 Oct 2001 15:45:42 -0600
+             Message-ID: <20011010215140.8913.qmail@onion.perl.org>
+     Branch: perl
+          + lib/ExtUtils/Packlist.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12396] By: jhi                                   on 2001/10/10  20:20:22
+        Log: VMS needs quotes around the -I option to keep it from
+             being downcased, from Charles Lane.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 12395] By: ams                                   on 2001/10/10  16:22:32
+        Log: Subject: [PATCH lib/FindBin.pm]
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 09 Oct 2001 23:57:10 +0800
+             Message-Id: <3BC31E56.60805@stason.org>
+     Branch: perl
+          ! lib/FindBin.pm
+____________________________________________________________________________
+[ 12394] By: ams                                   on 2001/10/10  16:09:53
+        Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Wed, 10 Oct 2001 21:59:33 +0530
+             Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 12393] By: jhi                                   on 2001/10/10  15:53:39
+        Log: VMS: reorder the elimination of 000000 in the canonpath logic,
+             from Charles Lane.
+     Branch: perl
+          ! lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 12392] By: ams                                   on 2001/10/10  14:49:43
+        Log: Subject: [PATCH] two s/// bugfixes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 10 Oct 2001 17:23:44 +0200
+             Message-Id: <20011010172344.C22440@rafael>
+     Branch: perl
+          ! pp_ctl.c regexec.c t/op/subst.t
+____________________________________________________________________________
+[ 12391] By: jhi                                   on 2001/10/10  12:22:02
+        Log: Fix/improve handling of the [000000] special "root"
+             directory, by putting cwd in canonical form when doing
+             abs2rel, and prepending a 000000 to directory "chunks"
+             if missing from base or path.  Also adjust test to
+             reflect the (improved) output from abs2rel.
+             From Charles Lane.
+     Branch: perl
+          ! lib/File/Spec.t lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 12390] By: jhi                                   on 2001/10/10  11:48:14
+        Log: In VMS the copy-to-untaint %ENV in the initialization also loses
+             all of the extra VMSish attributes (such as "treat this logical
+             as a device name") that are necessary to make programs run.
+             A tainted %ENV does not hinder VMS.  From Charles Lane.
+     Branch: perl
+          ! lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 12389] By: jhi                                   on 2001/10/10  11:40:29
+        Log: VMS-specific fixes to the ExtUtils::Manifest tests.
+             
+             o  VMS is case-insensitive, RTL downcases filenames read
+             by perl... so need to re-upcase filenames like MANIFEST
+             and MANIFEST.SKIP
+             
+             o  Need to convert VMS-style to Unix-style filenames when comparing
+             names in MANIFEST to names in filesystem.
+             
+             o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
+             since VMS won't let you (easily) delete non-empty directories.
+             
+             From Charles Lane.
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
+____________________________________________________________________________
+[ 12388] By: jhi                                   on 2001/10/10  11:28:44
+        Log: Unix and VMS agree on "*" as a "match any number of any chars"
+             wildcards, but differ ("?"  vs.  "%") for their "match any single
+             char" wildcard.  This patch changes "?"  chars to "%" before doing a
+             VMS glob...at no loss of functionality, since "?"  isn't a valid
+             filename char on VMS.  From Charles Lane.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[ 12387] By: jhi                                   on 2001/10/10  11:20:13
+        Log: (accidentally empty submit; new life as #12390)
+     Branch: perl
+          ! lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 12386] By: jhi                                   on 2001/10/10  11:12:40
+        Log: Even more VMS tweakage from Charles Lane:
+             
+             Tweak #1:  splitdir only works on directory part of filespec,
+             split off volume first
+             Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
+             (it's a horrible kludge in the run-time library,
+             improved in later versions). Check the
+             $Config{'d_setenv'} flag before attempting to set it.
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12385] By: jhi                                   on 2001/10/09  20:34:36
+        Log: VMS tweakage from Charles Lane.
+             
+             . command.com doubles an output line when prompting for extensions
+             . Term::Cap has no business trying to run obscure Un*x utilities on VMS
+             . perl5db doesn't clean up after itself
+     Branch: perl
+          ! configure.com lib/Term/Cap.pm lib/perl5db.pl
+____________________________________________________________________________
+[ 12384] By: sky                                   on 2001/10/09  19:16:11
+        Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 9 Oct 2001 22:10:26 +0200
+             Message-ID: <20011009221026.A8579@rafael>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[ 12383] By: jhi                                   on 2001/10/09  14:33:15
+        Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 9 Oct 2001 15:15:06 -0000
+             Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
+     Branch: perl
+          ! t/op/subst.t
+____________________________________________________________________________
+[ 12382] By: jhi                                   on 2001/10/09  14:03:30
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12381] By: jhi                                   on 2001/10/09  13:52:50
+        Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
+             Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
+             when a NULL is passed for the filename string pointer.
+             From Charles Lane.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12379] By: jhi                                   on 2001/10/09  13:03:49
+        Log: Subject: HP systems update
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 09 Oct 2001 15:59:22 +0200
+             Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 12378] By: jhi                                   on 2001/10/09  12:52:21
+        Log: CPAN::Nox does now have a test.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12377] By: jhi                                   on 2001/10/09  12:23:27
+        Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Mon, 1 Oct 2001 12:17:36 -0700
+             Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 12376] By: jhi                                   on 2001/10/09  12:18:39
+        Log: NetWare update from Ananth Kesari.
+     Branch: perl
+          ! NetWare/nwperlsys.h makedef.pl
+____________________________________________________________________________
+[ 12375] By: jhi                                   on 2001/10/09  11:43:01
+        Log: Subject: [PATCH Perl@12307] File::Find test on VMS
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Tue, 9 Oct 2001 08:40:57 EDT
+             Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! lib/File/Find/t/find.t
+____________________________________________________________________________
+[ 12374] By: ams                                   on 2001/10/09  05:31:45
+        Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
+             ExtUtils::Mkbootstrap
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Tue, 09 Oct 2001 00:08:37 -0600
+             Message-Id: <20011009061432.46666.qmail@onion.perl.org>
+     Branch: perl
+          + lib/ExtUtils/Mkbootstrap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12373] By: jhi                                   on 2001/10/09  02:56:13
+        Log: Enable more debugging.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12372] By: ams                                   on 2001/10/09  02:11:59
+        Log: #12370 forgot to modify is_gv_magical().
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 12371] By: jhi                                   on 2001/10/09  01:48:17
+        Log: Make the toupper/lower/title API for Unicode not right
+             but at least less wrong: prepare for the mapping being
+             more than just one-character-to-one-character.
+     Branch: perl
+          ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 12370] By: jhi                                   on 2001/10/09  01:23:08
+        Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Mon, 8 Oct 2001 22:18:23 -0400
+             Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlvar.pod t/op/taint.t
+____________________________________________________________________________
+[ 12369] By: jhi                                   on 2001/10/08  23:31:21
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq4.pod
+____________________________________________________________________________
+[ 12368] By: jhi                                   on 2001/10/08  21:20:45
+        Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 08 Oct 2001 14:05:32 -0600
+             Message-ID: <20011008201126.73702.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12367] By: jhi                                   on 2001/10/08  21:10:49
+        Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 8 Oct 2001 17:00:14 -0400
+             Message-ID: <20011008170014.L17083@blackrider>
+     Branch: perl
+          ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
+____________________________________________________________________________
+[ 12366] By: jhi                                   on 2001/10/08  20:43:19
+        Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date: Mon, 8 Oct 2001 16:01:33 EDT
+             Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12365] By: jhi                                   on 2001/10/08  20:41:50
+        Log: Subject: [PATCH] Autosplit patch for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 08 Oct 2001 15:40:43 -0500
+             Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
+     Branch: perl
+          ! lib/AutoSplit.pm lib/AutoSplit.t
+____________________________________________________________________________
+[ 12364] By: jhi                                   on 2001/10/08  20:36:58
+        Log: Don't assume that everybody is running OS X 10.1 yet;
+             from Kay Röpke.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12363] By: jhi                                   on 2001/10/08  14:26:35
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12362] By: jhi                                   on 2001/10/08  14:05:50
+        Log: Retract #12358 for now.
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12361] By: jhi                                   on 2001/10/08  13:57:10
+        Log: Can't figure out what this is testing.
+             (If it is trying to catch SIGKILL, it should stop
+             trying because that is by definition impossible.)
+     Branch: perl
+          ! lib/sigtrap.t
+____________________________________________________________________________
+[ 12360] By: jhi                                   on 2001/10/08  13:23:28
+        Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Sun, 30 Sep 2001 21:15:13 +0200
+             Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 12359] By: jhi                                   on 2001/10/08  12:37:17
+        Log: Clarify the ldlibpth part and condense the overall text.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12358] By: jhi                                   on 2001/10/08  11:56:49
+        Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sun, 07 Oct 2001 16:59:26 -0600
+             Message-ID: <20011007230518.90917.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12357] By: jhi                                   on 2001/10/08  11:54:50
+        Log: Update the list because fo #12265.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12356] By: jhi                                   on 2001/10/08  11:53:30
+        Log: Subject: [PATCH] & what's to be done for 5.8.0? 
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 7 Oct 2001 20:53:33 +0100
+             Message-ID: <20011007205333.S38756@plum.flirble.org>   
+     Branch: perl
+          ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
+          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
+          ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
+          ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
+          ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
+          ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
+          ! lib/Switch/t/switch.t lib/Term/Complete.t
+          ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
+          ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
+          ! t/op/my_stash.t
+____________________________________________________________________________
+[ 12355] By: jhi                                   on 2001/10/08  11:51:29
+        Log: Integrate patch #12350 from maintperl; typo in
+             IO::Seekable doc.
+     Branch: perl
+         !> ext/IO/lib/IO/Seekable.pm
+____________________________________________________________________________
+[ 12354] By: jhi                                   on 2001/10/08  11:41:16
+        Log: Detypo.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12353] By: sky                                   on 2001/10/07  17:16:14
+        Log: Change 12349 didn't really get it right.
+     Branch: perl
+          ! lib/Unicode/README
+____________________________________________________________________________
+[ 12352] By: jhi                                   on 2001/10/07  15:03:18
+        Log: If running the harness the dynamic library search path
+             may need setting.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12351] By: jhi                                   on 2001/10/07  14:17:12
+        Log: It seems that in MacOS X 10.1 one must use -flat_namespace
+             in ldflags.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12350] By: gsar                                  on 2001/10/07  13:30:42
+        Log: typo in IO::Seekable doc
+     Branch: maint-5.6/perl
+          ! ext/IO/lib/IO/Seekable.pm
+____________________________________________________________________________
+[ 12349] By: jhi                                   on 2001/10/07  12:49:31
+        Log: Give up the fantasy of having lib/Unicode and lib/unicode:
+             doesn't work on Mac OS X 10.1 (when unpacking the tar the
+             latter gets renamed as lib/unicode:1, assumedly for security
+             reasons not to overwrite stuff)
+     Branch: perl
+          + lib/Unicode/README
+          - lib/unicode/README
+          ! MANIFEST
+____________________________________________________________________________
+[ 12348] By: ams                                   on 2001/10/07  05:33:40
+        Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 06 Oct 2001 21:42:03 -0600
+             Message-Id: <20011007034754.21057.qmail@onion.perl.org>
+     Branch: perl
+          + lib/CPAN/t/Nox.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12347] By: ams                                   on 2001/10/07  00:48:10
+        Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 06 Oct 2001 18:52:10 -0600
+             Message-Id: <20011007005801.98381.qmail@onion.perl.org>
+     Branch: perl
+          + lib/sigtrap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12346] By: ams                                   on 2001/10/06  23:14:01
+        Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
+             h2xs write?)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 6 Oct 2001 21:46:43 +0100
+             Message-Id: <20011006214643.L38756@plum.flirble.org>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 12345] By: ams                                   on 2001/10/06  17:39:53
+        Log: Subject: [PATCH] Memoize tests
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 6 Oct 2001 18:04:21 +0100
+             Message-Id: <20011006180421.J38756@plum.flirble.org>
+     Branch: perl
+          ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
+          ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
+          ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
+          ! lib/Memoize/t/expire_module_n.t
+          ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
+          ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
+          ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
+          ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
+          ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
+          ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
+____________________________________________________________________________
+[ 12344] By: jhi                                   on 2001/10/06  00:30:23
+        Log: Retract the latter part of #12343.
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 12343] By: jhi                                   on 2001/10/05  23:32:07
+        Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
+             
+             Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 12342] By: jhi                                   on 2001/10/05  16:28:37
+        Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
+             Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12341] By: jhi                                   on 2001/10/05  13:54:08
+        Log: Don't assume that %x is good for displaying UVs.
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[ 12340] By: jhi                                   on 2001/10/05  12:41:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12339] By: ams                                   on 2001/10/05  10:22:34
+        Log: Subject: [PATCH] perlfunc/select
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 5 Oct 2001 11:33:58 +0100
+             Message-Id: <20011005113358.Z38756@plum.flirble.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 12338] By: jhi                                   on 2001/10/04  22:54:06
+        Log: Retract #12313 and #12249.
+     Branch: perl
+          ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
+          ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
+          ! pod/perlebcdic.pod
+____________________________________________________________________________
+[ 12337] By: jhi                                   on 2001/10/04  17:17:03
+        Log: Subject: [PATCH] perlvms.pod update
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 04 Oct 2001 12:55:52 -0500
+             Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 12336] By: jhi                                   on 2001/10/04  14:02:17
+        Log: Subject: PATCH: Tie::SubstrHash
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Thu, 04 Oct 2001 12:12:41 +0100
+             Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
+     Branch: perl
+          ! lib/Tie/SubstrHash.pm
+____________________________________________________________________________
+[ 12335] By: jhi                                   on 2001/10/04  04:45:00
+        Log: Unicode properties saga continues.
+     Branch: perl
+          ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
+          ! lib/unicore/mktables.PL lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12334] By: jhi                                   on 2001/10/04  03:42:04
+        Log: Yet more Unicode properties.
+     Branch: perl
+          + lib/unicore/In/137.pl lib/unicore/In/138.pl
+          + lib/unicore/In/139.pl lib/unicore/In/140.pl
+          + lib/unicore/In/141.pl lib/unicore/In/142.pl
+          + lib/unicore/In/143.pl lib/unicore/In/144.pl
+          + lib/unicore/In/145.pl lib/unicore/In/146.pl
+          + lib/unicore/In/147.pl lib/unicore/In/148.pl
+          + lib/unicore/In/149.pl lib/unicore/In/150.pl
+          + lib/unicore/In/151.pl lib/unicore/In/152.pl
+          + lib/unicore/In/153.pl lib/unicore/In/154.pl
+          + lib/unicore/In/155.pl lib/unicore/In/156.pl
+          + lib/unicore/In/157.pl lib/unicore/In/158.pl
+          + lib/unicore/In/159.pl lib/unicore/In/160.pl
+          + lib/unicore/In/161.pl lib/unicore/In/162.pl
+          ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
+          ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12333] By: jhi                                   on 2001/10/04  03:02:19
+        Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 03 Oct 2001 17:45:25 -0500
+             Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
+             
+             (the lib/Term/Complete.t patched differently by #12332)
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12332] By: jhi                                   on 2001/10/04  03:00:03
+        Log: Restore only if something to restore.
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12331] By: pudge                                 on 2001/10/03  19:30:48
+        Log: Update various resources for credits,
+             minor icons fixes, and versions.
+     Branch: maint-5.6/macperl
+          ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
+          ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
+          ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
+____________________________________________________________________________
+[ 12330] By: pudge                                 on 2001/10/03  19:17:25
+        Log: Quiet the warnings about using undef value
+     Branch: maint-5.6/macperl
+          ! lib/File/Temp.pm
+____________________________________________________________________________
+[ 12329] By: pudge                                 on 2001/10/03  19:14:59
+        Log: Fix up Ballon Help and Help menu docs (first pass);
+             remove balloon rez file, and autogenerate with
+             Balloon2Rez instead.
+     Branch: maint-5.6/macperl
+          + macos/macperl/macscripts/Balloon2Rez
+          - macos/macperl/MPBalloons.r
+          ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 12328] By: pudge                                 on 2001/10/03  19:11:15
+        Log: Allow overriding of defaults, for change #12327.
+     Branch: maint-5.6/macperl
+          ! perl.h
+____________________________________________________________________________
+[ 12327] By: pudge                                 on 2001/10/03  19:10:26
+        Log: Override PerlProc_exit.
+     Branch: maint-5.6/macperl
+          ! macos/macish.h
+____________________________________________________________________________
+[ 12326] By: pudge                                 on 2001/10/03  19:08:28
+        Log: Add in new macos/ modules, fix up BuildTools and Makefile.
+     Branch: maint-5.6/macperl
+          + macos/bundled_lib/blib/lib/MD5.pm
+          + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
+          + macos/lib/Mac/AETE/Dialect.pm
+          + macos/lib/Mac/AETE/Format/Converter.pm
+          + macos/lib/Mac/AETE/Format/Dictionary.pm
+          + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
+          + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
+          + macos/lib/Mac/Toolbox.pod
+          ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
+____________________________________________________________________________
+[ 12325] By: pudge                                 on 2001/10/03  18:51:28
+        Log: Sync up silly CVS headers ... I should commit CVS
+             first to avoid this ...
+     Branch: maint-5.6/macperl
+          ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
+          ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
+          ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
+          ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
+____________________________________________________________________________
+[ 12324] By: pudge                                 on 2001/10/03  18:44:09
+        Log: Fix Matthias' address, and attributions.
+     Branch: maint-5.6/macperl
+          ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12323] By: pudge                                 on 2001/10/03  18:42:37
+        Log: Fix Matthias' address, and attributions.
+     Branch: maint-5.6/macperl
+          ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
+          ! macos/ext/Mac/Components/Components.pm
+          ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
+          ! macos/ext/Mac/Dialogs/Dialogs.pm
+          ! macos/ext/Mac/Events/Events.pm
+          ! macos/ext/Mac/ExtUtils/MakeToolboxModule
+          ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
+          ! macos/ext/Mac/Gestalt/Gestalt.pm
+          ! macos/ext/Mac/ImageCompression/ImageCompression.pm
+          ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
+          ! macos/ext/Mac/Menus/Menus.pm
+          ! macos/ext/Mac/MoreFiles/MoreFiles.pm
+          ! macos/ext/Mac/Movies/Movies.pm
+          ! macos/ext/Mac/Navigation/Navigation.pm
+          ! macos/ext/Mac/Notification/Notification.pm
+          ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
+          ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
+          ! macos/ext/Mac/QuickDraw/QuickDraw.pm
+          ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
+          ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
+          ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
+          ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
+          ! macos/ext/Mac/StandardFile/StandardFile.pm
+          ! macos/ext/Mac/TextEdit/TextEdit.pm
+          ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
+          ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
+          ! macos/lib/Mac/LowMem.pm
+____________________________________________________________________________
+[ 12322] By: sky                                   on 2001/10/03  18:41:07
+        Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 03 Oct 2001 14:30:55 -0500
+             Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12321] By: jhi                                   on 2001/10/03  18:38:34
+        Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 03 Oct 2001 14:30:55 -0500
+             Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12320] By: jhi                                   on 2001/10/03  16:47:30
+        Log: Unicode properties: fix L& (the #12319 didn't allow L&,
+             only IsL&) and Inherited (negative lookahead good);
+             add tests for Common, Inherited, and L&.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
+____________________________________________________________________________
+[ 12319] By: jhi                                   on 2001/10/03  16:12:53
+        Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
+             (The Unicode standard uses L& quite often.)
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12318] By: jhi                                   on 2001/10/03  15:57:34
+        Log: Add the 'Common' Unicode property (code points not
+             explicitly assigned to any other script).
+     Branch: perl
+          + lib/unicore/In/136.pl
+          ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
+____________________________________________________________________________
+[ 12317] By: jhi                                   on 2001/10/03  13:23:32
+        Log: Skip the RV printing test under threads until fixed.
+     Branch: perl
+          ! ext/B/t/terse.t
+____________________________________________________________________________
+[ 12316] By: jhi                                   on 2001/10/03  12:57:05
+        Log: Subject: 12309 / cygwin / win2k
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 03 Oct 2001 15:25:15 +0200
+             Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12315] By: jhi                                   on 2001/10/03  12:50:17
+        Log: Metaconfig unit change for #12314.
+     Branch: metaconfig
+          ! U/modified/Head.U
+____________________________________________________________________________
+[ 12314] By: jhi                                   on 2001/10/03  12:49:26
+        Log: Subject: Both cygwin and djgpp on one machine
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 03 Oct 2001 15:02:59 +0200
+             Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 12313] By: jhi                                   on 2001/10/03  12:04:49
+        Log: (retracted by #12338)
+             
+             Subject: [PATCH] Code clean up for perlboot.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:24:43 -0400
+             Message-ID: <20011002192443.B2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perlbot.diff
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:25:22 -0400
+             Message-ID: <20011002192522.C2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perlcall.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:25:57 -0400
+             Message-ID: <20011002192557.D2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perldata.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:26:29 -0400
+             Message-ID: <20011002192629.E2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perldbmfilter.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:26:59 -0400
+             Message-ID: <20011002192659.F2163@stupid.geeknest.com>
+             
+             Subject: [PATCH] Code clean up for perlebcdic.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 2 Oct 2001 19:27:37 -0400
+             Message-ID: <20011002192737.G2163@stupid.geeknest.com>
+     Branch: perl
+          ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
+          ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
+____________________________________________________________________________
+[ 12312] By: ams                                   on 2001/10/02  23:43:55
+        Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 2 Oct 2001 17:00:49 -0400
+             Message-Id: <20011002170049.A9955@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12311] By: jhi                                   on 2001/10/02  23:24:07
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 12310] By: nick                                  on 2001/10/02  16:09:49
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
+         !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
+         !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
+         !> patchlevel.h t/op/pat.t
+____________________________________________________________________________
+[ 12309] By: jhi                                   on 2001/10/02  14:34:59
+        Log: Unicode properties: allow also intra(wordbreak)name whitespace,
+             not just one single space.
+     Branch: perl
+          ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
+____________________________________________________________________________
+[ 12308] By: jhi                                   on 2001/10/02  12:49:41
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 12307] By: jhi                                   on 2001/10/02  12:22:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12306] By: jhi                                   on 2001/10/02  11:59:12
+        Log: Work around old buggy glibcs for langinfo constants,
+             from Nicholas Clark and David Dyck.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
+____________________________________________________________________________
+[ 12305] By: jhi                                   on 2001/10/02  11:45:55
+        Log: Eradicate Time::Piece; add an example.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.pm
+____________________________________________________________________________
+[ 12304] By: jhi                                   on 2001/10/02  11:34:18
+        Log: Subject: [PATCH] Pod::Html makes a poor guess at author
+             From: Robert Spier <rspier@pobox.com>
+             Date: Mon, 1 Oct 2001 23:20:16 -0700
+             Message-ID: <15289.23712.422087.878224@rls.cx>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 12303] By: sky                                   on 2001/10/02  10:40:57
+        Log: Fixes obscure bug that manifests itself by.
+             local $!=0;undef*STDOUT;#segfaults
+             Has been around for a while. Possible other magic IO vars are
+             possibly affected aswell. Reported by Jos Boumans.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 12302] By: nick                                  on 2001/10/02  09:00:52
+        Log: Integrate mainline
+     Branch: perlio
+         !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
+         !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
+         !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
+____________________________________________________________________________
+[ 12301] By: nick                                  on 2001/10/02  08:40:57
+        Log: Integrate mainline + lib/open.t patch from Chromatic
+     Branch: perlio
+         +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
+          ! lib/open.t
+         !> (integrate 29 files)
+____________________________________________________________________________
+[ 12300] By: jhi                                   on 2001/10/01  19:22:16
+        Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
+             Until it has, better stop early if someone requests threads.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[ 12299] By: jhi                                   on 2001/10/01  19:01:31
+        Log: Subject: [ID 20011001.011] redundant code in t/TEST
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Mon, 1 Oct 2001 12:56:24 -0700
+             Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 12298] By: jhi                                   on 2001/10/01  18:52:12
+        Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 01 Oct 2001 12:27:12 -0600
+             Message-ID: <20011001183251.89148.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12297] By: jhi                                   on 2001/10/01  17:04:18
+        Log: UNICOS testing patches from Nicholas Clark.
+     Branch: perl
+          ! t/op/arith.t t/op/pack.t
+____________________________________________________________________________
+[ 12296] By: jhi                                   on 2001/10/01  17:01:26
+        Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Mon, 01 Oct 2001 10:21:51 -0600
+             Message-ID: <20011001162731.40639.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 12295] By: jhi                                   on 2001/10/01  14:55:37
+        Log: Make missing the RADIXCHAR a softer, gentler error.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.t
+____________________________________________________________________________
+[ 12294] By: jhi                                   on 2001/10/01  14:51:42
+        Log: Nuke also the LANG because of glibc.
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 12293] By: jhi                                   on 2001/10/01  14:51:20
+        Log: Also the ^Is is optional.
+     Branch: perl
+          ! pod/perlunicode.pod t/op/pat.t
+____________________________________________________________________________
+[ 12292] By: jhi                                   on 2001/10/01  14:08:26
+        Log: Be careful to pull chars from the varargs stack when
+             formatting chars.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 12291] By: jhi                                   on 2001/10/01  12:27:57
+        Log: sortsv not in place anymore, noticed by John P. Linderman.
+     Branch: perl
+          ! pod/perlapi.pod pp_ctl.c
+____________________________________________________________________________
+[ 12290] By: jhi                                   on 2001/10/01  12:25:03
+        Log: Make the diagnostic messages more neutral.
+     Branch: perl
+          ! ext/B/t/terse.t
+____________________________________________________________________________
+[ 12289] By: jhi                                   on 2001/10/01  03:59:34
+        Log: Forgotten from #12288.
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 12288] By: jhi                                   on 2001/10/01  03:58:37
+        Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
+             From: Brian Ingerson <ingy@ttul.org>
+             Date: Sun, 30 Sep 2001 21:45:56 -0700
+             Message-ID: <20010930214556.D26392@ttul.org>
+             
+             (remember also the #12289)
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 12287] By: jhi                                   on 2001/10/01  03:33:15
+        Log: More Unicode property tests for the abbreviated
+             general properties.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 12286] By: jhi                                   on 2001/10/01  02:02:08
+        Log: Further tweaks to the Unicode properties.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 12285] By: jhi                                   on 2001/10/01  01:46:35
+        Log: Retract #12284.
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12284] By: jhi                                   on 2001/10/01  01:24:12
+        Log: (Retracted by #12285)
+     Branch: perl
+          ! lib/Term/Cap.t
+____________________________________________________________________________
+[ 12283] By: jhi                                   on 2001/10/01  01:22:05
+        Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
+             From: "chromatic" <chromatic@rmci.net>  
+             Date: Sun, 30 Sep 2001 16:10:02 -0600
+             Message-ID: <20010930221540.67279.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Term/Cap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12282] By: jhi                                   on 2001/10/01  01:19:21
+        Log: Use stty -g to restore the terminal state, do not even
+             try to run the tests if stty -g is not available.
+     Branch: perl
+          ! lib/Term/Complete.t
+____________________________________________________________________________
+[ 12281] By: jhi                                   on 2001/09/30  21:05:00
+        Log: Cleanup utf8_heavy; allow dropping the In prefix from
+             Unicode script/block properties.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12280] By: jhi                                   on 2001/09/30  13:42:18
+        Log: Retract the #12259 for now.
+     Branch: perl
+          ! embed.h embed.pl sv.h
+____________________________________________________________________________
+[ 12279] By: jhi                                   on 2001/09/30  13:37:59
+        Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
+     Branch: perl
+          + lib/Text/TabsWrap/CHANGELOG
+          ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
+____________________________________________________________________________
+[ 12278] By: jhi                                   on 2001/09/30  05:05:18
+        Log: #12272 wasn't right, it introduced an extra ().
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12277] By: jhi                                   on 2001/09/30  00:31:07
+        Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
+             Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
+____________________________________________________________________________
+[ 12276] By: jhi                                   on 2001/09/30  00:15:38
+        Log: Subject: Patch to put qsortsv in the public API
+             From: Brian Ingerson <ingy@ttul.org>
+             Date: Sat, 29 Sep 2001 17:41:13 -0700
+             Message-ID: <20010929174113.A30223@ttul.org>
+     Branch: perl
+          ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
+____________________________________________________________________________
+[ 12275] By: jhi                                   on 2001/09/30  00:11:21
+        Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 29 Sep 2001 23:54:48 +0200
+             Message-ID: <20010929235448.A5017@rafael>
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
+____________________________________________________________________________
+[ 12274] By: jhi                                   on 2001/09/30  00:03:19
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 12273] By: bailey                                on 2001/09/29  23:43:46
+        Log: Resync with mainline
+     Branch: vmsperl
+         +> (branch 1207 files)
+          - (delete 324 files)
+         !> (integrate 866 files)
+____________________________________________________________________________
+[ 12272] By: jhi                                   on 2001/09/29  21:32:33
+        Log: Nasty recursion trap if one would match Unicode.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 12271] By: jhi                                   on 2001/09/29  21:18:44
+        Log: More Unicode todo.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 12270] By: jhi                                   on 2001/09/29  20:15:32
+        Log: Explain a bit the new more flexible \p\P syntax.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12269] By: jhi                                   on 2001/09/29  20:05:24
+        Log: More leniency to the \p and \P: now can have whitespace
+             between the property definition and the curlies; now can
+             invert the property by having a caret between the open
+             curly and the property.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 12268] By: nick                                  on 2001/09/29  17:39:26
+        Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
+             one test (lib/open.t) fails
+     Branch: perlio
+         +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
+         +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
+         +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
+         +> lib/Tie/Scalar.t lib/open.t
+          - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
+          - ext/B/Stash.t
+         !> (integrate 62 files)
+____________________________________________________________________________
+[ 12267] By: jhi                                   on 2001/09/29  13:54:04
+        Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12266] By: jhi                                   on 2001/09/29  13:51:49
+        Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
+             From: "Craig A. Berry" <craigberry@mac.com> 
+             Date: Sat, 29 Sep 2001 09:35:33 -0500
+             Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12265] By: jhi                                   on 2001/09/29  13:49:43
+        Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 28 Sep 2001 21:20:12 -0600
+             Message-ID: <20010929032543.58322.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Tie/Scalar.t
+          ! MANIFEST lib/Tie/Scalar.pm
+____________________________________________________________________________
+[ 12264] By: jhi                                   on 2001/09/29  04:57:42
+        Log: Allow for more flexibility in the \p{In...} names, now
+             case doesn't matter, and any space or dash can be
+             matched by any space, dash, underbar, or empty.
+             (may be going too far on leniency)
+     Branch: perl
+          ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
+          ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 12263] By: jhi                                   on 2001/09/28  23:04:13
+        Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Fri, 28 Sep 2001 17:39:50 -0600
+             Message-ID: <20010928234521.14178.qmail@onion.perl.org>
+     Branch: perl
+          + lib/open.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12262] By: jhi                                   on 2001/09/28  22:23:53
+        Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 28 Sep 2001 16:24:51 -0500
+             Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 12261] By: jhi                                   on 2001/09/28  22:23:05
+        Log: Subject: [DOC PATCH] Carp.pm pod typo
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 28 Sep 2001 23:14:51 +0200
+             Message-ID: <20010928231451.E16889@rafael>
+     Branch: perl
+          ! lib/Carp.pm
+____________________________________________________________________________
+[ 12260] By: jhi                                   on 2001/09/28  22:21:55
+        Log: Subject: [PATCH] Allow an @INC hook to set %INC
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 28 Sep 2001 22:18:13 +0200
+             Message-ID: <20010928221813.A16889@rafael>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 12259] By: jhi                                   on 2001/09/28  22:20:26
+        Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 28 Sep 2001 23:39:33 +0100
+             Message-ID: <20010928233933.C23673@plum.flirble.org>
+     Branch: perl
+          ! embed.h embed.pl sv.h
+____________________________________________________________________________
+[ 12258] By: jhi                                   on 2001/09/28  12:45:45
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12256] By: jhi                                   on 2001/09/28  12:18:29
+        Log: Move the B tests to B/t.
+     Branch: perl
+          + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
+          + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
+          - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
+          - ext/B/Showlex.t ext/B/Stash.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12255] By: jhi                                   on 2001/09/28  12:09:40
+        Log: Forgot from #12254.
+     Branch: perl
+          + ext/B/B/Terse.t
+____________________________________________________________________________
+[ 12254] By: jhi                                   on 2001/09/28  12:09:06
+        Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Thu, 27 Sep 2001 23:22:17 -0600
+             Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12253] By: jhi                                   on 2001/09/28  02:31:49
+        Log: Test numbering mismatch.
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12252] By: jhi                                   on 2001/09/27  22:46:42
+        Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 26 Sep 2001 17:43:14 -0500
+             Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
+     Branch: perl
+          ! iperlsys.h t/op/chdir.t
+____________________________________________________________________________
+[ 12251] By: jhi                                   on 2001/09/27  22:44:35
+        Log: Subject: [PATCH gv.c] make __ANON__ global
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
+             Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
+     Branch: perl
+          ! gv.c t/op/anonsub.t t/op/runlevel.t
+____________________________________________________________________________
+[ 12250] By: jhi                                   on 2001/09/27  22:33:11
+        Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 27 Sep 2001 22:34:32 +0200
+             Message-ID: <20010927223432.A1485@rafael>
+     Branch: perl
+          ! ext/B/B/Terse.pm
+____________________________________________________________________________
+[ 12249] By: jhi                                   on 2001/09/27  22:29:32
+        Log: Subject: [PATCH] Cleanup of perldsc.pod      
+             From: Casey West <casey@geeknest.com>
+             Date: Thu, 27 Sep 2001 11:13:17 -0400
+             Message-ID: <20010927111317.A1942@stupid.geeknest.com>
+     Branch: perl
+          ! pod/perldsc.pod
+____________________________________________________________________________
+[ 12248] By: jhi                                   on 2001/09/27  22:23:24
+        Log: Not everyone is using ithreads...
+     Branch: perl
+          ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 12247] By: jhi                                   on 2001/09/27  13:39:39
+        Log: Document the nss_delete core dump workaround for HP-UX
+             and Solaris, bug IDs 20010805.018 and 20010629.004.
+     Branch: perl
+          ! README.hpux README.solaris
+____________________________________________________________________________
+[ 12246] By: jhi                                   on 2001/09/27  12:05:36
+        Log: Dump Unicode hash keys also as Unicode,
+             not just as a byte string.
+     Branch: perl
+          ! dump.c ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 12245] By: jhi                                   on 2001/09/27  11:15:51
+        Log: Integrate changes #12241 and #12242 from macperl:
+             
+             Remove unneeded disabling of umask() calls
+             
+             Note (get|set)sockopt are available.
+     Branch: perl
+         !> lib/File/Temp.pm pod/perlport.pod
+____________________________________________________________________________
+[ 12244] By: sky                                   on 2001/09/27  08:53:00
+        Log: Flush buffers on thread closedown.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12243] By: jhi                                   on 2001/09/27  02:20:06
+        Log: Dump SvUTF8(sv)s also as \x{...}.
+             
+             TODO: dump the SvUTF8() hash keys similarly. 
+     Branch: perl
+          ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
+____________________________________________________________________________
+[ 12242] By: pudge                                 on 2001/09/26  20:41:35
+        Log: Note (get|set)sockopt are available.
+     Branch: maint-5.6/macperl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12241] By: pudge                                 on 2001/09/26  20:28:49
+        Log: Remove unneeded disabling of umask() calls
+     Branch: maint-5.6/macperl
+          ! lib/File/Temp.pm
+____________________________________________________________________________
+[ 12240] By: sky                                   on 2001/09/26  18:44:56
+        Log: Documention update
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 12239] By: jhi                                   on 2001/09/26  13:49:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12238] By: jhi                                   on 2001/09/26  13:40:53
+        Log: Check that all environment variables are tainted.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 12237] By: jhi                                   on 2001/09/26  13:02:07
+        Log: Manual integration error in #12235.
+     Branch: perl
+          ! lib/File/DosGlob.t
+____________________________________________________________________________
+[ 12236] By: jhi                                   on 2001/09/26  12:57:11
+        Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Tue, 25 Sep 2001 23:57:07 -0600
+             Message-ID: <20010926060233.7554.qmail@onion.perl.org>
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 12235] By: jhi                                   on 2001/09/26  12:53:16
+        Log: Integrate macperl changes from Chris Nandor:
+             12192 11817 11815 11813 11778 11775
+             
+             Update CPAN.pm to work with new Mac::BuildTools instead
+             of ExtUtils::MM_MacOS "orphan" functions
+             
+             Fix test
+             
+             Make syntax check report in MPW style, fix tests
+             to use Mac::err=unix to get normal-style error
+             messages.
+             
+             More module and test ports from Thomas Wegner et al
+             
+             Fix open of /dev/null for Mac OS
+             
+             Allow for platforms to override formatting of errors
+             on output from Matthias Neeracher (core files)
+     Branch: perl
+          ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
+          ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
+          ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
+         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
+         !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
+         !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
+____________________________________________________________________________
+[ 12234] By: jhi                                   on 2001/09/26  11:58:11
+        Log: grrr.
+     Branch: perl
+          ! t/op/gv.t
+____________________________________________________________________________
+[ 12233] By: jhi                                   on 2001/09/26  11:56:09
+        Log: Retract #12232.
+     Branch: perl
+          ! t/op/gv.t
+____________________________________________________________________________
+[ 12232] By: jhi                                   on 2001/09/26  11:53:37
+        Log: (Retracted by #12233.)
+     Branch: perl
+          ! t/op/gv.t
+____________________________________________________________________________
+[ 12231] By: jhi                                   on 2001/09/26  11:52:09
+        Log: Detypo.
+     Branch: perl
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 12230] By: sky                                   on 2001/09/26  11:36:23
+        Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
+             We are using a "delay" here because we do not want to depend on thread synchronization issues.
+     Branch: perl
+          + ext/threads/t/stress_cv.t
+          ! MANIFEST ext/threads/t/stress_string.t
+____________________________________________________________________________
+[ 12229] By: jhi                                   on 2001/09/26  11:27:54
+        Log: NetWare tweak from Ananth Kesari.
+     Branch: perl
+          ! NetWare/t/Readme.txt
+____________________________________________________________________________
+[ 12228] By: jhi                                   on 2001/09/26  11:26:26
+        Log: Trick to fool case-blind filesystems.
+     Branch: perl
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 12227] By: sky                                   on 2001/09/26  11:06:50
+        Log: Threads can start executing in a different order than they were
+             created.... so we cannot ok() inside the threadstarter.
+     Branch: perl
+          ! ext/threads/t/stress_string.t
+____________________________________________________________________________
+[ 12226] By: sky                                   on 2001/09/26  07:41:45
+        Log: Add in stress_string.t to stress test threads a bit more.
+     Branch: perl
+          + ext/threads/t/stress_string.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12225] By: sky                                   on 2001/09/26  07:04:21
+        Log: Fix negative refcount introduced by #12223.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12224] By: sky                                   on 2001/09/26  06:57:58
+        Log: Update documentation to match change #12223
+     Branch: perl
+          ! sharedsv.c
+____________________________________________________________________________
+[ 12223] By: sky                                   on 2001/09/26  06:54:32
+        Log: Use a separate interpreter for the sharedsv space. Another
+             negative sv leak. Sigh.
+     Branch: perl
+          ! sharedsv.c
+____________________________________________________________________________
+[ 12222] By: sky                                   on 2001/09/26  05:58:35
+        Log: Do the environ assignment in perl_contruct to match perl_destruct.
+             Now we don't need to perl_parse/perl_run. However environ is a
+             global....
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 12221] By: sky                                   on 2001/09/26  05:41:02
+        Log: Move the creation of PL_strtab to perl_construct so we can work
+             with HV and HEs without running perl_parse.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 12220] By: gsar                                  on 2001/09/26  02:18:26
+        Log: integrate macperl changes into maint-5.6
+     Branch: maint-5.6/perl
+         !> (integrate 26 files)
+____________________________________________________________________________
+[ 12219] By: pudge                                 on 2001/09/26  00:19:35
+        Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
+             fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Fonts/Fonts.xs
+          ! macos/ext/Mac/InternetConfig/InternetConfig.pm
+____________________________________________________________________________
+[ 12218] By: ams                                   on 2001/09/25  23:31:33
+        Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 26 Sep 2001 01:20:20 +0100
+             Message-Id: <20010926012020.B48092@plum.flirble.org>
+     Branch: perl
+          ! lib/AutoSplit.t
+____________________________________________________________________________
+[ 12217] By: ams                                   on 2001/09/25  22:33:05
+        Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 25 Sep 2001 18:08:42 -0500
+             Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12216] By: ams                                   on 2001/09/25  21:41:01
+        Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
+             Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 26 Sep 2001 00:38:21 -0400
+             Message-Id: <20010926003821.A627@blackrider>
+     Branch: perl
+          ! lib/AutoSplit.t
+____________________________________________________________________________
+[ 12215] By: jhi                                   on 2001/09/25  21:40:04
+        Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 25 Sep 2001 17:43:49 -0400
+             Message-ID: <20010925174349.B19534@blackrider>
+     Branch: perl
+          ! lib/Test/Simple.pm lib/Test/Utils.pm
+____________________________________________________________________________
+[ 12214] By: pudge                                 on 2001/09/25  21:11:21
+        Log: Integrate changes from bleadperl.
+     Branch: maint-5.6/macperl
+         !> pod/perlport.pod
+____________________________________________________________________________
+[ 12213] By: jhi                                   on 2001/09/25  20:37:14
+        Log: skip($mess) should result in one skip.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 12212] By: pudge                                 on 2001/09/25  20:21:06
+        Log: Integrate change #12200 from maintperl.
+     Branch: maint-5.6/macperl
+         !> win32/perlhost.h
+____________________________________________________________________________
+[ 12211] By: pudge                                 on 2001/09/25  20:11:56
+        Log: Fix file types to "apple"
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Menus/t/MenuBar.rsrc
+          ! macos/ext/Mac/SAT/t/Collision.rsrc
+____________________________________________________________________________
+[ 12210] By: pudge                                 on 2001/09/25  19:28:20
+        Log: Fix rsrc file as snd file; fix path in t file.
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Notification/t/Notification.rsrc
+          ! macos/ext/Mac/Notification/t/Notification.t
+____________________________________________________________________________
+[ 12209] By: pudge                                 on 2001/09/25  19:15:57
+        Log: Sync up with File::Find from bleadperl.
+     Branch: maint-5.6/macperl
+          ! lib/File/Find.pm t/lib/filefind-taint.t
+____________________________________________________________________________
+[ 12208] By: pudge                                 on 2001/09/25  19:06:48
+        Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
+             to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
+             of hundreds)
+     Branch: maint-5.6/macperl
+          ! macos/bundled_lib/blib/lib/Net/Cmd.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
+____________________________________________________________________________
+[ 12207] By: nick                                  on 2001/09/25  19:04:36
+        Log: Integrate mainline (untested while modem is up)
+     Branch: perlio
+         +> lib/AutoSplit.t t/test.pl
+          - lib/warnings/register.t
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 12206] By: jhi                                   on 2001/09/25  17:21:00
+        Log: perldiag entry for #12205.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 12205] By: jhi                                   on 2001/09/25  17:20:38
+        Log: Subject: [PATCH] warning on v-string in use/require
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 24 Sep 2001 17:29:03 -0400
+             Message-ID: <3BAFA59F.9C0E0339@rowman.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
+____________________________________________________________________________
+[ 12204] By: jhi                                   on 2001/09/25  17:11:02
+        Log: perltooc et al updates.
+     Branch: perl
+          ! plan9/mkfile pod/roffitall
+____________________________________________________________________________
+[ 12203] By: jhi                                   on 2001/09/25  17:05:19
+        Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 23 Sep 2001 00:07:12 -0400
+             Message-ID: <20010923000712.A7005@blackrider>
+     Branch: perl
+          ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
+____________________________________________________________________________
+[ 12202] By: jhi                                   on 2001/09/25  16:55:29
+        Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Wed, 26 Sep 2001 01:25:10 +0900
+             Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
+          ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
+          ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
+____________________________________________________________________________
+[ 12201] By: jhi                                   on 2001/09/25  16:52:03
+        Log: Integrate change #12200 from maintperl;
+             on windows, virtualized environment could propagate deleted variables
+             into children if they happen to be at the very end of the table
+     Branch: perl
+         !> win32/perlhost.h
+____________________________________________________________________________
+[ 12200] By: gsar                                  on 2001/09/25  16:36:01
+        Log: on windows, virtualized environment could propagate deleted variables
+             into children if they happen to be at the very end of the table
+             (thanks for succinct test case from Johan Holmberg, and fix from
+             Doug Lankshear)
+     Branch: maint-5.6/perl
+          ! win32/perlhost.h
+____________________________________________________________________________
+[ 12199] By: gsar                                  on 2001/09/25  15:19:13
+        Log: avoid the use of ftime() (it does a useless, potentially
+             expensive call to GetTimeZoneInformation()); this potentially
+             also results in three more digits of precision from
+             Time::HiRes::time()
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12198] By: jhi                                   on 2001/09/25  14:27:01
+        Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
+             
+             Note: io/binmode is failing, have to figure out why.
+     Branch: perl
+          + t/test.pl
+          ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
+          ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
+          ! t/run/exit.t
+____________________________________________________________________________
+[ 12197] By: ams                                   on 2001/09/25  13:48:55
+        Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 25 Sep 2001 00:37:40 +0100
+             Message-Id: <20010925003740.S4971@plum.flirble.org>
+             (Further changes expected.)
+     Branch: perl
+          + lib/AutoSplit.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 12196] By: sky                                   on 2001/09/25  13:37:12
+        Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
+             _ftime to try and be more robust.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12194] By: ams                                   on 2001/09/25  11:40:00
+        Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 24 Sep 2001 17:54:20 -0500
+             Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 12193] By: pudge                                 on 2001/09/25  02:53:42
+        Log: Fixes for multiline error parsing (Bug #459263); cmd-.
+             not working, cursor not spinning (Bug #422129); external
+             editor problems (Bug #456329); escape/cmd-. not activating
+             "Cancel" in Save dialog box (Bug #446960); Runtimes not
+             executing on launch (Bug #464441).
+     Branch: maint-5.6/macperl
+          ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
+          ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
+          ! macos/macperl/MacPerl.r
+____________________________________________________________________________
+[ 12192] By: pudge                                 on 2001/09/25  02:42:49
+        Log: Update CPAN.pm to work with new Mac::BuildTools instead
+             of ExtUtils::MM_MacOS "orphan" functions
+     Branch: maint-5.6/macperl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 12191] By: pudge                                 on 2001/09/25  02:37:58
+        Log: Fix up another xsubpp problem (Matthias Neeracher)
+     Branch: maint-5.6/macperl
+          ! macos/xsubpp
+____________________________________________________________________________
+[ 12190] By: pudge                                 on 2001/09/25  02:37:38
+        Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
+     Branch: maint-5.6/macperl
+          ! macos/lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 12189] By: pudge                                 on 2001/09/25  02:37:08
+        Log: Fix up Makefiles for more Mac:: modules (and prepare for
+             static build ...?)
+     Branch: maint-5.6/macperl
+          ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
+          ! macos/macperl/Makefile.mk
+____________________________________________________________________________
+[ 12188] By: pudge                                 on 2001/09/25  02:36:19
+        Log: Fix up tests
+     Branch: maint-5.6/macperl
+          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
+____________________________________________________________________________
+[ 12187] By: pudge                                 on 2001/09/25  02:11:13
+        Log: Make malloc smarter, fix bugs.  (Bug #404030)
+     Branch: maint-5.6/macperl
+          ! macos/icemalloc.c macos/icemalloc.h
+____________________________________________________________________________
+[ 12186] By: nick                                  on 2001/09/24  19:18:17
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
+         +> lib/filetest.t
+         !> (integrate 30 files)
+____________________________________________________________________________
+[ 12185] By: jhi                                   on 2001/09/24  18:56:40
+        Log: Retract #12136, the warnings::register is already
+             tested by t/lib/warnings/9enabled, as pointed out
+             by Paul Marquess.
+     Branch: perl
+          - lib/warnings/register.t
+          ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
+____________________________________________________________________________
+[ 12184] By: gsar                                  on 2001/09/24  18:39:58
+        Log: fix Time::HiRes implementation of gettimeofday() on windows
+             (HiRes.t#14 now passes)
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12183] By: gsar                                  on 2001/09/24  18:13:23
+        Log: File::Spec::catfile() canonifies everything to blackslashes on
+             windows :-(
+     Branch: perl
+          ! lib/ExtUtils/Manifest.t
+____________________________________________________________________________
+[ 12182] By: gsar                                  on 2001/09/24  17:59:54
+        Log: test number mismatch
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12181] By: jhi                                   on 2001/09/24  17:10:41
+        Log: ok().
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 12180] By: jhi                                   on 2001/09/24  16:09:37
+        Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
+             Wolfgang Laun <Wolfgang.Laun@alcatel.at>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 12179] By: jhi                                   on 2001/09/24  15:46:49
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12178] By: jhi                                   on 2001/09/24  14:12:06
+        Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 24 Sep 2001 11:12:13 -0400
+             Message-ID: <20010924111213.G27885@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[ 12177] By: jhi                                   on 2001/09/24  14:02:32
+        Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Mon, 24 Sep 2001 11:02:07 -0400
+             Message-ID: <20010924110207.E27885@blackrider>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 12176] By: ams                                   on 2001/09/24  14:01:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 12175] By: jhi                                   on 2001/09/24  13:20:28
+        Log: Various cleanups.
+     Branch: perl
+          ! ext/threads/Makefile.PL ext/threads/threads.xs
+____________________________________________________________________________
+[ 12173] By: pudge                                 on 2001/09/24  12:56:13
+        Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
+     Branch: maint-5.6/macperl
+         !> (integrate 33 files)
+____________________________________________________________________________
 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>