Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 220c3a3..e3571cc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,696 @@ or any other branch.
 Version v5.7.1         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 10575] By: jhi                                   on 2001/06/13  18:05:09
+        Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 13 Jun 2001 13:24:28 -0500
+             Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
+     Branch: perl
+          ! ext/re/Makefile.PL
+____________________________________________________________________________
+[ 10574] By: jhi                                   on 2001/06/13  17:34:36
+        Log: Mc.u.c. for #10573.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 10573] By: jhi                                   on 2001/06/13  17:34:00
+        Log: It would be also be good if I could type.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10572] By: jhi                                   on 2001/06/13  17:26:29
+        Log: Metaconfig unit change for #10571.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 10571] By: jhi                                   on 2001/06/13  17:26:05
+        Log: A non-empty default is a good thing.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10570] By: jhi                                   on 2001/06/13  17:15:16
+        Log: Metaconfig unit change for #10569.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 10569] By: jhi                                   on 2001/06/13  17:14:17
+        Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
+             extremely experimental, not even prompted for.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 10568] By: jhi                                   on 2001/06/13  16:22:27
+        Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
+     Branch: perl
+          ! pod/perlfaq6.pod
+____________________________________________________________________________
+[ 10567] By: jhi                                   on 2001/06/13  16:20:23
+        Log: Integrate perlio; conflicts, accept Nick's versions.
+     Branch: perl
+         !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
+         !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[ 10566] By: jhi                                   on 2001/06/13  16:17:42
+        Log: Subject: Re: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! XSUB.h lib/ExtUtils/xsubpp perl.h
+____________________________________________________________________________
+[ 10565] By: jhi                                   on 2001/06/13  16:16:07
+        Log: Similar logic as DB_File.xs, using the modern macros and
+             defines them to older ones for older Perls where PERL_VERSION
+             is not defined, from Doug MacEachern.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 10564] By: nick                                  on 2001/06/13  15:22:01
+        Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
+             and using that instead (name lookups are sequential search for now).
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[ 10563] By: jhi                                   on 2001/06/13  14:07:43
+        Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
+             From: "Richard Soderberg" <rs@crystalflame.net>
+             Date: Sat, 26 May 2001 06:44:20 -0700
+             Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
+     Branch: perl
+          ! sv.c t/op/glob.t
+____________________________________________________________________________
+[ 10562] By: jhi                                   on 2001/06/13  13:55:10
+        Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Jun 2001 23:55:26 -0500
+             Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
+     Branch: perl
+          ! ext/re/Makefile.PL ext/re/re.xs
+____________________________________________________________________________
+[ 10561] By: jhi                                   on 2001/06/13  13:44:58
+        Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
+             suggested by NI-S.
+     Branch: perl
+          ! XSUB.h malloc.c perl.h
+____________________________________________________________________________
+[ 10560] By: jhi                                   on 2001/06/13  13:35:42
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 10559] By: jhi                                   on 2001/06/13  12:53:18
+        Log: Subject: [patch] perl.gprof control
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! miniperlmain.c perl.h
+____________________________________________________________________________
+[ 10558] By: jhi                                   on 2001/06/13  12:51:47
+        Log: Subject: Re: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
+             
+             Document ax and break up dXSARGS.
+     Branch: perl
+          ! XSUB.h pod/perlapi.pod
+____________________________________________________________________________
+[ 10557] By: jhi                                   on 2001/06/13  12:39:55
+        Log: More AIX tweakage from Merijn.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 10556] By: jhi                                   on 2001/06/13  03:26:58
+        Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Jun 2001 22:57:45 -0500
+             Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 10555] By: jhi                                   on 2001/06/13  02:50:43
+        Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Jun 2001 22:21:39 -0500
+             Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
+     Branch: perl
+          ! configure.com util.c
+____________________________________________________________________________
+[ 10554] By: jhi                                   on 2001/06/13  02:23:16
+        Log: New AIX dynaloading code from Jens-Uwe Mager.
+             Does break binary compatibility.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
+____________________________________________________________________________
+[ 10553] By: jhi                                   on 2001/06/13  02:10:16
+        Log: VMS DEC C compiler found nits by Peter Prymmer.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10552] By: jhi                                   on 2001/06/13  01:36:12
+        Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/filecomp.t
+____________________________________________________________________________
+[ 10551] By: jhi                                   on 2001/06/13  01:26:53
+        Log: I wonder how many $CONFIGs still lurk in the shadows.
+     Branch: perl
+          ! pod/Makefile.SH x2p/cflags.SH
+____________________________________________________________________________
+[ 10550] By: jhi                                   on 2001/06/13  01:25:12
+        Log: Grok three kinds of line endings, should fix [ID 20010612.003]
+     Branch: perl
+          ! pod/checkpods.PL
+____________________________________________________________________________
+[ 10549] By: jhi                                   on 2001/06/13  01:05:28
+        Log: Use __attribute__((unused)) to silence -Wall on unused ax.
+     Branch: perl
+          ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 10548] By: jhi                                   on 2001/06/13  00:41:28
+        Log: Subject: [patch] rid local_patches warnings
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! ext/List/Util/Util.xs ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 10547] By: jhi                                   on 2001/06/13  00:40:29
+        Log: Subject: Re: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! ext/attrs/attrs.xs
+____________________________________________________________________________
+[ 10546] By: jhi                                   on 2001/06/13  00:39:06
+        Log: Subject: [PATCH] perlretut.pod: unterminated C<>
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Tue, 12 Jun 2001 14:36:20 -0400
+             Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlretut.pod
+____________________________________________________________________________
+[ 10545] By: jhi                                   on 2001/06/13  00:38:02
+        Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Jun 2001 19:10:31 +0100
+             Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
+             
+             Subject: Re: [ID 20010612.001] out of memory during regex compilation
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Jun 2001 19:21:01 +0100
+             Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 10544] By: jhi                                   on 2001/06/13  00:34:39
+        Log: AIX tweaks from Merijn H. Brand.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 10543] By: jhi                                   on 2001/06/13  00:11:42
+        Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
+             From: "Brendan O'Dea" <bod@compusol.com.au>
+             Date: Wed, 13 Jun 2001 05:16:47 +1000
+             Message-ID: <20010613051647.A8945@compusol.com.au>
+     Branch: maint-5.6/perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 10542] By: jhi                                   on 2001/06/13  00:07:50
+        Log: Subject: Small bcopy cleanup
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
+____________________________________________________________________________
+[ 10541] By: jhi                                   on 2001/06/13  00:05:18
+        Log: Subject: [PATCH] Re: ext/ + -Wall
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 13 Jun 2001 00:04:30 +0100
+             Message-ID: <20010613000430.M5901@plum.flirble.org>
+     Branch: perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 10540] By: jhi                                   on 2001/06/13  00:02:25
+        Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 12 Jun 2001 23:53:07 +0100
+             Message-ID: <20010612235307.L5901@plum.flirble.org>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10539] By: jhi                                   on 2001/06/12  23:59:10
+        Log: MPE/iX tweaks from Mark Bixby.
+     Branch: perl
+          ! hints/mpeix.sh mpeix/mpeixish.h util.c
+____________________________________________________________________________
+[ 10538] By: jhi                                   on 2001/06/12  14:16:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10537] By: jhi                                   on 2001/06/12  14:11:26
+        Log: One less -Wall whine (found under DEBUGGING).
+     Branch: perl
+          ! x2p/Makefile.SH x2p/a2p.c
+____________________________________________________________________________
+[ 10536] By: jhi                                   on 2001/06/12  13:32:09
+        Log: s/case-independent/case-insensitive/g
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 10535] By: jhi                                   on 2001/06/12  13:27:28
+        Log: As suggested in   
+             
+             Subject: Re: ext/ + -Wall
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Mon, 11 Jun 2001 23:34:31 -0700
+             Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
+     Branch: perl
+          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
+          ! perl.h
+____________________________________________________________________________
+[ 10534] By: jhi                                   on 2001/06/12  13:13:27
+        Log: Subject: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
+          ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
+          ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
+          ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
+          ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
+          ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
+          ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
+          ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 10533] By: jhi                                   on 2001/06/12  12:52:57
+        Log: Subject: [PATCH] anonymous stashes
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Tue, 12 Jun 2001 12:47:04 +0530
+             Message-ID: <20010612124704.A29029@lustre.linux.in>
+     Branch: perl
+          ! dump.c gv.c sv.c xsutils.c
+____________________________________________________________________________
+[ 10532] By: jhi                                   on 2001/06/12  12:37:36
+        Log: One more test for $^S.
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 10531] By: jhi                                   on 2001/06/12  12:35:02
+        Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Tue, 12 Jun 2001 17:35:55 +0530
+             Message-ID: <20010612173555.A32426@lustre.linux.in>
+     Branch: perl
+          ! mg.c t/op/magic.t
+____________________________________________________________________________
+[ 10530] By: jhi                                   on 2001/06/12  12:31:11
+        Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Jun 2001 13:14:15 +0100
+             Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 10529] By: jhi                                   on 2001/06/12  12:21:06
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 10528] By: jhi                                   on 2001/06/12  12:19:47
+        Log: Subject: [PATCH] rhapsody/darwin minor cleanup
+             From: Wilfredo Sanchez <wsanchez@MIT.EDU>
+             Content-Transfer-Encoding: 7bit
+             Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
+     Branch: perl
+          ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
+____________________________________________________________________________
+[ 10527] By: jhi                                   on 2001/06/12  11:58:53
+        Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
+             From: "Philip Newton" <Philip.Newton@gmx.net>
+             Date: Mon, 11 Jun 2001 07:08:03 +0200
+             Message-Id: <200106120802.LAA08992@taas.iki.fi>
+     Branch: perl
+          ! t/base/term.t
+____________________________________________________________________________
+[ 10526] By: jhi                                   on 2001/06/12  01:35:34
+        Log: Cleanup the a2p.c for -Wall.
+     Branch: perl
+          ! x2p/Makefile.SH x2p/a2p.c
+____________________________________________________________________________
+[ 10525] By: jhi                                   on 2001/06/12  01:10:56
+        Log: File::Find update for MacOS from Chris Nandor.
+     Branch: perl
+          ! lib/File/Find.pm t/lib/filefind.t
+____________________________________________________________________________
+[ 10524] By: jhi                                   on 2001/06/12  00:29:20
+        Log: gcc -Wall nits picked out by a non-UNIX system
+             (courtesy of Mark Bixby)
+     Branch: perl
+          ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
+          ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
+          ! pp_sys.c util.c
+____________________________________________________________________________
+[ 10523] By: jhi                                   on 2001/06/11  22:34:03
+        Log: Metaconfig unit change for #10522.  (The d_modfl changes
+             placate metalint.)
+     Branch: metaconfig/U/perl
+          ! d_modfl.U d_u32align.U
+____________________________________________________________________________
+[ 10522] By: jhi                                   on 2001/06/11  22:33:00
+        Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
+             be "./try 2>&1 >/dev/null".
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10521] By: jhi                                   on 2001/06/11  19:49:54
+        Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 11 Jun 2001 14:00:32 -0500
+             Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 10520] By: jhi                                   on 2001/06/11  17:55:47
+        Log: Move the full \p\P lists to perlunicode.
+     Branch: perl
+          ! pod/perlretut.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 10519] By: jhi                                   on 2001/06/11  17:10:00
+        Log: VOS build tweak for 5.6.1 from Paul Green.
+     Branch: maint-5.6/perl
+          ! vos/build.cm
+____________________________________________________________________________
+[ 10518] By: jhi                                   on 2001/06/11  17:07:03
+        Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 8 Jun 2001 18:08:18 -0500
+             Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 10517] By: jhi                                   on 2001/06/11  14:52:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10516] By: jhi                                   on 2001/06/11  14:46:33
+        Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
+     Branch: perl
+          ! vos/config.alpha.h vos/config.ga.h
+____________________________________________________________________________
+[ 10515] By: jhi                                   on 2001/06/11  14:39:05
+        Log: VOS updates from Paul Green for @10476.
+     Branch: perl
+          ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h vos/configure_perl.cm
+____________________________________________________________________________
+[ 10514] By: jhi                                   on 2001/06/11  12:58:43
+        Log: Subject: [PATCH] Not many people know this ...
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 11 Jun 2001 14:55:15 +0100
+             Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 10513] By: jhi                                   on 2001/06/11  12:30:06
+        Log: Add final commas to lists as suggested by Philip Newton.
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10512] By: jhi                                   on 2001/06/11  12:28:49
+        Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
+             Date: Sun, 10 Jun 2001 23:35:38 -0400
+             From: Chris Nandor <pudge@pobox.com>
+             Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
+     Branch: perl
+          ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
+          ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
+          ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
+          ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
+          ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
+          ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
+          ! t/op/write.t t/pragma/strict.t
+____________________________________________________________________________
+[ 10511] By: jhi                                   on 2001/06/11  12:13:31
+        Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Mon, 11 Jun 2001 08:24:28 -0400
+             Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
+     Branch: perl
+          ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
+          ! t/lib/io_dir.t
+____________________________________________________________________________
+[ 10510] By: jhi                                   on 2001/06/11  12:03:16
+        Log: One more run_byacc (a hand-tweaked version had slipped in).
+     Branch: perl
+          ! perly.c vms/perly_c.vms
+____________________________________________________________________________
+[ 10509] By: nick                                  on 2001/06/11  07:49:15
+        Log: Integrate mainline
+     Branch: perlio
+         !> Makefile.SH embed.h embed.pl global.sym
+         !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
+         !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
+         !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
+         !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
+____________________________________________________________________________
+[ 10508] By: jhi                                   on 2001/06/10  22:38:05
+        Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Reply-To: mjtg@cam.ac.uk
+             Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[ 10507] By: jhi                                   on 2001/06/10  22:37:16
+        Log: Subject: [PATCH] ExtUtils::Constant
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 10 Jun 2001 23:25:41 +0100
+             Message-ID: <20010610232540.C76396@plum.flirble.org>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10506] By: jhi                                   on 2001/06/10  20:57:20
+        Log: Integrate perlio.
+     Branch: perl
+         !> iperlsys.h
+____________________________________________________________________________
+[ 10505] By: jhi                                   on 2001/06/10  18:37:57
+        Log: Move the grok_number and its lieutenant grok_numeric_radix
+             from sv.c statics to util.c and public.
+     Branch: perl
+          ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
+          ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
+____________________________________________________________________________
+[ 10504] By: nick                                  on 2001/06/10  17:47:06
+        Log: Fix (valid) -Wall warnings in perlio.c
+     Branch: perlio
+          ! iperlsys.h
+____________________________________________________________________________
+[ 10503] By: jhi                                   on 2001/06/10  17:38:28
+        Log: Update perly_c.diff, update perly.fixer to edit away
+             some of the -Wall noise.
+     Branch: perl
+          ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
+____________________________________________________________________________
+[ 10502] By: jhi                                   on 2001/06/10  17:09:42
+        Log: Check the version of byacc.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 10501] By: jhi                                   on 2001/06/10  17:00:08
+        Log: Subject: [PATCH] perly.y overhaul
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Sun, 10 Jun 2001 16:56:54 +0100
+             Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
+             
+             Plus make run_byacc.
+     Branch: perl
+          ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
+____________________________________________________________________________
+[ 10500] By: jhi                                   on 2001/06/10  16:07:28
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c perlsfio.h
+____________________________________________________________________________
+[ 10499] By: nick                                  on 2001/06/10  15:01:08
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
+         !> t/pragma/locale.t util.c
+____________________________________________________________________________
+[ 10498] By: jhi                                   on 2001/06/10  13:49:23
+        Log: Put some meat on the perl572delta bones.  The list of
+             selected bug fixes needs more work, as does still the
+             whole document.
+     Branch: perl
+          ! pod/perl572delta.pod
+____________________________________________________________________________
+[ 10497] By: nick                                  on 2001/06/10  12:27:51
+        Log: Paper over a crack or two with USE_SFIO
+     Branch: perlio
+          ! perlio.c perlsfio.h
+____________________________________________________________________________
+[ 10496] By: jhi                                   on 2001/06/10  11:04:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10495] By: jhi                                   on 2001/06/10  10:55:34
+        Log: Subject: Re: pragma/locale.t #107
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Sun, 10 Jun 2001 11:23:30 +0100
+             Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
+             
+             Encapsulate the scan of the decimal radix separator.
+     Branch: perl
+          ! embed.h embed.pl proto.h sv.c
+____________________________________________________________________________
+[ 10494] By: jhi                                   on 2001/06/10  03:00:17
+        Log: Try to grok numbers both with the locale specific separator
+             and with the usual "." (if different from the lss); add a test
+             to locale.t to do also a little bit of math in addition to just
+             equalness testing; remove extraneous logic as suggested in
+             
+             Subject: Re: pragma/locale.t #107
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 9 Jun 2001 22:37:36 +0100
+             Message-ID: <20010609223735.Y76396@plum.flirble.org>
+     Branch: perl
+          ! sv.c t/pragma/locale.t
+____________________________________________________________________________
+[ 10493] By: jhi                                   on 2001/06/10  01:25:23
+        Log: Metaconfig unit change for #10492.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 10492] By: jhi                                   on 2001/06/10  01:23:59
+        Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
+             From: Artur Bergman <artur@contiller.se> 
+             Date: Sat, 09 Jun 2001 21:03:51 +0200
+             Message-ID: <B7483FB6.1398%artur@contiller.se>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10491] By: jhi                                   on 2001/06/10  01:15:40
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlsfio.h
+____________________________________________________________________________
+[ 10490] By: jhi                                   on 2001/06/10  01:08:26
+        Log: Do locale specific separator if only in locale.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10489] By: nick                                  on 2001/06/09  19:13:25
+        Log: Make XS/Typemap compile (but fail) with sfio
+     Branch: perlio
+          ! perlsfio.h
+____________________________________________________________________________
+[ 10488] By: nick                                  on 2001/06/09  19:12:51
+        Log: Re-integrate mainline
+     Branch: perlio
+         !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
+         !> proto.h sv.c util.c
+____________________________________________________________________________
+[ 10487] By: nick                                  on 2001/06/09  16:26:29
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 31 files)
+____________________________________________________________________________
+[ 10486] By: jhi                                   on 2001/06/09  16:11:51
+        Log: Subject: [PATCH] New attempt to clone callack
+             From: Artur Bergman <artur@contiller.se> 
+             Date: Thu, 07 Jun 2001 11:52:16 +0200
+             Message-ID: <B7451B6F.12B7%artur@contiller.se>
+     Branch: perl
+          ! embedvar.h intrpvar.h perlapi.h sv.c
+____________________________________________________________________________
+[ 10485] By: jhi                                   on 2001/06/09  15:23:52
+        Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
+     Branch: perl
+          ! embed.h embed.pl perl.h proto.h sv.c util.c
+____________________________________________________________________________
+[ 10484] By: jhi                                   on 2001/06/09  14:47:25
+        Log: Subject: Re: pragma/locale.t #107
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 9 Jun 2001 16:26:10 +0100
+             Message-ID: <20010609162609.V76396@plum.flirble.org>
+             
+             A missing NVification.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 10483] By: jhi                                   on 2001/06/08  19:40:32
+        Log: Redo the #10482, there already was a test script for formats.
+     Branch: perl
+          - t/io/format.t
+          ! MANIFEST t/op/write.t
+____________________________________________________________________________
+[ 10482] By: jhi                                   on 2001/06/08  19:34:45
+        Log: Twisted format testing, from Merijn.
+     Branch: perl
+          + t/io/format.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 10481] By: jhi                                   on 2001/06/08  19:21:56
+        Log: More \p{In...} testing, combined with \N{...}.
+     Branch: perl
+          ! lib/utf8_heavy.pl t/op/pat.t
+____________________________________________________________________________
+[ 10480] By: jhi                                   on 2001/06/08  14:16:06
+        Log: Metaconfig changes for #10479.
+     Branch: metaconfig
+          ! U/Glossary.patch
+     Branch: metaconfig/U/perl
+          ! d_modfl.U
+____________________________________________________________________________
+[ 10479] By: jhi                                   on 2001/06/08  14:15:32
+        Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 10478] By: jhi                                   on 2001/06/08  12:20:41
+        Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 7 Jun 2001 14:27:20 -0500
+             Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 10477] By: jhi                                   on 2001/06/08  12:19:00
+        Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 07 Jun 2001 17:04:29 -0700
+             Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! ext/re/re.xs
+____________________________________________________________________________
+[ 10476] By: jhi                                   on 2001/06/08  01:35:42
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
         Log: Regen Glossary et alia.
      Branch: perl