implement C<goto &func> and other fixes (via private mail)
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index f2b953e..4df6ccc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -74,10 +74,560 @@ indicator:
 
 
 ----------------
-Version 5.005_52        Development release working toward 5.006
+Version 5.005_53        Development release working toward 5.006
 ----------------
 
 ____________________________________________________________________________
+[  1935] By: gsar                                  on 1998/10/06  06:50:35
+        Log: add test for previous fix
+     Branch: perl
+           ! ext/Thread/create.t
+____________________________________________________________________________
+[  1934] By: gsar                                  on 1998/10/06  06:37:36
+        Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
+     Branch: perl
+           ! util.c
+____________________________________________________________________________
+[  1933] By: gsar                                  on 1998/10/06  05:04:20
+        Log: undo bogus part of change#1903 (as pointed out by Larry)
+     Branch: perl
+           ! pp_ctl.c
+____________________________________________________________________________
+[  1932] By: gsar                                  on 1998/10/06  04:21:31
+        Log: added tweaked version of suggested patch
+             From: jan.dubois@ibm.net (Jan Dubois)
+             Date: Sat, 03 Oct 1998 19:04:48 +0200
+             Message-ID: <361d54b2.36841294@smtp1.ibm.net>
+             Subject: [PATCH 5.005_52] More MakeMaker  patches
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
+           ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
+____________________________________________________________________________
+[  1931] By: gsar                                  on 1998/10/06  04:04:33
+        Log: use cpp symbols instead of hardwired constants
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Mon, 05 Oct 1998 09:23:33 +0100
+             Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
+             Subject: [PATCH 5.005_52] By the numbers (resend)
+     Branch: perl
+           ! op.c
+____________________________________________________________________________
+[  1930] By: gsar                                  on 1998/10/06  04:01:55
+        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
+             Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
+             Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
+     Branch: perl
+          ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
+           ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
+____________________________________________________________________________
+[  1929] By: gsar                                  on 1998/10/06  03:50:36
+        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
+             Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
+             Subject: [PATCH 5.00552] Minor test improvement
+     Branch: perl
+           ! t/op/magic.t
+____________________________________________________________________________
+[  1928] By: gsar                                  on 1998/10/06  03:49:03
+        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
+             Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
+             Subject: [PATCH 5.00552] emacs/ptags inprovements
+     Branch: perl
+           ! emacs/ptags
+____________________________________________________________________________
+[  1927] By: gsar                                  on 1998/10/06  03:47:44
+        Log: disable C<#define dirty PL_dirty> et al.
+     Branch: perl
+           ! embed.pl embedvar.h
+____________________________________________________________________________
+[  1926] By: gsar                                  on 1998/10/06  03:43:32
+        Log: From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 04 Oct 1998 14:48:11 -0400
+             Message-ID: <19981004184811.16048.qmail@plover.com>
+             Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
+     Branch: perl
+           ! utils/perldoc.PL
+____________________________________________________________________________
+[  1925] By: gsar                                  on 1998/10/06  03:27:35
+        Log: disable USE_THREADS when PERL_OBJECT is enabled
+     Branch: perl
+           ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  1924] By: gsar                                  on 1998/10/06  03:26:54
+        Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
+     Branch: perl
+          ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
+           ! vms/perly_c.vms
+____________________________________________________________________________
+[  1923] By: gsar                                  on 1998/10/03  05:19:56
+        Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
+             overridden
+     Branch: perl
+          ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
+           ! proto.h vms/perly_c.vms
+____________________________________________________________________________
+[  1922] By: gsar                                  on 1998/10/03  03:59:50
+        Log: suppress manifypods leak in extensions
+     Branch: perl
+           ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
+____________________________________________________________________________
+[  1921] By: gsar                                  on 1998/10/02  22:30:15
+        Log: os390 fixes (suggested by Peter Prymmer)
+     Branch: perl
+           ! Makefile.SH regcomp.c
+____________________________________________________________________________
+[  1920] By: gsar                                  on 1998/10/02  21:41:19
+        Log: squelch undef warnings
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Fri, 02 Oct 1998 11:01:14 +0100
+             Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
+             Subject: [PATCH] Re: Apparent bug in Math::BigInt 
+     Branch: perl
+           ! Changes lib/Math/BigInt.pm
+____________________________________________________________________________
+[  1919] By: gsar                                  on 1998/10/02  04:59:13
+        Log: add note to INSTALL about ANSI C
+     Branch: perl
+           ! INSTALL
+____________________________________________________________________________
+[  1918] By: gsar                                  on 1998/10/02  04:21:10
+        Log: tolerate spaces when fixing up __cplusplus output by old h2xs
+             From: jan.dubois@ibm.net (Jan Dubois)
+             Date: Wed, 30 Sep 1998 23:35:30 +0200
+             Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
+             Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
+     Branch: perl
+           ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[  1917] By: gsar                                  on 1998/10/02  04:16:02
+        Log: From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
+             Message-Id: <199810010837.LAA31371@alpha.hut.fi>
+             Subject: Re: Configure test for selectbits busted
+     Branch: perl
+           ! Configure
+____________________________________________________________________________
+[  1916] By: gsar                                  on 1998/10/02  04:14:17
+        Log: From: Dan Sugalski <sugalskd@osshe.edu>
+             Date: Wed, 30 Sep 1998 17:15:20 -0700
+             Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
+             Subject: [PATCH 5.005_02]VMS config tweaks
+     Branch: perl
+           ! vms/descrip_mms.template vms/subconfigure.com
+____________________________________________________________________________
+[  1915] By: gsar                                  on 1998/10/02  04:10:47
+        Log: use Off_t to permit 64-bit seek()
+             From: Scott Henry <scotth@sgi.com>
+             Date: 29 Sep 1998 17:38:46 -0700
+             Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
+             Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
+             --
+             Date: 28 Sep 1998 18:55:37 -0700
+             Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
+             Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
+     Branch: perl
+           ! doio.c pp_sys.c proto.h sv.c
+____________________________________________________________________________
+[  1914] By: gsar                                  on 1998/10/02  04:05:36
+        Log: normalize tm struct passed to strftime() with mktime()
+             From: Spider Boardman <spider@orb.nashua.nh.us>
+             Date: Wed, 30 Sep 1998 15:12:09 -0400
+             Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
+             Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
+     Branch: perl
+           ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[  1913] By: gsar                                  on 1998/10/02  03:59:46
+        Log: don't try to run foo_SH.orig etc.
+     Branch: perl
+           ! Configure
+____________________________________________________________________________
+[  1912] By: gsar                                  on 1998/10/02  03:45:37
+        Log: make warning about glob process failure optional
+     Branch: perl
+           ! pod/perldiag.pod pp_hot.c
+____________________________________________________________________________
+[  1911] By: gsar                                  on 1998/10/02  02:52:21
+        Log: document yet another RE diagnostic, make it consistent with REG_INFTY
+             From: Dominic Dunlop <domo@vo.lu>
+             Date: Tue, 29 Sep 1998 21:06:30 +0000
+             Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
+             Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
+             --
+             Date: Wed, 30 Sep 1998 11:46:44 +0000
+             Message-Id: <v03110702b237beb04830@[212.24.192.74]>
+             Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
+     Branch: perl
+           ! pod/perldiag.pod regcomp.c
+____________________________________________________________________________
+[  1910] By: gsar                                  on 1998/10/02  02:48:48
+        Log: minor Configure tweaks (via private mail)
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
+             Message-Id: <199809292325.CAA19737@alpha.hut.fi>
+             Subject: [PATCH] 5.005_52: the drizzle continues
+     Branch: perl
+           ! Configure config_h.SH handy.h
+____________________________________________________________________________
+[  1909] By: gsar                                  on 1998/10/02  02:46:39
+        Log: update SCO hints for dynamic loading
+             From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+             Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
+             Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
+             Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
+             --
+             Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
+             Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
+             Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
+     Branch: perl
+           ! hints/sco.sh
+____________________________________________________________________________
+[  1908] By: gsar                                  on 1998/10/02  02:33:39
+        Log: make File::Find work when wanted() is autoloaded or a symbolic ref
+     Branch: perl
+           ! lib/File/Find.pm
+____________________________________________________________________________
+[  1907] By: gsar                                  on 1998/10/02  02:21:52
+        Log: applied patches, but retained old behavior for win32 (where compilers
+             can't read from stdin at all)
+             From: Graham Barr <gbarr@ti.com>
+             Date: Mon, 28 Sep 1998 09:41:49 -0500
+             Message-ID: <19980928094149.B26576@asic.sc.ti.com>
+             Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
+             --
+             Date: Tue, 29 Sep 1998 12:35:43 -0500
+             Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
+             Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
+     Branch: perl
+           ! ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[  1906] By: gsar                                  on 1998/10/02  02:02:19
+        Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
+             Hietaniemi)
+     Branch: perl
+           ! t/op/grent.t
+____________________________________________________________________________
+[  1905] By: gsar                                  on 1998/10/02  01:59:56
+        Log: win32 caveats about truncate()
+     Branch: perl
+           ! pod/perlport.pod
+____________________________________________________________________________
+[  1904] By: gsar                                  on 1998/10/02  01:53:25
+        Log: various Configure and hints updates (prefer drand48() or random()
+             over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
+             applied modulo SCO hints superceded by later patch
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
+             Message-Id: <199809282156.AAA18615@alpha.hut.fi>
+             Subject: [PATCH] 5.005_52: Configure et al:
+     Branch: perl
+           + ext/IPC/SysV/hints/next_3.pl
+          ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
+          ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
+           ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
+____________________________________________________________________________
+[  1903] By: gsar                                  on 1998/10/02  01:42:37
+        Log: fixes for bugs in /RE/p   from Hugo van der Sanden
+             Date: Mon, 28 Sep 1998 17:41:49 +0100
+             Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
+             Subject: [PATCH 5.005_52] Re: More on ?p 
+             --
+             Date: Thu, 01 Oct 1998 09:10:58 +0100
+             Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
+             Subject: [PATCH 5.005_52] ?p fix
+             --
+             Date: Thu, 01 Oct 1998 10:45:56 +0100
+             Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
+             Subject: [PATCH 5.005_52] more on ?p
+     Branch: perl
+           ! pp_ctl.c
+____________________________________________________________________________
+[  1902] By: gsar                                  on 1998/10/02  01:36:14
+        Log: From: Kenneth Duda <kjd@cisco.com>
+             Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
+             Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
+             Subject: writemain dies when there are more than 4000 characters of extensions
+     Branch: perl
+           ! writemain.SH
+____________________________________________________________________________
+[  1901] By: gsar                                  on 1998/10/02  01:33:16
+        Log: tweak run_byacc recipe
+     Branch: perl
+           ! Makefile.SH Porting/pumpkin.pod
+____________________________________________________________________________
+[  1900] By: gsar                                  on 1998/10/02  01:02:09
+        Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
+     Branch: perl
+           ! perl.h pp_ctl.c
+____________________________________________________________________________
+[  1899] By: gsar                                  on 1998/09/28  20:46:30
+        Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
+             Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
+             Dvornik)
+     Branch: perl
+           ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
+____________________________________________________________________________
+[  1898] By: gsar                                  on 1998/09/28  20:42:52
+        Log: flush unsubmitted 5.00552 change
+     Branch: perl
+           ! MANIFEST
+____________________________________________________________________________
+[  1897] By: gsar                                  on 1998/09/27  04:43:06
+        Log: run vms_yfix.pl
+     Branch: perl
+           ! vms/perly_c.vms
+____________________________________________________________________________
+[  1896] By: gsar                                  on 1998/09/27  03:38:55
+        Log: small tweak on last change
+     Branch: perl
+           ! win32/win32.c
+____________________________________________________________________________
+[  1895] By: gsar                                  on 1998/09/27  03:17:17
+        Log: fix win32_stat() to do the right thing for share names
+     Branch: perl
+           ! win32/win32.c
+____________________________________________________________________________
+[  1891] By: larry                                 on 1998/09/25  18:50:40
+        Log: Fixed apostrophe problem from Mark Knutsen.
+     Branch: perl
+           ! sv.h
+
+----------------
+Version 5.005_52
+----------------
+
+____________________________________________________________________________
+[  1890] By: gsar                                  on 1998/09/25  10:25:00
+        Log: update template config.sh, add new config vars to win32 stuff
+     Branch: perl
+          ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
+          ! pp_sys.c proto.h win32/config.bc win32/config.gc
+          ! win32/config.vc win32/config_H.bc win32/config_H.gc
+           ! win32/config_H.vc win32/win32.h
+____________________________________________________________________________
+[  1889] By: gsar                                  on 1998/09/25  07:13:13
+        Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
+             for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
+             of full-fledged 64-bit support (including support for: fseeko/ftello,
+             Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
+             in Fcntl)
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
+             Message-Id: <199809112056.XAA04720@alpha.hut.fi>
+             Subject: [PATCH] 5.005_51: Configure "Massive Attack"
+             --
+             From: Jarkko Hietaniemi <jhi@cc.hut.fi>
+             Date: 12 Sep 1998 09:44:25 +0300
+             Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
+             Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
+     Branch: perl
+           + lib/filetest.pm
+          ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
+          ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
+          ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
+          ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
+          ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
+           ! win32/makedef.pl
+____________________________________________________________________________
+[  1888] By: gsar                                  on 1998/09/25  06:27:12
+        Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
+     Branch: perl
+          ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+           ! win32/makedef.pl win32/makefile.mk win32/win32.c
+____________________________________________________________________________
+[  1887] By: gsar                                  on 1998/09/25  04:50:49
+        Log: win32.c tweak
+     Branch: perl
+           ! win32/win32.c
+____________________________________________________________________________
+[  1886] By: gsar                                  on 1998/09/25  04:47:32
+        Log: s/MAKEMAKEROPT/PERL_MM_OPT/
+     Branch: perl
+           ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[  1885] By: gsar                                  on 1998/09/25  04:05:09
+        Log: From: Dominic Dunlop <domo@vo.lu>
+             Date: Thu, 10 Sep 1998 11:02:46 +0000
+             Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
+             Subject: MM_Unix::canonpath erroneously turns leading // into /
+     Branch: perl
+           ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  1884] By: gsar                                  on 1998/09/25  03:06:10
+        Log: temporarily disable perl malloc for a2p until we clean up
+             conflicting malloc() declarations everywhere
+     Branch: perl
+           ! x2p/Makefile.SH
+____________________________________________________________________________
+[  1883] By: gsar                                  on 1998/09/25  02:27:00
+        Log: remove obsolete win32/bin/*.pl
+     Branch: perl
+           - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
+           ! Changes MANIFEST win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  1882] By: gsar                                  on 1998/09/25  02:04:43
+        Log: missing file in last submit
+     Branch: perl
+           ! proto.h
+____________________________________________________________________________
+[  1881] By: gsar                                  on 1998/09/25  01:56:54
+        Log: serial access to PL_x[inpr]v_root for USE_THREADS
+     Branch: perl
+           ! sv.c
+____________________________________________________________________________
+[  1880] By: gsar                                  on 1998/09/25  01:19:38
+        Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
+             From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
+             Date: Thu, 24 Sep 1998 22:01:09 +0900
+             Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
+             Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
+     Branch: perl
+           ! hv.c proto.h
+____________________________________________________________________________
+[  1879] By: gsar                                  on 1998/09/25  00:20:07
+        Log: tweaks to enable PERL_OBJECT to build & test on win32
+     Branch: perl
+          ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
+           ! win32/GenCAPI.pl
+____________________________________________________________________________
+[  1878] By: gsar                                  on 1998/09/25  00:13:36
+        Log: fix change#1861, which breaks default boot_xxx symbol generation
+     Branch: perl
+           ! lib/ExtUtils/Mksymlists.pm
+____________________________________________________________________________
+[  1877] By: gsar                                  on 1998/09/24  10:29:54
+        Log: two tweaks for clean build and test on Solaris
+     Branch: perl
+           ! op.c t/op/subst.t
+____________________________________________________________________________
+[  1876] By: gsar                                  on 1998/09/24  09:04:43
+        Log: From: Colin Kuskie <ckuskie@cadence.com>
+             Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
+             Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
+             Subject: [PATCH 5.005_51] perlform.pod
+     Branch: perl
+           ! pod/perlform.pod
+____________________________________________________________________________
+[  1875] By: gsar                                  on 1998/09/24  08:47:47
+        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
+             Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
+             Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
+     Branch: perl
+           ! regexec.c
+____________________________________________________________________________
+[  1874] By: gsar                                  on 1998/09/24  08:44:55
+        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
+             Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
+             Subject: Re: your Regexp.patch dated 21.8 [PATCH]
+     Branch: perl
+           ! toke.c
+____________________________________________________________________________
+[  1873] By: gsar                                  on 1998/09/24  08:39:41
+        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
+             Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
+             Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
+     Branch: perl
+           ! Changes regcomp.c
+____________________________________________________________________________
+[  1872] By: gsar                                  on 1998/09/24  08:37:00
+        Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
+             Date: Sun, 23 Aug 1998 23:18:38 PDT
+             Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
+             Subject: new irix_6.sh hints file
+     Branch: perl
+           ! hints/irix_6.sh
+____________________________________________________________________________
+[  1871] By: gsar                                  on 1998/09/24  07:26:37
+        Log: correct FSF address in various places
+     Branch: perl
+           ! Copying README ext/B/README lib/Getopt/Long.pm
+____________________________________________________________________________
+[  1870] By: gsar                                  on 1998/09/24  07:11:56
+        Log: From:    Dan Sugalski <sugalskd@osshe.edu>
+             Date:    Fri, 14 Aug 1998 09:20:16 PDT
+             Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
+             Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
+     Branch: perl
+           ! configure.com
+____________________________________________________________________________
+[  1869] By: gsar                                  on 1998/09/24  06:55:59
+        Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
+             From:    Scott Henry <scotth@sgi.com>
+             Date:    13 Aug 1998 09:52:15 PDT
+             Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
+             Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
+     Branch: perl
+           ! hints/irix_6.sh
+____________________________________________________________________________
+[  1868] By: gsar                                  on 1998/09/24  06:51:23
+        Log: From:    Nathan Torkington <gnat@frii.com>
+             Date:    Thu, 13 Aug 1998 10:59:48 MDT
+             Message-Id: <199808131659.KAA06179@prometheus.frii.com>
+             Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
+     Branch: perl
+           ! pod/perlfunc.pod
+____________________________________________________________________________
+[  1867] By: gsar                                  on 1998/09/24  06:45:13
+        Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
+             that are autoloaded)
+     Branch: perl
+           ! pp_ctl.c
+____________________________________________________________________________
+[  1866] By: gsar                                  on 1998/09/24  05:21:19
+        Log: grandfather deprecated "$$<digit>" no more
+     Branch: perl
+           ! pod/perldiag.pod toke.c
+____________________________________________________________________________
+[  1865] By: gsar                                  on 1998/09/24  04:52:48
+        Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
+             low bits (suggested by Ilya Zakharevich)
+     Branch: perl
+           ! hv.h
+____________________________________________________________________________
+[  1864] By: gsar                                  on 1998/09/24  04:29:14
+        Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
+             perly_c.diff
+     Branch: perl
+          ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
+           ! perly_c.diff toke.c
+____________________________________________________________________________
+[  1863] By: gsar                                  on 1998/09/24  03:36:30
+        Log: provide locked access to string table for USE_THREADS
+     Branch: perl
+           ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
+____________________________________________________________________________
+[  1862] By: gsar                                  on 1998/09/24  03:30:32
+        Log: remove bogus warn()
+     Branch: perl
+           ! embed.pl
+____________________________________________________________________________
+[  1861] By: gsar                                  on 1998/09/24  02:58:51
+        Log: applied suggested patch, adapted for all platforms
+             From: jan.dubois@ibm.net (Jan Dubois)
+             Date: Sun, 20 Sep 1998 12:56:38 +0200
+             Message-ID: <3604de0c.12319885@smtp1.ibm.net>
+             Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
+     Branch: perl
+          ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+           ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[  1860] By: gsar                                  on 1998/09/24  02:16:14
+        Log: upgrade to CPAN-1.40
+     Branch: perl
+           ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[  1859] By: gsar                                  on 1998/09/24  02:08:59
+        Log: use $ENV{MAKEMAKEROPT} to set default command line args
+     Branch: perl
+           ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
 [  1857] By: gsar                                  on 1998/09/23  10:58:36
         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
              Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)