Make the large file tests more robust/talkative as suggested by
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 91822b1..dcb702f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,2412 @@ Version v5.7.1             Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  8221] By: jhi                                   on 2000/12/21  16:23:48
+        Log: Rename testsyml to issymlink.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  8220] By: jhi                                   on 2000/12/21  15:47:26
+        Log: Robustness support for #8218 (symlink forest) since the GNU
+             tools seem to be overly picky about symlinkage depths.
+     Branch: perl
+          ! Makefile.SH t/io/fs.t
+____________________________________________________________________________
+[  8219] By: jhi                                   on 2000/12/21  15:38:27
+        Log: Metaconfig changes for #8218.
+     Branch: metaconfig
+          ! U/modified/Oldconfig.U
+     Branch: metaconfig/U/perl
+          + Mksymlinks.U
+          ! testsyml.U
+____________________________________________________________________________
+[  8218] By: jhi                                   on 2000/12/21  15:37:57
+        Log: Add Configure option -Dmksymlinks which will create a symlink
+             forest if the current/build differs from the source directory.
+             TODO: mkdir -p is not portable.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  8217] By: jhi                                   on 2000/12/21  14:39:12
+        Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
+             From: Nick Ing-Simmons <nik@tiuk.ti.com> 
+             Date: Thu, 21 Dec 2000 09:38:18 GMT
+             Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
+             
+             The ofs became an SV.
+     Branch: perl
+          ! ext/Thread/Thread.xs
+____________________________________________________________________________
+[  8216] By: jhi                                   on 2000/12/21  05:40:21
+        Log: The polymorphism seems to have fixed 20000517.001.
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  8215] By: jhi                                   on 2000/12/21  04:44:52
+        Log: read() documentation tweak for 20001121.004.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  8214] By: jhi                                   on 2000/12/21  03:54:11
+        Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
+     Branch: perl
+          ! pp_sys.c t/op/misc.t
+____________________________________________________________________________
+[  8213] By: jhi                                   on 2000/12/21  00:28:10
+        Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8212] By: jhi                                   on 2000/12/21  00:26:21
+        Log: Edit edit edit.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8211] By: jhi                                   on 2000/12/20  18:52:46
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8210] By: jhi                                   on 2000/12/20  18:34:47
+        Log: Yet another editor edit.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8209] By: jhi                                   on 2000/12/20  15:33:28
+        Log: More Win32 Perling.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8208] By: jhi                                   on 2000/12/20  15:07:46
+        Log: More Win32 editor/IDE/shell hints.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8207] By: jhi                                   on 2000/12/20  03:54:08
+        Log: Subject: [PATCH] obscure timing knowledge
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 19 Dec 2000 19:22:31 +0000
+             Message-ID: <20001219192231.F2827@plum.flirble.org>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8206] By: jhi                                   on 2000/12/20  03:45:57
+        Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
+             From: Spider Boardman <spider@leggy.zk3.dec.com>
+             Date: Tue, 19 Dec 2000 21:30:16 -0500
+             Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8205] By: jhi                                   on 2000/12/19  23:02:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8204] By: jhi                                   on 2000/12/19  22:58:18
+        Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
+             using the \xHH notation.  No more inlined UTF-8, sigh, but easier
+             on editors and diffing/patching.
+     Branch: perl
+          ! t/op/utf8decode.t
+____________________________________________________________________________
+[  8203] By: nick                                  on 2000/12/19  21:36:16
+        Log: Integrate mainline (forgot my own change...)
+     Branch: perlio
+         !> ext/Encode/compile
+____________________________________________________________________________
+[  8202] By: nick                                  on 2000/12/19  21:34:42
+        Log: Integrate mainline.
+     Branch: perlio
+         !> (integrate 61 files)
+____________________________________________________________________________
+[  8201] By: nick                                  on 2000/12/19  21:34:06
+        Log: Avoid looking for File::Glob when we don't need it.
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[  8200] By: jhi                                   on 2000/12/19  18:35:49
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8199] By: jhi                                   on 2000/12/19  18:35:07
+        Log: Microperl tweaks.
+     Branch: perl
+          ! sv.c uconfig.h uconfig.sh
+____________________________________________________________________________
+[  8198] By: jhi                                   on 2000/12/19  18:29:59
+        Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
+____________________________________________________________________________
+[  8197] By: jhi                                   on 2000/12/19  17:55:29
+        Log: In VMS embedded perls couldn't access the statically built Socket,
+             from Charles Lane.
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8196] By: jhi                                   on 2000/12/19  17:49:50
+        Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
+             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
+             Date: Sun, 17 Dec 2000 19:11:44 -0000
+             Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
+     Branch: perl
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
+____________________________________________________________________________
+[  8195] By: jhi                                   on 2000/12/19  17:47:53
+        Log: Subject: [patch perl@8150] h2xs SYNOPSIS
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  8194] By: jhi                                   on 2000/12/19  17:46:28
+        Log: Subject: Re: useless use of void context work-around
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 16 Dec 2000 15:13:36 +0100
+             Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
+             
+             Document (comment) the q(di ds ig) trick in the code.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  8193] By: jhi                                   on 2000/12/19  17:10:57
+        Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
+             From: "Mark J. Reed" <mreed@strange.turner.com>
+             Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
+             Message-Id: <200012160222.VAA13986@strange.turner.com>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[  8192] By: jhi                                   on 2000/12/19  17:07:45
+        Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 16 Dec 2000 19:03:13 +0000
+             Message-ID: <20001216190313.D68304@plum.flirble.org>
+     Branch: perl
+          ! t/op/64bitint.t
+____________________________________________________________________________
+[  8191] By: jhi                                   on 2000/12/19  17:06:13
+        Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Mon, 18 Dec 2000 12:00:15 +0100
+             Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
+             
+             This patchlet is needed in order that perl can be statically linked.  
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  8190] By: jhi                                   on 2000/12/19  17:03:08
+        Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
+             From: "Craig A. Berry" <craig.berry@psinetcs.com>
+             Date: Sun, 17 Dec 2000 00:18:35 -0600
+             Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
+     Branch: perl
+          ! perlio.h vms/gen_shrfls.pl
+____________________________________________________________________________
+[  8189] By: jhi                                   on 2000/12/19  16:20:28
+        Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
+             Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
+             
+             A better version of #8188.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8188] By: jhi                                   on 2000/12/19  15:57:06
+        Log: (Replaced by #8189)
+             
+             Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
+             Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
+             From: Prymmer/Kahn <pvhp@best.com>
+             Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
+             Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
+             From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
+             Date: Mon, 18 Dec 2000 11:10:45 -0500
+             Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8187] By: jhi                                   on 2000/12/19  15:54:19
+        Log: Email address fix for Anton Berezin.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  8186] By: jhi                                   on 2000/12/19  15:38:54
+        Log: Subject: [PATCH perl@8102] cygwin port
+             From: "Eric Fifer" <efifer@dircon.co.uk> 
+             Date: Thu, 14 Dec 2000 13:41:29 -0000
+             Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
+             
+             When compiling modules the data item that is being imported
+             from libperl.dll needs to be tagged as imported/shared data:
+             extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
+     Branch: perl
+          ! perliol.h
+____________________________________________________________________________
+[  8185] By: jhi                                   on 2000/12/19  14:53:24
+        Log: Regen uconfig.h and uconfig.sh.
+     Branch: perl
+          ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[  8184] By: jhi                                   on 2000/12/18  20:43:49
+        Log: Comments work so much better when they are closed.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  8183] By: jhi                                   on 2000/12/18  18:04:02
+        Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
+             Fixes the bug 20001218.016.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  8182] By: gsar                                  on 2000/12/18  09:53:47
+        Log: delete spurious files
+     Branch: maint-5.6/perl
+          - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
+          - vos/config.h vos/config_h.SH_orig
+____________________________________________________________________________
+[  8181] By: gsar                                  on 2000/12/18  09:46:08
+        Log: regen perltoc
+     Branch: maint-5.6/perl
+          ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[  8180] By: gsar                                  on 2000/12/18  09:20:27
+        Log: integrate changes#7924..7926,7946,7952 from mainline
+     Branch: maint-5.6/perl
+         !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
+         !> lib/File/stat.pm t/lib/class-struct.t
+____________________________________________________________________________
+[  8179] By: gsar                                  on 2000/12/18  08:55:54
+        Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
+             7918,7919,7988,8907 from mainline (various)
+     Branch: maint-5.6/perl
+         +> t/lib/class-struct.t
+         !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
+         !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
+         !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
+____________________________________________________________________________
+[  8178] By: gsar                                  on 2000/12/18  08:16:30
+        Log: avoid redefinition warnings on windows due to sys/socket.h getting
+             #included before win32.h
+     Branch: maint-5.6/perl
+          ! win32/include/sys/socket.h
+____________________________________________________________________________
+[  8177] By: gsar                                  on 2000/12/18  05:24:04
+        Log: make regen_headers; fix POSIX.xs problems; remove outdated
+             code from sys/socket.h that makes build fail now
+     Branch: maint-5.6/perl
+          ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
+          ! pod/perlapi.pod
+         !> win32/include/sys/socket.h
+____________________________________________________________________________
+[  8176] By: gsar                                  on 2000/12/18  05:20:17
+        Log: update Changes
+     Branch: maint-5.6/perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8175] By: gsar                                  on 2000/12/18  04:57:48
+        Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
+             7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
+             7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
+             7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
+             7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
+             7823,7825,7838
+     Branch: maint-5.6/perl
+         +> lib/File/Spec/Epoc.pm
+         !> (integrate 88 files)
+____________________________________________________________________________
+[  8174] By: gsar                                  on 2000/12/18  03:53:09
+        Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
+             7625..7629,7631..7634,7637,7639,7642 from mainline
+     Branch: maint-5.6/perl
+         +> README.solaris
+         !> (integrate 26 files)
+____________________________________________________________________________
+[  8173] By: gsar                                  on 2000/12/18  03:37:02
+        Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
+             7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
+             7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
+             7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
+     Branch: maint-5.6/perl
+         +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
+          - MAINTAIN
+         !> (integrate 111 files)
+____________________________________________________________________________
+[  8172] By: jhi                                   on 2000/12/18  02:49:27
+        Log: Regen pods.
+     Branch: perl
+          ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[  8171] By: gsar                                  on 2000/12/18  02:49:24
+        Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
+             7465..7471 from mainline
+             
+             Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
+             in platforms that strictly require all the symbols being present
+             at link time.
+             
+             Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
+             
+             Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
+             
+             Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
+             
+             Subject: [PATCH] todo
+             
+             Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
+             
+             Use $sort, $uniq (and $tr) consistently as wondered
+             by Nicholas Clark.
+             
+             Too enthusiastic editing in #7460.
+             
+             The reëntrant version shouldn't be needed unless USE_PURE_BISON.
+             
+             Upgrade to CPAN 1.58_55.
+             Subject: CPAN.pm status
+             
+             Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
+             
+             Make target reordering to avoid pointless re-makes.
+             Subject: Re: Total re-make of 'make okfile' after 7451 ?
+             
+             Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
+             
+             Subject: DOC PATCH 5.6.0
+             
+             Add the repository doc by Malcolm, Sarathy, and by Simon,
+             name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
+     Branch: maint-5.6/perl
+         +> Porting/repository.pod
+         !> Configure MANIFEST Makefile.SH README.dos README.os2
+         !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
+         !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
+         !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
+____________________________________________________________________________
+[  8169] By: gsar                                  on 2000/12/18  02:33:34
+        Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
+             7435..7441,7445 from mainline
+             
+             Make the UTF-8 decoding stricter and more verbose when
+             malformation happens.  This involved adding an argument
+             to utf8_to_uv_chk(), which involved changing its prototype,
+             and prefer STRLEN over I32 for the UTF-8 length, which as
+             a domino effect necessitated changing the prototypes of
+             scan_bin(), scan_oct(), scan_hex(), and reg_uni().
+             The stricter UTF-8 decoding checking uses Markus Kuhn's
+             UTF-8 Decode Stress Tester from
+             http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
+             
+             Run vms/vms_yfix.pl, should have done that after changing
+             perly.c in #7382.
+             
+             Subject: [PATCH 5.7.0] static linking with uninstalled perl
+             
+             (Replaced by #7440.)
+             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
+             
+             Fix the bug ID 20001024.005, the bug introduced by #7416.
+             
+             Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
+             
+             Fix the bug reported in
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Also make is_utf8_char() stricter.
+             
+             Missed the header file changes from #7425.
+             
+             Check if stdio supports tweaking lval and cnt simultaneously.
+             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
+             
+             Stratus VOS updates from Paul Green.
+             
+             Podify README.epoc and README.vos.
+             
+             Add targets to Makefile.SH, most importantly
+             'regen_all' which also remembers to update vms/perly*.
+             
+             Subject: Minor update to find2perl, for portability
+             
+             Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
+             
+             Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
+             
+             Rename UTF8LEN() to be UNISKIP(), too confusing to have
+             UTF8LEN() and UTF8SKIP(). 
+             
+             Allow poking holes at the UTF-8 decoding strictness.
+             
+             Continue the internal UTF-8 API tweaking.
+             Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
+             used much more than the simpler API, now called utf8_to_uv_simple().
+             Still not quite happy with API, too much partial duplication
+             of functionality.
+             
+             A new version of making the syslog test more robust.
+             (Replaces #7421.)
+             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
+             
+             buildtoc target tweaks.
+             
+             Integrate with vmsperl #7430 by Charles Bailey:
+             
+             Cleanup from prior patch (Charles Lane?):
+             - improve handling of MFDs in Basename and Path
+             - default to no xsubpp line # munging when building debug images
+     Branch: maint-5.6/perl
+         +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+         +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
+         !> (integrate 67 files)
+____________________________________________________________________________
+[  8168] By: gsar                                  on 2000/12/18  02:05:49
+        Log: integrate changes#7512,7733 from mainline (regex bugfixes)
+             
+             Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
+             From: Martin Husemann <martin@duskware.de>
+             
+             Subject: [PATCH 5.7.0] restore match data on backtracing
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+     Branch: maint-5.6/perl
+         !> regcomp.c regexec.c t/op/re_tests
+____________________________________________________________________________
+[  8167] By: gsar                                  on 2000/12/18  01:55:22
+        Log: integrate changes#7858,7986 from mainline
+             
+             C<foreach my $x ...> in pseudo-fork()ed process may diddle
+             parent's memory; fix it by keeping track of the actual pad
+             offset rather than a raw pointer (this change is probably also
+             relevant to non-ithreads case to avoid fallout from reallocs of
+             the pad array, but is currently only enabled for the ithreads
+             case in the interests of minimal disruption to existing "well
+             tested" code)
+             
+             fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
+             due to the notorious GetFileType() bug in Windows 9x, which fstat()
+             tickles)
+     Branch: maint-5.6/perl
+         !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
+         !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
+         !> win32/win32.c win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[  8166] By: gsar                                  on 2000/12/18  01:52:59
+        Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
+             from mainline (xsubpp and ExtUtils::LibList fixups, various
+             other small items)
+     Branch: maint-5.6/perl
+         !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
+         !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
+         !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
+         !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
+         !> win32/bin/search.pl
+____________________________________________________________________________
+[  8165] By: gsar                                  on 2000/12/18  01:28:45
+        Log: integrate changes#7533,7563,7611,7623 from mainline (various
+             malloc.c embellishments)
+     Branch: maint-5.6/perl
+         !> malloc.c pod/perldiag.pod
+____________________________________________________________________________
+[  8164] By: gsar                                  on 2000/12/18  01:23:33
+        Log: integrate changes#7419,7806,8129 from mainline (various h2xs
+             fixups)
+     Branch: maint-5.6/perl
+         !> utils/h2xs.PL
+____________________________________________________________________________
+[  8163] By: gsar                                  on 2000/12/18  01:17:50
+        Log: integrate changes#7493,7599,7803 from mainline (various perlbug
+             fixups)
+     Branch: maint-5.6/perl
+         !> Makefile.SH utils/perlbug.PL
+____________________________________________________________________________
+[  8162] By: gsar                                  on 2000/12/18  00:25:43
+        Log: always export Perl_deb() (it is required by re.xs whether
+             Perl is built with or without -DDEBUGGING)
+     Branch: maint-5.6/perl
+          ! makedef.pl
+____________________________________________________________________________
+[  8161] By: gsar                                  on 2000/12/18  00:23:38
+        Log: integrate change#7414 from mainline
+             
+             Undo the basename() part of #7412 since the lib/basename
+             tests would need upgrading too.
+             
+             squelch two tests in tr.t that rely on tr/// paranoia change
+             that's not in 5.6.x
+     Branch: maint-5.6/perl
+          ! t/op/tr.t
+         !> lib/File/Basename.pm
+____________________________________________________________________________
+[  8160] By: gsar                                  on 2000/12/18  00:05:30
+        Log: missing change in previous integrate
+     Branch: maint-5.6/perl
+         !> README.aix
+____________________________________________________________________________
+[  8159] By: gsar                                  on 2000/12/18  00:03:38
+        Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
+             7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
+             7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
+             7410..7413 from mainline
+     Branch: maint-5.6/perl
+         +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
+         +> t/lib/tie-splice.t
+          - lib/unicode/Is/DCinital.pl
+         !> (integrate 112 files)
+____________________________________________________________________________
+[  8158] By: jhi                                   on 2000/12/17  23:04:24
+        Log: Subject: [PATCHES] RE: perl@8150 
+             From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
+             Date: Sun, 17 Dec 2000 21:46:39 +0100
+             Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
+             
+             Neither cygwin has a getpwuid() one can trust on.
+     Branch: perl
+          ! t/lib/glob-basic.t
+____________________________________________________________________________
+[  8157] By: jhi                                   on 2000/12/17  23:01:54
+        Log: More MAN.PODS => {} fixes.
+     Branch: perl
+          ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
+          ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
+          ! os2/OS2/REXX/Makefile.PL
+____________________________________________________________________________
+[  8156] By: gsar                                  on 2000/12/17  22:49:13
+        Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
+             7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
+             7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
+             7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
+             7201,7204 from mainline
+     Branch: maint-5.6/perl
+         !> (integrate 121 files)
+____________________________________________________________________________
+[  8155] By: jhi                                   on 2000/12/17  22:30:58
+        Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 17 Dec 2000 13:09:28 -0600
+             Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
+             
+             MAN.PODS => ' ' is naughty.
+     Branch: perl
+          ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
+____________________________________________________________________________
+[  8154] By: nick                                  on 2000/12/17  22:07:13
+        Log: MULTIPLICITY nit.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[  8153] By: gsar                                  on 2000/12/17  21:23:05
+        Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
+             7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
+             from mainline
+             
+             Document the SvIOK_.*UV().
+             
+             Update Unicode todo list.
+             
+             Guard against bad string->int conversion for quads.
+             
+             Subject: small apidoc fix
+             
+             Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
+             
+             Subject: [PATCH] Tied filehandle documentation
+             
+             Subject: [PATCH] Modernize Opcode.pm documentation
+             
+             Make Data::Dumper (non-XS) to work with changed semantics of ref().
+             Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
+             [applied even though said semantics didn't change in 5.6.x]
+             
+             Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
+             
+             Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
+             
+             Fix the URL, but the server is still missing in action.
+             Subject: [ID 20000905.002] perlfaq1.pod URL error
+             
+             Subject: [ID 20000903.001] \w in utf8-strings
+             
+             Fix the ccversion detection for 5.1 and beyond.
+             Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
+             
+             Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
+             
+             Subject: [ID 20000904.008] Tiny fix for perldiag
+             
+             Subject: Re: [ID 20000906.004] segfault with bad perl statement
+             
+             Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
+             
+             Subject: [ID 20000908.002] perlipc documentation bug.
+             
+             Subject: [PATCH lib/Benchmark.pm]
+             
+             Re-allow vec() for characters > 255.
+             Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
+             
+             Do away with memory models cruft.  Sorry, PDP users.
+             
+             Continue #7041.
+             
+             Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
+             
+             Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
+             
+             Upgrade to CPAN 1.57_65, from Andreas König.
+             
+             Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
+             by Russ Allbery.
+             
+             Silence t/pod/*.t about alternate quote-mappings now implemented
+             by Pod::Text, from Brad Appleton.
+             
+             Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
+             Subject: borland C++ win32.c tweak
+             
+             C<@a = @b = split(...)> optimization coredumps under ithreads
+             (missed a spot when fixing up op_pmreplroot hack for ithreads)
+             
+             Document the SvUTF8*().
+             
+             Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
+             
+             Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
+             
+             Do in VMS as the #7054 does.
+             
+             Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
+             
+             Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
+             
+             Subject: [patch: perl@7045] vms updates
+             
+             Test for the #7049.
+             Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
+             
+             Break up the myconfig lines a bit.
+             Subject: perlbug/perl -V output format
+             
+             Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
+             
+             The #7054 truncated Configure badly.
+             
+             change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
+             initialization in all the threads on Windows
+             
+             Allow for whitespace between "#" and "line" in cpp output.
+             Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
+             
+             Remove vestiges of tr//CU.
+             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
+             
+             The return value of setlocale must be copied away.
+             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
+             
+             Allow chop() and chomp() to be overridden.
+             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
+             
+             Hints optimization.
+             Subject: Minor nit
+             
+             Subject: [PATCH] de-wall t/README
+             
+             Subject: Re: Two advertising clauses need to be removed
+     Branch: maint-5.6/perl
+         !> (integrate 75 files)
+____________________________________________________________________________
+[  8152] By: gsar                                  on 2000/12/17  20:30:11
+        Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
+             6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
+             6999..7001,7003..7005,7007,7009,7011,7012 from mainline
+             
+             Don't attach -ld to the archname if pointless.
+             
+             Document UNTIE in a very minimalistic way.
+             
+             POSIX doesn't report long double values under -Duselongdouble
+             when the long doubles are "real" (bigger than doubles).
+             
+             More author updates.
+             
+             Try to deduce NV_MAX.  Really should be Configure fodder.
+             
+             :: not allowed in pathnames, change to .
+             Subject: [PATCH perl@6938] cygwin port
+             
+             Forget about NV_MAX (#6951).  Various floating point tweaks,
+             ideas from Eric Fifer, Yitzchak, Alan, and Spider.
+             
+             Move the Solaris 7 scan to use64bitall, make the
+             failure to find 64-bot sparc libc to mention the
+             possibility of being in an intel, from Lupe and Alan.
+             
+             Regen perltoc.
+             
+             AUTHORS tweaks, from Peter Prymmer.
+             
+             More address tweaking.
+             
+             Small tweaks all over.
+             
+             File::Temp patches from Andreas König,
+             
+             Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
+             
+             Subject: CPAN.pm beta 1.57_57 for the core
+             
+             Part of the solution.
+             Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
+             
+             Subject: [PATCH@6961] Fix misleading example in perlretut.pod
+             
+             Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
+             
+             Add the overload warnings to perldiag.
+             
+             Drop unused argument.
+             Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
+             
+             Subject: Nit in Configure (bleadperl@6961)
+             
+             Update to PodParser 1.18, from Brad Appleton.
+             
+             Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
+             
+             Subject: [PATCH: 6948] add SCNfldbl to configure.com
+             
+             Document UNTIE. Also tweak implementation to suppress the 'inner references'
+             warning when UNTIE exists and instead pass the cound of extra references to
+             the UNTIE method.
+             
+             Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
+             so that case-ignoring systems like DCL can tell them from
+             PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
+             
+             Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
+             
+             Feature ordering tweak.
+             
+             Regen perltoc.
+             
+             Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
+             
+             Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
+             
+             Subject: http:// in L<>
+             
+             Detypo.
+             
+             change#6791 accidentally clobbered change#6710, put it back
+             
+             Only the first line, thank you very much.
+             
+             Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
+             plus rework the http: spots as suggested by Tom Christiansen,
+             plus regen perltoc.
+             
+             Undo part of change 6489 which looks like a bulk edit which
+             changed _all_ gv_efullname3() calls to gv_efullname4() calls.
+             The supressing of main:: on return from select() is undesirable.
+             
+             Apparently avoiding the swapping is too costly.
+             
+             Various Configure nits by Philip Newton,
+             plus the ebcdic one by me.
+             
+             Make certain cc is set before trying to run it.
+             
+             If overloaded %{} etc. return the object do not loop.
+             Thus  sub deref { $_[0] } functions if object is wanted type.
+             
+             Update perlhist.
+             
+             More %{} and other deref special casing - do not pass to 'nomethod'.
+     Branch: maint-5.6/perl
+         !> (integrate 59 files)
+____________________________________________________________________________
+[  8151] By: gsar                                  on 2000/12/17  19:14:38
+        Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
+             6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
+             
+             Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
+             
+             Make the epsilon to be relative, not absolute.
+             
+             Put back the flags dump as reasoned in
+             Subject: Re: [PATCH] Glob dumping
+             
+             Introduce ccname to keep track of what compiler kind of we have.
+             
+             Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
+             
+             Put back the slice accidentally removed by #6907.
+             
+             Reset archname and archname64 always, forcing them be
+             recomputed at each Configure run, make Configure and
+             the hints files agree on the naming of largefiles variables.
+             
+             Don't say "Perl 5.0 source kit".
+             
+             Subject: [PATCH] fix misc cast warnings
+             
+             Subject: typos in pods
+             
+             NVs not necessarily doubles, as pointed out by Yitzchak.
+             
+             Subject: [PATCH 6889] add a few ldbl formats to configure.com
+             
+             Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
+             
+             Better options for rsync.
+             
+             Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
+             
+             Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
+             
+             Subject: [PATCH] Re: UNTIE method 
+             
+             A better fix for the Socket building problem from Craig Berry.
+             
+             Retract the dummy test, skip the security tests (instead of failing),
+             explain what the warnings mean.
+             
+             Heap decorruption.
+             Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
+             
+             Update to Unicode 3.0.1.
+             
+             Missed one Unicode file.
+             
+             Subject: Re: typos in pods
+             
+             The #6929 was too skimpy.
+             
+             sscanf() may be the only way to read long doubles from strings.
+             
+             Reveal Borland's isnan.
+             Subject: build with BC++ tweak
+             
+             Issue useful diagnostic on unknown pod commands.
+             Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
+             
+             Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
+             
+             Clarify the third case of ftmp-security warnings.
+             
+             Make -Dusemorebits find long doubles in Solaris.
+             
+             Wrap the test in eval.
+     Branch: maint-5.6/perl
+         +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
+         +> lib/unicode/PropList.txt lib/unicode/README.perl
+         +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
+         +> lib/unicode/Unicode.301 vms/vmspipe.com
+          - lib/unicode/Props.txt lib/unicode/UCD300.html
+          - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
+         !> (integrate 305 files)
+____________________________________________________________________________
+[  8150] By: jhi                                   on 2000/12/17  18:47:57
+        Log: Uncheckedin generated files.
+     Branch: perl
+          ! global.sym perlapi.c pod/perlapi.pod
+____________________________________________________________________________
+[  8149] By: jhi                                   on 2000/12/17  18:41:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8148] By: jhi                                   on 2000/12/17  18:39:16
+        Log: Subject: [PATCH] Fcntl constants speedup
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 17 Dec 2000 16:29:24 +0000
+             Message-ID: <20001217162924.E97668@plum.flirble.org>
+             
+             Use IVs for the Fcntl constants instead of NVs.
+     Branch: perl
+          ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
+____________________________________________________________________________
+[  8147] By: jhi                                   on 2000/12/17  18:33:41
+        Log: Add test for #8145 (binmode() warning), add warning for
+             ioctl() and sockpair(), document them. (fileno() cannot
+             be tripwired with the same kind of warning because
+             'defined fileno($foo)' seems to be an idiom.)
+     Branch: perl
+          ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  8146] By: gsar                                  on 2000/12/17  18:09:08
+        Log: update Changes
+     Branch: maint-5.6/perl
+          ! Changes
+____________________________________________________________________________
+[  8145] By: jhi                                   on 2000/12/17  17:39:35
+        Log: Subject: [PATCH] Re: The long awaited feature ...
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 17 Dec 2000 12:31:56 +0000
+             Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
+             
+             Add a warning to binmode() about using bad filehandles
+             (can happen e.g. if someone forgets the filehandle argument)
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  8144] By: jhi                                   on 2000/12/17  17:33:48
+        Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/Net/Ping.pm
+____________________________________________________________________________
+[  8143] By: jhi                                   on 2000/12/17  05:31:37
+        Log: Polymorphic regexps.
+             
+             Fixes at least the bugs 20001028.003 (both of them...) and
+             20001108.001.  The bugs 20001114.001 and 20001205.014 seem
+             also to be fixed by now, probably already before this patch.
+     Branch: perl
+          ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
+          ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
+          ! t/op/utf8decode.t t/pragma/utf8.t
+____________________________________________________________________________
+[  8142] By: jhi                                   on 2000/12/16  17:16:05
+        Log: Subject: [patch perl@8102] dos/djgpp update
+             From: Laszlo Molnar <ml1050@freemail.hu>
+             Date: Sat, 16 Dec 2000 01:40:52 +0100
+             Message-ID: <20001216014052.A335@freemail.hu>
+     Branch: perl
+          ! djgpp/config.over t/base/commonsense.t
+____________________________________________________________________________
+[  8141] By: jhi                                   on 2000/12/16  17:09:27
+        Log: Few uncheckedin files.
+     Branch: perl
+          ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
+____________________________________________________________________________
+[  8140] By: nick                                  on 2000/12/15  22:14:31
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 53 files)
+____________________________________________________________________________
+[  8139] By: jhi                                   on 2000/12/15  19:49:49
+        Log: One more IVUV tweak from Nicholas Clark.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8138] By: jhi                                   on 2000/12/15  19:17:06
+        Log: Return of the IVUV-preservation, now seems to be happy even
+             in Digital UNIX (the broken strtoul brokenness detection
+             seems to have been the fly in the ointment).
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
+          ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
+          ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
+          ! 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
+____________________________________________________________________________
+[  8137] By: jhi                                   on 2000/12/15  18:12:14
+        Log: Metaconfig unit change for #8136.
+     Branch: metaconfig
+          ! U/modified/d_strtoul.U
+     Branch: metaconfig/U/perl
+          ! d_strtoull.U d_strtouq.U
+____________________________________________________________________________
+[  8136] By: jhi                                   on 2000/12/15  18:11:35
+        Log: I don't think it's sensible or portable to test the strtou*
+             on /^-/ strings.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  8135] By: jhi                                   on 2000/12/15  17:18:49
+        Log: Metaconfig unit change for #8134.
+     Branch: metaconfig
+          ! U/modified/d_strtoul.U
+____________________________________________________________________________
+[  8134] By: jhi                                   on 2000/12/15  17:14:13
+        Log: If longsize is 8 we don't need a LL suffix for integer constants.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  8133] By: jhi                                   on 2000/12/15  16:00:23
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8132] By: jhi                                   on 2000/12/15  15:44:16
+        Log: Some compilers get huffy if you do not cast a const pointer
+             to a non-const when assigning.
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[  8131] By: jhi                                   on 2000/12/15  15:38:30
+        Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Fri, 15 Dec 2000 05:26:57 -0500
+             Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
+     Branch: perl
+          ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
+          ! t/pragma/overload.t
+____________________________________________________________________________
+[  8130] By: jhi                                   on 2000/12/15  15:36:08
+        Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 14 Dec 2000 22:02:43 -0500
+             Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! gv.c perl.h
+____________________________________________________________________________
+[  8129] By: jhi                                   on 2000/12/15  15:34:16
+        Log: Subject: PATCH: h2xs nit
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
+             Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
+             
+             Add a template README.
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  8128] By: jhi                                   on 2000/12/15  15:32:22
+        Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
+     Branch: perl
+          ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
+____________________________________________________________________________
+[  8127] By: jhi                                   on 2000/12/15  15:19:34
+        Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Thu, 14 Dec 2000 20:04:42 EST
+             Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! ext/Opcode/Opcode.xs
+____________________________________________________________________________
+[  8126] By: jhi                                   on 2000/12/15  15:17:49
+        Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
+     Branch: perl
+          ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
+          ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[  8125] By: jhi                                   on 2000/12/15  15:11:05
+        Log: This seems to be a stage sane and stable enough to checkin.
+             (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
+     Branch: perl
+          ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
+          ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
+          ! t/op/cmp.t t/op/numconvert.t
+____________________________________________________________________________
+[  8124] By: jhi                                   on 2000/12/15  04:20:26
+        Log: Something is really wonky.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8123] By: jhi                                   on 2000/12/15  04:00:50
+        Log: Fixes for the IV UV patches to compile in Digital UNIX.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8122] By: jhi                                   on 2000/12/15  02:53:40
+        Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 14 Dec 2000 19:10:49 -0600
+             Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  8121] By: jhi                                   on 2000/12/15  02:50:00
+        Log: Metaconfig changes for #8120.
+     Branch: metaconfig
+          + U/modified/d_strtoul.U
+     Branch: metaconfig/U/perl
+          ! d_strtoull.U d_strtouq.U
+____________________________________________________________________________
+[  8120] By: jhi                                   on 2000/12/15  02:49:42
+        Log: From: Nicholas Clark <nick@ccl4.org> 
+             Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
+             Date: Thu, 14 Dec 2000 18:38:57 +0000
+             Message-ID: <20001214183857.B97909@plum.flirble.org>
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h sv.c 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
+____________________________________________________________________________
+[  8119] By: jhi                                   on 2000/12/14  23:40:58
+        Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 13 Dec 2000 20:08:50 +0000
+             Message-ID: <20001213200849.B71166@plum.flirble.org>
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
+          ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
+____________________________________________________________________________
+[  8118] By: jhi                                   on 2000/12/14  22:46:26
+        Log: Integrate perlio.
+     Branch: perl
+         !> MANIFEST ext/Encode/compile makedef.pl
+____________________________________________________________________________
+[  8117] By: nick                                  on 2000/12/14  22:38:53
+        Log: Win32 tweaks to get Encode to build
+             - temp hack to makedef.pl till PerlIO is properly "exported".
+             - MSVC dislikes  
+             static encpage_t foo[];
+             so make 'em extern for now.
+     Branch: perlio
+          ! ext/Encode/compile makedef.pl
+____________________________________________________________________________
+[  8116] By: nick                                  on 2000/12/14  22:00:53
+        Log: Document the new files
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[  8115] By: jhi                                   on 2000/12/14  21:58:01
+        Log: MANIFEST new files of #8114.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  8114] By: jhi                                   on 2000/12/14  21:50:49
+        Log: Integrate perlio.
+     Branch: perl
+         +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
+         !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
+         !> ext/Encode/Makefile.PL
+____________________________________________________________________________
+[  8113] By: jhi                                   on 2000/12/14  21:48:49
+        Log: The documentation part of the
+             
+             Subject: [ID 20001214.002] Net::Ping patch
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
+             Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
+             since the #7529 had already addressed the same problem.
+     Branch: perl
+          ! lib/Net/Ping.pm
+____________________________________________________________________________
+[  8112] By: jhi                                   on 2000/12/14  21:42:57
+        Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Tue, 12 Dec 2000 10:47:10 +0100
+             Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
+             
+             Document how elusive subroutines can be.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  8111] By: jhi                                   on 2000/12/14  21:38:05
+        Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Thu, 14 Dec 2000 10:13:51 +0100
+             Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
+     Branch: perl
+          ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[  8110] By: jhi                                   on 2000/12/14  21:36:32
+        Log: Subject: [patch] perlfaq7
+             From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
+             Date: Thu, 14 Dec 2000 15:31:07 +0100
+             Message-ID: <3A38E7BB.13178.11C40A8@localhost>
+     Branch: perl
+          ! pod/perlfaq7.pod
+____________________________________________________________________________
+[  8109] By: jhi                                   on 2000/12/14  21:29:20
+        Log: Subject: [8104] Encode
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Thu, 14 Dec 2000 14:49:34 +0100
+             Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
+             
+             Type casting for nervous compilers.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  8108] By: jhi                                   on 2000/12/14  21:26:17
+        Log: Subject: [8104] DB_File
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Thu, 14 Dec 2000 14:49:35 +0100
+             Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
+             
+             Type definition incorrect for DB 2.7.7.  Not known when it
+             changed, so only changed it for a known revision.
+     Branch: perl
+          ! ext/DB_File/DB_File.xs
+____________________________________________________________________________
+[  8107] By: jhi                                   on 2000/12/14  21:23:41
+        Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
+             
+             Use '?' (0x6F in EBCDIC) for the illegal codepoint.
+     Branch: perl
+          ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
+          ! ext/Encode/Encode/posix-bc.enc
+____________________________________________________________________________
+[  8106] By: nick                                  on 2000/12/14  20:36:13
+        Log: "Cold" build correction to Encode's Makefile.PL
+     Branch: perlio
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[  8105] By: nick                                  on 2000/12/14  20:09:37
+        Log: "Compiled" encodings.
+             Correct replacement character in EBCDIC .enc files
+             Add 0x7F to ASCII repertoire.
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
+          ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
+          ! ext/Encode/Makefile.PL ext/Encode/compile
+          ! ext/Encode/encengine.c ext/Encode/encode.h
+____________________________________________________________________________
+[  8104] By: nick                                  on 2000/12/14  00:38:20
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
+         !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
+         !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
+         !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
+         !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
+         !> t/lib/db-hash.t t/lib/db-recno.t
+____________________________________________________________________________
+[  8103] By: nick                                  on 2000/12/13  23:16:13
+        Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
+             so far and so it does not get lost.
+     Branch: perlio
+          + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
+____________________________________________________________________________
+[  8102] By: jhi                                   on 2000/12/13  17:14:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8101] By: jhi                                   on 2000/12/13  16:53:41
+        Log: Move the proto of start_glob() to a better place; regen api files.
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
+____________________________________________________________________________
+[  8100] By: jhi                                   on 2000/12/13  16:47:11
+        Log: Metaconfig change for #8099.
+     Branch: metaconfig
+          ! U/modified/Head.U
+____________________________________________________________________________
+[  8099] By: jhi                                   on 2000/12/13  16:46:48
+        Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  8098] By: jhi                                   on 2000/12/13  16:39:02
+        Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
+             From: rspier@pobox.com (Robert Spier)
+             Date: Tue, 12 Dec 2000 21:12:39 -0500
+             Message-ID: <14902.56087.678086.725773@rls.cx>
+             
+             fastgetcwd is defined using a glob alias on a $^O dependent basis -
+             and there was no default assignment or perl subroutine.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[  8097] By: jhi                                   on 2000/12/13  16:16:01
+        Log: Subject: [PATCH] move startglob out of pp_hot.c
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 11 Dec 2000 23:16:39 +0000
+             Message-ID: <20001211231638.A55550@plum.flirble.org>
+     Branch: perl
+          ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
+____________________________________________________________________________
+[  8096] By: jhi                                   on 2000/12/13  15:26:23
+        Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
+             Date: Wed, 13 Dec 2000 14:01:37 +0100
+             Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
+             
+             perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
+             in turn requires libpthread in libswanted.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[  8095] By: jhi                                   on 2000/12/12  19:51:05
+        Log: The integration wars continue.
+     Branch: perl
+         !> sv.c
+____________________________________________________________________________
+[  8094] By: jhi                                   on 2000/12/12  19:48:26
+        Log: Subject: [PATCH perl@8070] DB_File-1.74  
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
+             Date: Mon, 11 Dec 2000 23:07:17 -0000
+             Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
+     Branch: perl
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
+          ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
+          ! t/lib/db-recno.t
+____________________________________________________________________________
+[  8093] By: nick                                  on 2000/12/12  19:42:13
+        Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
+     Branch: perlio
+          ! sv.c
+         !> lib/File/DosGlob.pm
+____________________________________________________________________________
+[  8092] By: jhi                                   on 2000/12/12  19:28:11
+        Log: Integrate perlio.
+     Branch: perl
+         !> sv.c
+____________________________________________________________________________
+[  8091] By: nick                                  on 2000/12/12  18:49:45
+        Log: Fix for Tk, and upgrading shared SVs.
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[  8090] By: jhi                                   on 2000/12/12  16:48:59
+        Log: Subject: [PATCH] Re: Breadperl & Tk
+             From: Nick Ing-Simmons <nik@tiuk.ti.com>
+             Date: Tue, 12 Dec 2000 14:48:27 GMT
+             Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8089] By: jhi                                   on 2000/12/12  03:37:19
+        Log: Subject: DosGlob.pm diff for bash style brace expansion.
+             From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
+             Date: Fri, 8 Dec 2000 10:45:30 -0600
+             Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
+     Branch: perl
+          ! lib/File/DosGlob.pm
+____________________________________________________________________________
+[  8088] By: nick                                  on 2000/12/11  23:59:59
+        Log: Integrate mainline
+     Branch: perlio
+         !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
+         !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
+         !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
+         !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
+         !> t/op/local.t t/pragma/warn/toke toke.c
+____________________________________________________________________________
+[  8087] By: jhi                                   on 2000/12/11  23:20:23
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[  8086] By: jhi                                   on 2000/12/11  22:50:59
+        Log: Tune further the OS detection of CGI.
+     Branch: perl
+          ! lib/CGI.pm
+____________________________________________________________________________
+[  8085] By: nick                                  on 2000/12/11  22:50:46
+        Log: Finish 1st pass of "encoding" layer e.g. :
+             open($fh,"<encoding(iso8859-7)",$greek) || die;
+     Branch: perlio
+          ! ext/Encode/Encode.xs perlio.c perliol.h
+____________________________________________________________________________
+[  8084] By: jhi                                   on 2000/12/11  22:32:06
+        Log: Revert the -f ambiguousity patch, seems to cause
+             too much hassle (the interpret -Q as a function
+             where Q is not a known filetest part is left in).
+     Branch: perl
+          ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
+          ! toke.c
+____________________________________________________________________________
+[  8083] By: jhi                                   on 2000/12/11  22:27:23
+        Log: (accidentally empty check-in)
+     Branch: perl
+          ! lib/File/DosGlob.pm
+____________________________________________________________________________
+[  8082] By: nick                                  on 2000/12/11  19:09:51
+        Log: Restore mmap function (broken by tweaks to shared buffer
+             layer for encode(xxxx)).
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[  8081] By: jhi                                   on 2000/12/11  18:29:13
+        Log: Subject: Re: The long awaited feature ...
+             From: Simon Cozens <simon@cozens.net>
+             Date: Mon, 11 Dec 2000 15:54:24 +0000
+             Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
+             
+             More io/utf8 tests.
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[  8080] By: jhi                                   on 2000/12/11  18:19:36
+        Log: Subject: PATCH MakeMaker manpage clarification
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 10 Dec 2000 20:46:13 +0100
+             Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[  8079] By: jhi                                   on 2000/12/11  15:35:07
+        Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 10 Dec 2000 19:06:19 +0000
+             Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! ext/B/B/Deparse.pm t/lib/b.t
+____________________________________________________________________________
+[  8078] By: jhi                                   on 2000/12/11  15:09:11
+        Log: Subject: [PATCH] docs on NaN
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 11 Dec 2000 01:48:38 +0000
+             Message-ID: <20001211014838.B99205@plum.flirble.org>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  8077] By: jhi                                   on 2000/12/11  15:02:21
+        Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
+             From: Simon Cozens <simon@cozens.net>
+             Date: Mon, 11 Dec 2000 01:21:45 +0000
+             Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! pp.c pp_hot.c scope.c t/op/local.t
+____________________________________________________________________________
+[  8076] By: nick                                  on 2000/12/10  20:43:32
+        Log: Not merge worthy...
+             Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
+             syntax is modelled on attributes.
+             Untested fix for io/utf8 on Win32 etc.
+             Very clumsy start to the encode layer.
+     Branch: perlio
+          ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[  8075] By: jhi                                   on 2000/12/10  18:39:33
+        Log: Darwin is not Windows.
+     Branch: perl
+          ! lib/CGI.pm
+____________________________________________________________________________
+[  8074] By: jhi                                   on 2000/12/10  18:31:27
+        Log: Subject: Ambiguous -%c() resolved as a file test
+             From: "Paul Marquess" <Paul.Marquess@openwave.com>
+             Date: Sun, 10 Dec 2000 15:35:07 -0000
+             Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
+     Branch: perl
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  8073] By: jhi                                   on 2000/12/10  18:16:29
+        Log: Subject: PATCH installperl misinformed 
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 10 Dec 2000 13:01:32 +0100 
+             Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[  8072] By: jhi                                   on 2000/12/10  18:07:55
+        Log: The walkoptree confusion rages; walkoptree() seems to be coming
+             from B.xs, while walkoptree_slow() comes from B.pm.
+     Branch: perl
+          ! ext/B/B.pm
+____________________________________________________________________________
+[  8071] By: nick                                  on 2000/12/10  11:45:47
+        Log: Integrate mainline
+     Branch: perlio
+         +> t/base/commonsense.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[  8070] By: jhi                                   on 2000/12/10  04:46:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8069] By: jhi                                   on 2000/12/10  04:39:19
+        Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 09 Dec 2000 17:14:25 +0100
+             Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
+     Branch: perl
+          + t/base/commonsense.t
+          ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
+____________________________________________________________________________
+[  8068] By: jhi                                   on 2000/12/10  04:17:36
+        Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sat, 9 Dec 2000 16:47:22 -0000
+             Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
+     Branch: perl
+          ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
+          ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
+          ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
+          ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
+          ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
+          ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
+          ! t/lib/sdbm.t
+____________________________________________________________________________
+[  8067] By: jhi                                   on 2000/12/10  03:52:02
+        Log: Test case for #8066.
+     Branch: perl
+          ! t/op/misc.t
+____________________________________________________________________________
+[  8066] By: jhi                                   on 2000/12/10  03:50:30
+        Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 10 Dec 2000 00:55:37 +0000
+             Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  8065] By: jhi                                   on 2000/12/10  03:44:52
+        Log: Test case for #8064.
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[  8064] By: jhi                                   on 2000/12/10  03:42:32
+        Log: Subject: Re: prototype of substr
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 10 Dec 2000 00:13:33 +0000
+             Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
+             
+             Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  8063] By: jhi                                   on 2000/12/10  03:39:42
+        Log: Subject: [PATCH] perlguts.pod
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 10 Dec 2000 00:06:47 +0000
+             Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
+             
+             Documentation of the different types of ops,
+             plus the functions in dump.c
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  8062] By: jhi                                   on 2000/12/10  03:30:04
+        Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sat, 09 Dec 2000 18:57:25 +0000
+             Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
+             
+             Be more robust in weird hostname setups.
+     Branch: perl
+          ! t/lib/net-hostent.t
+____________________________________________________________________________
+[  8061] By: jhi                                   on 2000/12/10  03:28:21
+        Log: Pacify fussy compiler. 
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  8060] By: jhi                                   on 2000/12/10  02:52:46
+        Log: Integrate perlio.
+     Branch: perl
+         !> pp_sys.c t/io/utf8.t
+____________________________________________________________________________
+[  8059] By: nick                                  on 2000/12/09  23:40:14
+        Log: read/sysread/recv should now be utf8 aware.
+             Basic test for utf8 read.
+     Branch: perlio
+          ! pp_sys.c t/io/utf8.t
+____________________________________________________________________________
+[  8058] By: jhi                                   on 2000/12/09  21:56:02
+        Log: Integrate perlio.
+     Branch: perl
+         +> t/io/utf8.t
+         !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
+____________________________________________________________________________
+[  8057] By: jhi                                   on 2000/12/09  21:53:35
+        Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
+             From: Inaba Hiroto <inaba@st.rim.or.jp>
+             Date: Sun, 10 Dec 2000 05:53:21 +0900
+             Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
+             
+             Tests for #8056.
+     Branch: perl
+          ! t/op/each.t
+____________________________________________________________________________
+[  8056] By: jhi                                   on 2000/12/09  21:51:16
+        Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
+             From: Inaba Hiroto <inaba@st.rim.or.jp>
+             Date: Sat, 09 Dec 2000 18:02:00 +0900
+             Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
+             
+             exists() didn't work for UTF-8 keys, and neither did shared hash keys.
+     Branch: perl
+          ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
+____________________________________________________________________________
+[  8055] By: nick                                  on 2000/12/09  20:11:48
+        Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
+             than raw PerlIO_write() - does not seem to break any tests.
+     Branch: perlio
+          ! pp_sys.c
+____________________________________________________________________________
+[  8054] By: nick                                  on 2000/12/09  19:47:30
+        Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
+             (sysread, recv and write i.e. formats still to do...)
+             Allow :utf8 or :bytes in PerlIO_apply_layers() so that
+             open($fh,">:utf8","name")
+             etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
+             so no extra overhead is involved.
+             Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
+             to a non-utf8 stream.
+             Add initial io/utf8.t
+             Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
+             that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
+             and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
+     Branch: perlio
+          + t/io/utf8.t
+          ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
+____________________________________________________________________________
+[  8053] By: nick                                  on 2000/12/09  19:26:37
+        Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
+             was only testing this_utf8.
+     Branch: perlio
+          ! toke.c
+____________________________________________________________________________
+[  8052] By: nick                                  on 2000/12/09  19:09:41
+        Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
+             i.e. the output string has one, but don't mess with source assumption.
+     Branch: perlio
+          ! toke.c
+____________________________________________________________________________
+[  8051] By: jhi                                   on 2000/12/09  16:55:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
+         !> sv.c thrdvar.h util.c
+____________________________________________________________________________
+[  8050] By: jhi                                   on 2000/12/09  16:48:07
+        Log: Nits noticed by Peter Prymmer.
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[  8049] By: nick                                  on 2000/12/09  13:49:40
+        Log: UTF8 output prework.
+             - Store $\ and $, as SVs so they can have SvUTF8 flag
+             - use do_print() rather than raw PerlIO_write() to print them.
+     Branch: perlio
+          ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
+          ! thrdvar.h util.c
+____________________________________________________________________________
+[  8048] By: nick                                  on 2000/12/09  12:30:43
+        Log: Integrate mainline.
+     Branch: perlio
+         +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
+         +> t/op/reverse.t
+         !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
+         !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
+         !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
+         !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
+         !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
+         !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
+____________________________________________________________________________
+[  8047] By: jhi                                   on 2000/12/09  00:23:27
+        Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 8 Dec 2000 14:43:04 -0600
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[  8046] By: jhi                                   on 2000/12/08  23:10:27
+        Log: A missed check-in.
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[  8045] By: jhi                                   on 2000/12/08  21:57:12
+        Log: (null check-in)
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
+____________________________________________________________________________
+[  8044] By: jhi                                   on 2000/12/08  21:11:06
+        Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
+             at the final draft stage.
+     Branch: perl
+          + ext/Encode/Encode/iso8859-16.enc
+          ! MANIFEST
+____________________________________________________________________________
+[  8043] By: jhi                                   on 2000/12/08  16:39:04
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8042] By: jhi                                   on 2000/12/08  16:33:39
+        Log: Do not return the Unicode replacement character if UTF-8
+             decoding goes awry, it should be up to the caller to decide.
+     Branch: perl
+          ! pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[  8041] By: jhi                                   on 2000/12/08  16:22:28
+        Log: metaconfig maintenance.
+     Branch: metaconfig
+          ! U/modified/stdchar.U
+     Branch: metaconfig/U/perl
+          + testsyml.U
+____________________________________________________________________________
+[  8040] By: jhi                                   on 2000/12/08  16:03:08
+        Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
+             From: sthoenna@efn.org
+             Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
+             Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
+     Branch: perl
+          ! Changes lib/ExtUtils/MM_OS2.pm
+____________________________________________________________________________
+[  8039] By: jhi                                   on 2000/12/08  15:57:11
+        Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
+             From: Simon Cozens <simon@cozens.net>
+             Date: Fri, 8 Dec 2000 13:33:31 +0000
+             Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
+             
+             (The pp_hot part needed a rewrite.)
+     Branch: perl
+          ! doop.c pp_hot.c utf8.c
+____________________________________________________________________________
+[  8038] By: jhi                                   on 2000/12/08  15:25:08
+        Log: Subject: djSP
+             From: Michael Stevens <michael@etla.org>
+             Date: Wed, 6 Dec 2000 23:24:01 +0000
+             Message-ID: <20001206232400.A21381@firedrake.org>
+             
+             Plus a note from Nick Ing-Simmons.
+     Branch: perl
+          ! pp.h
+____________________________________________________________________________
+[  8037] By: jhi                                   on 2000/12/08  15:18:35
+        Log: Filetype is text.
+     Branch: perl
+          ! t/op/utf8decode.t
+____________________________________________________________________________
+[  8036] By: jhi                                   on 2000/12/08  03:31:27
+        Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
+             Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
+             
+             Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          + ext/POSIX/hints/svr4.pl
+          ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
+____________________________________________________________________________
+[  8035] By: jhi                                   on 2000/12/08  03:26:01
+        Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
+             Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! t/README t/base/term.t
+____________________________________________________________________________
+[  8034] By: jhi                                   on 2000/12/08  03:21:59
+        Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
+             From: mjd@plover.com  
+             Date: 7 Dec 2000 21:04:20 -0000
+             Message-ID: <20001207210420.22282.qmail@plover.com>
+             
+             Plus -z doc.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  8033] By: jhi                                   on 2000/12/08  03:19:03
+        Log: Use the UTF8 macros a bit.  They can't be used with abandon
+             everywhere because we do generate illegal UTF-8 in some situations.
+             This is of course naughty.
+     Branch: perl
+          ! pod/perlapi.pod utf8.c utf8.h
+____________________________________________________________________________
+[  8032] By: jhi                                   on 2000/12/08  03:00:09
+        Log: Out of sync?
+     Branch: perl
+          ! t/pragma/warn/utf8
+____________________________________________________________________________
+[  8031] By: jhi                                   on 2000/12/08  02:22:39
+        Log: Cnt spl.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  8030] By: jhi                                   on 2000/12/08  01:23:54
+        Log: Add test for reverse().
+     Branch: perl
+          + t/op/reverse.t
+          ! MANIFEST
+____________________________________________________________________________
+[  8029] By: jhi                                   on 2000/12/08  01:21:47
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
+         !> perlio.c perlio.h perlsdio.h warnings.pl
+____________________________________________________________________________
+[  8028] By: jhi                                   on 2000/12/08  01:19:08
+        Log: Introduce macros for UTF8 decoding.
+     Branch: perl
+          ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
+____________________________________________________________________________
+[  8027] By: nick                                  on 2000/12/07  22:18:19
+        Log: Integrate mainline
+     Branch: perlio
+         !> embed.pl pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[  8026] By: nick                                  on 2000/12/07  21:45:08
+        Log: Various oddities p4 diff -se showed up
+             Remove 'our' from warnings.pl
+     Branch: perlio
+          ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
+____________________________________________________________________________
+[  8025] By: nick                                  on 2000/12/07  21:43:32
+        Log: Change PerlIO_(get|set)pos to take SV *
+             Should fix, OS/2, VMS, (sfio??)
+     Branch: perlio
+          ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
+____________________________________________________________________________
+[  8024] By: jhi                                   on 2000/12/07  19:05:32
+        Log: Document utf8_to_uv() better.
+     Branch: perl
+          ! pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[  8023] By: jhi                                   on 2000/12/07  18:23:47
+        Log: Document utf8_length(), utf8_distance(), and utf8_hop().
+     Branch: perl
+          ! embed.pl pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[  8022] By: jhi                                   on 2000/12/07  04:13:51
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
+         !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
+         !> win32/makefile.mk
+____________________________________________________________________________
+[  8021] By: nick                                  on 2000/12/07  00:28:14
+        Log: Various attempts at MSVC debug - not sure what has
+             changed but works now. 
+             Seems atexit() _may_ work for DLLs built with MSVC so don't
+             call cleanup that way.
+     Branch: perlio
+          ! perlio.c win32/makefile.mk
+____________________________________________________________________________
+[  8020] By: nick                                  on 2000/12/06  19:57:20
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
+         !> (integrate 75 files)
+____________________________________________________________________________
+[  8019] By: nick                                  on 2000/12/06  19:28:21
+        Log: Add useperlio to config.vc
+             Turn off binmode in config_H.PL
+             Regen all the config_H.xx
+             Attempt to get debugging build with MSVC.
+     Branch: perlio
+          ! win32/config.vc win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
+____________________________________________________________________________
+[  8018] By: nick                                  on 2000/12/06  19:21:57
+        Log: Test various dup/external program options on all platforms.
+     Branch: perlio
+          ! t/io/dup.t
+____________________________________________________________________________
+[  8017] By: nick                                  on 2000/12/06  19:20:47
+        Log: Fix harness to be less picky
+     Branch: perlio
+          ! lib/Test/Harness.pm
+____________________________________________________________________________
+[  8016] By: jhi                                   on 2000/12/06  16:45:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8015] By: jhi                                   on 2000/12/06  16:41:03
+        Log: Test \x{...} with ord().
+     Branch: perl
+          ! t/op/ord.t
+____________________________________________________________________________
+[  8014] By: jhi                                   on 2000/12/06  16:20:33
+        Log: Test tweak because of #8013.
+     Branch: perl
+          ! t/lib/b.t
+____________________________________________________________________________
+[  8013] By: jhi                                   on 2000/12/06  16:09:09
+        Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 5 Dec 2000 21:23:28 -0500
+             Message-ID: <20001205212328.C6473@blackrider.aocn.com>
+             
+             Carp::Heavy parts not very applicable because of recent changes.
+     Branch: perl
+          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
+          ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
+          ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
+          ! lib/Exporter.pm lib/Exporter/Heavy.pm
+          ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
+          ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
+          ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
+          ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
+          ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
+          ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
+          ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
+          ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
+          ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
+          ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
+          ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
+          ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
+          ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
+          ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
+          ! warnings.pl
+____________________________________________________________________________
+[  8012] By: jhi                                   on 2000/12/06  15:22:38
+        Log: Subject: [PATCH] Re: New harness is failing things
+             From: Nick Ing-Simmons <nik@tiuk.ti.com>
+             Date: Wed, 6 Dec 2000 13:00:30 GMT
+             Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
+     Branch: perl
+          ! lib/Test/Harness.pm
+____________________________________________________________________________
+[  8011] By: jhi                                   on 2000/12/06  15:12:08
+        Log: Subject: installhtml changes
+             From: Michael Stevens <michael@etla.org>
+             Date: Wed, 6 Dec 2000 13:15:53 +0000
+             Message-ID: <20001206131553.A27317@firedrake.org>
+     Branch: perl
+          ! installhtml
+____________________________________________________________________________
+[  8010] By: jhi                                   on 2000/12/06  15:06:05
+        Log: Subject: the dTHR hits
+             From: Michael Stevens <michael@etla.org>
+             Date: Wed, 6 Dec 2000 12:06:03 +0000
+             Message-ID: <20001206120603.A24581@firedrake.org>
+             
+             More, errrm, less dTHRs.
+     Branch: perl
+          ! bytecode.pl ext/B/B/C.pm
+____________________________________________________________________________
+[  8009] By: jhi                                   on 2000/12/06  15:04:25
+        Log: Subject: MakeMaker mailing list gone?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 5 Dec 2000 19:29:59 -0500
+             Message-ID: <20001205192959.B6473@blackrider.aocn.com>
+             
+             The MakeMaker mailing list is dead, perlbug is the right
+             address to report bugs.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[  8008] By: jhi                                   on 2000/12/06  15:00:32
+        Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 5 Dec 2000 19:21:21 -0500
+             Message-ID: <20001205192121.A6473@blackrider.aocn.com>
+             
+             Add a default MANIFEST skip that ignores things like
+             version control files, editor temporary files, and the Makefile.
+     Branch: perl
+          + lib/ExtUtils/MANIFEST.SKIP
+          ! MANIFEST lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[  8007] By: jhi                                   on 2000/12/06  14:57:20
+        Log: In Amiga more manual hackery of the scripts seems to be needed,
+             from Jan-Erik Karlsson.  Why Configure does not get this right
+             is unknown, may be shell-induced.
+     Branch: perl
+          ! README.amiga
+____________________________________________________________________________
+[  8006] By: jhi                                   on 2000/12/05  23:53:12
+        Log: Add TOPm1s to peek at the second topmost stack item.
+     Branch: perl
+          ! pp.h
+____________________________________________________________________________
+[  8005] By: jhi                                   on 2000/12/05  23:13:55
+        Log: Avaunt, you foul UTF-8 tests.
+     Branch: perl
+          ! t/op/ver.t t/pragma/utf8.t
+____________________________________________________________________________
+[  8004] By: jhi                                   on 2000/12/05  23:09:54
+        Log: Continue utf8 dispersal. 
+     Branch: perl
+          + t/op/concat.t
+          ! MANIFEST t/pragma/utf8.t
+____________________________________________________________________________
+[  8003] By: nick                                  on 2000/12/05  23:02:39
+        Log: Integrate mainline.
+     Branch: perlio
+         +> t/op/length.t t/op/utf8decode.t
+         !> (integrate 69 files)
+____________________________________________________________________________
+[  8002] By: jhi                                   on 2000/12/05  22:59:28
+        Log: Integrate perlio.
+     Branch: perl
+         !> iperlsys.h perl.c perlio.c win32/perllib.c
+____________________________________________________________________________
+[  8001] By: nick                                  on 2000/12/05  22:07:52
+        Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
+             - calloc/free suffer from damage on TerminateThread()
+             - use PerlMemShared (as originally planned) now fixed
+             - avoid doing anything important on DLL "detach".
+     Branch: perlio
+          ! perl.c perlio.c win32/perllib.c
+____________________________________________________________________________
+[  8000] By: nick                                  on 2000/12/05  21:05:09
+        Log: Fix gross PerlMemShared issue.
+     Branch: perlio
+          ! iperlsys.h
+____________________________________________________________________________
+[  7999] By: jhi                                   on 2000/12/05  20:46:58
+        Log: Test for Unicode (UTF-8) hash keys.
+     Branch: perl
+          ! t/op/each.t
+____________________________________________________________________________
+[  7998] By: jhi                                   on 2000/12/05  20:30:35
+        Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
+             is now always UTF-8), empty line cosmetics.
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  7997] By: jhi                                   on 2000/12/05  20:15:40
+        Log: Subject: Re: STRLEN - what?
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
+             
+             Explain STRLEN.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  7996] By: jhi                                   on 2000/12/05  20:13:34
+        Log: Split off the UTF-8 decoder tests, make them to check also
+             the error message.
+     Branch: perl
+          + t/op/utf8decode.t
+          ! MANIFEST t/pragma/utf8.t utf8.c
+____________________________________________________________________________
+[  7995] By: jhi                                   on 2000/12/05  16:39:47
+        Log: Start migrating bits of pragma/utf8 to elsewhere
+             (since the long term plan is to obsolete 'use utf8').
+     Branch: perl
+          + t/op/length.t
+          ! MANIFEST t/pragma/utf8.t
+____________________________________________________________________________
+[  7994] By: jhi                                   on 2000/12/05  16:30:21
+        Log: Fix a manual edit typo from #7993, fix the message formatting
+             for Unicode, add few our declarations.
+     Branch: perl
+          ! lib/Carp/Heavy.pm
+____________________________________________________________________________
+[  7993] By: jhi                                   on 2000/12/05  16:09:15
+        Log: Subject: Need help with warnings :-(
+             From: "Ben Tilly" <ben_tilly@hotmail.com>
+             Date: Tue, 05 Dec 2000 01:35:54 -0500
+             Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
+             
+             Subject: UPDATE: Carp/Heavy now passes all tests
+             From: "Ben Tilly" <ben_tilly@hotmail.com>
+             Date: Tue, 05 Dec 2000 07:59:41 -0500
+             Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
+             
+             The Brave New Carp.
+     Branch: perl
+          ! lib/Carp.pm lib/Carp/Heavy.pm
+____________________________________________________________________________
+[  7992] By: jhi                                   on 2000/12/05  15:55:08
+        Log: Subject: [PATCH perl@7979] cygwin port
+             From: "Eric Fifer" <efifer@dircon.co.uk>
+             Date: Tue, 5 Dec 2000 14:04:09 -0000
+             Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
+     Branch: perl
+          ! t/lib/net-hostent.t
+____________________________________________________________________________
+[  7991] By: jhi                                   on 2000/12/05  15:52:34
+        Log: Subject: Re: [PATCH] The largest hoax of all times?
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 5 Dec 2000 00:40:25 -0500
+             Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
+             
+             Subject: Re: [PATCH] The largest hoax of all times?
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 4 Dec 2000 23:55:53 -0500
+             Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
+             
+             Subject: Re: [PATCH] The largest hoax of all times?
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 5 Dec 2000 01:28:45 -0500
+             Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
+             
+             Fix the unpredictable order of DESTROYs.
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
+          ! sv.c sv.h t/op/ref.t
+____________________________________________________________________________
+[  7990] By: jhi                                   on 2000/12/05  14:38:53
+        Log: Subject: [PATCH] shrink pp_hot fractionally
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 5 Dec 2000 12:44:31 +0000
+             Message-ID: <20001205124431.E74518@plum.flirble.org>
+             
+             Use report_evil_fh().
+     Branch: perl
+          ! opcode.pl opnames.h pp_hot.c util.c
+____________________________________________________________________________
+[  7989] By: jhi                                   on 2000/12/05  14:21:27
+        Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 04 Dec 2000 22:21:59 -0800
+             Message-ID: <HmIL6gzkgepS092yn@efn.org>
+             
+             Harness shouldn't ignore responses like "ok 3\r\r\n".
+     Branch: perl
+          ! lib/Test/Harness.pm
+____________________________________________________________________________
+[  7988] By: jhi                                   on 2000/12/05  13:51:28
+        Log: Integrate the "skip" messages to explain().
+     Branch: perl
+          ! t/lib/syslfs.t t/op/lfs.t
+____________________________________________________________________________
+[  7987] By: jhi                                   on 2000/12/05  12:34:54
+        Log: The one that got away in #7984.
+             
+             Subject: Re: dTHR - what and why?
+             From: Michael Stevens <michael@etla.org> 
+             Date: Tue, 5 Dec 2000 11:15:52 +0000
+             Message-ID: <20001205111552.A4647@firedrake.org>
+     Branch: perl
+          ! sv.h
+____________________________________________________________________________
+[  7986] By: gsar                                  on 2000/12/05  09:14:44
+        Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
+             due to the notorious GetFileType() bug in Windows 9x, which fstat()
+             tickles)
+     Branch: perl
+          ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[  7985] By: jhi                                   on 2000/12/05  05:49:03
+        Log: Integrate perlio.
+     Branch: perl
+         !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
+         !> win32/perlhost.h win32/perllib.c
+____________________________________________________________________________
+[  7984] By: jhi                                   on 2000/12/05  05:48:16
+        Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
+     Branch: perl
+          ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
+          ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
+          ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
+          ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
+          ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
+          ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
+          ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
+          ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
+          ! win32/win32.c
+____________________________________________________________________________
+[  7983] By: nick                                  on 2000/12/04  23:27:43
+        Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
+     Branch: perlio
+          ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
+          ! win32/perlhost.h win32/perllib.c
+____________________________________________________________________________
+[  7982] By: jhi                                   on 2000/12/04  19:44:09
+        Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
+             uncovered by #7980.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  7981] By: jhi                                   on 2000/12/04  19:42:07
+        Log: Subject: [PATCH] Trivial dump.c feature
+             From: Simon Cozens <simon@cozens.net>
+             Date: Mon, 4 Dec 2000 18:08:38 +0000
+             Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
+             
+             Show whether a constant is UTF-8.
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[  7980] By: jhi                                   on 2000/12/04  19:36:51
+        Log: UTF-8 hash keys, patch from Inaba Hiroto.
+     Branch: perl
+          ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
+____________________________________________________________________________
+[  7979] By: jhi                                   on 2000/12/04  17:36:28
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7978] By: jhi                                   on 2000/12/04  16:42:17
+        Log: Retract #7977, still too volatile (the euphemism of the day
+             for unfinished and buggy :-)
+     Branch: perl
+          ! doop.c hv.c pp.c sv.h
+____________________________________________________________________________
+[  7977] By: jhi                                   on 2000/12/04  16:25:15
+        Log: (Retracted by #7978, too shaky yet.)
+             
+             Subject: Re: utf8 in hash keys, implementor missing
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sat, 2 Dec 2000 19:49:35 +0000
+             Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
+             
+             The first step at UTF-8 hash keys.
+     Branch: perl
+          ! doop.c hv.c pp.c sv.h
+____________________________________________________________________________
+[  7976] By: jhi                                   on 2000/12/04  16:13:53
+        Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
+             From: sthoenna@efn.org
+             Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
+             Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
+     Branch: perl
+          ! os2/os2.c perlio.c
+____________________________________________________________________________
+[  7975] By: jhi                                   on 2000/12/04  16:05:25
+        Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 30 Nov 2000 20:50:37 -0800
+             Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
+     Branch: perl
+          ! os2/os2.c
+____________________________________________________________________________
+[  7974] By: jhi                                   on 2000/12/04  16:03:57
+        Log: Subject: [PATCH] ++ 20% faster
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 4 Dec 2000 12:17:27 +0000
+             Message-ID: <20001204121726.B52976@plum.flirble.org>
+             
+             Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7973] By: jhi                                   on 2000/12/04  16:00:48
+        Log: 
+             Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 04 Dec 2000 12:30:45 +0100
+             Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
+             
+             AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
+             library (getprotobyname and getprotobynumber are outversioned by
+             the same calls in libc, at least for xlc version 3.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[  7972] By: jhi                                   on 2000/12/04  02:58:31
+        Log: Integrate perlio.
+     Branch: perl
+         !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
+         !> win32/makefile.mk win32/perlhost.h win32/perllib.c
+         !> win32/win32.h win32/win32iop.h win32/win32thread.h
+____________________________________________________________________________
+[  7971] By: nick                                  on 2000/12/04  00:24:33
+        Log: Quieten some noise in Win32 builds:
+             - win32.h is included after <sys/socket.h>, so need to 
+             set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
+             - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
+     Branch: perlio
+          ! doio.c perl.h toke.c win32/win32.h
+____________________________________________________________________________
+[  7970] By: nick                                  on 2000/12/03  22:57:46
+        Log: PERL_IMPLICIT_SYS compiles but does not work.
+     Branch: perlio
+          ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
+          ! win32/perlhost.h win32/perllib.c win32/win32.h
+          ! win32/win32iop.h win32/win32thread.h
+____________________________________________________________________________
+[  7969] By: jhi                                   on 2000/12/03  22:12:58
+        Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
+             used to swash_init(), makes regprop() dumps more informative
+             (+utf8::IsAlpha, -utf8::IsDigit, for example).
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[  7968] By: jhi                                   on 2000/12/03  21:39:56
+        Log: Implement ANYOFUTF8 regprop() dumping.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  7967] By: jhi                                   on 2000/12/03  20:57:19
+        Log: Make uv_to_utf8() to zero-terminate its output buffer,
+             always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
+     Branch: perl
+          ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
+____________________________________________________________________________
+[  7966] By: nick                                  on 2000/12/03  18:41:21
+        Log: Integrate mainline (STDCHAR)
+     Branch: perlio
+         !> Configure t/pragma/utf8.t
+____________________________________________________________________________
+[  7965] By: jhi                                   on 2000/12/03  17:58:20
+        Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  7964] By: jhi                                   on 2000/12/03  17:35:56
+        Log: Integrate perlio.
+     Branch: perl
+         !> iperlsys.h perlio.c
+____________________________________________________________________________
+[  7963] By: jhi                                   on 2000/12/03  17:33:55
+        Log: Metaconfig unit change for #7962.
+     Branch: metaconfig
+          ! U/modified/stdchar.U
+____________________________________________________________________________
+[  7962] By: jhi                                   on 2000/12/03  17:33:27
+        Log: Untangle the <stdio.h> #include nest for the stdchar test,
+             from Andy Dougherty.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  7961] By: nick                                  on 2000/12/03  16:53:00
+        Log: Make iperlsys.h vector stdio not PerlIO.
+     Branch: perlio
+          ! iperlsys.h perlio.c
+____________________________________________________________________________
+[  7960] By: nick                                  on 2000/12/03  14:43:01
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
+         !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
+____________________________________________________________________________
+[  7959] By: jhi                                   on 2000/12/03  08:16:36
+        Log: Use DO_UTF8().
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  7958] By: jhi                                   on 2000/12/02  18:33:05
+        Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
+             From: Mike Guy <mjtg@cam.ac.uk>         
+             Date: Sat, 02 Dec 2000 17:27:13 +0000
+             Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
+             
+             An extraneous argument.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  7957] By: jhi                                   on 2000/12/02  18:22:32
+        Log: A missing hunk.
+     Branch: perl
+          ! t/lib/net-hostent.t
+____________________________________________________________________________
+[  7956] By: jhi                                   on 2000/12/02  18:06:20
+        Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 2 Dec 2000 14:28:27 +0000
+             Message-ID: <20001202142827.A12308@plum.flirble.org>
+             
+             Test robustness.
+     Branch: perl
+          ! t/lib/net-hostent.t
+____________________________________________________________________________
+[  7955] By: jhi                                   on 2000/12/02  17:58:06
+        Log: Metaconfig unit change for #7954.
+     Branch: metaconfig
+          ! U/modified/stdchar.U
+____________________________________________________________________________
+[  7954] By: jhi                                   on 2000/12/02  17:54:32
+        Log: An inconvenient hang would happen if the stdio _ptr wasn't
+             found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
+             would be grepping stdin for all eternity for the _ptr.)
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  7953] By: jhi                                   on 2000/12/02  00:07:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  7952] By: jhi                                   on 2000/12/01  23:54:47
         Log: Subject: Re: long shell lines
              From: Andy Dougherty <doughera@lafayette.edu>