Skip the RV printing test under threads until fixed.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index bfcfcd2..17b5f7c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,1832 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 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>
+             Date: Mon, 24 Sep 2001 20:04:58 +0900
+             Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
+     Branch: perl
+          ! ext/Encode/Encode/gb2312.enc
+____________________________________________________________________________
+[ 12170] By: jhi                                   on 2001/09/24  12:08:30
+        Log: Clarifying comment to #12164.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12169] By: jhi                                   on 2001/09/24  11:59:33
+        Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 23 Sep 2001 23:00:56 +0100
+             Message-ID: <20010923230055.Y4971@plum.flirble.org>
+             
+             (with "sample_constants" changed to "fallback")
+     Branch: perl
+          + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
+          ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
+          ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
+          ! lib/h2xs.t utils/h2xs.PL
+____________________________________________________________________________
+[ 12168] By: jhi                                   on 2001/09/24  11:25:56
+        Log: Metaconfig unit change for #12167.
+     Branch: metaconfig
+          ! U/modified/Cppsym.U
+____________________________________________________________________________
+[ 12167] By: jhi                                   on 2001/09/24  11:25:22
+        Log: Add a few glibc cpp symbols to probe for.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 12166] By: jhi                                   on 2001/09/24  11:14:43
+        Log: DJGPP tweaks for Laszlo Molnar.
+     Branch: perl
+          ! djgpp/djgppsed.sh dosish.h
+____________________________________________________________________________
+[ 12165] By: ams                                   on 2001/09/24  10:07:08
+        Log: Subject: [PATCH t/op/inccode.t] More tests
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 24 Sep 2001 10:01:44 -0000
+             Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
+     Branch: perl
+          ! t/op/inccode.t
+____________________________________________________________________________
+[ 12164] By: ams                                   on 2001/09/24  09:43:29
+        Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
+             From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
+             Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
+             Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12163] By: jhi                                   on 2001/09/23  22:50:35
+        Log: 1_compile updates.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12162] By: jhi                                   on 2001/09/23  21:11:22
+        Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 19 Sep 2001 22:47:14 +0200
+             Message-ID: <20010919224714.A6382@rafael>
+     Branch: perl
+          ! pod/perlvar.pod pp_ctl.c
+____________________________________________________________________________
+[ 12161] By: ams                                   on 2001/09/23  17:40:02
+        Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
+             filetest Pragma
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sun, 23 Sep 2001 12:07:25 -0600
+             Message-Id: <20010923181223.32427.qmail@onion.perl.org>
+     Branch: perl
+          + lib/filetest.t
+          ! MANIFEST t/lib/1_compile.t
+____________________________________________________________________________
+[ 12160] By: ams                                   on 2001/09/23  16:32:11
+        Log: Additional minor chdir() tweak.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 12159] By: ams                                   on 2001/09/23  16:25:01
+        Log: Subject: PATCH lib/ExtUtils/Command.t
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 23 Sep 2001 19:11:44 +0200
+             Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12158] By: jhi                                   on 2001/09/23  12:52:36
+        Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 23 Sep 2001 02:02:26 +0200
+             Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12157] By: jhi                                   on 2001/09/23  12:46:05
+        Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
+             From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
+             Date: Sat, 22 Sep 2001 12:54:39 -0500
+             Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
+     Branch: perl
+          ! t/op/study.t
+____________________________________________________________________________
+[ 12156] By: nick                                  on 2001/09/23  07:48:44
+        Log: Integrate mainline
+     Branch: perlio
+          - check83.pl
+         !> ext/Encode/Encode/2022-cn.enc
+____________________________________________________________________________
+[ 12155] By: nick                                  on 2001/09/23  07:48:01
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 64 files)
+          - ext/Encode/Encode/cns11643-1.enc
+          - ext/Encode/Encode/cns11643-2.enc
+          - ext/Encode/Encode/iso2022-cn.enc
+          - ext/Encode/Encode/iso2022-jp.enc
+          - ext/Encode/Encode/iso2022-jp1.enc
+          - ext/Encode/Encode/iso2022-jp2.enc
+          - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
+          - ext/Encode/Encode/iso8859-1.enc
+          - ext/Encode/Encode/iso8859-1.ucm
+          - ext/Encode/Encode/iso8859-10.enc
+          - ext/Encode/Encode/iso8859-10.ucm
+          - ext/Encode/Encode/iso8859-13.enc
+          - ext/Encode/Encode/iso8859-13.ucm
+          - ext/Encode/Encode/iso8859-14.enc
+          - ext/Encode/Encode/iso8859-14.ucm
+          - ext/Encode/Encode/iso8859-15.enc
+          - ext/Encode/Encode/iso8859-15.ucm
+          - ext/Encode/Encode/iso8859-16.enc
+          - ext/Encode/Encode/iso8859-16.ucm
+          - ext/Encode/Encode/iso8859-2.enc
+          - ext/Encode/Encode/iso8859-2.ucm
+          - ext/Encode/Encode/iso8859-3.enc
+          - ext/Encode/Encode/iso8859-3.ucm
+          - ext/Encode/Encode/iso8859-4.enc
+          - ext/Encode/Encode/iso8859-4.ucm
+          - ext/Encode/Encode/iso8859-5.enc
+          - ext/Encode/Encode/iso8859-5.ucm
+          - ext/Encode/Encode/iso8859-6.enc
+          - ext/Encode/Encode/iso8859-6.ucm
+          - ext/Encode/Encode/iso8859-7.enc
+          - ext/Encode/Encode/iso8859-7.ucm
+          - ext/Encode/Encode/iso8859-8.enc
+          - ext/Encode/Encode/iso8859-8.ucm
+          - ext/Encode/Encode/iso8859-9.enc
+          - ext/Encode/Encode/iso8859-9.ucm
+          - ext/Encode/Encode/isoir-197.enc
+          - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
+          - t/lib/sample-tests/header_at_end
+          - t/lib/sample-tests/header_at_end_fail
+         !> (integrate 174 files)
+____________________________________________________________________________
+[ 12154] By: ams                                   on 2001/09/23  07:11:46
+        Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
+             by Blair Zajac.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 12153] By: ams                                   on 2001/09/23  06:56:32
+        Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
+             Forgotten deprecation of *glob{FILEHANDLE}?
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 22 Sep 2001 21:27:56 -0600
+             Message-Id: <20010923033252.33085.qmail@onion.perl.org>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
+____________________________________________________________________________
+[ 12152] By: ams                                   on 2001/09/23  06:42:58
+        Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 23 Sep 2001 03:34:39 -0400
+             Message-Id: <20010923033439.E7005@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 12151] By: ams                                   on 2001/09/23  06:37:57
+        Log: Subject: Re: t/op/magic.t missing tests on Win32
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 22 Sep 2001 20:29:09 -0400
+             Message-Id: <20010922202909.I18223@blackrider>
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12150] By: ams                                   on 2001/09/23  06:36:26
+        Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
+             Dumpvalue.pm
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 22 Sep 2001 19:41:31 -0600
+             Message-Id: <20010923014628.7739.qmail@onion.perl.org>
+     Branch: perl
+          + lib/Dumpvalue.t
+          ! MANIFEST lib/Dumpvalue.pm
+____________________________________________________________________________
+[ 12149] By: ams                                   on 2001/09/23  06:25:35
+        Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
+             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+             Date: Sun, 23 Sep 2001 15:27:56 +0900
+             Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode/2022-cn.enc
+____________________________________________________________________________
+[ 12148] By: jhi                                   on 2001/09/22  23:33:42
+        Log: Manual eror in #12147.
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 12147] By: jhi                                   on 2001/09/22  23:25:02
+        Log: Integrate change #12146 from maintperl;
+             win32_chdir() et al don't handle a NULL argument gracefully
+     Branch: perl
+         !> win32/perlhost.h win32/win32.c
+____________________________________________________________________________
+[ 12146] By: gsar                                  on 2001/09/22  23:18:47
+        Log: win32_chdir() et al don't handle a NULL argument gracefully
+     Branch: maint-5.6/perl
+          ! win32/perlhost.h win32/win32.c
+____________________________________________________________________________
+[ 12145] By: gsar                                  on 2001/09/22  23:17:42
+        Log: typo in change#12026
+     Branch: maint-5.6/perl
+          ! op.c
+____________________________________________________________________________
+[ 12144] By: jhi                                   on 2001/09/22  21:22:28
+        Log: Subject: [PATCH] Re: scalar context unpack bugs
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 22 Sep 2001 23:07:56 +0100
+             Message-ID: <20010922230755.O4971@plum.flirble.org>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 12143] By: jhi                                   on 2001/09/22  21:18:43
+        Log: Try ExtUtils::Command.t everywhere, not just on Win32
+             (as suggested by NI-S).  Also allow running it either
+             in t/ or in the main directory.
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12142] By: jhi                                   on 2001/09/22  21:04:39
+        Log: Update the test on warnings/register.t.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 12141] By: jhi                                   on 2001/09/22  20:40:06
+        Log: The code is now almost tidy enough to keep the IRIX cc happy.
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[ 12140] By: ams                                   on 2001/09/22  17:26:32
+        Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
+             use_ithreads
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 22 Sep 2001 13:15:32 -0500
+             Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 12139] By: ams                                   on 2001/09/22  16:44:08
+        Log: Do what perl_clone() does for sharedsv functions.
+     Branch: perl
+          ! embed.pl proto.h
+____________________________________________________________________________
+[ 12138] By: jhi                                   on 2001/09/22  16:42:04
+        Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
+             (suggested by Sarathy, extensions shouldn't be dabbling with
+             op structures, so binary backward compatibility should not be
+             an issue.)
+     Branch: perl
+          ! hints/irix_6.sh op.h
+____________________________________________________________________________
+[ 12137] By: ams                                   on 2001/09/22  16:21:05
+        Log: More cleanups. (What's PERL_DECL_PROT?)
+     Branch: perl
+          ! embed.pl proto.h sharedsv.h
+____________________________________________________________________________
+[ 12136] By: ams                                   on 2001/09/22  15:14:34
+        Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
+             Add Tests for warnings::register, Doc Update
+             From: "chromatic" <chromatic@rmci.net>
+             Date: Sat, 22 Sep 2001 09:43:20 -0600
+             Message-Id: <20010922154815.32004.qmail@onion.perl.org>
+     Branch: perl
+          + lib/warnings/register.t
+          ! MANIFEST lib/warnings/register.pm
+____________________________________________________________________________
+[ 12135] By: ams                                   on 2001/09/22  15:07:50
+        Log: `@foo' should be @foo for consistency.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 12134] By: jhi                                   on 2001/09/22  14:20:47
+        Log: (Retracted by #12138)
+             
+             Add -woff (turn warning off) 3187:
+             "A pointer is converted to a smaller integer."
+             This happens when your pointers are 64-bit: then every case
+             of converting pointers to PADOFFSETs (explicitly 32-bit)
+             faces truncation (even explicit use of INT2PTR doesn't help).
+             CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
+             Changing PADOFFSET from U32 to UV would help, but that
+             would break binary backward compatibility of BASEOP and padop
+             (assuming you have been using 64-bit pointers).
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[ 12133] By: jhi                                   on 2001/09/22  13:53:49
+        Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
+             but the name comes from the inside the file, not from the file
+             name, and Rumanian is the name of the language.
+     Branch: perl
+          + ext/Encode/Encode/macRumanian.enc
+          - ext/Encode/Encode/macRomania.enc
+          ! MANIFEST
+____________________________________________________________________________
+[ 12132] By: jhi                                   on 2001/09/22  13:48:29
+        Log: Rename perltootc as perltooc for 8.3-friedliness.
+     Branch: perl
+          + pod/perltooc.pod
+          - pod/perltootc.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
+          ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
+          ! pod/perltoot.pod
+____________________________________________________________________________
+[ 12131] By: jhi                                   on 2001/09/22  13:38:49
+        Log: Find more conflicts by lowercasing.
+     Branch: perl
+          + Porting/check83.pl
+          - check83.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 12130] By: jhi                                   on 2001/09/22  13:20:20
+        Log: The AIX cc 5.0.0.0 is simply too buggy.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 12129] By: ams                                   on 2001/09/22  12:35:38
+        Log: Uninteresting cleanup.
+     Branch: perl
+          ! form.h
+____________________________________________________________________________
+[ 12128] By: ams                                   on 2001/09/22  12:28:48
+        Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
+             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
+             Date: Sat, 22 Sep 2001 14:29:13 +0100
+             Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
+     Branch: perl
+          ! cv.h
+____________________________________________________________________________
+[ 12127] By: ams                                   on 2001/09/22  12:04:28
+        Log: What's a backet?
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[ 12126] By: ams                                   on 2001/09/22  10:02:34
+        Log: Removed duplicated tests #19 and #20.
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[ 12125] By: ams                                   on 2001/09/22  03:58:41
+        Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
+             From: Michael Carman <mjcarman@home.com>
+             Date: Fri, 21 Sep 2001 17:54:05 -0500
+             Message-Id: <3BABC50D.6040202@home.com>
+             (Applied with some changes.)
+     Branch: perl
+          ! pod/perlmod.pod
+____________________________________________________________________________
+[ 12124] By: ams                                   on 2001/09/22  03:44:19
+        Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 19:20:40 -0400
+             Message-Id: <20010921192040.E5494@blackrider>
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12123] By: ams                                   on 2001/09/22  03:41:08
+        Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Fri, 21 Sep 2001 15:13:04 -0700
+             Message-Id: <3BABBB70.55FD41DC@orcaware.com>
+     Branch: perl
+          ! t/op/chdir.t
+____________________________________________________________________________
+[ 12122] By: ams                                   on 2001/09/22  03:37:07
+        Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
+             20010920.007
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 17:59:03 -0400
+             Message-Id: <20010921175903.V5494@blackrider>
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[ 12121] By: ams                                   on 2001/09/22  03:30:38
+        Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
+             suite on WinCE)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 19:41:03 -0400
+             Message-Id: <20010921194103.G5494@blackrider>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 12120] By: ams                                   on 2001/09/22  03:28:06
+        Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 21 Sep 2001 17:33:35 -0400
+             Message-Id: <20010921173335.T5494@blackrider>
+             ($ENV{FOO}=undef hunk not applied.)
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 12119] By: ams                                   on 2001/09/22  03:02:26
+        Log: Subject: [PATCH] perldiag.pod
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 21 Sep 2001 18:54:50 -0700
+             Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
+             (Moved to the right place.)
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 12118] By: ams                                   on 2001/09/21  20:05:29
+        Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 21 Sep 2001 22:36:54 +0200
+             Message-Id: <20010921223654.A12742@rafael>
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[ 12117] By: jhi                                   on 2001/09/21  20:05:23
+        Log: Restore things as they were before
+             the backward compatibility police notices.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12116] By: jhi                                   on 2001/09/21  17:52:28
+        Log: More Cwd from Schwern: make also OS/2 and DOS
+             Cwd agree with File::Spec (that is, native path
+             syntax using \ instead of / -- backward compatibility
+             polic warning) and stop Win32 from using bsd_realpath().
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12115] By: jhi                                   on 2001/09/21  17:19:03
+        Log: Subject: [PATCH @12110] RE: Untested libraries update
+             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
+             Date: Fri, 21 Sep 2001 18:21:07 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
+     Branch: perl
+          ! lib/warnings/register.pm
+____________________________________________________________________________
+[ 12114] By: jhi                                   on 2001/09/21  17:09:52
+        Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 20 Sep 2001 22:54:02 -0400
+             Message-ID: <20010920225402.A3611@blackrider>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 12113] By: ams                                   on 2001/09/21  17:08:24
+        Log: Subject: [PATCH] avoid v-strings with require/use
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Fri, 21 Sep 2001 12:34:40 -0400
+             Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
+          ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
+          ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
+          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
+          ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
+          ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
+          ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
+          ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
+          ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
+          ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
+          ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
+          ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
+          ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
+          ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
+          ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
+          ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
+____________________________________________________________________________
+[ 12110] By: jhi                                   on 2001/09/21  13:59:13
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12109] By: jhi                                   on 2001/09/21  13:44:43
+        Log: Make AIX and Tru64 compilers happy.  
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12108] By: jhi                                   on 2001/09/21  12:16:27
+        Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
+             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
+             Date: 21 Sep 2001 09:16:37 -0000
+             Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 12107] By: jhi                                   on 2001/09/21  12:14:41
+        Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 20 Sep 2001 21:21:34 -0400
+             Message-ID: <20010920212134.Y28291@blackrider>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 12106] By: jhi                                   on 2001/09/21  12:12:09
+        Log: Subject: Re: GDB Debugging Macros from mod_perl
+             From: rspier@pobox.com (Robert Spier)
+             Date: Thu, 20 Sep 2001 22:45:03 -0700
+             Message-ID: <15274.54239.413929.49430@rls.cx>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 12105] By: sky                                   on 2001/09/21  10:33:34
+        Log: Fixed bug where Time::HiRes::time returned time adjusted to 
+             timezone! GetSystemTime should be available on all Win32 
+             platforms we support. Perhaps Time::HiRes should be extended to
+             support WinCE and Novell?
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 12104] By: sky                                   on 2001/09/21  08:12:39
+        Log: Attempt to fix solaris issue raised by Andy Dougherty.  
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12103] By: sky                                   on 2001/09/21  07:57:41
+        Log: Rename the *thread* functions to Perl_* to avoid clashes.
+             Notably on AIX but could become a problem on other platforms.
+     Branch: perl
+          ! ext/threads/threads.h ext/threads/threads.xs
+____________________________________________________________________________
+[ 12102] By: sky                                   on 2001/09/21  07:35:30
+        Log: Add the shared sv space to the global vars.
+             Fix problems compiling on win32.
+     Branch: perl
+          ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
+          ! sharedsv.c sharedsv.h
+____________________________________________________________________________
+[ 12101] By: ams                                   on 2001/09/21  00:19:55
+        Log: Subject: [PATCH] win32/Makefile warning fix
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Thu, 20 Sep 2001 18:15:43 -0700
+             Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 12100] By: jhi                                   on 2001/09/20  21:57:04
+        Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Thu, 20 Sep 2001 18:36:22 +0200
+             Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12099] By: jhi                                   on 2001/09/20  21:53:00
+        Log: Cant spl wirth a dam.
+     Branch: perl
+          ! intrpvar.h
+____________________________________________________________________________
+[ 12098] By: jhi                                   on 2001/09/20  21:52:24
+        Log: Don't use C++ comments.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12097] By: ams                                   on 2001/09/20  21:42:07
+        Log: Change #12044 didn't.
+     Branch: perl
+          ! lib/constant.pm
+____________________________________________________________________________
+[ 12096] By: jhi                                   on 2001/09/20  13:38:44
+        Log: Metaconfig unit changes for #12095.
+     Branch: metaconfig
+          ! U/modified/Myinit.U U/modified/libs.U
+____________________________________________________________________________
+[ 12095] By: jhi                                   on 2001/09/20  13:38:22
+        Log: Remove iconv references since we are not using it
+             and not going to; regen perltoc, perlmodlib.
+             (Some references still linger in perltoc, have to figure
+             out where they are coming from.)
+     Branch: perl
+          ! Configure NetWare/config.wc NetWare/config_H.wc
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h
+          ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc wince/config.ce wince/config.h
+          ! wince/config_H.ce
+____________________________________________________________________________
+[ 12094] By: jhi                                   on 2001/09/20  12:49:17
+        Log: Subject: [PATCH docs] Re: ARGV and read
+             From: Dave Mitchell <davem@fdgroup.co.uk>
+             Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
+             Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! pod/perltodo.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 12093] By: jhi                                   on 2001/09/20  12:45:35
+        Log: Fresh copies from the cvs.perl.org perlfaq repository.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 12092] By: jhi                                   on 2001/09/20  12:32:44
+        Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 20 Sep 2001 14:27:08 +0100
+             Message-ID: <20010920142708.X4971@plum.flirble.org>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 12091] By: jhi                                   on 2001/09/20  12:16:50
+        Log: The sharedsv_space* are variables, not code.  Duh.
+     Branch: perl
+          ! intrpvar.h makedef.pl
+____________________________________________________________________________
+[ 12090] By: ams                                   on 2001/09/20  11:26:06
+        Log: Subject: [patch lib/lib_pm.PL]
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 20 Sep 2001 18:48:53 +0800
+             Message-Id: <3BA9C995.6010302@stason.org>
+             (Applied by hand.)
+     Branch: perl
+          ! lib/lib_pm.PL
+____________________________________________________________________________
+[ 12089] By: jhi                                   on 2001/09/20  01:36:23
+        Log: Only 21 tests, skipping or not.
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12088] By: jhi                                   on 2001/09/19  18:54:37
+        Log: New exported symbols.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 12087] By: jhi                                   on 2001/09/19  13:45:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 12086] By: jhi                                   on 2001/09/19  13:02:58
+        Log: Correct numbering of the tests is useful.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12085] By: jhi                                   on 2001/09/19  12:11:15
+        Log: More tests now too.
+     Branch: perl
+          ! lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12084] By: jhi                                   on 2001/09/19  12:08:33
+        Log: More tests now.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12083] By: jhi                                   on 2001/09/19  11:35:55
+        Log: The test assumed 7-bit ASCII.  Now it "just"
+             assumes 8-bit whatever.
+     Branch: perl
+          ! t/op/crypt.t
+____________________________________________________________________________
+[ 12082] By: jhi                                   on 2001/09/19  11:19:56
+        Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 19 Sep 2001 11:45:28 +0200
+             Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
+             
+             Lvalue casts are not portable.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12081] By: sky                                   on 2001/09/19  10:17:52
+        Log: Make the basic test contain only realy basic API tests
+             Seems to be a problem with detach.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12080] By: ams                                   on 2001/09/19  01:23:55
+        Log: Subject: [PATCH] Syncing with Test::Simple 0.19
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 18 Sep 2001 19:53:48 -0400
+             Message-Id: <20010918195348.M585@blackrider>
+             
+             Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 18 Sep 2001 22:07:13 -0400
+             Message-Id: <20010918220713.B19616@blackrider>
+     Branch: perl
+          ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
+          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
+          ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
+          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
+          ! lib/Test/Tutorial.pod
+____________________________________________________________________________
+[ 12079] By: jhi                                   on 2001/09/19  00:19:45
+        Log: Indent the test a bit.
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12078] By: jhi                                   on 2001/09/18  22:54:21
+        Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 18 Sep 2001 18:06:44 +0200
+             Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 12077] By: jhi                                   on 2001/09/18  22:52:24
+        Log: Subject: stat access time is wrong on Win95
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 18 Sep 2001 21:59:24 +0200
+             Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
+____________________________________________________________________________
+[ 12076] By: ams                                   on 2001/09/18  22:11:25
+        Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 18 Sep 2001 18:47:14 -0400
+             Message-Id: <20010918184714.I585@blackrider>
+     Branch: perl
+          ! t/op/crypt.t
+____________________________________________________________________________
+[ 12075] By: sky                                   on 2001/09/18  19:29:37
+        Log: two test failures
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Message-ID: <20010918221702.A17408@rafael>
+             partly applied, #12074 already fixed half the patch
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12074] By: sky                                   on 2001/09/18  18:49:03
+        Log: Fixes test case failure introduced by #12071, the warning is
+             now correctly spelled :-)
+     Branch: perl
+          ! ext/IO/lib/IO/t/io_sel.t
+____________________________________________________________________________
+[ 12073] By: sky                                   on 2001/09/18  18:46:22
+        Log: Make the test behave properly!
+     Branch: perl
+          ! ext/threads/t/basic.t
+____________________________________________________________________________
+[ 12072] By: ams                                   on 2001/09/18  18:44:59
+        Log: OP_RCATLINE is an SVOP, not a BASEOP.
+     Branch: perl
+          ! opcode.h opcode.pl
+____________________________________________________________________________
+[ 12071] By: ams                                   on 2001/09/18  18:06:27
+        Log: Deprecate != Depreciate.
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
+          ! lib/Pod/ParseUtils.pm
+____________________________________________________________________________
+[ 12070] By: ams                                   on 2001/09/18  15:14:58
+        Log: Subject: [PATCH] Getopt::Std cleanup
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 18 Sep 2001 17:32:13 +0200
+             Message-Id: <20010918173213.C777@rafael>
+     Branch: perl
+          ! lib/Getopt/Std.pm lib/Getopt/Std.t
+____________________________________________________________________________
+[ 12069] By: sky                                   on 2001/09/18  14:56:33
+        Log: Forgot the makefile
+     Branch: perl
+          + ext/threads/Makefile.PL
+____________________________________________________________________________
+[ 12068] By: sky                                   on 2001/09/18  14:13:26
+        Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
+             The test will fail because of Test.pm not knowing about threads. 
+             basic needs to be manually tested
+             compile time warnings on IV2PTR conversions need to be fixed
+     Branch: perl
+          + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
+          + ext/threads/threads.h ext/threads/threads.pm
+          + ext/threads/threads.xs
+          ! MANIFEST
+____________________________________________________________________________
+[ 12067] By: jhi                                   on 2001/09/18  11:51:08
+        Log: DJGPP tweak from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/config.over
+____________________________________________________________________________
+[ 12066] By: sky                                   on 2001/09/18  10:24:31
+        Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
+     Branch: perl
+          ! sharedsv.c sharedsv.h
+____________________________________________________________________________
+[ 12065] By: jhi                                   on 2001/09/18  00:00:09
+        Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
+             ditto ^cns.
+     Branch: perl
+          + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
+          + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
+          + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
+          + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
+          + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
+          + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
+          + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
+          + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
+          + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
+          + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
+          + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
+          + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
+          + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
+          + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
+          + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
+          + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
+          + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
+          + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
+          + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
+          + ext/Encode/Encode/ir-197.enc
+          - ext/Encode/Encode/cns11643-1.enc
+          - ext/Encode/Encode/cns11643-2.enc
+          - ext/Encode/Encode/iso2022-cn.enc
+          - ext/Encode/Encode/iso2022-jp.enc
+          - ext/Encode/Encode/iso2022-jp1.enc
+          - ext/Encode/Encode/iso2022-jp2.enc
+          - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
+          - ext/Encode/Encode/iso8859-1.enc
+          - ext/Encode/Encode/iso8859-1.ucm
+          - ext/Encode/Encode/iso8859-10.enc
+          - ext/Encode/Encode/iso8859-10.ucm
+          - ext/Encode/Encode/iso8859-11.enc
+          - ext/Encode/Encode/iso8859-11.ucm
+          - ext/Encode/Encode/iso8859-13.enc
+          - ext/Encode/Encode/iso8859-13.ucm
+          - ext/Encode/Encode/iso8859-14.enc
+          - ext/Encode/Encode/iso8859-14.ucm
+          - ext/Encode/Encode/iso8859-15.enc
+          - ext/Encode/Encode/iso8859-15.ucm
+          - ext/Encode/Encode/iso8859-16.enc
+          - ext/Encode/Encode/iso8859-16.ucm
+          - ext/Encode/Encode/iso8859-2.enc
+          - ext/Encode/Encode/iso8859-2.ucm
+          - ext/Encode/Encode/iso8859-3.enc
+          - ext/Encode/Encode/iso8859-3.ucm
+          - ext/Encode/Encode/iso8859-4.enc
+          - ext/Encode/Encode/iso8859-4.ucm
+          - ext/Encode/Encode/iso8859-5.enc
+          - ext/Encode/Encode/iso8859-5.ucm
+          - ext/Encode/Encode/iso8859-6.enc
+          - ext/Encode/Encode/iso8859-6.ucm
+          - ext/Encode/Encode/iso8859-7.enc
+          - ext/Encode/Encode/iso8859-7.ucm
+          - ext/Encode/Encode/iso8859-8.enc
+          - ext/Encode/Encode/iso8859-8.ucm
+          - ext/Encode/Encode/iso8859-9.enc
+          - ext/Encode/Encode/iso8859-9.ucm
+          - ext/Encode/Encode/isoir-197.enc
+          ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 12064] By: jhi                                   on 2001/09/17  23:53:38
+        Log: Must Uppercase.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 12063] By: jhi                                   on 2001/09/17  23:39:28
+        Log: Add various encodings.
+     Branch: perl
+          + ext/Encode/Encode/iso8859-11.enc
+          + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
+          + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
+          + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
+          + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
+          + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
+          + ext/Encode/Encode/viscii.ucm
+          ! MANIFEST ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 12062] By: jhi                                   on 2001/09/17  22:48:21
+        Log: lib/unicode relic.
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 12061] By: jhi                                   on 2001/09/17  20:50:16
+        Log: Subject: [PATCH] Re: filename problems
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 17 Sep 2001 17:26:26 -0400
+             Message-ID: <20010917172626.Q585@blackrider>
+     Branch: perl
+          + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
+          - t/lib/sample-tests/header_at_end
+          - t/lib/sample-tests/header_at_end_fail
+          ! MANIFEST lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 12060] By: jhi                                   on 2001/09/17  20:14:53
+        Log: Explicitly explain the 1e9 seconds, not everybody
+             is a C geek.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 12059] By: jhi                                   on 2001/09/17  20:07:20
+        Log: Explain an apparent bug reported by
+             Richard J. Barbalace <rjbarbal@MIT.EDU>,
+             with additional explanation from Gisle Aas.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 12058] By: ams                                   on 2001/09/17  19:52:01
+        Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 17 Sep 2001 22:48:05 +0200
+             Message-Id: <20010917224805.C11744@rafael>
+     Branch: perl
+          ! t/lib/warnings/op t/lib/warnings/pp
+____________________________________________________________________________
+[ 12057] By: ams                                   on 2001/09/17  16:51:18
+        Log: Its a nit!
+     Branch: perl
+          ! sv.h
+____________________________________________________________________________
+[ 12056] By: ams                                   on 2001/09/17  16:47:55
+        Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 17 Sep 2001 12:34:20 -0500
+             Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 12055] By: ams                                   on 2001/09/17  16:05:15
+        Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 16 Apr 2001 16:20:34 -0700
+             Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
+             (Applied by hand.)
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/Nox.pm
+____________________________________________________________________________
+[ 12054] By: jhi                                   on 2001/09/17  14:06:26
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
         Log: Adding new files to the MANIFEST is always nice.
      Branch: perl