[PATCH 5.7.0] make regcomp reenterable
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 8c700a4..2768ef7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,913 @@ Version v5.7.0              Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  7733] By: jhi                                   on 2000/11/18  00:32:54
+        Log: Subject: [PATCH 5.7.0] restore match data on backtracing
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Fri, 17 Nov 2000 17:28:02 -0500
+             Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! regcomp.c regexec.c t/op/re_tests
+____________________________________________________________________________
+[  7732] By: jhi                                   on 2000/11/18  00:28:56
+        Log: Sparc 64-bit pack() fix from Jens Hamisch.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  7731] By: jhi                                   on 2000/11/18  00:18:39
+        Log: Explain in more detail the {} syntax ambiguousity.
+             
+             Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 17 Nov 2000 22:10:28 +0000
+             Message-ID: <20001117221028.A88930@plum.flirble.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7730] By: jhi                                   on 2000/11/18  00:12:18
+        Log: Subject: Fix for README.amiga (20000323.033)
+             From: "Stephen P. Potter" <spp@spotter.yi.org>
+             Date: Fri, 17 Nov 2000 12:25:51 -0500
+             Message-Id: <200011171725.MAA05768@spotter.yi.org>
+     Branch: perl
+          ! README.amiga
+____________________________________________________________________________
+[  7729] By: jhi                                   on 2000/11/18  00:08:34
+        Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
+             From: "A. C. Yardley" <yardley@tanet.net>
+             Date: Mon, 3 Apr 2000 11:35:33 -0700
+             Message-ID: <3483.000403@tanet.net>
+     Branch: perl
+          ! README.win32
+____________________________________________________________________________
+[  7726] By: jhi                                   on 2000/11/17  14:15:49
+        Log: Subject: Fix for 20000815.006
+             From: "Stephen P. Potter" <spp@spotter.yi.org>
+             Date: Fri, 17 Nov 2000 08:57:45 -0500
+             Message-Id: <200011171357.IAA05122@spotter.yi.org>
+             
+             It's really 20000518.006.
+     Branch: perl
+          ! pod/perlmodlib.PL
+____________________________________________________________________________
+[  7725] By: jhi                                   on 2000/11/17  14:12:31
+        Log: Subject: Fix for 20000409.001
+             From: "Stephen P. Potter" <spp@spotter.yi.org>
+             Date: Fri, 17 Nov 2000 08:55:45 -0500
+             Message-Id: <200011171355.IAA05104@spotter.yi.org>
+     Branch: perl
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[  7724] By: jhi                                   on 2000/11/17  14:08:58
+        Log: Undo #7627 now that we have =head3.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  7723] By: jhi                                   on 2000/11/17  14:04:09
+        Log: As surmised the #7719 wasn't a good move.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[  7722] By: jhi                                   on 2000/11/17  13:59:04
+        Log: Also the 64bitall hints can be either here or there.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[  7721] By: jhi                                   on 2000/11/17  02:26:23
+        Log: Test tweak for the open pragma.
+     Branch: perl
+          ! t/lib/b.t
+____________________________________________________________________________
+[  7720] By: jhi                                   on 2000/11/17  00:23:22
+        Log: The long double hints can be here or there.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[  7719] By: jhi                                   on 2000/11/17  00:14:06
+        Log: For Solaris use64bitall the stdchar needs a little bit of help.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[  7718] By: jhi                                   on 2000/11/16  23:27:34
+        Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
+             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
+             Date: Wed, 15 Nov 2000 08:56:32 +0100
+             Message-ID: <3A1241B0.64477E00@alcatel.at>
+     Branch: perl
+          ! lib/Carp/Heavy.pm
+____________________________________________________________________________
+[  7717] By: jhi                                   on 2000/11/16  23:23:29
+        Log: Subject: [PATCH] Re: 20001101.003 PDL
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 16 Nov 2000 16:48:25 +0000
+             Message-ID: <20001116164825.B93487@plum.flirble.org>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
+____________________________________________________________________________
+[  7716] By: jhi                                   on 2000/11/16  23:21:31
+        Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
+             From: "Casey R. Tweten" <crt@kiski.net>
+             Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
+             Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
+     Branch: perl
+          ! lib/Pod/Checker.pm pod/perlpod.pod
+____________________________________________________________________________
+[  7715] By: jhi                                   on 2000/11/16  23:19:40
+        Log: Avoid an infinite loop in VMS when utils scripts are run
+             with no arguments, from Charles Lane.
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  7714] By: jhi                                   on 2000/11/16  23:17:08
+        Log: Subject: perllocale.pod changes
+             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
+             Date: Mon, 13 Nov 2000 10:09:22 +0300
+             Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
+     Branch: perl
+          ! pod/perllocale.pod
+____________________________________________________________________________
+[  7713] By: jhi                                   on 2000/11/16  23:14:06
+        Log: Integrate perlio.
+     Branch: perl
+         !> doio.c perlio.c perlio.h util.c
+____________________________________________________________________________
+[  7710] By: jhi                                   on 2000/11/16  15:46:05
+        Log: Add HAS_SBRK_PROTO.
+     Branch: metaconfig/U/perl
+          + d_sbrkproto.U
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh malloc.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
+____________________________________________________________________________
+[  7708] By: jhi                                   on 2000/11/16  05:33:03
+        Log: These files are text, not binary.
+     Branch: perl
+          ! ext/Encode/Encode/iso8859-10.enc
+          ! ext/Encode/Encode/iso8859-13.enc
+          ! ext/Encode/Encode/iso8859-14.enc
+          ! ext/Encode/Encode/iso8859-15.enc
+____________________________________________________________________________
+[  7707] By: jhi                                   on 2000/11/16  01:53:37
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7706] By: jhi                                   on 2000/11/16  01:35:59
+        Log: More #undefing of stdio.
+     Branch: perl
+          ! fakesdio.h nostdio.h
+____________________________________________________________________________
+[  7705] By: jhi                                   on 2000/11/16  01:34:18
+        Log: Add fwalk() probe to the configuration files and regen perltoc.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
+          ! uconfig.h uconfig.sh util.c 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
+____________________________________________________________________________
+[  7703] By: jhi                                   on 2000/11/16  01:09:22
+        Log: The type of the hash_cb() size argument is tricky.
+     Branch: perl
+          ! ext/DB_File/DB_File.xs
+____________________________________________________________________________
+[  7702] By: jhi                                   on 2000/11/15  23:01:16
+        Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
+     Branch: perl
+          ! nostdio.h
+____________________________________________________________________________
+[  7701] By: jhi                                   on 2000/11/15  22:52:32
+        Log: Detypo.
+     Branch: perl
+          ! t/lib/bigfltpm.t
+____________________________________________________________________________
+[  7700] By: jhi                                   on 2000/11/15  22:51:56
+        Log: UINT64_C() work continues.
+     Branch: perl
+          ! handy.h perl.h utf8.h
+____________________________________________________________________________
+[  7699] By: jhi                                   on 2000/11/15  14:13:04
+        Log: SOCKS has its own USE_THREADS, based on
+             
+             Subject: [ID 20001114.002] et. al. bugfix followup
+             From: Jens Hamisch <jens@Strawberry.COM> 
+             Date: Wed, 15 Nov 2000 14:23:11 +0100
+             Message-ID: <20001115142311.A21164@Strawberry.COM>
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  7698] By: jhi                                   on 2000/11/15  03:50:56
+        Log: Add few missing #undefs and sort them.
+     Branch: perl
+          ! fakesdio.h
+____________________________________________________________________________
+[  7697] By: jhi                                   on 2000/11/15  03:39:14
+        Log: Linenumber fix.
+     Branch: perl
+          ! t/pragma/warn/utf8
+____________________________________________________________________________
+[  7696] By: jhi                                   on 2000/11/15  02:55:26
+        Log: EBCDIC tweaks.
+             
+             Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
+     Branch: perl
+          ! t/op/regmesg.t t/pragma/warn/utf8
+____________________________________________________________________________
+[  7695] By: jhi                                   on 2000/11/15  02:53:58
+        Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7694] By: jhi                                   on 2000/11/15  02:50:55
+        Log: Subject: [PATCH: perl@7674] updates to README.os390
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
+             Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
+     Branch: perl
+          ! README.os390
+____________________________________________________________________________
+[  7693] By: jhi                                   on 2000/11/15  02:48:37
+        Log: Quit utf8_to_uv() instantly if curlen == 0.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7692] By: jhi                                   on 2000/11/15  02:24:29
+        Log: Use u_int32_t for the size of hash_cb(), not size_t.
+             
+             Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
+             From: Jens Hamisch <jens@Strawberry.COM>     
+             Date: Tue, 14 Nov 2000 19:03:55 +0100
+             Message-Id: <20001114190355.A20559@Strawberry.COM>
+     Branch: perl
+          ! ext/DB_File/DB_File.xs
+____________________________________________________________________________
+[  7691] By: jhi                                   on 2000/11/15  02:20:12
+        Log: Use UINT64_C().
+             
+             Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
+             From: Jens Hamisch <jens@Strawberry.COM>
+             Date: Tue, 14 Nov 2000 19:16:23 +0100
+             Message-Id: <20001114191623.G20559@Strawberry.COM>
+     Branch: perl
+          ! utf8.c utf8.h
+____________________________________________________________________________
+[  7690] By: jhi                                   on 2000/11/15  02:17:06
+        Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
+             (a macro to define signed and unsigned integer constants).
+     Branch: perl
+          ! handy.h
+____________________________________________________________________________
+[  7689] By: jhi                                   on 2000/11/15  01:56:51
+        Log: Regen Configure.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  7685] By: jhi                                   on 2000/11/14  17:54:56
+        Log: Integrate perlio.
+     Branch: perl
+         +> fakesdio.h perliol.h
+         !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
+         !> perlsdio.h perlsfio.h pod/perlfunc.pod
+____________________________________________________________________________
+[  7683] By: jhi                                   on 2000/11/14  15:42:40
+        Log: Hoist the duplicated socket/netdb include logic to perl.h;
+             undef SETERRNO in case SOCKS has defined it.  Based on:
+             
+             Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
+             From: Jens Hamisch <jens@Strawberry.COM> 
+             Date: Tue, 14 Nov 2000 11:34:40 +0100
+             Message-Id: <20001114113440.A20005@Strawberry.COM>
+     Branch: perl
+          ! doio.c perl.h pp_sys.c
+____________________________________________________________________________
+[  7682] By: jhi                                   on 2000/11/14  14:07:28
+        Log: Subject: some additions for makefiles for win32 (for perl@7674)
+             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
+             Date: Tue, 14 Nov 2000 09:31:13 +0300
+             Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
+     Branch: perl
+          ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  7681] By: jhi                                   on 2000/11/14  14:01:41
+        Log: Subject: tiny typo in perl5db.pl
+             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
+             Date: Tue, 14 Nov 2000 09:29:28 +0300
+             Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[  7680] By: jhi                                   on 2000/11/14  04:13:50
+        Log: Redo #7679 with LFs instead of CRLFs.
+     Branch: perl
+          ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
+          ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
+          ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[  7679] By: jhi                                   on 2000/11/14  01:21:09
+        Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
+             From: Benjamin Stuhl <tiriath@yahoo.com> 
+             Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
+             Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
+     Branch: perl
+          + win32/bin/mdelete.bat
+          ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
+          ! makedef.pl perlio.c win32/Makefile win32/config.gc
+          ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[  7678] By: jhi                                   on 2000/11/14  01:19:20
+        Log: Fix the re extension building for Win32.
+             
+             Subject: [PATCH perl@7638] Get PerlIO building on Win32
+             From: Benjamin Stuhl <tiriath@yahoo.com> 
+             Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
+             Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
+     Branch: perl
+          + ext/re/hints/MSWin32.pl
+          ! MANIFEST
+____________________________________________________________________________
+[  7677] By: jhi                                   on 2000/11/14  01:13:54
+        Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
+             From: sthoenna@efn.org
+             Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
+             Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
+     Branch: perl
+          ! doop.c pp.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  7676] By: jhi                                   on 2000/11/13  20:23:15
+        Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 13 Nov 2000 18:55:04 +0000
+             Message-ID: <20001113185504.J29183@plum.flirble.org>
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
+____________________________________________________________________________
+[  7674] By: jhi                                   on 2000/11/13  15:07:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7673] By: jhi                                   on 2000/11/13  14:42:42
+        Log: Remove the new two tests of lib/io_xs for now, they seem to
+             fail under perlio on some platforms.
+     Branch: perl
+          ! t/lib/io_xs.t
+____________________________________________________________________________
+[  7672] By: jhi                                   on 2000/11/13  13:57:53
+        Log: Make PerlIO_getpos() to behave like fgetpos() on return.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7671] By: jhi                                   on 2000/11/13  05:30:48
+        Log: Placate nervous compilers that see longer than ints switch()ing.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7670] By: jhi                                   on 2000/11/13  05:14:21
+        Log: fputs() does return EOF on error but here we don't care.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7669] By: jhi                                   on 2000/11/13  05:02:45
+        Log: Declare reg_data like reg_substr_data.
+     Branch: perl
+          ! regexp.h
+____________________________________________________________________________
+[  7668] By: jhi                                   on 2000/11/13  04:54:34
+        Log: Typos in #7667.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  7667] By: jhi                                   on 2000/11/13  04:49:49
+        Log: Cleanup messy #ifdef.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  7666] By: jhi                                   on 2000/11/13  04:17:34
+        Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:14:11 +0000
+             Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
+             
+             Note: only one breakage of the two reported is fixed by this patch.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7665] By: jhi                                   on 2000/11/13  04:05:07
+        Log: Tweak the definition of the bit complement on UTF-8 data:
+             if none of the characters in the string are > 0xff,
+             the result is a complemented byte string, not a (UTF-8)
+             char string.  Based on the summary in
+             
+             Subject: Re: [ID 20000918.005] ~ on wide chars
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
+             Date: Fri, 10 Nov 2000 09:47:15 -0800
+             Message-ID: <jSDD6gzkgi/T092yn@efn.org>
+             
+             This should give us the maximum backward (pre-char string)
+             compatibility and utf8 compatibility.  The other alternative
+             would be to limit the bit complement to be always byte only,
+             taking the least significant byte of the chars.
+     Branch: perl
+          ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
+____________________________________________________________________________
+[  7664] By: jhi                                   on 2000/11/13  00:23:44
+        Log: Couple of tests from #7660 salvaged.
+     Branch: perl
+          - t/op/tell.t
+          ! MANIFEST t/io/tell.t
+____________________________________________________________________________
+[  7663] By: jhi                                   on 2000/11/13  00:02:48
+        Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:23:43 +0000
+             Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
+     Branch: perl
+          ! perlsfio.h
+____________________________________________________________________________
+[  7662] By: jhi                                   on 2000/11/13  00:01:39
+        Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:30:04 +0000
+             Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
+____________________________________________________________________________
+[  7661] By: jhi                                   on 2000/11/12  23:57:29
+        Log: Document tell() on special streams.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7660] By: jhi                                   on 2000/11/12  23:54:22
+        Log: (Subsumed by #7664)
+     Branch: perl
+          + t/op/tell.t
+          ! MANIFEST
+____________________________________________________________________________
+[  7659] By: jhi                                   on 2000/11/12  22:55:25
+        Log: Many subdocumented return values of the IO extension now documented.
+             ungetc and write still left subdocumented.
+             
+             Subject: [PATCH] (was Re: IO::Handle::ungetc)
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:35:53 +0000
+             Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm
+____________________________________________________________________________
+[  7658] By: jhi                                   on 2000/11/12  21:37:06
+        Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 20:03:22 +0000
+             Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7657] By: jhi                                   on 2000/11/12  20:34:55
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[  7653] By: jhi                                   on 2000/11/12  19:00:01
+        Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh 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
+____________________________________________________________________________
+[  7652] By: jhi                                   on 2000/11/11  21:12:01
+        Log: Copy the s// information of README.hpux also to the perlrun.
+     Branch: perl
+          ! README.hpux pod/perlrun.pod
+____________________________________________________________________________
+[  7651] By: jhi                                   on 2000/11/11  21:03:13
+        Log: More README.solaris updates from Andy Dougherty.
+     Branch: perl
+          ! README.solaris
+____________________________________________________________________________
+[  7650] By: jhi                                   on 2000/11/11  18:38:57
+        Log: More descriptive error for unknown perlio layers.
+             
+             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
+             From: Dominic Dunlop <domo@computer.org> 
+             Date: Sat, 11 Nov 2000 18:20:32 +0100             
+             Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
+     Branch: perl
+          ! perlio.c pod/perldiag.pod
+____________________________________________________________________________
+[  7649] By: jhi                                   on 2000/11/11  18:37:52
+        Log: MachTen doesn't really do mmap() and munmap().
+             
+             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
+             From: Dominic Dunlop <domo@computer.org> 
+             Date: Sat, 11 Nov 2000 18:20:32 +0100             
+             Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
+     Branch: perl
+          ! hints/machten.sh
+____________________________________________________________________________
+[  7648] By: jhi                                   on 2000/11/11  18:36:46
+        Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
+             From: rspier@pobox.com (Robert Spier)
+             Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
+             Message-ID: <14861.32839.491271.985797@rls.cx>
+     Branch: perl
+          ! Porting/Contract pod/perltoot.pod
+____________________________________________________________________________
+[  7646] By: jhi                                   on 2000/11/11  18:33:23
+        Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh 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
+____________________________________________________________________________
+[  7645] By: jhi                                   on 2000/11/11  16:45:15
+        Log: Use sysconf() or getpagesize() to find out the pagesize.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7644] By: jhi                                   on 2000/11/11  15:46:08
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[  7643] By: jhi                                   on 2000/11/11  15:33:36
+        Log: Subject: Re: [PATCH] README.solaris
+             From: Lupe Christoph <lupe@lupe-christoph.de>
+             Date: Sat, 11 Nov 2000 14:08:10 +0100
+             Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
+     Branch: perl
+          ! README.solaris
+____________________________________________________________________________
+[  7642] By: jhi                                   on 2000/11/11  15:22:12
+        Log: Subject: [PATCH perl@7638] cygwin port
+             From: "Eric Fifer" <egf7@columbia.edu>            
+             Date: Fri, 10 Nov 2000 19:30:30 -0000
+             Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
+     Branch: perl
+          ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
+____________________________________________________________________________
+[  7640] By: jhi                                   on 2000/11/11  02:05:02
+        Log: Add more encoding tables.
+     Branch: perl
+          + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
+          + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
+          + ext/Encode/Encode/iso8859-10.enc
+          + ext/Encode/Encode/iso8859-13.enc
+          + ext/Encode/Encode/iso8859-14.enc
+          + ext/Encode/Encode/iso8859-15.enc
+          ! MANIFEST
+____________________________________________________________________________
+[  7639] By: jhi                                   on 2000/11/10  18:49:25
+        Log: Subject: [PATCH] README.solaris
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          + README.solaris
+          ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
+          ! pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[  7638] By: jhi                                   on 2000/11/10  15:04:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7637] By: jhi                                   on 2000/11/10  14:14:28
+        Log: Explain better why certain regex tests are skipped.
+             
+             Subject: Re: tests skipped: unknown reason
+             From: Lupe Christoph <lupe@lupe-christoph.de>
+             Date: Fri, 10 Nov 2000 09:08:56 +0100
+             Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
+     Branch: perl
+          ! t/op/regexp.t
+____________________________________________________________________________
+[  7635] By: nick                                  on 2000/11/10  13:25:52
+        Log: Re-instate stdio large file support via perlio.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7634] By: jhi                                   on 2000/11/10  04:49:55
+        Log: Amdahl UTS hints updates.
+             
+             Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
+             From: hom00@utsglobal.com (Harold O Morris)
+             Date: Thu, 9 Nov 2000 20:02 PST
+             Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
+     Branch: perl
+          ! hints/uts.sh
+____________________________________________________________________________
+[  7633] By: jhi                                   on 2000/11/09  23:33:28
+        Log: Subject: [PATCH] IO::Seekable pod
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Thu, 9 Nov 2000 20:29:45 +0000
+             Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm
+____________________________________________________________________________
+[  7632] By: jhi                                   on 2000/11/09  21:55:41
+        Log: Various doc oddball characters.
+             
+             Subject: [ID 20001106.004] Perl 5.6.0 bugs  
+             From: Michael Somos <somos@grail.cba.csuohio.edu>
+             Date: Mon, 6 Nov 2000 17:44:20 -0500
+             Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
+     Branch: perl
+          ! emacs/cperl-mode.el lib/unicode/syllables.txt
+          ! win32/bin/search.pl
+____________________________________________________________________________
+[  7631] By: jhi                                   on 2000/11/09  21:12:29
+        Log: Subject: Re: bash -c exit and linux hints 
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Thu, 02 Nov 2000 09:37:25 -0500
+             Message-Id: <200011021437.JAA63199@raptor.research.att.com>
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[  7629] By: jhi                                   on 2000/11/09  19:46:31
+        Log: Missing dTHXs.
+             
+             Subject: RE: perl@7595 builds not on cygwin
+             From: "Eric Fifer" <egf7@columbia.edu>
+             Date: Thu, 9 Nov 2000 19:26:50 -0000
+             Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
+     Branch: perl
+          ! ext/Devel/Peek/Peek.xs
+____________________________________________________________________________
+[  7628] By: jhi                                   on 2000/11/09  14:48:27
+        Log: Disable only the tests 99 and 166 for UTF-8 locales.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  7627] By: jhi                                   on 2000/11/09  14:40:27
+        Log: There's no =head3.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  7626] By: jhi                                   on 2000/11/09  13:54:26
+        Log: The generated boot_* headers are wrong.  Pickier compiler,
+             such as KAI C++ will refuse to compile the resulting perlmain.
+             
+             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
+             From: Harri Pasanen <harri.pasanen@trema.com>
+             Date: Thu, 09 Nov 2000 14:23:28 +0100
+             Message-Id: <3A0AA550.26D548A3@trema.com>
+     Branch: perl
+          ! minimod.pl
+____________________________________________________________________________
+[  7625] By: jhi                                   on 2000/11/09  13:50:44
+        Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
+             Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
+             
+             All except the "cow orker" change.
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[  7624] By: jhi                                   on 2000/11/09  13:45:33
+        Log: Fix for
+             
+             Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
+             Date: Thu, 09 Nov 2000 11:05:52 +0100
+             Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! pod/perldiag.pod t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  7623] By: jhi                                   on 2000/11/09  13:37:16
+        Log: Typo in an ifndef.
+             
+             Subject: Re: [PATCH 5.7.0] better messages from malloc()
+             From: Joe Smith <jms@inwap.com>         
+             Date: Thu, 09 Nov 2000 01:33:14 -0800
+             Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
+     Branch: perl
+          ! malloc.c
+____________________________________________________________________________
+[  7622] By: jhi                                   on 2000/11/09  13:31:18
+        Log: Remove unused extra arguments.
+     Branch: metaconfig/U/perl
+          ! perlxv.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7621] By: jhi                                   on 2000/11/09  13:16:36
+        Log: More VMS moves on environment handling, from Charles Lane.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  7620] By: jhi                                   on 2000/11/09  04:42:38
+        Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
+             Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  7619] By: jhi                                   on 2000/11/09  04:36:21
+        Log: Forgot from #7618.
+     Branch: perl
+          ! lib/File/stat.pm
+____________________________________________________________________________
+[  7618] By: jhi                                   on 2000/11/09  04:28:44
+        Log: Make deleting for %ENV work for (newer versions of) VMS,
+             from Craig A. Berry.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  7617] By: jhi                                   on 2000/11/09  04:25:05
+        Log: Subject: [PATCH] Class::Struct at compile time
+             From: "Casey R. Tweten" <crt@kiski.net>
+             Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
+             Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
+     Branch: perl
+          ! lib/Class/Struct.pm
+____________________________________________________________________________
+[  7616] By: jhi                                   on 2000/11/09  04:15:17
+        Log: Subject: [ID 20001108.013] spelling
+             From: "Todd T. Fries" <todd@fries.int.mrleng.com>
+             Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
+             Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
+     Branch: perl
+          ! lib/ftp.pl
+____________________________________________________________________________
+[  7615] By: jhi                                   on 2000/11/09  04:12:42
+        Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  7614] By: jhi                                   on 2000/11/08  22:42:55
+        Log: A missing aTHX_.
+     Branch: perl
+          ! ext/IPC/SysV/SysV.xs
+____________________________________________________________________________
+[  7613] By: jhi                                   on 2000/11/08  19:30:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7612] By: jhi                                   on 2000/11/08  18:35:25
+        Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
+             Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  7611] By: jhi                                   on 2000/11/08  18:30:26
+        Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Tue, 7 Nov 2000 12:05:25 +0100
+             Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
+     Branch: perl
+          ! malloc.c
+____________________________________________________________________________
+[  7610] By: jhi                                   on 2000/11/08  18:25:14
+        Log: Do not test UTF-8 locales since that the tests would require
+             polymorphic regexen.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  7609] By: jhi                                   on 2000/11/08  17:12:51
+        Log: Locale buglets.
+             
+             Subject: RE: Locales support (setlocale) fixes
+             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
+             Date: Wed, 8 Nov 2000 20:01:39 +0300
+             Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
+     Branch: perl
+          ! t/pragma/locale.t util.c
+____________________________________________________________________________
+[  7608] By: jhi                                   on 2000/11/08  17:00:16
+        Log: Deleting $ENV{PATH} in VMS is not recommendable.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  7607] By: jhi                                   on 2000/11/08  16:58:26
+        Log: Subject: PATCH std stdio for (Free)BSD
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 8 Nov 2000 15:36:29 +0000
+             Message-ID: <20001108153629.D98736@plum.flirble.org>
+     Branch: metaconfig
+          ! U/compline/d_stdstdio.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7606] By: jhi                                   on 2000/11/08  16:43:31
+        Log: Forgot to bump the line numbers in #7601.
+     Branch: perl
+          ! t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  7605] By: jhi                                   on 2000/11/08  16:39:12
+        Log: More careful detection of how well NVs and UVs mix.
+             
+             Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 8 Nov 2000 15:14:12 +0000
+             Message-ID: <20001108151412.B98736@plum.flirble.org>
+             
+             Added some SIGFPE paranoia.
+     Branch: metaconfig/U/perl
+          ! perlxv.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7604] By: jhi                                   on 2000/11/08  14:39:10
+        Log: Subject: [patch perl@7595] VMS configure.com tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 8 Nov 2000 00:24:12 -0600
+             Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  7603] By: jhi                                   on 2000/11/08  14:27:11
+        Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 8 Nov 2000 11:11:39 GMT
+             Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7602] By: jhi                                   on 2000/11/08  14:25:03
+        Log: Fix for the tie-refhash string table leaks.
+             
+             From: Nick Ing-Simmons <nik@tiuk.ti.com> 
+             Date: Wed, 8 Nov 2000 13:03:04 GMT
+             Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
+     Branch: perl
+          ! t/lib/tie-refhash.t
+____________________________________________________________________________
+[  7601] By: jhi                                   on 2000/11/08  14:21:08
+        Log: Try to avoid flockless and emulationless places.
+     Branch: perl
+          ! t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  7600] By: jhi                                   on 2000/11/08  02:28:54
+        Log: Overrideable keys, each, pop, push, shift, splice, unshift.
+             
+             Subject: [PATCH] prototyped functions that should be overrideable
+             From: "Casey R. Tweten" <crt@kiski.net>
+             Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
+             Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  7599] By: jhi                                   on 2000/11/08  01:12:05
+        Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
+             
+             Subject: [PATCH] perlbug.PL
+             From: "Kurt D. Starsinic" <kstar@chapin.edu>
+             Date: Mon, 6 Nov 2000 21:39:01 -0500
+             Message-ID: <20001106213901.B20955@O2.chapin.edu>
+     Branch: perl
+          ! utils/perlbug.PL
+____________________________________________________________________________
+[  7598] By: jhi                                   on 2000/11/07  23:42:00
+        Log: Bad thinko in #7581 (I used the test program with the expanded
+             values as-is).
+     Branch: metaconfig
+          ! U/compline/d_stdstdio.U
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  7597] By: jhi                                   on 2000/11/07  21:43:29
+        Log: Subject: [PATCH perl@7573] cygwin port
+             From: "Fifer, Eric" <EFifer@sanwaint.com>
+             Date: Tue, 7 Nov 2000 18:08:51 -0000 
+             Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
+             
+             Synchronize with Cygwin 1.1.5.
+     Branch: perl
+          ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
+          ! pod/perlport.pod unixish.h util.c
+____________________________________________________________________________
+[  7596] By: jhi                                   on 2000/11/07  21:39:25
+        Log: perlhack updates from H.Merijn Brand.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  7595] By: jhi                                   on 2000/11/07  20:21:41
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  7594] By: jhi                                   on 2000/11/07  19:18:58
         Log: Be more robust in Dynaloader.pm.
      Branch: perl