[PATCH 5.7.0] make regcomp reenterable
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 1b2729e..2768ef7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,361 @@ 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.