Larry Wall <larry@wall.org>
+
+NOTE: Each change entry shows the change number; who checked it into the
+repository; when; description of the change; which branch the change
+happened in; and the affected files. The file lists have a short symbolic
+indicator:
+
+ ! modified
+ + added
+ - deleted
+ +> branched (from elsewhere)
+ !> merged changes (from elsewhere)
+
+
+----------------
+Version 5.004_68 Developer release working toward 5.005
+----------------
+
+____________________________________________________________________________
+[ 1191] By: gsar on 1998/06/22 15:56:27
+ Log: tweak win32 makefiles for PERL_OBJECT build
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1190] By: gsar on 1998/06/22 04:06:02
+ Log: backout change#1178 as it was dependent on an unapplied patch,
+ fix filespec.t to know its @INC
+ Branch: perl
+ ! sv.c t/lib/filespec.t
+____________________________________________________________________________
+[ 1189] By: gsar on 1998/06/22 03:47:43
+ Log: eliminate use of tokenbuf in util.c
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 1188] By: gsar on 1998/06/22 01:53:59
+ Log: add patch that generates regnodes.h via regcomp.pl
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
+ Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
+ Branch: perl
+ + regcomp.pl regcomp.sym regnodes.h
+ ! MANIFEST Makefile.SH regcomp.h
+____________________________________________________________________________
+[ 1187] By: gsar on 1998/06/22 01:42:21
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Avoid temporaries on recursion
+ Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
+ Branch: perl
+ ! pp_ctl.c pp_hot.c
+____________________________________________________________________________
+[ 1186] By: gsar on 1998/06/22 01:14:14
+ Log: merge relevant portions from maintbranch change#1155
+ Branch: perl
+ ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
+ ! pod/perlrun.pod pp_hot.c
+____________________________________________________________________________
+[ 1185] By: gsar on 1998/06/22 00:59:28
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Zero-length matching bug
+ Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
+ Branch: perl
+ ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 1184] By: gsar on 1998/06/22 00:57:27
+ Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
+ Subject: Re: _67 not okay
+ Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 1183] By: gsar on 1998/06/22 00:53:37
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Test study/re/
+ Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 1182] By: gsar on 1998/06/21 21:25:07
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] $^R documented
+ Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
+ Branch: perl
+ ! pod/perlre.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 1181] By: gsar on 1998/06/21 21:23:41
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Re docs
+ Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
+ Branch: perl
+ ! pod/perlop.pod pod/perlre.pod
+____________________________________________________________________________
+[ 1180] By: gsar on 1998/06/21 21:22:16
+ Log: adapted contents of message into comments in malloc.c and INSTALL
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
+ Subject: [5.004_67] malloc.c -Defines
+ Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
+ Branch: perl
+ ! INSTALL malloc.c
+____________________________________________________________________________
+[ 1179] By: gsar on 1998/06/21 07:26:35
+ Log: applied patch, with edits to the prose
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Error variables compared
+ Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 1178] By: gsar on 1998/06/21 07:07:16
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] print study /re/ broken
+ Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 1177] By: gsar on 1998/06/21 07:06:10
+ Log: applied patch, tweaked wording
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Documentation patch for malloc
+ Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
+ Branch: perl
+ ! malloc.c pod/perldiag.pod
+____________________________________________________________________________
+[ 1176] By: gsar on 1998/06/21 07:00:30
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Cosmetic malloc patch
+ Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 1175] By: gsar on 1998/06/21 06:58:37
+ Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
+ Date: Fri, 19 Jun 1998 16:00:57 -0700
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: [PATCH 5.004_67] fixup patches for VMS
+ Branch: perl
+ ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
+ ! t/op/taint.t vms/test.com vms/vms.c
+____________________________________________________________________________
+[ 1174] By: gsar on 1998/06/21 06:55:18
+ Log: applied VMS patch from Dan Sugalski
+ Date: Fri, 19 Jun 1998 15:36:34 -0700
+ From: SYSTEM@cedar.osshe.edu
+ Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
+ Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
+ Branch: perl
+ ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
+ ! vms/descrip_mms.template vms/gen_shrfls.pl
+ ! vms/subconfigure.com
+____________________________________________________________________________
+[ 1173] By: gsar on 1998/06/21 06:51:38
+ Log: applied patch, modified logic to avoid reentering lexer at compile-time
+ Message-ID: <19980619113104.S9711@asic.sc.ti.com>
+ Date: Fri, 19 Jun 1998 11:31:04 -0500
+ From: Graham Barr <gbarr@ti.com>
+ Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
+ Branch: perl
+ ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
+ ! lib/English.pm
+____________________________________________________________________________
+[ 1172] By: gsar on 1998/06/21 06:27:57
+ Log: applied patch, along with many changes:
+ - ipfoo.h headers have been coalesced along with perlfoo.h into
+ iperlsys.h
+ - win32/cp*.h have been combined in perlhost.h
+ - CPerlObj::PerlParse() takes an extra xsinit arg
+ - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
+ From: "Douglas Lankshear" <dougl@ActiveState.com>
+ Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
+ Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler
+ Date: Fri, 19 Jun 1998 10:59:50 -0700
+ Branch: perl
+ + iperlsys.h win32/perlhost.h
+ - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
+ - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
+ - perlsock.h
+ ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
+ ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
+ ! win32/runperl.c win32/win32.h
+____________________________________________________________________________
+[ 1171] By: gsar on 1998/06/21 00:44:42
+ Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
+ From: Daniel Grisinger <dgris@perrin.dimensional.com>
+ Subject: Re: PATCH _67 (Doc) perlop.pod
+ Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 1170] By: gsar on 1998/06/21 00:43:06
+ Log: a tweaked version of:
+ From: "Douglas Lankshear" <dougl@ActiveState.com>
+ Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
+ Date: Wed, 17 Jun 1998 20:25:51 -0700
+ Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
+ Branch: perl
+ ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1169] By: gsar on 1998/06/21 00:10:18
+ Log: added patch, regen headers
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
+ Subject: Re: Ilya's patches
+ Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
+ Branch: perl
+ ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
+____________________________________________________________________________
+[ 1168] By: gsar on 1998/06/21 00:05:01
+ Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Subject: [PATCH] docs creating files via open
+ Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 1167] By: gsar on 1998/06/21 00:03:34
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_67] Better version of malloc improver
+ Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 1166] By: gsar on 1998/06/20 23:59:23
+ Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
+ Branch: perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 1165] By: gsar on 1998/06/20 23:47:09
+ Log: added patch, tweaked missed files, excised comment that doesn't really
+ belong in the sources
+ From: joshua.pritikin@db.com
+ Date: Mon, 15 Jun 1998 10:03:37 -0400
+ Message-Id: <H00000e500072c63@MHS>
+ Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
+ Branch: perl
+ ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
+ ! t/op/avhv.t
+____________________________________________________________________________
+[ 1164] By: gsar on 1998/06/20 23:29:09
+ Log: add File-Spec-0.6 from CPAN
+ Branch: perl
+ + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
+ + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
+ + lib/File/Spec/Win32.pm t/lib/filespec.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 1163] By: gsar on 1998/06/20 23:15:41
+ Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
+ Branch: perl
+ ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1162] By: gsar on 1998/06/20 21:48:32
+ Log: manual integration of all outstanding ansi branch stuff into mainline
+ Branch: perl
+ ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
+ ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
+ ! win32/win32.h
+____________________________________________________________________________
+[ 1161] By: gsar on 1998/06/20 21:12:01
+ Log: undo goofed change 1157 (backed out the fix instead of keeping it)
+ Branch: perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 1160] By: nick on 1998/06/20 21:05:51
+ Log: Patches to build with EGCS-1.0.2 Mingw32 port.
+ Branch: ansiperl
+ ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
+ ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
+____________________________________________________________________________
+[ 1159] By: gsar on 1998/06/20 02:51:35
+ Log: cleanup installation of utilities on win32
+ Branch: perl
+ ! installperl pod/Makefile win32/Makefile win32/makefile.mk
+ ! win32/pod.mak
+____________________________________________________________________________
+[ 1158] By: gsar on 1998/06/20 02:50:35
+ Log: intuit @INC pathnames from exe location only if dll location
+ is unknown (ensures that multiple executables will coexist)
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 1157] By: gsar on 1998/06/20 02:48:34
+ Log: make perldoc ignore null files (it tried to open() them)
+ Branch: perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 1156] By: gsar on 1998/06/19 21:18:47
+ Log: fix perldoc to ignore unfound null filenames
+ Branch: perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 1155] By: TimBunce on 1998/06/19 18:47:57
+ Log: Assorted patches:
+
+ ------ BUILD PROCESS ------
+
+ Title: "Clarify varargs issues in INSTALL docs"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
+ Files: INSTALL
+
+ ------ CORE LANGUAGE ------
+
+ Title: "Further fixes for updated SysV IPC support"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199805211644.TAA15139@alpha.hut.fi>
+ Files: Configure perl.h doio.c
+
+ Title: "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
+ From: Andrew Bettison <andrewb@zip.com.au>
+ Msg-ID: <m0ykMQx-000OQCC@headroom.zip.com.au>
+ Files: pp_hot.c
+
+ Title: "Invalidate method cache on C<local *subname>"
+ From: Chip Salzenberg <chip@perl.org>
+ Msg-ID: <19980604134731.D24343@perlsupport.com>
+ Files: scope.c t/op/method.t
+
+ Title: "fix uninitialized cv variable in op.c"
+ From: joshua.pritikin@db.com
+ Msg-ID: <H00000e50005af05@MHS>
+ Files: op.c
+
+ Title: "fix for undef as last arg to setsockopt"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <19980603112219.B7638@asic.sc.ti.com>
+ Files: pp_sys.c
+
+ Title: "Fix -i when @ARGV is empty"
+ From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
+ <gsar@engin.umich.edu>, Ilya Zakharevich
+ <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
+ Msg-ID: <19980606184942.A4583@perlsupport.com>,
+ <199806070029.UAA18709@monk.mps.ohio-state.edu>,
+ <199806071817.OAA28141@aatma.engin.umich.edu>,
+ <199806191549.QAA16376@toad.ig.co.uk>
+ Files: pp_hot.c
+
+ ------ DOCUMENTATION ------
+
+ Title: "Discrepancy between perlop.pod and m// operator docs"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
+ Files: pod/perlop.pod
+
+ Title: "Doc addition for perlfunc entry for system()"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
+ <fletch@phydeaux.org>
+ Msg-ID: <199806011908.PAA31069@dewdrop2.mindspring.com>,
+ <199806012057.QAA26830@monk.mps.ohio-state.edu>
+ Files: pod/perlfunc.pod
+
+ Title: "Clarify effects of using quotes with m operator"
+ From: Daniel Grisinger <dgris@perrin.dimensional.com>
+ Msg-ID: <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
+ Files: pod/perlop.pod
+
+ Title: "Document -i with STDIN"
+ From: joshua.pritikin@db.com
+ Msg-ID: <H00000e50006a84a@MHS>
+ Files: pod/perlrun.pod
+
+ ------ EXTENSIONS ------
+
+ Title: "Fix Liblist.pm to tolerate backslashen in paths"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199806011954.PAA10900@aatma.engin.umich.edu>
+ Files: lib/ExtUtils/Liblist.pm
+
+ ------ LIBRARY ------
+
+ Title: "Typo fix for Math::BogFloat"
+ From: Mike Stok <mike@stok.co.uk>
+ Msg-ID: <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
+ Files: lib/Math/BigFloat.pm
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "Add docs about types of diff to Porting/patching.pod"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199806090105.VAA20005@aatma.engin.umich.edu>
+ Files: Porting/patching.pod
+
+ Title: "Set dont_use_nlink for PowerMAX OS 4.2"
+ From: Tom Horsley <Tom.Horsley@mail.ccur.com>
+ Msg-ID: <199806161354.NAA21316@cleo.ssd.hcsc.com>
+ Files: hints/powerux.sh
+
+ Title: "Assorted improvements to hints/solaris_2.sh"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
+ Files: hints/solaris_2.sh
+ Branch: maint-5.004/perl
+ ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
+ ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
+ ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
+ ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
+ ! t/op/method.t
+____________________________________________________________________________
+[ 1154] By: gsar on 1998/06/19 17:22:23
+ Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
+ Branch: perl
+ ! ext/B/B/Asmdata.pm regcomp.c
+____________________________________________________________________________
+[ 1153] By: nick on 1998/06/19 17:21:21
+ Log: Use libxxx.a for -lxxx with GCC
+ Branch: ansiperl
+ ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 1152] By: TimBunce on 1998/06/19 17:08:18
+ Log: Title: Tom's jumbo doc patch
+ From: Tom Christiansen <tchrist@chthon.perl.com>
+ Msg-Id: <199806140419.WAA20549@chthon.perl.com>
+ Files: pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
+ pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+ pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+ pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
+ pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
+ pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
+ pod/perlop.pod pod/perlre.pod pod/perlref.pod
+ pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
+ pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
+ pod/perlvar.pod
+ Branch: maint-5.004/perl
+ ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
+ ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+ ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+ ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
+ ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
+ ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
+ ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
+ ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
+ ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 1151] By: nick on 1998/06/19 15:38:28
+ Log: Resolve latest
+ Branch: ansiperl
+ !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
+ !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
+ !> sv.c t/TEST
+____________________________________________________________________________
+[ 1150] By: gsar on 1998/06/18 20:43:07
+ Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
+ Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
+ From: Tom Horsley <Tom.Horsley@mail.ccur.com>
+ Subject: [PATCH] perl5.004 hints file (maint and dev paths)
+ Branch: perl
+ ! hints/powerux.sh
+____________________________________________________________________________
+[ 1149] By: gsar on 1998/06/18 20:41:30
+ Log: hand apply whitespace-mutiliated patch
+ From: joshua.pritikin@db.com
+ Date: Mon, 15 Jun 1998 09:21:36 -0400
+ Message-Id: <H00000e50007289b@MHS>
+ Subject: [PATCH 5.004_67] SvREADONLY for av_clear
+ Branch: perl
+ ! av.c
+____________________________________________________________________________
+[ 1148] By: gsar on 1998/06/18 20:33:59
+ Log: hand apply whitespace-mutiliated and reversed patch
+ Date: Tue, 16 Jun 1998 16:31:40 -0400
+ From: Les Peters <lpeters@aol.net>
+ Message-Id: <199806162031.QAA08202@ds9>
+ Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
+ Branch: perl
+ ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 1147] By: gsar on 1998/06/18 20:26:59
+ Log: close child pipe in t/TEST, other cosmetic tweaks
+ Branch: perl
+ ! t/TEST
+____________________________________________________________________________
+[ 1146] By: gsar on 1998/06/18 19:37:41
+ Log: back out problematic change#1105, tweak perlsub.pod
+ Branch: perl
+ ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
+ ! pp_ctl.c proto.h sv.c
+____________________________________________________________________________
+[ 1145] By: nick on 1998/06/18 19:31:07
+ Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
+ Branch: ansiperl
+ +> configure.com ext/DB_File/dbinfo
+ +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
+ +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
+ +> vms/subconfigure.com
+ - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
+ - vms/fndvers.com
+ !> (integrate 499 files)
+____________________________________________________________________________
+[ 1144] By: gsar on 1998/06/18 16:35:11
+ Log: fix spurious cxstack_max init that trampled memory
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 1143] By: gsar on 1998/06/18 16:33:01
+ Log: fix memory leaks and uninitialized memory accesses found by Purify
+ Branch: perl
+ ! doio.c perl.c regexec.c sv.c
+____________________________________________________________________________
+[ 1142] By: gsar on 1998/06/18 16:28:48
+ Log: fix off-by-one that trampled memory in re_croak2()
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 1141] By: gsar on 1998/06/18 16:26:59
+ Log: fix AutoLoader to do the right thing when there are relative paths
+ in @INC
+ Branch: perl
+ ! lib/AutoLoader.pm
+____________________________________________________________________________
+[ 1140] By: gsar on 1998/06/18 16:22:47
+ Log: fix Makefile.SH typo
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 1139] By: gsar on 1998/06/17 18:06:16
+ Log: 5.004_67 niggles
+ Branch: perl
+ ! Makefile.SH op.c
+
+----------------
+Version 5.004_67
+----------------
+
+____________________________________________________________________________
+[ 1138] By: gsar on 1998/06/15 10:09:27
+ Log: up patchlevel.h to 67, other small tweaks
+ Branch: perl
+ ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
+ ! win32/Makefile win32/config_H.bc win32/config_H.gc
+ ! win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
+[ 1137] By: gsar on 1998/06/15 09:08:57
+ Log: tweaks to get PERL_OBJECT building again; passes tests
+ Branch: perl
+ ! ObjXSub.h objpp.h proto.h
+____________________________________________________________________________
+[ 1136] By: gsar on 1998/06/15 08:51:54
+ Log: back out previous change (it breaks PERL_OBJECT)
+ Branch: perl
+ ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
+ ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
+ ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
+____________________________________________________________________________
+[ 1135] By: gsar on 1998/06/15 05:32:01
+ Log: added patch, fixed typo, reworked documentation
+ Message-Id: <H00000e500071aa3@MHS>
+ Date: Sun, 14 Jun 1998 14:03:15 EDT
+ From: joshua.pritikin@db.com
+ Subject: [PATCH 5.004_66] JMPENV!
+ Branch: perl
+ ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
+ ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
+ ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
+____________________________________________________________________________
+[ 1134] By: gsar on 1998/06/15 04:07:18
+ Log: various win32 odds and ends
+ - added support for waitpid(), open2/open3, and a bugfix for kill()
+ from Ronald Schmidt <RonaldWS@aol.com>
+ - tweak testsuite mods of above
+ - regenerate win32/config_H.?c
+ - change kill() to win32_kill() and export it
+ - coalesce common code in win32.c
+ - add PerlProc_waitpid() and export win32_waitpid()
+ result builds and passes on the three win32 compilers
+ Branch: perl
+ ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
+ ! t/lib/open3.t util.c win32/config.bc win32/config.gc
+ ! win32/config.vc win32/config_H.bc win32/config_H.gc
+ ! win32/config_H.vc win32/makedef.pl win32/runperl.c
+ ! win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 1133] By: gsar on 1998/06/15 01:39:13
+ Log: newer Getopt/Long.pm from public distribution cited in:
+ Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
+ Date: 14 Jun 1998 15:15:28 +0200
+ From: Johan Vromans <jvromans@squirrel.nl>
+ Subject: Getopt::Long version 2.17 released
+ Branch: perl
+ ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[ 1132] By: gsar on 1998/06/15 01:37:12
+ Log: documentation update from tchrist
+ Message-Id: <199806140419.WAA20549@chthon.perl.com>
+ Date: Sat, 13 Jun 1998 22:19:32 MDT
+ From: Tom Christiansen <tchrist@chthon.perl.com>
+ Subject: doc patches
+ Branch: perl
+ ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
+ ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+ ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+ ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
+ ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
+ ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
+ ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
+ ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
+ ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 1131] By: gsar on 1998/06/14 19:33:36
+ Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
+ From: Roderick Schertler <roderick@argon.org>
+ Subject: [PATCH] Re: Exceptions in IPC::Open2
+ Date: 12 Jun 1998 13:24:15 -0400
+ Branch: perl
+ ! lib/IPC/Open3.pm
+____________________________________________________________________________
+[ 1130] By: gsar on 1998/06/14 19:32:25
+ Log: fixup MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 1129] By: gsar on 1998/06/14 18:51:53
+ Log: various win32 fixes
+ - fixes that silence VC noises about dup exports, non-default libs, and
+ unsupported *.def file directives
+ - s/inplace/inplace_label/ malloc.c
+ - update Config{usemymalloc} based on d_mymalloc
+ - export Perl_*Vars
+ - fix makefiles to not build miniperl.exe twice, and to make it properly
+ when defaults are changed
+ Branch: perl
+ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
+ ! win32/Makefile win32/config_sh.PL win32/makedef.pl
+ ! win32/makefile.mk win32/perllib.c win32/win32.h
+____________________________________________________________________________
+[ 1128] By: gsar on 1998/06/14 01:38:39
+ Log: remove unused global `scrgv'
+ Branch: perl
+ ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
+____________________________________________________________________________
+[ 1127] By: nick on 1998/06/13 08:39:07
+ Log: Move specialsv_list to embed.sym, regen embed*.h
+ Branch: win32/perl
+ ! embed.h embedvar.h global.sym interp.sym
+____________________________________________________________________________
+[ 1126] By: gsar on 1998/06/12 07:23:06
+ Log: From: jan.dubois@ibm.net (Jan Dubois)
+ Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
+ Date: Thu, 11 Jun 1998 21:13:31 +0200
+ Message-ID: <35842ac5.7883075@smtp1.ibm.net>
+ Branch: perl
+ ! win32/makedef.pl win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 1125] By: gsar on 1998/06/12 07:21:29
+ Log: added patch, undo earlier workaround
+ From: jan.dubois@ibm.net (Jan Dubois)
+ Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
+ Date: Thu, 11 Jun 1998 20:28:36 +0200
+ Message-ID: <35831f69.4975644@smtp1.ibm.net>
+ Branch: perl
+ ! perl.c util.c
+____________________________________________________________________________
+[ 1124] By: gsar on 1998/06/12 07:16:12
+ Log: hand-applied patch with wrapped lines
+ From: "Douglas Lankshear" <dougl@ActiveState.com>
+ Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
+ Date: Thu, 11 Jun 1998 11:06:33 -0700
+ Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 1123] By: gsar on 1998/06/12 07:07:25
+ Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: [PATCH 5.004_66] Config_66-01-02.diff
+ Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 1122] By: gsar on 1998/06/12 07:06:02
+ Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
+ Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
+ Branch: perl
+ ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
+ ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
+ ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
+ ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
+____________________________________________________________________________
+[ 1121] By: gsar on 1998/06/12 07:01:20
+ Log: a tweaked version of:
+ Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
+ Date: Fri, 12 Jun 1998 01:26:53 +0200
+ From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
+ Subject: Re: Misparsing s///x
+ Branch: perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 1120] By: gsar on 1998/06/12 06:51:08
+ Log: applied patch, with indentation tweaks
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
+ Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
+ Branch: perl
+ ! regcomp.c regcomp.h regexec.c
+____________________________________________________________________________
+[ 1119] By: gsar on 1998/06/11 17:42:07
+ Log: make REG_INFTY default to something saner when sizeof(short) > 2
+ Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
+ Date: Thu, 11 Jun 1998 11:50:07 EDT
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: Re: [PATCH for tests] Regexp fails on long string
+ Branch: perl
+ ! regcomp.h
+____________________________________________________________________________
+[ 1118] By: gsar on 1998/06/11 07:09:06
+ Log: regen embedvar.h
+ Branch: perl
+ ! embedvar.h
+____________________________________________________________________________
+[ 1117] By: gsar on 1998/06/11 06:45:52
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
+ Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
+ Branch: perl
+ ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
+ ! regexec.c regexp.h t/op/pat.t t/op/subst.t
+____________________________________________________________________________
+[ 1116] By: gsar on 1998/06/11 06:35:54
+ Log: misc win32 fixes
+ From: "Douglas Lankshear" <dougl@ActiveState.com>
+ Subject: [PATCH 5.004_66]
+ Date: Wed, 10 Jun 1998 11:28:27 -0700
+ Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
+ Branch: perl
+ ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1115] By: gsar on 1998/06/11 06:33:21
+ Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
+ Date: Wed, 10 Jun 1998 00:53:25 +0200
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 1114] By: gsar on 1998/06/11 06:31:34
+ Log: back out change#1111 and add alternative patch:
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
+ Subject: Re: PATCH for study/foo/
+ Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
+ Branch: perl
+ ! pp.c sv.c
+____________________________________________________________________________
+[ 1113] By: gsar on 1998/06/11 02:59:23
+ Log: fix outdated bytecode.pl
+ Branch: perl
+ ! bytecode.h bytecode.pl byterun.c byterun.h
+____________________________________________________________________________
+[ 1112] By: gsar on 1998/06/10 07:56:06
+ Log: Added patch, regenerated perly.c and perly.c.diff
+ Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
+ Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
+ From: Stephen McCamant <alias@mcs.com>
+ Subject: [PATCH] too many RV2GVs in *foo{THING}
+ Branch: perl
+ ! perly.c perly.c.diff perly.y t/op/gv.t
+____________________________________________________________________________
+[ 1111] By: gsar on 1998/06/10 07:40:30
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
+ Subject: Re: PATCH for study/foo/
+ Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 1110] By: gsar on 1998/06/10 07:37:04
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
+ Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
+ Branch: perl
+ ! pod/perldebug.pod
+____________________________________________________________________________
+[ 1109] By: gsar on 1998/06/10 07:35:29
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
+ Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
+ Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
+ Branch: perl
+ ! regcomp.h
+____________________________________________________________________________
+[ 1108] By: gsar on 1998/06/10 07:31:25
+ Log: Added patch, tweaked other places affected by name change
+ Message-ID: <19980610005417.G162@cdata.tvnet.hu>
+ Date: Wed, 10 Jun 1998 00:54:17 +0200
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
+ Branch: perl
+ +> ext/DynaLoader/DynaLoader_pm.PL
+ - ext/DynaLoader/DynaLoader.pm.PL
+ ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 1107] By: gsar on 1998/06/10 07:24:20
+ Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
+ Date: Wed, 10 Jun 1998 00:53:42 +0200
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Subject: [PATCH for _66] new version of README.dos
+ Branch: perl
+ ! README.dos
+____________________________________________________________________________
+[ 1106] By: gsar on 1998/06/10 07:22:31
+ Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
+ Date: Wed, 10 Jun 1998 00:54:04 +0200
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
+ Branch: perl
+ ! t/op/taint.t
+____________________________________________________________________________
+[ 1105] By: gsar on 1998/06/10 07:21:21
+ Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
+ Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
+ Branch: perl
+ ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
+ ! perlvars.h pp_ctl.c proto.h sv.c
+____________________________________________________________________________
+[ 1104] By: gsar on 1998/06/10 07:06:01
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
+ Subject: Lost chunk of RE jumbo patch
+ Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
+ Branch: perl
+ + t/op/regexp_noamp.t
+____________________________________________________________________________
+[ 1103] By: gsar on 1998/06/10 07:04:20
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
+ Subject: [PATCH 5.004_66] Combined OS/2 support
+ Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
+ Branch: perl
+ ! os2/Changes os2/diff.configure os2/os2.c
+____________________________________________________________________________
+[ 1102] By: gsar on 1998/06/10 07:00:08
+ Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
+ Date: Fri, 13 Mar 1998 20:03:52 EST
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
+ Branch: perl
+ ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 1101] By: gsar on 1998/06/10 06:55:20
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
+ Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
+ Branch: perl
+ ! regexec.c
+____________________________________________________________________________
+[ 1100] By: gsar on 1998/06/10 06:52:50
+ Log: updated MANIFEST for previous change
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 1099] By: gsar on 1998/06/10 06:51:08
+ Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
+ Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
+ Date: Fri, 05 Jun 1998 11:08:40 -0700
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: Re: [PATCH 5.004_66]Add record read capability to <>
+ Branch: perl
+ + t/base/rs.t
+ ! perl.h pod/perlvar.pod sv.c
+____________________________________________________________________________
+[ 1098] By: gsar on 1998/06/10 06:36:59
+ Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
+ Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
+ Subject: [PATCH fror 5.004_66] DB_File-1.60
+ Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
+ Branch: perl
+ + ext/DB_File/dbinfo
+ ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
+ ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
+ ! t/lib/db-hash.t t/lib/db-recno.t
+____________________________________________________________________________
+[ 1097] By: gsar on 1998/06/10 06:33:16
+ Log: Message-ID: <19980604134731.D24343@perlsupport.com>
+ Date: Thu, 4 Jun 1998 13:47:31 -0400
+ From: Chip Salzenberg <chip@perl.org>
+ Subject: [PATCH] Invalidate method cache on C<local *subname>
+ Branch: perl
+ ! scope.c t/op/method.t
+____________________________________________________________________________
+[ 1096] By: gsar on 1998/06/10 06:30:51
+ Log: From: Norton Allen <allen@huarp.harvard.edu>
+ Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
+ Subject: [PATCH] _66 MM_Unix.pm for QNX
+ Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
+ Branch: perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 1095] By: gsar on 1998/06/10 06:29:21
+ Log: From: Norton Allen <allen@huarp.harvard.edu>
+ Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
+ Subject: [PATCH] _66 proto.h
+ Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
+ Branch: perl
+ ! proto.h
+____________________________________________________________________________
+[ 1094] By: gsar on 1998/06/10 06:26:39
+ Log: Applied relevant parts of:
+ From: Paul Johnson <pjcj@transeda.com>
+ Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
+ Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
+ Subject: [PATCH] Enhancing xsubpp's support for C++
+ Branch: perl
+ ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 1093] By: gsar on 1998/06/10 06:22:54
+ Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
+ Date: Wed, 3 Jun 1998 11:22:19 -0500
+ From: Graham Barr <gbarr@ti.com>
+ Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 1092] By: gsar on 1998/06/10 06:20:44
+ Log: Message-Id: <199806030919.KAA03527@sale-wts>
+ Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
+ From: Alan Burlison <Alan.Burlison@UK.Sun.com>
+ Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
+ Branch: perl
+ ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
+____________________________________________________________________________
+[ 1091] By: gsar on 1998/06/10 06:18:42
+ Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
+ Date: Mon, 01 Jun 1998 12:22:29 -0700
+ From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
+ Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
+ Branch: perl
+ ! proto.h
+____________________________________________________________________________
+[ 1090] By: gsar on 1998/06/10 06:14:24
+ Log: A tweaked version of:
+ Date: Mon, 1 Jun 1998 12:05:47 -0700
+ From: SYSTEM@cedar.osshe.edu
+ Message-Id: <980601120547.20617d54@cedar.osshe.edu>
+ Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
+ Branch: perl
+ ! ext/SDBM_File/sdbm/Makefile.PL
+____________________________________________________________________________
+[ 1089] By: gsar on 1998/06/10 05:58:00
+ Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
+ Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
+ From: Stephen McCamant <alias@mcs.com>
+ Subject: [PATCH] Re: Uninitialised error from -M()
+ Branch: perl
+ ! op.c t/op/stat.t
+____________________________________________________________________________
+[ 1088] By: gsar on 1998/06/10 05:55:24
+ Log: Date: Sat, 30 May 1998 08:07:01 -0400
+ From: lvirden@cas.org (Larry Virden)
+ Message-Id: <199805301207.IAA08856@cas.org>
+ Subject: PATCH for pod and warning notice
+ Branch: perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 1087] By: gsar on 1998/06/10 05:52:05
+ Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
+ Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
+ Subject: [PATCH 5.004_66] Config_66-01
+ Branch: perl
+ ! Configure MANIFEST Porting/Glossary Porting/config.sh
+ ! Porting/config_H config_h.SH
+____________________________________________________________________________
+[ 1086] By: gsar on 1998/06/10 05:46:38
+ Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
+ Date: Mon, 08 Jun 1998 16:13:14 -0700
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
+ Branch: perl
+ ! ext/Thread/Thread/Semaphore.pm
+____________________________________________________________________________
+[ 1085] By: gsar on 1998/06/10 05:44:44
+ Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
+ Date: Mon, 08 Jun 1998 16:10:02 -0700
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
+ Branch: perl
+ - vms/descrip.mms
+ ! ext/Thread/Thread/Queue.pm
+____________________________________________________________________________
+[ 1084] By: gsar on 1998/06/10 05:38:11
+ Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
+ Date: Mon, 08 Jun 1998 15:38:28 -0700
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
+ Branch: perl
+ + configure.com vms/descrip_mms.template vms/munchconfig.c
+ + vms/subconfigure.com
+ - vms/config.vms vms/fndvers.com
+ ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 1083] By: gsar on 1998/06/10 05:07:04
+ Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
+ variant of:
+ Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
+ Date: Sat, 13 Dec 1997 07:31:02 EST
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
+ Branch: perl
+ ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
+____________________________________________________________________________
+[ 1082] By: gsar on 1998/06/10 04:52:26
+ Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
+ (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 1081] By: gsar on 1998/06/10 03:45:10
+ Log: reverse integrate contents of win32 branch into mainline
+ Branch: perl
+ !> (integrate 44 files)
+____________________________________________________________________________
+[ 1080] By: gsar on 1998/06/09 17:37:55
+ Log: `p4 integrate -b ASPerl && p4 resolve -at`
+ Branch: asperl
+ !> (integrate 43 files)
+____________________________________________________________________________
+[ 1079] By: gsar on 1998/06/09 00:59:06
+ Log: add examples of diff(1) usage
+ Branch: win32/perl
+ ! Porting/patching.pod
+____________________________________________________________________________
+[ 1078] By: gsar on 1998/06/09 00:52:23
+ Log: undo change#1077
+ Branch: win32/perl
+ ! sv.c
+____________________________________________________________________________
+[ 1077] By: gsar on 1998/06/06 16:47:32
+ Log: make sv_setsv() treat freed SVs like SVt_NULL
+ Branch: win32/perl
+ ! sv.c
+____________________________________________________________________________
+[ 1076] By: gsar on 1998/06/05 19:03:14
+ Log: delete undiscussed AS changes for PPD (broke .packlist
+ mechanism)
+ Branch: win32/perl
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 1075] By: gsar on 1998/06/05 18:18:44
+ Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
+ with the xsubpp-generated symbol)
+ Branch: win32/perl
+ ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
+ ! win32/dl_win32.xs
+____________________________________________________________________________
+[ 1074] By: gsar on 1998/06/04 22:45:18
+ Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
+ Branch: win32/perl
+ ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
+ ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1073] By: nick on 1998/06/04 17:18:14
+ Log: resolve -at win32 branch into ansiperl
+ Branch: ansiperl
+ +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
+ +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
+ +> t/lib/h2ph.t win32/GenCAPI.pl
+ !> (integrate 127 files)
+____________________________________________________________________________
+[ 1072] By: gsar on 1998/06/04 01:49:24
+ Log: document CORE::GLOBAL:: and global overriding, fix up
+ File::DosGlob, testsuited and all
+ Branch: win32/perl
+ ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
+____________________________________________________________________________
+[ 1071] By: gsar on 1998/06/03 22:12:55
+ Log: add AS patch#24, remove one other instance of error_no
+ that was missed (patch#23 was intentionally skipped)
+ Branch: win32/perl
+ ! embedvar.h globals.c perlvars.h win32/makedef.pl
+ ! win32/runperl.c
+____________________________________________________________________________
+[ 1070] By: gsar on 1998/06/01 19:42:06
+ Log: fix Liblist.pm to tolerate backslashen in paths
+ Branch: win32/perl
+ ! lib/ExtUtils/Liblist.pm
+____________________________________________________________________________
+[ 1069] By: gsar on 1998/06/01 07:43:02
+ Log: @INC construction on win32 cleaned up
+ - perl.dll location based paths should be much more reliable now
+ - registry stuff unchanged
+ - Config.pm now has all the installfoolib entries for MakeMaker et al
+ Branch: win32/perl
+ ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
+ ! win32/runperl.c win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 1068] By: gsar on 1998/05/31 21:52:18
+ Log: semctl tweak
+ Message-Id: <199805312127.QAA06750@gbarr.connect.net>
+ Date: Sun, 31 May 1998 16:27:33 CDT
+ From: Graham Barr <gbarr@pobox.com>
+ Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31
+ Branch: win32/perl
+ ! doio.c
+____________________________________________________________________________
+[ 1067] By: gsar on 1998/05/31 21:07:44
+ Log: minimal fix to enable compiling with -DMULTIPLICITY
+ (non-threadsafe regcomp.c globals need revisiting)
+ Branch: win32/perl
+ ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
+ ! win32/GenCAPI.pl win32/makedef.pl
+____________________________________________________________________________
+[ 1066] By: gsar on 1998/05/30 21:35:37
+ Log: integrate mainline changes (ASPerl branch is identical to
+ win32 branch as of this change)
+ Branch: asperl
+ !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
+ !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
+ !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
+ !> win32/config.gc win32/config.vc win32/config_H.bc
+ !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
+[ 1065] By: gsar on 1998/05/30 21:13:06
+ Log: change#1060 was inexplicably missing some of the "ensure
+ AS stuff does no harm" fixes
+ Branch: win32/perl
+ ! embed.h global.sym win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1064] By: gsar on 1998/05/30 21:10:27
+ Log: integrate mainline to pick up trivial changes
+ Branch: win32/perl
+ !> MANIFEST pp_sys.c
+
+----------------
+Version 5.004_66
+----------------
+
+____________________________________________________________________________
+[ 1063] By: mbeattie on 1998/05/29 15:19:55
+ Log: Remove duplicate win32/TEST line from MANIFEST.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 1062] By: mbeattie on 1998/05/29 15:18:33
+ Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 1061] By: mbeattie on 1998/05/29 12:02:17
+ Log: Integrate from win32 branch into mainline (this now pulls in the
+ asperl stuff).
+ Branch: perl
+ +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
+ +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
+ +> t/lib/h2ph.t win32/GenCAPI.pl
+ !> (integrate 104 files)
+____________________________________________________________________________
+[ 1060] By: gsar on 1998/05/29 11:05:50
+ Log: reverse integrate asperl branch contents (phew!)
+ - various fixups to ensure AS stuff does no harm
+ - adjust win32/makefiles for the new directory layout (new layout
+ looks rather a muddle--needs rework)
+ - verified build & test on NT and Solaris/gcc
+ Branch: win32/perl
+ +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
+ +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
+ ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/makefile.mk
+ !> (integrate 77 files)
+____________________________________________________________________________
+[ 1059] By: gsar on 1998/05/29 08:33:56
+ Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
+ Branch: asperl
+ ! util.c
+____________________________________________________________________________
+[ 1058] By: gsar on 1998/05/29 08:31:09
+ Log: type xtext for *.t that were missing it
+ Branch: asperl
+ ! t/lib/thread.t t/op/nothread.t
+____________________________________________________________________________
+[ 1057] By: gsar on 1998/05/29 08:28:46
+ Log: stray t/op/ipc*.t fixups
+ Branch: win32/perl
+ ! t/op/ipcmsg.t t/op/ipcsem.t
+____________________________________________________________________________
+[ 1056] By: gsar on 1998/05/29 07:41:49
+ Log: fixups to make it build and pass tests under both compilers
+ Branch: asperl
+ ! ObjXSub.h objpp.h proto.h
+____________________________________________________________________________
+[ 1055] By: gsar on 1998/05/29 07:22:51
+ Log: integrate mainline changes
+ Branch: asperl
+ +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
+ !> (integrate 69 files)
+ Branch: win32/perl
+ ! Todo.5.005 pod/perldelta.pod
+____________________________________________________________________________
+[ 1054] By: gsar on 1998/05/29 05:04:03
+ Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
+ Branch: win32/perl
+ ! t/lib/h2ph.t
+____________________________________________________________________________
+[ 1053] By: gsar on 1998/05/29 05:01:54
+ Log: misc changes
+ - remove code that works around lack of I_STDARG (we're a happy ANSI family)
+ - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
+ Branch: win32/perl
+ ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
+ ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
+ ! x2p/util.c x2p/util.h
+____________________________________________________________________________
+[ 1052] By: gsar on 1998/05/29 02:31:44
+ Log: merge changes#1014,1038 from maintbranch
+ Branch: win32/perl
+ + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
+ ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
+ ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
+ ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
+ ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
+ ! t/io/pipe.t utils/h2ph.PL
+____________________________________________________________________________
+[ 1051] By: gsar on 1998/05/29 01:38:51
+ Log: regenerate win32/config_H.?c
+ Branch: win32/perl
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[ 1050] By: gsar on 1998/05/29 01:32:41
+ Log: integrate mainline
+ Branch: win32/perl
+ ! win32/Makefile win32/makefile.mk
+ !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
+ !> Porting/config_H Porting/patching.pod config_h.SH doio.c
+ !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
+ !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
+ !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
+ !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 1049] By: gsar on 1998/05/29 00:57:05
+ Log: fix various shenanigans with C<environ>, BC and VC builds now pass
+ all tests
+ Branch: asperl
+ ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
+ ! win32/win32.h win32/win32iop.h
+____________________________________________________________________________
+[ 1048] By: mbeattie on 1998/05/28 18:07:24
+ Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
+ in change 1043 clashed badly with changes made in the win32
+ branch. I did an accept on the win32 branch version for now.
+ Branch: perl
+ +> t/op/die.t
+ !> (integrate 52 files)
+____________________________________________________________________________
+[ 1047] By: mbeattie on 1998/05/28 17:59:18
+ Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
+ Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
+ Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
+ Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
+ Branch: perl
+ ! Configure MANIFEST Porting/Glossary Porting/config.sh
+ ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
+ ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
+ ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 1046] By: mbeattie on 1998/05/28 17:55:48
+ Log: Back out change 1043 since Andy's forthcoming Config patch
+ includes a modified version.
+ Branch: perl
+ ! Configure config_h.SH doio.c perl.h
+____________________________________________________________________________
+[ 1045] By: mbeattie on 1998/05/28 17:52:40
+ Log: Bump patchlevel.h to 66.
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 1044] By: mbeattie on 1998/05/28 17:51:49
+ Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
+ Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
+ Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
+ (above minus the t/system.t test pending checking)
+ Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
+ Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
+ Subject: [PATCH] _65 and _04 <DOC> patching.pod
+ Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
+ Branch: perl
+ ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
+____________________________________________________________________________
+[ 1043] By: mbeattie on 1998/05/28 17:42:21
+ Log: This change really is:
+ Subject: [PATCH] 5.004_65: the infamous semctl()
+ Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+
+ Change 1041 claimed to be this patch but was really:
+ Subject: [PATCH] 5.004_65: t/op/ipc*.t
+ Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! Configure config_h.SH doio.c perl.h
+____________________________________________________________________________
+[ 1042] By: mbeattie on 1998/05/28 17:36:57
+ Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
+ Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
+ Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
+ Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
+ Branch: perl
+ ! Configure INSTALL Porting/Glossary Porting/config.sh
+ ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
+ ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
+ ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 1041] By: mbeattie on 1998/05/28 17:34:26
+ Log: Subject: [PATCH] 5.004_65: the infamous semctl()
+ Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! t/op/ipcmsg.t t/op/ipcsem.t
+____________________________________________________________________________
+[ 1040] By: gsar on 1998/05/28 02:06:47
+ Log: tweaks to enable Borland build
+ Branch: asperl
+ ! win32/makefile.mk win32/win32.c
+____________________________________________________________________________
+[ 1039] By: gsar on 1998/05/27 23:29:22
+ Log: remove C<#define index strchr> from win32.h (unused, and the
+ pollution causes spurious variable name changes in extensions)
+ Branch: win32/perl
+ ! win32/win32.h
+____________________________________________________________________________
+[ 1038] By: TimBunce on 1998/05/27 17:29:15
+ Log: Assorted patches:
+
+ ------ BUILD PROCESS ------
+
+ Title: "add utilities to make test dependencies"
+ From: Robin Barker <rmb1@cise.npl.co.uk>
+ Msg-ID: <2607.9805211303@tempest.cise.npl.co.uk>
+ Files: Makefile.SH
+
+ Title: "Add 'make nok' complement to 'make ok'"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
+ Files: Makefile.SH
+
+ Title: "further h2ph patches (add enum support)"
+ From: Billy <wdconsta@cs.adelaide.edu.au>
+ Msg-ID: <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
+ Files: MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
+
+ ------ CORE LANGUAGE ------
+
+ Title: "Fix %! error spelling and add perldiag.pod entry"
+ From: Graham Barr <gbarr@pobox.com>, Tim Bunce
+ Msg-ID: <19980524193101.A573@pobox.com>
+ Files: pod/perldiag.pod gv.c
+
+ Title: "Remove obsolete Win32 uppercasing ENV code"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805201510.LAA28676@aatma.engin.umich.edu>
+ Files: perl.c
+
+ Title: "Don't mung $! on implicit close"
+ From: Chip Salzenberg <chip@perl.org>
+ Msg-ID: <19980525113309.A15845@perlsupport.com>
+ Files: doio.c
+
+ Title: "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
+ Files: doio.c
+
+ ------ DOCUMENTATION ------
+
+ Title: "doc patch: you canna return an array ( list context: || vs or)"
+ From: Jarkko Hietaniemi <jhi@cc.hut.fi>
+ Msg-ID: <oeeemxguf5h.fsf_-_@alpha.hut.fi>
+ Files: pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
+
+ Title: "doc patch: @ needs escaping in m/\Q\E/ environment"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
+ Files: pod/perlop.pod pod/perlre.pod
+
+ Title: "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
+ with /g does list context get matches without parens"
+ From: Greg Chapman <glc@well.com>, Tom Christiansen
+ <tchrist@jhereg.perl.com>, Tom Phoenix
+ <rootbeer@teleport.com>
+ Msg-ID: <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
+ <199805231559.JAA21316@jhereg.perl.com>,
+ <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
+ Files: pod/perlop.pod
+
+ Title: "Documenting last/next/redo even further"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
+ <rootbeer@teleport.com>
+ Msg-ID: <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
+ <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
+ Files: pod/perlfunc.pod
+
+ Title: "Documenting last/next/redo within continue block"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
+ Files: pod/perlfunc.pod
+
+ Title: "Document stat return in scalar context"
+ From: Mark-Jason Dominus <mjd@plover.com>
+ Files: pod/perlfunc.pod
+
+ ------ EXTENSIONS ------
+
+ Title: "Better LD_RUN_PATH handling on IRIX"
+ From: "W. Phillip Moore" <wpm@ms.com>
+ Msg-ID: <199805212206.SAA07504@zappa.morgan.com>
+ Files: lib/ExtUtils/MM_Unix.pm
+
+ Title: "Dealing with <unistd.h> in POSIX and SunOS"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
+ Files: ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
+
+ ------ LIBRARY ------
+
+ Title: "Fix FileHandle.pm example bug"
+ From: Daniel Grisinger <dgris@perrin.dimensional.com>
+ Msg-ID: <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
+ Files: lib/FileHandle.pm
+
+ Title: "Add zero/negative $count docs for Benchmark.pm"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
+ Files: lib/Benchmark.pm
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "Add test suite recommendations to Porting/patching.pod"
+ From: Daniel Grisinger <dgris@perrin.dimensional.com>
+ Msg-ID: <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
+ Files: Porting/patching.pod
+
+ ------ TESTS ------
+
+ Title: "Fix looping bug in t/io/pipe.t"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
+ Files: t/io/pipe.t
+ Branch: maint-5.004/perl
+ ! MANIFEST Makefile.SH Porting/patching.pod doio.c
+ ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
+ ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
+ ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
+ ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 1037] By: gsar on 1998/05/27 16:18:30
+ Log: add AS patch#22 (fix to make die_exit.t pass)
+ Branch: asperl
+ ! win32/runperl.c
+____________________________________________________________________________
+[ 1036] By: gsar on 1998/05/27 12:50:34
+ Log: add AS patch#21 (misc. fixes)
+ Branch: asperl
+ ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
+ ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
+ ! win32/win32.c win32/win32sck.c
+____________________________________________________________________________
+[ 1035] By: gsar on 1998/05/26 17:26:17
+ Log: more changes to satisfy non-debug VC build (C-API doesn't
+ build, and the testsuite still won't run)
+ Branch: asperl
+ ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
+ ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
+____________________________________________________________________________
+[ 1034] By: gsar on 1998/05/26 17:20:22
+ Log: remove doubled hunk (perforce auto-integrate oddity)
+ Branch: win32/perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 1033] By: gsar on 1998/05/26 13:39:14
+ Log: tweaks to make it build with the Borland compiler. Won't run
+ testsuite because @INC intuition from location of perlcore.dll seems
+ to be broken. Also, system() and qx// seem broken as well.
+ Branch: asperl
+ ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
+ ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
+ ! regexec.c toke.c
+____________________________________________________________________________
+[ 1032] By: gsar on 1998/05/24 23:13:05
+ Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
+ Branch: win32/perl
+ ! lib/Benchmark.pm
+____________________________________________________________________________
+[ 1031] By: gsar on 1998/05/24 05:36:44
+ Log: tweak makefiles
+ Branch: asperl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 1030] By: gsar on 1998/05/23 18:58:23
+ Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
+ Branch: win32/perl
+ ! pp_sys.c t/op/die.t
+____________________________________________________________________________
+[ 1029] By: gsar on 1998/05/23 18:55:13
+ Log: merge change#1015 from maintbranch (must revisit 1014 later, is
+ incomplete)
+ Branch: win32/perl
+ ! embed.h global.sym op.c pp.c proto.h sv.c
+____________________________________________________________________________
+[ 1028] By: gsar on 1998/05/23 18:25:14
+ Log: merge change#1013 from maintbranch (1012 is n/a)
+ Branch: win32/perl
+ ! toke.c
+____________________________________________________________________________
+[ 1027] By: gsar on 1998/05/23 18:02:21
+ Log: merge change#1011 from maintbranch
+ Branch: win32/perl
+ ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
+ ! utils/perlbug.PL
+____________________________________________________________________________
+[ 1026] By: nick on 1998/05/23 08:45:04
+ Log: Ids of msgs and sems can be zero, so change || die to a defined() test
+ Branch: win32/perl
+ ! t/op/ipcmsg.t t/op/ipcsem.t
+____________________________________________________________________________
+[ 1025] By: nick on 1998/05/23 08:36:36
+ Log: Resolve win32 into ansiperl
+ Branch: ansiperl
+ +> t/op/die.t
+ !> (integrate 42 files)
+____________________________________________________________________________
+[ 1024] By: gsar on 1998/05/21 21:11:12
+ Log: more mingw32 tweaks
+ Branch: win32/perl
+ ! ext/POSIX/POSIX.xs t/pragma/locale.t
+____________________________________________________________________________
+[ 1023] By: gsar on 1998/05/21 19:15:02
+ Log: fix problematic change#965 from maintbranch
+ Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
+ Date: Sat, 16 May 1998 17:45:22 EDT
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
+ Branch: win32/perl
+ ! gv.c op.c t/comp/proto.t
+____________________________________________________________________________
+[ 1022] By: gsar on 1998/05/21 01:37:04
+ Log: fix POSIX for mingw32
+ Branch: win32/perl
+ ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
+____________________________________________________________________________
+[ 1021] By: gsar on 1998/05/20 15:02:21
+ Log: remove strupr() from perl.c
+ Branch: win32/perl
+ ! perl.c
+____________________________________________________________________________
+[ 1020] By: TimBunce on 1998/05/19 22:41:40
+ Log: Title: "fix up descrepancy in h2ph test"
+ From: Tim Bunce
+ Files: t/lib/h2ph.pht
+ Branch: maint-5.004/perl
+ ! t/lib/h2ph.pht
+____________________________________________________________________________
+[ 1019] By: TimBunce on 1998/05/19 22:17:15
+ Log: Title: "add a test to check return value from successful s/// (there was none!)"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805161759.NAA12995@aatma.engin.umich.edu>
+ Files: t/op/subst.t
+
+ Title: "fix up descrepancy in h2ph test"
+ From: Tim Bunce
+ Files: t/lib/h2ph.t
+ Branch: maint-5.004/perl
+ ! t/lib/h2ph.t t/op/subst.t
+____________________________________________________________________________
+[ 1018] By: TimBunce on 1998/05/19 21:56:32
+ Log: Title: "fix mem leak and core dump from change 1016"
+ From: Tim Bunce
+ Files: pp_sys.c
+ Branch: maint-5.004/perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 1017] By: TimBunce on 1998/05/19 21:26:03
+ Log: Title: "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Files: MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
+ pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
+ pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
+ proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
+ doio.c doop.c ext/ODBM_File/ODBM_File.xs
+ ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+ gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
+ lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
+ lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
+ lib/ExtUtils/Manifest.pm lib/File/Basename.pm
+ lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
+ lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
+ lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
+ op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
+ pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
+ t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
+ universal.c util.c win32/Makefile win32/config_H.bc
+ win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
+ win32/makefile.mk win32/perlglob.c win32/runperl.c
+ win32/win32.c win32/win32sck.c x2p/s2p.PL
+ Branch: maint-5.004/perl
+ ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
+ ! cygwin32/perlld deb.c doio.c doop.c embed.h
+ ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
+ ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
+ ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
+ ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
+ ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
+ ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
+ ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
+ ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
+ ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
+ ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
+ ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
+ ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
+ ! universal.c util.c utils/perldoc.PL win32/Makefile
+ ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
+ ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
+ ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
+ ! x2p/s2p.PL
+____________________________________________________________________________
+[ 1016] By: TimBunce on 1998/05/19 20:37:42
+ Log: Title: "eval { die $obj }; die; calls $obj->PROPAGATE"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <3561D147.7F3E0C88@ti.com>
+ Files: pp_sys.c t/op/die.t
+ Branch: maint-5.004/perl
+ ! pp_sys.c t/op/die.t
+____________________________________________________________________________
+[ 1015] By: TimBunce on 1998/05/19 20:07:01
+ Log: Title: "loosen const sub re-defined warnings"
+ From: Doug MacEachern <dougm@pobox.com>
+ Msg-ID: <355F713B.6A4C0F04@pobox.com>
+ Files: proto.h global.sym op.c pp.c sv.c
+ Branch: maint-5.004/perl
+ ! global.sym op.c pp.c proto.h sv.c
+____________________________________________________________________________
+[ 1014] By: TimBunce on 1998/05/19 19:48:18
+ Log: Title: "s/FORMLINE/FORMAT/ in sv.c"
+ From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
+ Msg-ID: <l03130303b1837a243670@[194.222.64.89]>
+ Files: sv.c
+
+ Title: "Further h2ph patches (including a test suite)"
+ From: Billy <wdconsta@cs.adelaide.edu.au>
+ Msg-ID: <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
+ Files: MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
+ Branch: maint-5.004/perl
+ + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
+ ! MANIFEST sv.c utils/h2ph.PL
+____________________________________________________________________________
+[ 1013] By: TimBunce on 1998/05/19 19:14:13
+ Log: Title: "Remove change 673 (Allow empty BLOCK in code)"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
+ <ilya@math.ohio-state.edu>
+ Msg-ID: <199805151857.OAA29586@monk.mps.ohio-state.edu>,
+ <199805151931.PAA23086@aatma.engin.umich.edu>,
+ <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 1012] By: TimBunce on 1998/05/19 19:03:32
+ Log: Title: "Further SysV sem/msg fixes and removal of non-portable tests"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
+ <jhi@iki.fi>
+ Msg-ID: <199805182028.XAA15717@alpha.hut.fi>,
+ <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
+ Files: MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
+ t/op/ipcsem.t
+ Branch: maint-5.004/perl
+ ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
+ ! t/op/ipcsem.t
+____________________________________________________________________________
+[ 1011] By: TimBunce on 1998/05/19 17:55:38
+ Log: Title: "interp.sym is missing C<e_script> after -e fix"
+ From: jan.dubois@ibm.net (Jan Dubois)
+ Msg-ID: <355d460d.7621669@smtp1.ibm.net>
+ Files: embed.h interp.sym
+
+ Title: "Undo changed error message which breaks Tk"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805161557.LAA08106@aatma.engin.umich.edu>
+ Files: pp_ctl.c
+
+ Title: "Minor fixups to new -e script code"
+ From: Tim Bunce
+ Files: perl.c
+
+ Title: "Remove old diags not relevant after -e fix"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
+ <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
+ Msg-ID: <199805172143.RAA07896@aatma.engin.umich.edu>,
+ <199805181335.OAA07008@toad.ig.co.uk>,
+ <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
+ Files: pod/perldiag.pod
+
+ Title: "more examples for vec()"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
+ Files: pod/perlfunc.pod
+
+ Title: ""make ok" (perlbug -ok) should not be interactive"
+ From: Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
+ <jhi@iki.fi>
+ Msg-ID: <199805160942.MAA20171@alpha.hut.fi>,
+ <l03130300b1834f9732a0@[194.222.64.89]>
+ Files: utils/perlbug.PL
+ Branch: maint-5.004/perl
+ ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
+ ! pp_ctl.c utils/perlbug.PL
+____________________________________________________________________________
+[ 1010] By: gsar on 1998/05/18 09:40:58
+ Log: integrate mainline changes (untested)
+ Branch: asperl
+ +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
+ +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
+ +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
+ +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
+ +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
+ +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
+ - ext/DynaLoader/DynaLoader.pm
+ ! win32/win32.c
+ !> (integrate 234 files)
+____________________________________________________________________________
+[ 1009] By: gsar on 1998/05/18 07:51:19
+ Log: more whitespace tweaks from maintbranch
+ Branch: win32/perl
+ ! av.c perl.c pp_ctl.c pp_sys.c toke.c
+____________________________________________________________________________
+[ 1008] By: gsar on 1998/05/17 22:37:20
+ Log: sundry whitespace cleanups from maintbranch
+ Branch: win32/perl
+ ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
+____________________________________________________________________________
+[ 1007] By: gsar on 1998/05/16 21:59:46
+ Log: integrate mainline
+ Branch: win32/perl
+ !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
+ !> t/op/ipcmsg.t t/op/ipcsem.t
+____________________________________________________________________________
+[ 1006] By: gsar on 1998/05/16 21:54:23
+ Log: merge changes#996,998,999 from maintbranch
+ Branch: win32/perl
+ ! Changes5.004 Porting/makerel t/base/lex.t toke.c
+____________________________________________________________________________
+[ 1005] By: gsar on 1998/05/16 21:49:47
+ Log: merge change#995 from maintbranch, tweak interp.sym and
+ run embed.pl
+ Branch: win32/perl
+ ! embedvar.h interp.sym intrpvar.h perl.c
+____________________________________________________________________________
+[ 1004] By: gsar on 1998/05/16 21:27:18
+ Log: merge changes#989,990,992 from maintbranch
+ Branch: win32/perl
+ + t/op/die.t
+ ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
+____________________________________________________________________________
+[ 1003] By: gsar on 1998/05/16 21:16:47
+ Log: sync config*.gc with others, and verify that nothing from
+ change#986 needs to be merged
+ Branch: win32/perl
+ ! win32/config.gc win32/config_H.gc
+____________________________________________________________________________
+[ 1002] By: gsar on 1998/05/16 21:04:04
+ Log: merge change#985 from maintbranch
+ Branch: win32/perl
+ ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
+ ! util.c
+____________________________________________________________________________
+[ 1001] By: gsar on 1998/05/16 17:53:16
+ Log: add a test to check return value from successful s/// (there was none!)
+ Branch: win32/perl
+ ! t/op/subst.t
+____________________________________________________________________________
+[ 1000] By: gsar on 1998/05/16 17:42:34
+ Log: fix misplaced SPAGAIN that caused successful s/// to fail to
+ return a value on the stack
+ Branch: win32/perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 999] By: TimBunce on 1998/05/15 23:04:30
+ Log: Title: "Update Porting/makerel script for perforce dir structure"
+ From: Tim Bunce
+ Files: Porting/makerel
+ Branch: maint-5.004/perl
+ ! Porting/makerel
+____________________________________________________________________________
+[ 998] By: TimBunce on 1998/05/15 22:49:55
+ Log: Title: "Updated Changes file for trial 3"
+ From: Tim Bunce
+ Files: Changes
+ Branch: maint-5.004/perl
+ ! Changes
+____________________________________________________________________________
+[ 997] By: gsar on 1998/05/15 22:21:41
+ Log: merge changes#982,984 from maintbranch
+ Branch: win32/perl
+ ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
+ ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
+____________________________________________________________________________
+[ 996] By: TimBunce on 1998/05/15 22:19:32
+ Log: Title: "Negative array subscript unrecognized in regex"
+ From: Mark-Jason Dominus <mjd@plover.com>,
+ h.sanden@elsevier.nl (Hugo van der Sanden)
+ Msg-ID: <19980425040819.13828.qmail@plover.com>,
+ <199805151514.RAA04121@dorlas.elsevier.nl>
+ Files: t/base/lex.t toke.c
+
+ Title: "Remove e_fp from toke.c after change 955"
+ From: Tim Bunce
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! t/base/lex.t toke.c
+____________________________________________________________________________
+[ 995] By: TimBunce on 1998/05/15 22:08:32
+ Log: Title: "Fix -e security hole (no longer uses temp file)"
+ From: Tim Bunce
+ Files: embed.h perl.h perl.c
+ Branch: maint-5.004/perl
+ ! embed.h perl.c perl.h
+____________________________________________________________________________
+[ 994] By: gsar on 1998/05/15 22:08:17
+ Log: merge change#981 from maintbranch, add XXX comment about
+ supporting %! for usethreads case
+ Branch: win32/perl
+ ! gv.c op.c
+____________________________________________________________________________
+[ 992] By: TimBunce on 1998/05/15 22:01:32
+ Log: Title: "install non-backwards compatible .pm files into archlib"
+ From: Tim Bunce
+ Files: installperl
+
+ Title: "revert "Can't locate" message to original for maintenance"
+ From: Tim Bunce
+ Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
+ Files: pod/perldiag.pod pp_ctl.c
+ Branch: maint-5.004/perl
+ ! installperl pod/perldiag.pod pp_ctl.c
+____________________________________________________________________________
+[ 991] By: gsar on 1998/05/15 21:35:00
+ Log: reverse integrate ansiperl (all except the
+ C<attrs qw(package locked)> stuff, and the duplicate hunks)
+ i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
+ Branch: win32/perl
+ !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
+ !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
+ !> utils/perldoc.PL
+____________________________________________________________________________
+[ 990] By: TimBunce on 1998/05/15 16:54:18
+ Log: Title: "Add tests for die $ref"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <355C6297.121B576B@ti.com>
+ Files: MANIFEST t/op/die.t
+ Branch: maint-5.004/perl
+ + t/op/die.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 989] By: TimBunce on 1998/05/15 16:38:19
+ Log: Title: "Fix t/op/ipcmsg.t for Digital UNIX"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199805151337.QAA01174@alpha.hut.fi>
+ Files: t/op/ipcmsg.t
+ Branch: maint-5.004/perl
+ ! t/op/ipcmsg.t
+____________________________________________________________________________
+[ 988] By: mbeattie on 1998/05/15 16:28:08
+ Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
+ (manually applied and tweaked) to fix up SysV IPC semaphores for
+ Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
+ t/op/ipcsem.t for platforms which wanted to skip test. Completely
+ disable ipcsem.t since it doesn't seem to work properly even when
+ not skipped. This is _65.
+ Branch: perl
+ ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
+ ! t/op/ipcmsg.t t/op/ipcsem.t
+____________________________________________________________________________
+[ 987] By: nick on 1998/05/15 16:03:35
+ Log: Integrate win32
+ Branch: ansiperl
+ +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
+ +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
+ +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
+ +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
+ +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
+ +> t/op/pos.t utils/perlcc.PL
+ - ext/DynaLoader/DynaLoader.pm
+ !> (integrate 208 files)
+____________________________________________________________________________
+[ 986] By: TimBunce on 1998/05/15 15:28:45
+ Log: Title: "Patches for BeOS port of Perl, courtesy of Tom Spindler"
+ From: Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
+ Msg-ID: <199805042312.CAA09025@alpha.hut.fi>
+ Files: MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
+ Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
+ plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
+ win32/config.bc win32/config.vc win32/config_H.bc
+ win32/config_H.vc
+ Branch: maint-5.004/perl
+ + README.beos beos/nm.c hints/beos.sh
+ ! Configure MANIFEST Porting/Glossary config_h.SH
+ ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
+ ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
+ ! win32/config.vc win32/config_H.bc win32/config_H.vc
+____________________________________________________________________________
+[ 985] By: TimBunce on 1998/05/15 15:02:43
+ Log: Title: "allow die $ref"
+ From: Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
+ Msg-ID: <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
+ Files: pp_ctl.c pp_sys.c util.c
+
+ Title: "ExtUtils::Manifest could truncate files during "make dist""
+ From: "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
+ koenig@kulturbox.de (Andreas J. Koenig)
+ Msg-ID: <199805111048.MAA02573@arrakis.int.ein.cz>,
+ <sfc90o8bgie.fsf@dubravka.in-berlin.de>
+ Files: lib/ExtUtils/Manifest.pm
+
+ Title: "Autosplit doesn't like upper case letters in sub names on VMS"
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Msg-ID: <3.0.5.32.19980330152332.009cb130@osshe.edu>
+ Files: lib/AutoSplit.pm
+
+ Title: "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
+ From: "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
+ J. Koenig), larry@wall.org (Larry Wall)
+ Msg-ID: <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
+ <sfc202c9jsb.fsf@anna.in-berlin.de>,
+ <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
+ Files: lib/AutoSplit.pm
+ Branch: maint-5.004/perl
+ ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
+ ! util.c
+____________________________________________________________________________
+[ 984] By: TimBunce on 1998/05/15 14:18:52
+ Log: ------ CORE LANGUAGE ------
+
+ Title: "Fix close pipe returning status from wrong child"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
+ Msg-ID: <199805142313.TAA02684@chapin.edu>,
+ <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
+ Files: t/io/pipe.t util.c
+
+ Title: "Avoid English.pm triggering load of Errno.pm"
+ From: Tim Bunce
+ Files: gv.c lib/English.pm
+
+ ------ DOCUMENTATION ------
+
+ Title: "Document child exit cause a parent sleep to end early"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
+ Files: pod/perlfunc.pod
+
+ ------ EXTENSIONS ------
+
+ Title: "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
+ Files: MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
+ ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
+
+ Title: "MM_VMS.pm fixes for building external library"
+ From: Dan Sugalski <sugalskd@ous.edu>
+ Msg-ID: <3.0.5.32.19980511160542.009dd480@ous.edu>
+ Files: lib/ExtUtils/MM_VMS.pm
+
+ Title: "Appease picky DEC compiler in POSIX.xs"
+ From: Dan Sugalski <sugalskd@ous.edu>
+ Msg-ID: <3.0.5.32.19980511161434.009f8bb0@ous.edu>
+ Files: ext/POSIX/POSIX.xs
+
+ ------ TESTS ------
+
+ Title: "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199805121212.PAA15351@alpha.hut.fi>
+ Files: t/op/ipcsem.t
+
+ Title: "Fix doc bug for system() return value"
+ From: Daniel Grisinger <dgris@perrin.dimensional.com>
+ Msg-ID: <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
+ Files: pod/perlfunc.pod t/op/exec.t
+
+ ------ UTILITIES ------
+
+ Title: "Avoid possible constant autoload loop"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
+ Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199805141910.PAA26994@monk.mps.ohio-state.edu>,
+ <355B475A.C5AD4B90@ti.com>,
+ <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
+ Files: utils/h2xs.PL
+
+ Title: "Further improvements to h2ph.PL"
+ From: kstar@chapin.edu
+ Msg-ID: <199805130241.WAA25459@chapin.edu>
+ Files: utils/h2ph.PL
+ Branch: maint-5.004/perl
+ + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
+ + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
+ ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
+ ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
+ ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
+
+----------------
+Version 5.004_64
+----------------
+
+____________________________________________________________________________
+[ 983] By: mbeattie on 1998/05/15 14:04:17
+ Log: Integrate win32 branch into mainline.
+ Branch: perl
+ +> Porting/patching.pod t/op/defins.t
+ !> (integrate 107 files)
+____________________________________________________________________________
+[ 982] By: TimBunce on 1998/05/15 12:33:26
+ Log: Title: "comment init_postdump_symbols issues"
+ From: Tim Bunce
+ Files: perl.c
+
+ Title: "Improve sort docs re SUBNAME"
+ From: circle@azstarnet.com
+ Msg-ID: <199804281828.LAA22737@andromeda.azstarnet.com>
+ Files: pod/perlfunc.pod
+ Branch: maint-5.004/perl
+ ! perl.c pod/perlfunc.pod
+____________________________________________________________________________
+[ 981] By: TimBunce on 1998/05/15 11:47:28
+ Log: Title: "Add hook to tie %! to external Errno.pm module (not included)"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <355080CD.1111BC81@ti.com>
+ Files: gv.c
+ Branch: maint-5.004/perl
+ ! gv.c
+____________________________________________________________________________
+[ 980] By: gsar on 1998/05/15 06:16:13
+ Log: add doc for C<+{}> vs. C<{;}> disambiguation
+ Branch: win32/perl
+ ! pod/perlref.pod
+____________________________________________________________________________
+[ 979] By: gsar on 1998/05/15 04:59:47
+ Log: tweaks to win32 makefiles. This version builds and passes all
+ tests on Solaris/gcc, win32/[bv]c. Looks all set to go.
+ Branch: win32/perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 978] By: gsar on 1998/05/15 02:41:58
+ Log: merge changes#922,944,949,965,970 from maintbranch
+ Branch: win32/perl
+ + Porting/patching.pod t/op/defins.t
+ ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
+ ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
+ ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
+ ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
+ ! utils/perlbug.PL
+____________________________________________________________________________
+[ 977] By: gsar on 1998/05/15 02:15:25
+ Log: merge changes#906,907,909,910 from maintbranch
+ Branch: win32/perl
+ ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
+ ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
+ ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
+ ! util.c
+____________________________________________________________________________
+[ 976] By: gsar on 1998/05/15 01:34:53
+ Log: merge change#905 from maintbranch, minor fixes to get
+ clean build+test on Solaris
+ Branch: win32/perl
+ ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
+ ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
+ ! regcomp.c sv.c t/op/taint.t toke.c
+____________________________________________________________________________
+[ 975] By: gsar on 1998/05/14 23:34:26
+ Log: merge change#904 from maintbranch
+ Branch: win32/perl
+ ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
+ ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
+ ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
+ ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
+ ! vms/descrip.mms
+____________________________________________________________________________
+[ 974] By: gsar on 1998/05/14 23:11:05
+ Log: merge change#897 from maintbranch
+ Branch: win32/perl
+ ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
+ ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
+ ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
+ ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
+ ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
+ ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
+ ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
+ ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
+ ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
+ ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
+ ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
+ ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
+ ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
+ ! win32/config_H.bc win32/config_H.vc win32/win32.c
+ ! x2p/find2perl.PL
+____________________________________________________________________________
+[ 973] By: gsar on 1998/05/14 22:24:26
+ Log: integrate mainline
+ Branch: win32/perl
+ + Porting/Contract
+ +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
+ +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
+ +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
+ +> utils/perlcc.PL
+ ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
+ ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
+ ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
+ ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
+ ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
+ ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
+ ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
+ ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
+ ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
+ ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
+ ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
+ ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
+ ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
+ ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
+ ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
+ ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
+ ! win32/config.vc win32/config_H.bc win32/config_H.vc
+ ! win32/win32.c x2p/find2perl.PL
+ !> (integrate 59 files)
+____________________________________________________________________________
+[ 972] By: nick on 1998/05/14 18:09:01
+ Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
+ Remove K&R style functions, avoid struct/typedef clash.
+ Branch: ansiperl
+ ! bytecode.h byterun.c sv.c toke.c
+____________________________________________________________________________
+[ 971] By: TimBunce on 1998/05/14 16:52:19
+ Log:
+ Title: "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805070402.AAA02858@aatma.engin.umich.edu>
+ Files: pp.c
+ Branch: maint-5.004/perl
+ ! pp.c
+____________________________________________________________________________
+[ 970] By: TimBunce on 1998/05/14 16:18:06
+ Log:
+ Title: "perlbug reformatted"
+ From: Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
+ <hv@crypt0.demon.co.uk>
+ Msg-ID: <199805110954.LAA20367@dorlas.elsevier.nl>,
+ <l03130300b17cebcb6d33@[194.222.64.89]>,
+ <v03110702b17ccbab6824@[195.95.102.67]>
+ Files: utils/perlbug.PL
+ Branch: maint-5.004/perl
+ ! utils/perlbug.PL
+____________________________________________________________________________
+[ 969] By: mbeattie on 1998/05/14 16:15:09
+ Log: Integrate win32 branch into mainline
+ Branch: perl
+ +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
+ +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
+ - ext/DynaLoader/DynaLoader.pm
+ !> (integrate 118 files)
+____________________________________________________________________________
+[ 968] By: mbeattie on 1998/05/14 16:05:57
+ Log: Bump patchlevel to 65
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 967] By: mbeattie on 1998/05/14 16:05:19
+ Log: Another fixup of MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 966] By: mbeattie on 1998/05/14 16:02:20
+ Log: Add missing files to MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 965] By: TimBunce on 1998/05/14 16:00:11
+ Log:
+ Title: "Sub declaration cost reduced from ~500 to ~100 bytes"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199805050607.CAA02050@monk.mps.ohio-state.edu>
+ Files: gv.h gv.c op.c
+ Branch: maint-5.004/perl
+ ! gv.c gv.h op.c
+____________________________________________________________________________
+[ 964] By: mbeattie on 1998/05/14 15:58:01
+ Log: Subject: [PATCH] Using Getopts::* with strict vars
+ Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Branch: perl
+ ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
+____________________________________________________________________________
+[ 963] By: mbeattie on 1998/05/14 15:56:53
+ Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
+ Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
+ From: epeschko@den-mdev1 (Ed Peschko)
+ Branch: perl
+ + utils/perlcc.PL
+ ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
+ ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
+____________________________________________________________________________
+[ 962] By: mbeattie on 1998/05/14 15:45:28
+ Log: From: Dan Sugalski <sugalskd@ous.edu>
+ Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
+ Date: Wed, 08 Apr 1998 17:08:48 -0700
+ Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
+ Date: Fri, 08 May 1998 10:49:16 -0700
+ Branch: perl
+ ! ext/Thread/Thread.pm
+____________________________________________________________________________
+[ 961] By: mbeattie on 1998/05/14 15:43:39
+ Log: Subject: Consolidated patch to 5.004_64
+ Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Branch: perl
+ ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
+ ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
+ ! vms/config.vms vms/descrip.mms vms/genconfig.pl
+ ! vms/perlvms.pod
+____________________________________________________________________________
+[ 960] By: mbeattie on 1998/05/14 15:41:41
+ Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
+ Date: 07 Apr 1998 18:31:21 +0200
+ From: JVromans@Squirrel.nl (Johan Vromans)
+ Branch: perl
+ ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[ 959] By: mbeattie on 1998/05/14 15:39:29
+ Log: From: Jarkko Hietaniemi <jhi@iki.fi>
+ Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time
+ Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
+ Subject: [PATCH] perl 5.004_64+Config_04
+ Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
+ Branch: perl
+ ! lib/Benchmark.pm pod/perlfunc.pod
+____________________________________________________________________________
+[ 958] By: mbeattie on 1998/05/14 15:36:30
+ Log: From: kstar@chapin.edu
+ Subject: [PATCH] hints for Irix 6
+ Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
+ Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
+ Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
+ Branch: perl
+ ! INSTALL hints/irix_6.sh installperl
+____________________________________________________________________________
+[ 957] By: mbeattie on 1998/05/14 15:33:48
+ Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
+ Date: Mon, 06 Apr 1998 21:09:24 +0200
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Branch: perl
+ ! lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[ 956] By: mbeattie on 1998/05/14 15:32:39
+ Log: Subject: [PATCH] Config: Irix 5 hints
+ Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
+ From: kstar@O2.chapin.edu
+ Branch: perl
+ ! hints/irix_5.sh
+____________________________________________________________________________
+[ 955] By: mbeattie on 1998/05/14 15:31:12
+ Log: Subject: PATCH: h2ph produces incorrect code
+ Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
+ From: Billy <wdconsta@cs.adelaide.edu.au>
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 954] By: mbeattie on 1998/05/14 15:29:27
+ Log: Subject: [PATCH] perldebug.pod
+ Date: Mon, 6 Apr 1998 00:36:57 -0600
+ From: jason stewart <jasons@sandy-home.arc.unm.edu>
+ Branch: perl
+ ! pod/perldebug.pod
+____________________________________________________________________________
+[ 953] By: mbeattie on 1998/05/14 15:28:00
+ Log: From: Dominic Dunlop <domo@vo.lu>
+ Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
+ Date: Wed, 6 May 1998 14:39:32 +0000
+ Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
+ Date: Sat, 4 Apr 1998 19:44:34 +0000
+ Branch: perl
+ ! hints/machten.sh t/op/hashwarn.t
+____________________________________________________________________________
+[ 952] By: mbeattie on 1998/05/14 15:23:19
+ Log: New pod/perldelta.pod (previous one branched in last change):
+ Subject: [PATCH 5.004_64] Start new perldelta
+ Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Branch: perl
+ + pod/perldelta.pod
+____________________________________________________________________________
+[ 951] By: mbeattie on 1998/05/14 15:20:43
+ Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
+ Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
+ Subject: [PATCH 5.004_64] Start new perldelta
+ Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
+ (above branched perldelta -> perldelta4, new perldelta will be
+ created/added next change)
+ Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
+ Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
+ Branch: perl
+ + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
+ + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
+ +> pod/perldelta4.pod
+ - pod/perldelta.pod
+ ! MANIFEST hints/svr4.sh
+____________________________________________________________________________
+[ 949] By: TimBunce on 1998/05/14 15:11:30
+ Log:
+ Title: "while($x=<>) no longer warns (implicit defined added)"
+ From: Nick Ing-Simmons <nik@tiuk.ti.com>
+ Msg-ID: <199805051035.LAA27365@pluto.tiuk.ti.com>
+ Files: MANIFEST op.c t/op/defins.t
+ Branch: maint-5.004/perl
+ + t/op/defins.t
+ ! MANIFEST op.c
+____________________________________________________________________________
+[ 948] By: mbeattie on 1998/05/14 15:09:51
+ Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: [PATCH for 5.004_64] Configure patch Config_64-01
+ Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
+ Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
+ Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
+ Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
+ Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
+ Subject: [PATCH 5.004_64] Config_64-03-04.diff
+ Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
+ Branch: perl
+ + README.beos beos/nm.c hints/beos.sh
+ ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
+ ! Porting/Glossary Porting/config.sh Porting/config_H
+ ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
+ ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
+ ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
+ ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
+ ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
+ ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
+ ! win32/config.vc win32/config_H.bc win32/config_H.vc
+____________________________________________________________________________
+[ 946] By: TimBunce on 1998/05/14 15:07:06
+ Log:
+ Title: "Fix PERL_DESTRUCT_LEVEL core dumps"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805062301.TAA24599@aatma.engin.umich.edu>
+ Files: perl.c sv.c t/op/misc.t
+ Branch: maint-5.004/perl
+ ! perl.c sv.c t/op/misc.t
+____________________________________________________________________________
+[ 945] By: mbeattie on 1998/05/14 15:00:31
+ Log: Subject: Perl Social Contract
+ Date: 13 Apr 1998 06:16:59 -0700
+ From: Russ Allbery <rra@stanford.edu>
+ Branch: perl
+ + Porting/Contract
+____________________________________________________________________________
+[ 944] By: TimBunce on 1998/05/14 14:59:37
+ Log:
+ Title: "5.004_04-m2 Cleanup of test failures"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805070416.AAA03082@aatma.engin.umich.edu>
+ Files: t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
+ win32/config.bc win32/config.vc
+ Branch: maint-5.004/perl
+ ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
+ ! win32/config.bc win32/config.vc
+____________________________________________________________________________
+[ 943] By: mbeattie on 1998/05/14 14:58:13
+ Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
+ Subject: [PATCH 5.004_64] Test.pm update
+ Date: Sat, 4 Apr 1998 08:33:50 -0500
+ Subject: [PATCH 5.004_64] modcount + comments
+ Date: Fri, 17 Apr 1998 16:07:35 -0400
+ Branch: perl
+ ! lib/Test.pm op.c thrdvar.h
+____________________________________________________________________________
+[ 942] By: mbeattie on 1998/05/14 14:49:43
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Subject: [PATCH 5.004_64] newSV
+ Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
+ Subject: [PATCH 5.004_64] Cryptic error from B::CC
+ Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
+ Branch: perl
+ ! ext/B/B/CC.pm handy.h proto.h sv.c
+____________________________________________________________________________
+[ 941] By: mbeattie on 1998/05/14 14:47:29
+ Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Subject: [PATCH 5.004_64] anydbm.t
+ Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
+ Subject: [PATCH 5.004_64] threads on OS/2
+ Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
+ Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
+ Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
+ Subject: [PATCH 5.004_64] Immediate stop in debugger
+ Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
+ Subject: [PATCH 5.005_64] ptags broken
+ Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
+ Subject: [PATCH 5.004_64] Document switch syntax via RE
+ Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
+ Branch: perl
+ ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
+ ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
+ ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
+____________________________________________________________________________
+[ 940] By: mbeattie on 1998/05/14 14:38:44
+ Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of normal VMS perl build
+ Date: Fri, 03 Apr 1998 16:01:57 -0800
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Branch: perl
+ ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
+ ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
+____________________________________________________________________________
+[ 939] By: mbeattie on 1998/05/14 14:35:42
+ Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled with MULTIPLICITY
+ Date: Fri, 03 Apr 1998 13:58:15 -0800
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 938] By: gsar on 1998/05/14 10:53:55
+ Log: merge change#896 from maintbranch
+ Branch: win32/perl
+ ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
+ ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
+ ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
+ ! t/op/gv.t t/op/misc.t t/op/pack.t
+____________________________________________________________________________
+[ 937] By: gsar on 1998/05/14 09:31:34
+ Log: merge change#887 from maintbranch
+ Branch: win32/perl
+ + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
+ ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
+ ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
+ ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
+ ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
+ ! t/op/stat.t toke.c utils/h2xs.PL
+____________________________________________________________________________
+[ 936] By: gsar on 1998/05/14 09:06:18
+ Log: merge change#886 from maintbranch
+ Branch: win32/perl
+ ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
+ ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
+ ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
+ ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
+ ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
+ ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
+ ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
+ ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
+ ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
+ ! vms/test.com
+____________________________________________________________________________
+[ 935] By: gsar on 1998/05/14 07:00:02
+ Log: merge changes#872,873 from maintbranch
+ Branch: win32/perl
+ ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
+ ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
+ ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
+ ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
+ ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
+ ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 934] By: gsar on 1998/05/14 06:24:38
+ Log: merge changes#755..759,763,764 from maintbranch
+ Branch: win32/perl
+ + hints/openbsd.sh
+ ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
+ ! t/op/pos.t utils/perldoc.PL
+____________________________________________________________________________
+[ 933] By: gsar on 1998/05/14 06:07:31
+ Log: merge change#754 from maintbranch
+ Branch: win32/perl
+ ! perl.c
+____________________________________________________________________________
+[ 932] By: gsar on 1998/05/14 06:03:50
+ Log: merge changes#752,753 from maintbranch
+ Branch: win32/perl
+ + t/op/pos.t
+ ! README ext/GDBM_File/GDBM_File.pm
+ ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
+____________________________________________________________________________
+[ 931] By: gsar on 1998/05/14 05:51:19
+ Log: merge change#745 from maintbranch
+ Branch: win32/perl
+ + ext/DynaLoader/DynaLoader.pm.PL
+ - ext/DynaLoader/DynaLoader.pm
+ ! MANIFEST ext/DynaLoader/Makefile.PL
+____________________________________________________________________________
+[ 930] By: nick on 1998/05/13 20:39:59
+ Log: resolve -at //depot/win32 into ansiperl for C++ testing.
+ Branch: ansiperl
+ ! utils/perldoc.PL
+ !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
+ !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
+ !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
+ !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+ !> win32/makedef.pl win32/makefile.mk
+____________________________________________________________________________
+[ 929] By: gsar on 1998/05/13 10:13:36
+ Log: merge change#687 from maintbranch
+ Branch: win32/perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 928] By: gsar on 1998/05/13 10:08:13
+ Log: merge change#683 from maintbranch
+ Branch: win32/perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 927] By: gsar on 1998/05/13 09:51:43
+ Log: merge change#681 from maintbranch
+ Branch: win32/perl
+ ! ext/Fcntl/Fcntl.pm
+____________________________________________________________________________
+[ 926] By: gsar on 1998/05/13 09:47:11
+ Log: merge change#664 from maint branch
+ Branch: win32/perl
+ ! regcomp.c regcomp.h regexec.c
+____________________________________________________________________________
+[ 925] By: gsar on 1998/05/13 08:55:28
+ Log: merge missing part of change#663 from maint branch
+ Branch: win32/perl
+ ! op.c
+____________________________________________________________________________
+[ 924] By: gsar on 1998/05/12 18:50:04
+ Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
+ and seems to generate problematic code for PII.
+ Branch: win32/perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 923] By: gsar on 1998/05/12 16:24:02
+ Log: fix test failure
+ Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
+ Date: Tue, 12 May 1998 10:40:57 BST
+ From: Nick.Ing-Simmons@tiuk.ti.com
+ Subject: test buglet
+ Branch: win32/perl
+ ! t/op/hashwarn.t
+____________________________________________________________________________
+[ 922] By: TimBunce on 1998/05/11 20:58:58
+ Log: Assorted patches:
+
+ ------ CORE LANGUAGE ------
+
+ Title: "incorrect return value for hv_iterinit"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805031848.OAA20618@aatma.engin.umich.edu>
+ Files: pod/perlguts.pod hv.c
+
+ ------ DOCUMENTATION ------
+
+ Title: "perlvar.pod buglet E<EVMSERR>"
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Msg-ID: <9805041415.AA22185@o09.xray.mpe.mpg.de>
+ Files: pod/perlvar.pod
+
+ Title: "Improve docs for warning about code after an exec()"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
+ <chaimf@concentric.net>
+ Msg-ID: <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
+ <m3ra22qn1z.fsf@chany-p100.emwp.com>
+ Files: pod/perlfunc.pod
+
+ Title: "Remove dead code from pod2man"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
+ Files: pod/pod2man.PL
+
+ Title: "tweak doc for C<do FILENAME>"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199805090017.UAA06888@aatma.engin.umich.edu>
+ Files: pod/perlfunc.pod
+
+ Title: "Document integer pragma effect on % operator"
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <m3yawjmzhx.fsf@furu.g.aas.no>
+ Files: pod/perlop.pod
+
+ Title: "Reduce rm command line length in pod/Makefile"
+ From: Hugo van der Sanden <h.sanden@elsevier.nl>
+ Msg-ID: <199805041423.QAA13199@dorlas.elsevier.nl>
+ Files: pod/Makefile
+
+ ------ EXTENSIONS ------
+
+ Title: "Clarify Termios usage in POSIX.pod"
+ From: Rocco Caputo <troc@netrus.net>
+ Msg-ID: <199805101952.PAA12738@ns.netrus.net>
+ Files: ext/POSIX/POSIX.pod
+
+ ------ LIBRARY ------
+
+ Title: "Fix File::Find::finddepth typo in trial 2 release"
+ From: koenig@kulturbox.de (Andreas J. Koenig)
+ Msg-ID: <sfcbttflsjz.fsf@dubravka.in-berlin.de>
+ Files: lib/File/Find.pm t/lib/filefind.t
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "Add Porting/patching.pod document"
+ From: Daniel Grisinger <dgris@tdrenterprises.com>
+ Msg-ID: <199805030305.XAA16147@relay.pair.com>
+ Files: MANIFEST Porting/patching.pod
+
+ Title: "hints/machten.sh: disable semctl(), align with devel version"
+ From: Dominic Dunlop <domo@vo.lu>
+ Msg-ID: <v03110701b175fc029eb1@[195.95.102.115]>
+ Files: hints/machten.sh
+
+ Title: "Add VMS specifics to Porting/makerel"
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Msg-ID: <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
+ <199804271732.SAA13762@toad.ig.co.uk>,
+ <9804250212.AA27695@forte.com>
+ Files: Porting/makerel
+ Branch: maint-5.004/perl
+ + Porting/patching.pod
+ ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
+ ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
+ ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
+ ! t/lib/filefind.t
+____________________________________________________________________________
+[ 921] By: gsar on 1998/05/10 02:28:03
+ Log: various tweaks to makefiles
+ Branch: win32/perl
+ ! win32/Makefile win32/makedef.pl win32/makefile.mk
+____________________________________________________________________________
+[ 920] By: gsar on 1998/05/10 02:27:19
+ Log: fix ExtUtils::Liblist mishandling paths with spaces
+ Branch: win32/perl
+ ! lib/ExtUtils/Liblist.pm
+____________________________________________________________________________
+[ 919] By: gsar on 1998/05/09 17:10:15
+ Log: minor cleanup
+ Branch: win32/perl
+ ! MANIFEST perl.c
+____________________________________________________________________________
+[ 918] By: gsar on 1998/05/09 17:09:09
+ Log: protect sortcop from C<sort { sort { ... } ... } ...>
+ Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
+ Date: Fri, 08 May 1998 19:33:44 EDT
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Subject: [PATCH] Re: double recursion in sort
+ Branch: win32/perl
+ ! pp_ctl.c t/op/runlevel.t
+____________________________________________________________________________
+[ 917] By: gsar on 1998/05/09 17:05:55
+ Log: c
+ Branch: win32/perl
+ ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 916] By: gsar on 1998/05/07 03:40:15
+ Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
+ Branch: win32/perl
+ ! pp.c
+____________________________________________________________________________
+[ 915] By: mbeattie on 1998/05/06 13:08:29
+ Log: Speed up pp_entersub for usethreads with only 1 thread running.
+ Branch: perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 914] By: gsar on 1998/05/03 18:44:38
+ Log: make hv_iterinit() return HvKEYS()
+ Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
+ Date: Sat, 02 May 1998 16:29:22 EDT
+ From: "SynaptiCAD, Inc." <sales@syncad.com>
+ Subject: incorrect return value for hv_iterinit
+ Branch: win32/perl
+ ! hv.c pod/perlguts.pod
+____________________________________________________________________________
+[ 913] By: TimBunce on 1998/05/01 22:38:38
+ Log: Update MANIFEST for trial 2.
+ (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
+ Branch: maint-5.004/perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 912] By: TimBunce on 1998/05/01 22:30:29
+ Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
+ Branch: maint-5.004/perl
+ + t/op/tiehandle.t
+____________________________________________________________________________
+[ 911] By: TimBunce on 1998/05/01 21:35:03
+ Log:
+ Title: "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
+ From: timbo@ig.co.uk (Tim Bunce)
+ Msg-ID: <199804200854.JAA01482@toad.ig.co.uk>
+ Files: perl.h
+
+ Title: "Add WRITE & CLOSE to TIEHANDLE"
+ From: Graham Barr <gbarr@pobox.com>
+ Msg-ID: <34F63DC8.CA95670F@pobox.com>
+ Files: pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
+ Branch: maint-5.004/perl
+ + lib/Tie/Handle.pm
+ ! perl.h pod/perltie.pod pp_sys.c
+____________________________________________________________________________
+[ 910] By: TimBunce on 1998/05/01 20:47:47
+ Log:
+ Title: "Add warning for Illegal hex digit"
+ From: Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
+ <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
+ Msg-ID: <199804232219.SAA02267@spp.users.ds.net>,
+ <199804271409.PAA12819@toad.ig.co.uk>,
+ <199804280307.WAA12332@psasolar.psa.pencom.com>
+ Files: pod/perldiag.pod util.c
+
+ Title: "perl_call_method() bug fix (corrupt op pointer)"
+ From: "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
+ Msg-ID: <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
+ Files: perl.c
+
+ Title: "Fix printf segmentation fault"
+ From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
+ Msg-ID: <l03130300b16bebdbc314@[194.222.64.89]>
+ Files: pp_hot.c
+
+ Title: "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Msg-ID: <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
+ Files: pod/perlsub.pod
+ Branch: maint-5.004/perl
+ ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
+____________________________________________________________________________
+[ 909] By: TimBunce on 1998/05/01 19:44:47
+ Log:
+ Title: "Change Ilya's do_binmode to K&R prototype and move to doio.c"
+ Files: doio.c util.c
+ Branch: maint-5.004/perl
+ ! doio.c util.c
+____________________________________________________________________________
+[ 908] By: gsar on 1998/05/01 19:21:02
+ Log: add AS patch#20 (exposes more global constants)
+ Branch: asperl
+ ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
+ ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
+ ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
+____________________________________________________________________________
+[ 907] By: TimBunce on 1998/05/01 17:50:46
+ Log:
+ Title: "Runtime Carp verbosity without aliasing"
+ From: Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
+ Msg-ID: <H00000e50003936c@MHS>
+ Files: lib/Carp.pm
+
+ Title: "Fix File::Basename to not untaint results (using new //t flag)"
+ From: Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
+ <rootbeer@teleport.com>
+ Msg-ID: <199710070515.WAA00682@finity.citysearch.com>,
+ <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
+ Files: lib/File/Basename.pm
+ Branch: maint-5.004/perl
+ ! lib/Carp.pm lib/File/Basename.pm
+____________________________________________________________________________
+[ 906] By: TimBunce on 1998/04/28 11:04:49
+ Log:
+ ------ CORE LANGUAGE ------
+
+ Title: "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
+ references in LVs"
+ From: Spider Boardman <spider@orb.nashua.nh.us>
+ Msg-ID: <199804010541.AAA32615@Orb.Nashua.NH.US>,
+ <19980422164037.D29222@perl.org>
+ Files: embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
+ pp.c sv.c
+
+ Title: "Fix SvGMAGIC typo in change 904"
+ Files: doop.c
+ Branch: maint-5.004/perl
+ ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
+ ! proto.h sv.c
+____________________________________________________________________________
+[ 905] By: TimBunce on 1998/04/28 10:32:20
+ Log: Regexp patches
+
+ Title: "New regex flag //t to leave $1 etc. tainted"
+ From: Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
+ Msg-ID: <19980310192640.37826@cyprus>
+ Files: pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
+ t/op/taint.t toke.c
+
+ Title: "Don't accidentally untaint target of s///"
+ From: Chip Salzenberg <chip@pobox.com>
+ Msg-ID: <19980310151756.24767@cyprus>
+ Files: pp_ctl.c pp_hot.c t/op/taint.t
+
+ Title: "Allow but ignore embedded /...(?o).../ in regexp"
+ From: h.sanden@elsevier.nl (Hugo van der Sanden)
+ Msg-ID: <199804201243.OAA08244@dorlas.elsevier.nl>
+ Files: regcomp.c
+ Branch: maint-5.004/perl
+ ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
+ ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
+____________________________________________________________________________
+[ 904] By: TimBunce on 1998/04/27 20:20:21
+ Log: Assorted patches:
+
+ ------ CORE LANGUAGE ------
+
+ Title: "Protect join() against double reads on undef and SvGMAGICALs"
+ From: Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
+ <Tim.Bunce@ig.co.uk>
+ Msg-ID: <19980424080630.D13985@perl.org>
+ Files: doop.c
+
+ Title: "Better error message for require failure"
+ From: epeschko@den-mdev1 (Ed Peschko)
+ Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
+ Files: pod/perldiag.pod pp_ctl.c
+
+ Title: "fixes for various noises under PERL_DESTRUCT_LEVEL"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199804231926.PAA23969@aatma.engin.umich.edu>
+ Files: perl.c
+
+ Title: "Fix nice_chunk memory leak"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199804052347.TAA15699@aatma.engin.umich.edu>
+ Files: sv.c
+
+ Title: "-2.0 vs. -2 (was Number representations)"
+ From: Chip Salzenberg <chip@pobox.com>
+ Msg-ID: <19980309185652.11231@cyprus>
+ Files: op.c
+
+ Title: "perl.c fixes for -DUNEXEC"
+ From: Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
+ <mwette@mr-ed.jpl.nasa.gov>
+ Msg-ID: <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
+ Files: perl.c
+
+ ------ DOCUMENTATION ------
+
+ Title: "perlcall is Perl from C, not C from Perl"
+ From: Steve A Fink <sfink@cs.berkeley.edu>
+ Files: pod/perlembed.pod
+
+ Title: "Clarify require "Foo::Bar" non-bareword issue"
+ From: Dominique Dumont <domi@ss7serv.grenoble.hp.com>
+ Msg-ID: <199804231527.AA153445256@ss7serv.grenoble.hp.com>
+ Files: pod/perlfunc.pod
+
+ Title: "(repost) new text for perlsec", "new text for perlsec"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
+ Files: pod/perlsec.pod
+
+ ------ EXTENSIONS ------
+
+ Title: "IO::Socket->socketpair broken (typo)"
+ From: Olaf Titz <olaf@bigred.inka.de>
+ Msg-ID: <19980425224535.2807.qmail@bigred.inka.de>
+ Files: ext/IO/lib/IO/Socket.pm
+
+ Title: "NDBM_File man page needs Fcntl"
+ From: "Danny R. Faught" <faught@mailhost.rsn.hp.com>
+ Msg-ID: <199707011500.IAA00601@palrel3.hp.com>
+ Files: ext/NDBM_File/NDBM_File.pm
+
+ ------ LIBRARY ------
+
+ Title: "Documentation discrepancy: pragmatic modules"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
+ Msg-ID: <199804221525.RAA12695@dorlas.elsevier.nl>,
+ <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
+ Files: lib/strict.pm lib/subs.pm lib/vars.pm
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "Updated hints file for svr4"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
+ Files: hints/svr4.sh
+
+ Title: "Pumpkin update -- shared libperl.so location"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
+ Files: Porting/pumpkin.pod
+
+ Title: "perl compile fix for AIX 4.3"
+ From: Jens-Uwe Mager <jum@helios.de>
+ Msg-ID: <199804261611.SAA34728@ans.helios.de>
+ Files: ext/DynaLoader/dl_aix.xs
+
+ Title: "Dynaloader build on VMS",
+ From: pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
+ Msg-ID: <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
+ Files: vms/descrip.mms
+
+ ------ UTILITIES ------
+
+ Title: "Major update to h2ph.PL"
+ From: Billy <wdconsta@cs.adelaide.edu.au>
+ Msg-ID: <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
+ Files: utils/h2ph.PL
+ Branch: maint-5.004/perl
+ ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
+ ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
+ ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
+ ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
+ ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
+____________________________________________________________________________
+[ 903] By: gsar on 1998/04/25 22:27:19
+ Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
+ Branch: asperl
+ ! win32/GenCAPI.pl
+____________________________________________________________________________
+[ 902] By: nick on 1998/04/25 16:35:08
+ Log: Case sensitive tweak to perldoc.PL
+ Branch: ansiperl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 901] By: nick on 1998/04/25 15:16:54
+ Log: Implement use attrs qw(locked package);
+ Passes all tests except posix (hangs/dies) in sigaction test after
+ printing "ok 9".
+ Branch: ansiperl
+ ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
+____________________________________________________________________________
+[ 900] By: nick on 1998/04/25 13:58:17
+ Log: Auto-insert defined() test in while when test expression is
+ readline (i.e. <>), glob, readdir, or each.
+ Branch: ansiperl
+ + t/op/defins.t
+ ! op.c pod/perlop.pod
+____________________________________________________________________________
+[ 899] By: nick on 1998/04/25 13:14:52
+ Log: Resolve ansiperl against win32 branch
+ Branch: ansiperl
+ +> (branch 53 files)
+ - config_H
+ !> (integrate 227 files)
+____________________________________________________________________________
+[ 898] By: gsar on 1998/04/24 17:01:05
+ Log: add AS patch#18
+ Branch: asperl
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
+____________________________________________________________________________
+[ 897] By: TimBunce on 1998/04/23 19:49:22
+ Log: Assorted patches:
+
+ ------ CORE LANGUAGE ------
+
+ Title: "fix for "Unbalanced string table refcount""
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199804042251.RAA25527@aatma.engin.umich.edu>
+ Files: sv.c
+
+ Title: "Allow more lenient switch processing"
+ From: "John L. Allen" <allen@grumman.com>
+ Msg-ID: <199803251638.LAA22664@gateway.grumman.com>
+ Files: perl.c
+
+ Title: "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <m3g1jglqtm.fsf@furu.g.aas.no>
+ Files: pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
+
+ Title: "Odd number of elements in hash list."
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
+ Files: MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
+
+ Title: "another destruct_level fix"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199804030105.UAA04400@aatma.engin.umich.edu>
+ Files: hv.c
+
+ Title: "bidirectional pipe warning blues"
+ From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
+ Msg-ID: <9804082151.AA20399@claudius.bfsec.bt.co.uk>
+ Files: doio.c
+
+ Title: "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
+ From: Malcolm Beattie <mbeattie@sable.ox.ac.uk>
+ Msg-ID: <199801191107.LAA17979@sable.ox.ac.uk>
+ Files: pp_hot.c pp_sys.c
+
+ Title: "unimplemented umask() should return undef not die"
+ From: kstar@chapin.edu (Kurt D. Starsinic)
+ Msg-ID: <199803120515.VAA08660@chapin.edu>
+ Files: pod/perlfunc.pod pp_sys.c
+
+ Title: "warning for: bless $foo, """
+ From: Joshua.Pritikin@NewYork2.dmg.deuba.com
+ Msg-ID: <H00000e5000378a0@MHS>
+ Files: pod/perldiag.pod pp.c
+
+ ------ DOCUMENTATION ------
+
+ Title: "Mention SWIG in perlxs.pod"
+ From: Steve A Fink <sfink@cs.berkeley.edu>
+ Msg-ID: <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
+ Files: pod/perlxs.pod
+
+ Title: "fix-up of previous perlre.pod patch"
+ From: Ted Ashton <ashted@southern.edu>
+ Msg-ID: <199803031540.KAA09388@ns.southern.edu>
+ Files: pod/perlre.pod
+
+ Title: "long list of man page nitpicks"
+ From: Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
+ <tchrist@jhereg.perl.com>
+ Msg-ID: <199804221844.NAA08338@pluto.cs.uah.edu>,
+ <199804222204.QAA20805@jhereg.perl.com>
+ Files: pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
+ pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
+ pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
+ pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
+ pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
+ pod/perlre.pod pod/perlref.pod pod/perlrun.pod
+ pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
+ pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
+ pod/pod2man.PL
+
+ Title: "document that system() does not set $! when it fails"
+ From: "Mark R. Levinson" <mrl@isc.upenn.edu>
+ Msg-ID: <199803011946.OAA31942@anaximander.dccs.upenn.edu>
+ Files: pod/perlfunc.pod
+
+ Title: "Fix pod/roffitall execute permission"
+ From: lvirden@cas.org
+ Msg-ID: <1997Nov17.132031.2589892@cor.newman>
+ Files: pod/roffitall
+
+ Title: "document when split ignores trailing empty fields"
+ From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
+ Msg-ID: <l03130300b14fac832b77@[194.222.64.89]>
+ Files: pod/perlfunc.pod
+
+ ------ EXTENSIONS ------
+
+ Title: "Buglet in Opcode.pm documentation"
+ From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
+ Msg-ID: <199804170349.XAA32445@sleipnir.valparaiso.cl>
+ Files: ext/Opcode/Opcode.pm
+
+ Title: "Failure to append to perllocal.pod should not be fatal"
+ From: koenig@kulturbox.de (Andreas J. Koenig)
+ Msg-ID: <sfciuogy67x.fsf@dubravka.in-berlin.de>
+ Files: lib/ExtUtils/MM_Unix.pm
+
+ Title: "Document that IO.pm does not load IO::Select etc"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <353B48F1.64E35A63@ti.com>
+ Files: ext/IO/IO.pm
+
+ Title: "Install extensions with bootstrap (again) in $archlib"
+ From: Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
+ Koenig)
+ Msg-ID: <9804061909.AA12675@o09.xray.mpe.mpg.de>,
+ <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
+ Files: lib/ExtUtils/Install.pm
+
+ Title: "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
+ Files: ext/Socket/Socket.xs
+
+ ------ LIBRARY ------
+
+ Title: "Benchmark.pm: add run-for-some-time mode"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199804080647.JAA15136@alpha.hut.fi>
+ Files: lib/Benchmark.pm
+
+ Title: "Comments added to Carp.pm"
+ From: Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
+ <chip@perlsupport.com>, Tom Christiansen
+ <tchrist@jhereg.perl.com>
+ Msg-ID: <19980422164242.E29222@perl.org>,
+ <199804222033.OAA17959@jhereg.perl.com>,
+ <980409182357.ZM21638@bandanna>
+ Files: lib/Carp.pm
+
+ Title: "chat2.pl fix"
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Msg-ID: <01IVMVF507PO001NKH@cor.newman.upenn.edu>
+ Files: lib/chat2.pl
+
+ Title: "lib/Pod/Html.pm"
+ From: d-lewart@uiuc.edu (Daniel S. Lewart)
+ Msg-ID: <199710170718.DAA25472@staff1.cso.uiuc.edu>,
+ <199710180417.AAA19778@staff2.cso.uiuc.edu>
+ Files: lib/Pod/Html.pm
+
+ Title: "ormaments method in Term/ReadLine.pm causes warning with string
+ arg."
+ From: hiroo.hayashi@computer.org
+ Msg-ID: <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
+ Files: lib/Term/ReadLine.pm
+
+ ------ OTHER CHANGES ------
+
+ Title: "ptags broken"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199804120208.WAA29264@monk.mps.ohio-state.edu>
+ Files: emacs/ptags
+
+ ------ PORTABILITY - WIN32 ------
+
+ Title: "win32 tweaks (signals and crypt support)"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199804170505.BAA06413@aatma.engin.umich.edu>
+ Files: perl.h win32/config.bc win32/config.vc win32/config_H.bc
+ win32/config_H.vc win32/win32.c
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "Add Social Contract (2nd Draft) as Porting/Contract"
+ From: Russ Allbery <rra@stanford.edu>
+ Msg-ID: <m3btw66n8i.fsf@windlord.Stanford.EDU>
+ Files: Porting/Contract
+
+ Title: "Config: Irix 5 hints"
+ From: kstar@O2.chapin.edu
+ Msg-ID: <199804061712.NAA22823@O2.chapin.edu>
+ Files: hints/irix_5.sh
+
+ Title: "VMS patches to 5.004_03"
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Msg-ID: <01IVYJS0L8D200209B@cor.newman.upenn.edu>
+ Files: vms/vms.c
+
+ Title: "hints/netbsd.sh - enable vfork"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
+ Files: hints/netbsd.sh
+
+ ------ UTILITIES ------
+
+ Title: "support find2perl -follow"
+ From: Billy <wdconsta@cs.adelaide.edu.au>
+ Msg-ID: <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
+ Files: x2p/find2perl.PL
+ Branch: maint-5.004/perl
+ + Porting/Contract t/op/hashwarn.t
+ ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
+ ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
+ ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
+ ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
+ ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
+ ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
+ ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
+ ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
+ ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
+ ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
+ ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
+ ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
+ ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
+ ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
+ ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
+ ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
+ ! win32/config_H.bc win32/config_H.vc win32/win32.c
+ ! x2p/find2perl.PL
+____________________________________________________________________________
+[ 896] By: TimBunce on 1998/04/22 11:49:24
+ Log: Assorted patches:
+
+ ------ CORE LANGUAGE ------
+
+ Title: "Additional regex-cache patch"
+ From: Chip Salzenberg <chip@atlantic.net>
+ Msg-ID: <19980305104831.38100@cyprus>
+ Files: pp_ctl.c
+
+ Title: "Conservative C<*x = undef> patch"
+ From: Chip Salzenberg <chip@atlantic.net>
+ Msg-ID: <19980310163310.48509@cyprus>
+ Files: pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
+
+ Title: "Consider @ARGV to be plain files if inplace (-i)"
+ From: Chip Salzenberg <salzench@nielsenmedia.com>
+ Msg-ID: <199802042106.QAA04082@nielsenmedia.com>
+ Files: doio.c
+
+ Title: "Fix semctl for Linux, Sun and SVR4"
+ From: Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
+ Msg-ID: <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
+ Files: doio.c
+
+ Title: "C<dSP> entails using C<SP>, not C<sp>"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199803070149.UAA12217@aatma.engin.umich.edu>
+ Files: pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
+ doio.c doop.c ext/DB_File/DB_File.xs
+ ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
+ ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
+ lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
+ win32/win32.c
+
+ Title: "Make autouse -w-safe"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199803030236.VAA13244@monk.mps.ohio-state.edu>
+ Files: lib/autouse.pm op.c sv.c
+
+ Title: "Misleading error on close of unopened handle"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
+ Files: doio.c
+
+ Title: "Confusing error from perl -e "x'""
+ From: Hans Mulder <hansmu@xs4all.nl>
+ Msg-ID: <1998Mar25.174320.2866352@cor.newman.upenn.edu>
+ Files: toke.c
+
+ Title: "Add HAS_GNULIBC define"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
+ Files: config_H config_h.SH
+
+ Title: "h_errno might not be an int"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
+ Files: pp_sys.c
+
+ Title: "Revised taint hole closer", "Revised taint hole closer"
+ From: Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
+ <ilya@math.ohio-state.edu>
+ Msg-ID: <19980310222127.09350@cyprus>,
+ <199803110554.AAA29157@monk.mps.ohio-state.edu>
+ Files: doio.c
+
+ Title: "SEGV compiling localised lexical in perl5.004_05t1"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
+ van der Sanden)
+ Msg-ID: <199803171530.QAA24053@dorlas.elsevier.nl>,
+ <199803171727.MAA05234@aatma.engin.umich.edu>
+ Files: op.c t/op/misc.t
+
+ Title: "Stale SP in pp_substr"
+ From: Stephen McCamant <alias@mcs.com>
+ Msg-ID: <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
+ Files: pp.c
+
+ Title: "Statement unlikely to be reached warning"
+ From: Hans Mulder <hansm@icgned.nl>
+ Msg-ID: <1997Dec24.171511.2683516@cor.newman>
+ Files: op.c
+
+ Title: "Tainting propagates from nowhere"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199803140411.XAA09343@aatma.engin.umich.edu>
+ Files: pp.c
+
+ Title: "two trivial tweaks to 5.004m5t1"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199803060553.AAA28461@aatma.engin.umich.edu>
+ Files: proto.h win32/Makefile
+
+ Title: "unpacking negatives on Alpha"
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Msg-ID: <9710201503.AA24797@o09.xray.mpe.mpg.de>
+ Files: pp.c t/op/pack.t
+
+ ------ LIBRARY AND EXTENSIONS ------
+
+ Title: "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <3482F365.4A0486BA@ti.com>
+ Files: lib/Cwd.pm
+
+ Title: "Math/BigInt.pm, fixed use of undefined value."
+ From: abigail@fnx.com
+ Msg-ID: <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
+ Files: lib/Math/BigInt.pm
+
+ Title: "File::Find rewrite"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199803052344.SAA01008@monk.mps.ohio-state.edu>
+ Files: lib/File/Find.pm
+
+ Title: "efficient version of strict.pm"
+ From: koenig@anna.mind.de (Andreas J. Koenig)
+ Msg-ID: <sfcpvonhdnc.fsf@anna.in-berlin.de>
+ Files: lib/strict.pm
+
+ Title: "Socket occasional SEGV in pack_sockaddr_un"
+ From: Trevor Blackwell <tlb@viaweb.com>
+ Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
+ Files: ext/Socket/Socket.xs
+
+ Title: "Warning on mis-use of 'use lib'"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
+ <rootbeer@teleport.com>, chip@atlantic.net
+ Msg-ID: <199801270435.XAA14147@cyprus.atlantic.net>,
+ <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
+ <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
+ Files: lib/lib.pm
+
+ Title: "bug in Class::Struct"
+ From: Tom Christiansen <tchrist@toy.perl.com>
+ Msg-ID: <199803290814.KAA05699@toy.perl.com>
+ Files: lib/Class/Struct.pm
+
+ Title: "Allow POSIX to export nice()"
+ From: bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
+ Msg-ID: <eclg1kf5yf0.fsf@ws010.dp.intel.com>
+ Files: ext/POSIX/POSIX.pm
+
+ Title: "'use Env' on WinNT/95 fails"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199803280511.AAA15933@aatma.engin.umich.edu>
+ Files: lib/Env.pm
+
+ ------ OTHER CHANGES ------
+
+ Title: "mv-if-diff"
+ From: Robin Barker <rmb1@cise.npl.co.uk>
+ Msg-ID: <14572.9803271806@tempest.cise.npl.co.uk>
+ Files: mv-if-diff
+
+ ------ PORTABILITY - WIN32 ------
+
+ Title: "fix various problems with backticks on win32"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199803070705.CAA15945@aatma.engin.umich.edu>
+ Files: win32/config_h.PL win32/win32.c
+
+ ------ TESTS ------
+
+ Title: "Fix bug in locale.t"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199801042148.XAA08599@alpha.hut.fi>
+ Files: t/pragma/locale.t
+ Branch: maint-5.004/perl
+ ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
+ ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
+ ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
+ ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
+ ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
+ ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
+ ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
+ ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
+ ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
+ ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
+ ! win32/Makefile win32/config_h.PL win32/win32.c
+____________________________________________________________________________
+[ 895] By: gsar on 1998/04/22 03:13:19
+ Log: intern -> sys_intern
+ Branch: win32/perl
+ ! embedvar.h interp.sym intrpvar.h win32/win32.h
+____________________________________________________________________________
+[ 894] By: gsar on 1998/04/22 02:42:20
+ Log: hand-applied patch along with small tweaks
+ Message-Id: <35400e2a.13538517@smtp1.ibm.net>
+ Date: Tue, 21 Apr 1998 23:31:06 +0200
+ From: jan.dubois@ibm.net (Jan Dubois)
+ Subject: Re: Per-Interpreter variables for win32.c
+ Branch: win32/perl
+ ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
+ ! win32/makedef.pl win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 893] By: gsar on 1998/04/21 03:42:21
+ Log: add AS patch#17
+ Branch: asperl
+ + win32/GenCAPI.pl
+ ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
+ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
+ ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
+ ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
+ ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
+ ! win32/win32.c
+____________________________________________________________________________
+[ 892] By: gsar on 1998/04/20 20:51:50
+ Log: add AS patch#16
+ Branch: asperl
+ ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 891] By: gsar on 1998/04/19 23:50:34
+ Log: tweak doc for C<do FILENAME>
+ Branch: win32/perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 890] By: gsar on 1998/04/19 01:08:11
+ Log: use a pidtable that grows dynamically for popen()
+ Message-Id: <3539f434.44835409@smtp1.ibm.net>
+ Date: Sat, 18 Apr 1998 21:01:27 +0200
+ From: jan.dubois@ibm.net (Jan Dubois)
+ Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2
+ Branch: win32/perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 889] By: gsar on 1998/04/17 02:13:58
+ Log: support POSIX, enable more locale tests
+ Branch: win32/perl
+ ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+ ! t/lib/posix.t t/pragma/locale.t win32/Makefile
+ ! win32/makedef.pl win32/makefile.mk
+____________________________________________________________________________
+[ 888] By: mbeattie on 1998/04/14 16:22:51
+ Log: CC did "<<" instead of ">>" for right-shift on ints.
+ Branch: perl
+ ! ext/B/B/CC.pm
+____________________________________________________________________________
+[ 887] By: TimBunce on 1998/04/10 17:44:55
+ Log: Assorted patches:
+
+ ------ CORE LANGUAGE ------
+
+ Title: "Re: die exits with 0"
+ From: Robin Barker <rmb1@cise.npl.co.uk>
+ Files: perl.c t/op/die_exit.t
+
+ Title: "More toke.c commentary; fix oddity"
+ From: h.sanden@elsevier.nl (Hugo van der Sanden)
+ Msg-ID: <199803251022.LAA01308@dorlas.elsevier.nl>
+ Files: toke.c
+
+ Title: "for semctl on solaris"
+ From: Graham Barr <gbarr@ti.com>
+ Msg-ID: <34624B80.C014E841@ti.com>
+ Files: doio.c t/op/ipcmsg.t t/op/ipcsem.t
+
+ ------ DOCUMENTATION ------
+
+ Title: "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
+ Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
+ Msg-ID: <199803050000.LAA11476@watcher.telecom.com.au>,
+ <199803050231.VAA19128@monk.mps.ohio-state.edu>,
+ <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
+ Files: pod/perlre.pod
+
+ ------ LIBRARY AND EXTENSIONS ------
+
+ Title: "BigFloat - small neagtive numbers cause panic"
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199711201325.NAA09732@crypt.compulink.co.uk>
+ Files: lib/Math/BigFloat.pm
+
+ Title: "Update Getopt::Long to 2.16"
+ From: JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
+ <jvromans@squirrel.nl>
+ Msg-ID: <13571.48089.726787.147769@plume.nl.compuware.com>,
+ <13572.6847.863219.973795@phoenix.squirrel.nl>
+ Files: lib/Getopt/Long.pm
+
+ Title: "New Text::ParseWords"
+ From: pomeranz@netcom.com (Hal Pomeranz)
+ Msg-ID: <199710162118.OAA06275@netcom7.netcom.com>
+ Files: lib/Text/ParseWords.pm t/lib/parsewords.t
+
+ Title: "Fixed Text/Wrap.pm bugs (2)"
+ From: Jacqui Caren <Jacqui.Caren@ig.co.uk>
+ Msg-ID: <199709291548.QAA08645@toad.ig.co.uk>
+ Files: lib/Text/Wrap.pm
+
+ Title: "Very *evil* File::CheckTree behavior! (now uses warn/die not
+ print/exit)"
+ From: Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
+ Msg-ID: <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
+ Files: lib/File/CheckTree.pm
+
+ ------ OTHER CHANGES ------
+
+ Title: "Add ./emacs/ptags"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199803150847.DAA08196@monk.mps.ohio-state.edu>
+ Files: emacs/ptags
+
+ ------ TESTS ------
+
+ Title: "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
+ From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
+ <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
+ Msg-ID: <199710171616.LAA13435@crp-201.adtran.com>,
+ <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
+ <v02130515b06be80f1486@[205.228.240.16]>
+ Files: t/op/stat.t
+
+ Title: "for failure with lib/timelocal"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
+ Msg-ID: <34c78f61.2529827@smtp1.ibm.net>,
+ <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
+ Files: t/lib/timelocal.t
+
+ Title: "Make "localhost" related failures more clear"
+ From: Paul Hoffman <phoffman@proper.com>
+ Msg-ID: <199801201859.KAA05686@mail.proper.com>
+ Files: t/lib/io_sock.t t/lib/io_udp.t
+
+ ------ UTILITIES ------
+
+ Title: "Let h2xs read multiple header files"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
+ <bsugars@canoe.ca>
+ Msg-ID: <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
+ <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
+ Files: utils/h2xs.PL
+ Branch: maint-5.004/perl
+ + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
+ ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
+ ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
+ ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
+ ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
+ ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
+____________________________________________________________________________
+[ 886] By: TimBunce on 1998/04/10 14:35:34
+ Log: Changes relating primarily to portability.
+
+ ------ CORE LANGUAGE ------
+
+ Title: "5.004_55: Another round of OS/2 patches"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199803050945.EAA20153@monk.mps.ohio-state.edu>
+ Files: hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
+ global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
+ os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
+ perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
+ t/lib/filecopy.t util.c utils/perldoc.PL
+
+ Title: "VMS: chdir() with empty arg list"
+ From: lane@duphy4.drexel.edu (Charles Lane)
+ Msg-ID: <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
+ Files: pp_sys.c
+
+ ------ LIBRARY AND EXTENSIONS ------
+
+ Title: "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
+ From: "W. Phillip Moore" <wpm@ms.com>
+ Msg-ID: <199712011738.MAA21139@zappa.morgan.com>
+ Files: lib/ExtUtils/MM_Unix.pm
+
+ Title: "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
+ From: Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
+ Msg-ID: <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
+ Files: ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
+
+ Title: "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
+ Files: ext/POSIX/POSIX.xs
+
+ Title: ""ODBM_File.c", line 275: NULL undefined"
+ From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
+ Msg-ID: <9803091310.AA23264@claudius.bfsec.bt.co.uk>
+ Files: ext/ODBM_File/ODBM_File.xs
+
+ ------ OTHER CHANGES ------
+ Files:
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "5.004_04 QNX getcwd"
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Msg-ID: <199802121838.NAA20452@dolores.harvard.edu>,
+ <199803061511.KAA22346@bottesini.harvard.edu>
+ Files: hints/qnx.sh lib/Cwd.pm t/op/magic.t
+
+ Title: "hints/netbsd.sh d_setrgid d_setruid"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199802281435.QAA10866@alpha.hut.fi>
+ Files: hints/netbsd.sh
+
+ Title: "osname=unixware, osvers=2.03, archname=i386-unixware
+ d_casti32=undef"
+ From: Tom Hughes <tom@compton.demon.co.uk>
+ Msg-ID: <465398da47%tom@compton.demon.co.uk>
+ Files: hints/svr4.sh
+
+ Title: "hints/bsdos.sh patch for BSDI 3.1"
+ From: Jan-Pieter Cornet <johnpc@xs4all.nl>
+ Msg-ID: <6fbip6$3cp$1@xs1.xs4all.nl>
+ Files: hints/bsdos.sh
+
+ Title: "Remove BIND_NOSTART from DynaLoader for HP"
+ From: Keong Lim <Keong.Lim@sr.com.au>
+ Msg-ID: <01BD1D03.53B65E90@sieplan2.sr.com.au>
+ Files: ext/DynaLoader/dl_hpux.xs
+
+ Title: "Building Perl on AIX 4+ with shared libraries and dynamic loading"
+ From: Juan Gallego <Little.Boss@physics.mcgill.ca>
+ Msg-ID: <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
+ Files: hints/aix.sh
+
+ Title: "alpha-dec_osf 5.0"
+ From: Spider Boardman <spider@Orb.Nashua.NH.US>
+ Msg-ID: <199712232305.SAA08359@Orb.Nashua.NH.US>
+ Files: hints/dec_osf.sh
+
+ Title: "Off-by-one error with OS2::PrfDB"
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199710170920.FAA00390@monk.mps.ohio-state.edu>
+ Files: os2/OS2/PrfDB/PrfDB.xs
+
+ Title: "5.004_04-m1] Allow overrides in hints/openbsd.sh"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
+ Files: hints/openbsd.sh
+
+ Title: "5.004_04-m1] Linux shouldn't use -lnet"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
+ Files: hints/linux.sh
+
+ Title: "5.004_(04|63)] Close VMS security hole"
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Msg-ID: <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
+ Files: vms/vms.c
+
+ Title: "Re: Perl online documentation on OpenVMS"
+ From: pvhp@forte.com (Peter Prymmer)
+ Msg-ID: <9803192143.AA28120@forte.com>
+ Files: README.vms
+
+ Title: "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
+ vms/perly_c.vms and vms/perly_h.vms"
+ From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
+ <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
+ Msg-ID: <199710151650.JAA29185@wall.org>,
+ <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
+ <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
+ Files: vms/perly_c.vms
+
+ Title: "Updated, non-wordwrapped, patch to README.VMS"
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Msg-ID: <3.0.5.32.19980213133828.0092c870@osshe.edu>
+ Files: README.vms
+
+ Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Msg-ID: <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
+ Files: lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
+ vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
+ vms/ext/filespec.t
+
+ Title: "Re: VMSperl crashes on -Mblib argument"
+ From: bailey@newman.upenn.edu (Charles Bailey)
+ Msg-ID: <1997Dec10.004439.2635060@cor.newman>
+ Files: lib/blib.pm vms/vms.c
+
+ Title: "hints/linux.sh (MkLinux / PPC)"
+ From: pudge@pobox.com (Chris Nandor)
+ Msg-ID: <v0213050cb06c19682a25@[205.228.240.28]>
+ Files: hints/linux.sh
+
+ Title: "hpux.sh hints file clarification suggestion"
+ From: root@qad.com
+ Msg-ID: <199802192351.QAA09096@jhereg.perl.com>
+ Files: hints/hpux.sh
+
+ Title: "new hints/solaris_2.sh"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
+ Files: hints/solaris_2.sh
+ Branch: maint-5.004/perl
+ ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
+ ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
+ ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
+ ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
+ ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
+ ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
+ ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
+ ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
+ ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
+ ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
+ ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
+ ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
+ ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
+ ! vms/vms.c
+____________________________________________________________________________
+[ 885] By: gsar on 1998/04/08 01:14:29
+ Log: small tweaks to make it compile (doesn't run)
+ Branch: asperl
+ ! objpp.h win32/Makefile win32/config.bc win32/config.gc
+ ! win32/config.vc win32/makefile.mk
+____________________________________________________________________________
+[ 884] By: gsar on 1998/04/08 00:14:13
+ Log: integrate mainline changes
+ Branch: asperl
+ +> Changes5.004 ext/Thread/Thread/Signal.pm
+ +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
+ +> lib/ExtUtils/inst t/op/hashwarn.t
+ ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
+ !> (integrate 127 files)
+____________________________________________________________________________
+[ 883] By: gsar on 1998/04/06 20:21:20
+ Log: make old DomainName() implementation the default (so Win95
+ is happy)
+ Branch: win32/perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 882] By: gsar on 1998/04/05 23:32:33
+ Log: fix memory leaks in offer_nice_chunk()
+ Branch: win32/perl
+ ! perl.h sv.c
+____________________________________________________________________________
+[ 881] By: gsar on 1998/04/04 23:11:52
+ Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
+ Branch: win32/perl
+ ! cop.h util.c
+____________________________________________________________________________
+[ 880] By: gsar on 1998/04/04 22:35:54
+ Log: fix refcounting of GvSTASH() when glob becomes nought
+ (this takes care of the "unbalanced strtab refcount" problem)
+ Branch: win32/perl
+ ! sv.c
+____________________________________________________________________________
+[ 879] By: gsar on 1998/04/04 21:16:17
+ Log: change 866 was incomplete
+ Branch: win32/perl
+ ! hv.c
+____________________________________________________________________________
+[ 878] By: gsar on 1998/04/04 20:31:56
+ Log: fixes for various noises under PERL_DESTRUCT_LEVEL
+ Branch: win32/perl
+ ! cop.h perl.c pp_ctl.c
+____________________________________________________________________________
+[ 877] By: gsar on 1998/04/04 17:55:30
+ Log: integrate mainline
+ Branch: win32/perl
+ +> Changes5.004
+ !> Changes MANIFEST sv.c t/op/misc.t
+____________________________________________________________________________
+[ 876] By: gsar on 1998/04/04 17:26:32
+ Log: remove __declspec kludge in sdbm.h in favor of setting a
+ flag for static symbols
+ Branch: win32/perl
+ ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
+ ! ext/SDBM_File/sdbm/sdbm.h
+____________________________________________________________________________
+[ 875] By: gsar on 1998/04/04 01:11:57
+ Log: fix order of init
+ Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
+ Date: Fri, 03 Apr 1998 13:58:15 PST
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
+ with MULTIPLICITY
+ Branch: win32/perl
+ ! perl.c
+____________________________________________________________________________
+[ 874] By: gsar on 1998/04/04 00:34:59
+ Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
+ the declared symbol is not in a DLL (so kludge it)
+ Branch: win32/perl
+ ! ext/SDBM_File/sdbm/sdbm.h
+____________________________________________________________________________
+[ 873] By: TimBunce on 1998/04/03 22:17:40
+ Log: Title: "FileHandle Documentation patch"
+ From: "Darren/Torin/Who Ever..." <torin@daft.com>
+ Msg-ID: <87emzqo49g.fsf@perv.daft.com>
+ Files: lib/FileHandle.pm
+ Branch: maint-5.004/perl
+ ! lib/FileHandle.pm
+____________________________________________________________________________
+[ 872] By: TimBunce on 1998/04/03 22:01:03
+ Log: Documentation and documentation related patches:
+
+ ------ BUILD PROCESS ------
+
+ Title: "Docs re /usr/bin/perl quasi-standard location"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
+ Files: INSTALL pod/perlrun.pod
+
+ ------ DOCUMENTATION ------
+
+ Title: "/RFC|RFC-1305/ non-greedy"
+ From: Jan-Pieter Cornet <johnpc@xs4all.nl>
+ Msg-ID: <6epo02$c4r$1@xs1.xs4all.nl>
+ Files: pod/perlre.pod
+
+ Title: "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199802191543.RAA29231@alpha.hut.fi>
+ Files: pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
+
+ Title: "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199711141555.RAA18875@alpha.hut.fi>
+ Files: pod/perlfunc.pod
+
+ Title: "typo-fix and suggestion for perlguts.pod"
+ From: h.sanden@elsevier.nl (Hugo van der Sanden)
+ Msg-ID: <199803051543.QAA03097@dorlas.elsevier.nl>
+ Files: pod/perlguts.pod
+
+ Title: "perlfunc/syscall curiosity"
+ From: Roderick Schertler <roderick@argon.org>, Tkil
+ <tkil@reptile.scrye.com>
+ Msg-ID: <199711302259.PAA02134@reptile.scrye.com>,
+ <pziut8snva.fsf@eeyore.ibcinc.com>
+ Files: pod/perlfunc.pod
+
+ Title: "Document sprintf %#x behaviour for zero value"
+ From: ilya@math.ohio-state.edu (Ilya Zakharevich)
+ Msg-ID: <1997Nov5.185959.2539604@cor.newman>
+ Files: pod/perlfunc.pod
+
+ Title: "NUL termination (was Re: STOP THE PRESSES)"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
+ Files: pod/perlguts.pod
+
+ Title: "Typo fix."
+ From: abigail@fnx.com
+ Msg-ID: <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
+ Files: pod/perlop.pod pod/perlvar.pod
+
+ Title: "5.004_63 perlrun.pod: _DEBUG_MSTATS"
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Msg-ID: <9803181940.AA22587@o09.xray.mpe.mpg.de>
+ Files: pod/perlrun.pod
+
+ Title: "Re: Conservative C<*x = undef> patch"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
+ Files: pod/perltrap.pod
+
+ Title: "perlfunc.pod for flock()"
+ From: "Jeremy D. Zawodny" <jzawodn@wcnet.org>
+ Msg-ID: <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
+ Files: pod/perlfunc.pod
+
+ Title: "buglet: 'perltoc' not mentioned in perl.pod"
+ From: Tkil <tkil@scrye.com>
+ Msg-ID: <19971127035036.17668.qmail@scrye.com>
+ Files: pod/perl.pod
+
+ Title: "for() and map() peculiarity"
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
+ Files: pod/perlsyn.pod
+
+ Title: "Re: new text for perlsec"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
+ Files: pod/perlsec.pod
+
+ Title: "perldsc's debugger x command"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <10669.878352893@eeyore.ibcinc.com>
+ Files: pod/perldsc.pod
+
+ Title: "perlre.pod"
+ From: Ted Ashton <ashted@southern.edu>
+ Msg-ID: <199802271501.KAA09279@ns.southern.edu>
+ Files: pod/perlre.pod
+
+ Title: "Re: printf and $\", "printf and $\"
+ From: Roderick Schertler <roderick@argon.org>, Tom Phoenix
+ <rootbeer@teleport.com>, nag <nick@flirble.org>
+ Msg-ID: <199711141918.TAA08096@flirble.org>,
+ <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
+ .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
+ Files: pod/perlfunc.pod
+
+ Title: "recv() typo"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <12064.877012073@eeyore.ibcinc.com>
+ Files: pod/perlfunc.pod
+
+ Title: "truncate return value"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <5490.878337883@eeyore.ibcinc.com>
+ Files: pod/perlfunc.pod
+
+ Title: "update to perlbook.pod"
+ From: "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
+ <merlyn@stonehenge.com>, Stephen Potter
+ <spp@psasolar.colltech.com>, Tom Phoenix
+ <rootbeer@teleport.com>
+ Msg-ID: <199803241354.HAA23938@psasolar.psa.pencom.com>,
+ <199803241441.OAA01261@mediaone.net>,
+ <8clnu0i05k.fsf@gadget.cscaper.com>,
+ <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
+ Files: pod/perlbook.pod
+
+ Title: "utime documentation"
+ From: "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
+ <mjtg@cus.cam.ac.uk>
+ Msg-ID: <199802180256.VAA11369@speaker.kf8nh.apk.net>,
+ <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
+ Files: pod/perlfunc.pod
+
+ Title: "(well, doc patch) use of // requires successful match"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <pz7mb4bips.fsf@eeyore.ibcinc.com>
+ Files: pod/perlop.pod
+
+ ------ LIBRARY AND EXTENSIONS ------
+
+ Title: "MakeMaker PM doc patch and a DIR buglet"
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Msg-ID: <9711101050.AA13868@o09.xray.mpe.mpg.de>
+ Files: lib/ExtUtils/MakeMaker.pm
+
+ Title: "bareword clarification for constant.pm"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <6460.878143077@eeyore.ibcinc.com>
+ Files: lib/constant.pm
+
+ Title: "integer rand - bug or feature?"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <pzhg8lvgta.fsf@eeyore.ibcinc.com>
+ Files: lib/integer.pm
+
+ ------ OTHER CHANGES ------
+
+ Title: "FileHandle Documentation patch"
+ From: "Darren/Torin/Who Ever..." <torin@daft.com>
+ Msg-ID: <87emzqo49g.fsf@perv.daft.com>
+
+ Title: "perl5.004_61 myconfig updates"
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
+ Files: myconfig
+
+ Title: "small fixups in pod2latex.PL"
+ From: "Darren/Torin/Who Ever..." <torin@daft.com>
+ Msg-ID: <873eg6o3v2.fsf@perv.daft.com>
+
+ ------ PORTABILITY - GENERAL ------
+
+ Title: "Misc doc fixes for README.VMS"
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Msg-ID: <3.0.5.32.19980121113134.00924a20@osshe.edu>
+ Files: README.vms
+
+ Title: "moved DynaLib"
+ From: John Tobey <jtobey@channel1.com>
+ Msg-ID: <199710182332.XAA21630@remote212>
+ Files: ext/DynaLoader/DynaLoader.pm.PL
+
+ ------ UTILITIES ------
+
+ Title: "Searching for FAQs (patch to perldoc)"
+ From: Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
+ Msg-ID: <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
+ <m3iuqkfmiq.fsf@tower.bofh.org.uk>
+ Files: utils/perldoc.PL
+
+ Title: "perldoc"
+ From: Ted Ashton <ashted@southern.edu>
+ Msg-ID: <199802271510.KAA10506@ns.southern.edu>
+ Files: utils/perldoc.PL
+
+ Title: "perldoc -f not using pod2man"
+ From: Russ Allbery <rra@stanford.edu>
+ Msg-ID: <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
+ Files: utils/perldoc.PL
+
+ Title: "perldoc -m should not require pod"
+ From: Robin Houston <robin@nml.guardian.co.uk>
+ Msg-ID: <199803241319.NAA24777@stringfellow.guardian.co.uk>
+ Files: utils/perldoc.PL
+
+ Title: "small fix for perldoc in perl 5.004_04"
+ From: Julian Yip <julian@imoney.com>
+ Msg-ID: <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
+ Files: utils/perldoc.PL
+ Branch: maint-5.004/perl
+ - ext/DynaLoader/DynaLoader.pm
+ ! Changes Configure INSTALL README.vms
+ ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
+ ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
+ ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
+ ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
+ ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
+ ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
+ ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
+ ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
+ ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
+ ! pod/pod2latex.PL toke.c utils/perldoc.PL
+
+----------------
+Version 5.004_64
+----------------
+
+____________________________________________________________________________
+[ 871] By: mbeattie on 1998/04/03 13:38:59
+ Log: Update Changes5.004 and Changes, fix MANIFEST
+ Branch: perl
+ + Changes
+ ! Changes5.004 MANIFEST
+____________________________________________________________________________
+[ 870] By: mbeattie on 1998/04/03 13:36:29
+ Log: Rename Changes to Changes5.004 (via an integrate)
+ Branch: perl
+ +> Changes5.004
+ - Changes
+____________________________________________________________________________
+[ 869] By: mbeattie on 1998/04/03 11:53:00
+ Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
+ Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
+ From: Jan-Pieter Cornet <johnpc@xs4all.net>
+ Branch: perl
+ ! sv.c t/op/misc.t
+____________________________________________________________________________
+[ 868] By: mbeattie on 1998/04/03 11:16:26
+ Log: Integrate win32 branch into mainline
+ Branch: perl
+ !> (integrate 31 files)
+____________________________________________________________________________
+[ 867] By: gsar on 1998/04/03 08:47:55
+ Log: config.* fixes
+ Branch: win32/perl
+ ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 866] By: gsar on 1998/04/03 07:22:50
+ Log: fixup hv_free_ent() to not fail on null HeVAL()
+ Branch: win32/perl
+ ! hv.c perl.c
+____________________________________________________________________________
+[ 865] By: gsar on 1998/04/03 07:06:12
+ Log: integrate mainline
+ Branch: win32/perl
+ +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
+ !> (integrate 71 files)
+____________________________________________________________________________
+[ 864] By: gsar on 1998/04/03 06:59:37
+ Log: implement stack-of-stacks so that magic invocations don't
+ invalidate local stack pointer
+ Branch: win32/perl
+ ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
+ ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
+ ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
+____________________________________________________________________________
+[ 863] By: gsar on 1998/04/03 01:26:09
+ Log: add AS patch#15
+ Branch: asperl
+ ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
+ ! win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 862] By: mbeattie on 1998/04/02 17:08:43
+ Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
+ Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Branch: perl
+ ! Configure ext/Socket/Socket.xs myconfig
+____________________________________________________________________________
+[ 861] By: mbeattie on 1998/04/02 16:32:53
+ Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
+ since appropriate headers aren't included.
+ Branch: perl
+ ! ext/SDBM_File/sdbm/sdbm.h
+____________________________________________________________________________
+[ 860] By: mbeattie on 1998/04/02 16:17:11
+ Log: Bumped patchlevel.h to 64
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 859] By: mbeattie on 1998/04/02 16:16:26
+ Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
+ Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! hints/unicos.sh regcomp.h
+____________________________________________________________________________
+[ 858] By: mbeattie on 1998/04/02 16:13:24
+ Log: Subject: [PATCH] Re: Odd number of elements in hash list.
+ Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Branch: perl
+ + t/op/hashwarn.t
+ ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
+____________________________________________________________________________
+[ 857] By: mbeattie on 1998/04/02 16:08:43
+ Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
+ Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 856] By: mbeattie on 1998/04/02 16:07:44
+ Log: Subject: [PATCH] mv-if-diff
+ Date: Fri, 27 Mar 98 18:06:11 GMT
+ From: Robin Barker <rmb1@cise.npl.co.uk>
+ Branch: perl
+ ! mv-if-diff
+____________________________________________________________________________
+[ 855] By: mbeattie on 1998/04/02 16:06:54
+ Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
+ Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
+ Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
+ Subject: [PATCH] another destruct_level fix
+ Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
+ Branch: perl
+ ! perl.c sv.c
+____________________________________________________________________________
+[ 854] By: mbeattie on 1998/04/02 16:03:37
+ Log: Subject: Next wave of _63 VMS patches
+ Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ Branch: perl
+ ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
+ ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
+ ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
+ ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
+ ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
+ ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
+ ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
+ ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
+ ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
+ ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
+ ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
+ ! vms/vmsish.h
+____________________________________________________________________________
+[ 853] By: mbeattie on 1998/04/02 15:55:46
+ Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
+ Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
+ From: Hans Mulder <hansmu@xs4all.nl>
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 852] By: mbeattie on 1998/04/02 15:54:24
+ Log: Subject: [PATCH] small fixups in pod2latex.PL
+ Date: 25 Mar 1998 13:30:25 -0800
+ From: "Darren/Torin/Who Ever..." <torin@daft.com>
+ Branch: perl
+ ! pod/pod2latex.PL
+____________________________________________________________________________
+[ 851] By: mbeattie on 1998/04/02 15:50:58
+ Log: Subject: [PATCH] hints/irix_6.sh with GCC
+ Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
+ From: kstar@chapin.edu (Kurt D. Starsinic)
+ Branch: perl
+ ! hints/irix_6.sh
+____________________________________________________________________________
+[ 850] By: mbeattie on 1998/04/02 15:45:33
+ Log: Subject: [PATCH] perldoc -m
+ Date: Tue, 24 Mar 1998 13:19:38 GMT
+ From: Robin Houston <robin@nml.guardian.co.uk>
+ Branch: perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 849] By: mbeattie on 1998/04/02 15:42:52
+ Log: Subject: [PATCH for 5.004_63] dos-djgpp update
+ Date: Mon, 23 Mar 1998 14:13:46 +0100
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Branch: perl
+ ! djgpp/config.over hints/dos_djgpp.sh
+____________________________________________________________________________
+[ 848] By: mbeattie on 1998/04/02 15:38:19
+ Log: Subject: [PATCH] Stale SP in pp_substr
+ Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
+ From: Stephen McCamant <alias@mcs.com>
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 847] By: mbeattie on 1998/04/02 15:36:33
+ Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
+ Branch: perl
+ ! ext/POSIX/POSIX.pm
+____________________________________________________________________________
+[ 846] By: mbeattie on 1998/04/02 15:34:36
+ Log: Subject: [PATCH] 5.004_63: further -e patching
+ Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! perl.c pod/perldiag.pod
+____________________________________________________________________________
+[ 845] By: mbeattie on 1998/04/02 15:25:18
+ Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
+ Branch: perl
+ ! Configure INSTALL Policy_sh.SH Porting/Glossary
+ ! Porting/config.sh Porting/config_H config_h.SH
+ ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
+ ! pp.c pp_sys.c regexec.c
+____________________________________________________________________________
+[ 844] By: mbeattie on 1998/04/02 14:28:17
+ Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS
+ Date: Wed, 18 Mar 1998 20:40:19 +0100
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 843] By: mbeattie on 1998/04/02 14:26:52
+ Log: From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: 5.004_63 picky compiler fixes [PATCH]
+ Date: Wed, 18 Mar 1998 09:36:32 -0800
+ Subject: [PATCH 5.004_63] Fix function prototype with long doubles
+ Date: Wed, 18 Mar 1998 14:48:19 -0800
+ Branch: perl
+ ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
+____________________________________________________________________________
+[ 842] By: mbeattie on 1998/04/02 14:22:41
+ Log: From: Stephen Potter <spp@psasolar.colltech.com>
+ Subject: Re: doc: perlrun typo
+ Date: Wed, 18 Mar 1998 10:06:55 -0600
+ Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup
+ Date: Tue, 24 Mar 1998 21:20:51 -0600
+ Branch: perl
+ ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
+____________________________________________________________________________
+[ 841] By: mbeattie on 1998/04/02 14:17:31
+ Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
+ Date: Wed, 18 Mar 1998 12:44:58 +0100
+ From: Dominic Dunlop <domo@vo.lu>
+ Branch: perl
+ ! Porting/pumpkin.pod Todo
+____________________________________________________________________________
+[ 840] By: mbeattie on 1998/04/02 14:14:22
+ Log: Subject: [PATCH] Configure hints/ patches
+ Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
+ From: Jan-Pieter Cornet <johnpc@xs4all.net>
+ Branch: perl
+ ! hints/linux.sh hints/qnx.sh
+____________________________________________________________________________
+[ 839] By: mbeattie on 1998/04/02 14:13:13
+ Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
+ Branch: perl
+ ! cygwin32/perlgcc
+____________________________________________________________________________
+[ 838] By: gsar on 1998/03/28 05:01:57
+ Log: fix Env.pm to weed out illegal names
+ Branch: win32/perl
+ ! lib/Env.pm
+____________________________________________________________________________
+[ 837] By: gsar on 1998/03/28 04:39:43
+ Log: fix typo in makefile.mk
+ Branch: win32/perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 836] By: gsar on 1998/03/23 17:40:15
+ Log: add file: to installhtml URLs
+ Branch: win32/perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 835] By: mbeattie on 1998/03/18 11:03:11
+ Log: Add Thread::Signal to run signal handlers reliably in a new thread
+ Branch: perl
+ + ext/Thread/Thread/Signal.pm
+ ! MANIFEST ext/Thread/Thread.xs
+
+----------------
+Version 5.004_63
+----------------
+
+____________________________________________________________________________
+[ 834] By: mbeattie on 1998/03/17 16:19:10
+ Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
+ Branch: perl
+ ! Policy_sh.SH
+____________________________________________________________________________
+[ 833] By: mbeattie on 1998/03/17 16:11:02
+ Log: Integrate win32 branch into mainline.
+ Branch: perl
+ !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
+ !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ !> win32/win32.c
+____________________________________________________________________________
+[ 832] By: gsar on 1998/03/17 14:32:39
+ Log: propagate bugfix @ change831 from asperl
+ Branch: win32/perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 831] By: gsar on 1998/03/17 14:02:51
+ Log: fix buggy order of free() in regcomp.c (from AS)
+ Branch: asperl
+ ! regcomp.c
+____________________________________________________________________________
+[ 830] By: gsar on 1998/03/17 01:10:54
+ Log: add a part of AS patch#14, backout incomplete variable
+ name changes for gcc. Builds and tests under VC/BC once again.
+ Branch: asperl
+ ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
+____________________________________________________________________________
+[ 829] By: gsar on 1998/03/16 23:49:18
+ Log: stray tweak to win32.c
+ Branch: win32/perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 828] By: gsar on 1998/03/16 22:06:03
+ Log: update win32/config* files
+ Branch: win32/perl
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[ 827] By: gsar on 1998/03/16 19:09:30
+ Log: trivial integrate of mainline
+ Branch: win32/perl
+ +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
+ +> lib/ExtUtils/inst
+ !> (integrate 61 files)
+____________________________________________________________________________
+[ 826] By: mbeattie on 1998/03/16 16:39:23
+ Log: newCONSTSUB had private MY_start_subparse.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 825] By: mbeattie on 1998/03/16 16:36:55
+ Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 824] By: mbeattie on 1998/03/16 16:27:43
+ Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 823] By: mbeattie on 1998/03/16 16:26:02
+ Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
+ Branch: perl
+ + lib/ExtUtils/Packlist.pm
+____________________________________________________________________________
+[ 822] By: mbeattie on 1998/03/16 16:22:58
+ Log: Bump patchlevel.h to 63.
+ Branch: perl
+ ! ext/IO/IO.xs patchlevel.h
+ !> (integrate 41 files)
+____________________________________________________________________________
+[ 821] By: mbeattie on 1998/03/16 16:18:35
+ Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
+ Subject: Bundling builtin.pm and newCONSTSUB with the core?
+ From: jan.dubois@ibm.net (Jan Dubois)
+ Date: Sun, 15 Mar 1998 19:09:05 +0100
+ Branch: perl
+ ! embed.h global.sym op.c pod/perlguts.pod proto.h
+____________________________________________________________________________
+[ 820] By: mbeattie on 1998/03/16 16:02:50
+ Log: Subject: [PATCH] STRESS_REALLOC
+ Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
+ From: Stephen McCamant <alias@mcs.com>
+ Branch: perl
+ ! malloc.c perl.c scope.c
+____________________________________________________________________________
+[ 819] By: mbeattie on 1998/03/16 16:01:06
+ Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
+ Date: Fri, 13 Mar 1998 23:21:25 +0100
+ From: Jan-Pieter Cornet <john@pc.xs4all.nl>
+ Branch: perl
+ ! perly.c
+____________________________________________________________________________
+[ 818] By: mbeattie on 1998/03/16 15:59:16
+ Log: Subject: [Configure PATCH] for OS/2
+ Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ [Two hunks to Configure failed to apply due to clashes]
+ Branch: perl
+ ! Configure hints/os2.sh
+____________________________________________________________________________
+[ 817] By: mbeattie on 1998/03/16 15:55:28
+ Log: Subject: [PATCH 5.004_62] VMS updates (direct)
+ Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
+ From: Charles Bailey <BAILEY@newman.upenn.edu>
+ [Needed manual tweaks on vms/config.vms since it clashed with other
+ patches. I may have got it wrong.]
+ Branch: perl
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
+ ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
+ ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
+ ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
+ ! vms/test.com vms/vms.c vms/vmsish.h
+____________________________________________________________________________
+[ 816] By: mbeattie on 1998/03/16 15:26:04
+ Log: Subject: [PATCH] Let h2xs read multiple header files
+ Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
+ From: Benjamin Sugars <bsugars@canoe.ca>
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 815] By: mbeattie on 1998/03/16 15:24:12
+ Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
+ Date: Mon, 09 Mar 1998 09:18:56 -0800
+ From: Dan Sugalski <sugalskd@osshe.edu>
+ Branch: perl
+ ! vms/config.vms
+____________________________________________________________________________
+[ 814] By: mbeattie on 1998/03/16 13:17:14
+ Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
+ Date: Sun, 08 Mar 1998 12:50:23 +0000
+ From: Alan Burlison <alan.burlison@UK.Sun.COM>
+ plus manual update of MANIFEST
+ Branch: perl
+ + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
+ ! MANIFEST installman installperl lib/ExtUtils/Install.pm
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 813] By: mbeattie on 1998/03/16 13:08:55
+ Log: From: Blair Zajac <blair@gps.caltech.edu>
+ Subject: PATCH: util.c and util.h function declarations do not match
+ Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
+ Subject: PATCH: cgywin32 patch for perlgcc
+ Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
+ Subject: PATCH: perl5.004_62 on cygwin32
+ Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
+ Branch: perl
+ ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
+____________________________________________________________________________
+[ 812] By: mbeattie on 1998/03/16 12:55:39
+ Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Subject: [PATCH 5.004_62} Config_62-01 patch available.
+ Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
+ Subject: [PATCH 5.004_62] Tiny hint file updates
+ Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
+ Branch: perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
+ ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
+ ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
+ ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
+ ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
+____________________________________________________________________________
+[ 811] By: mbeattie on 1998/03/16 12:13:55
+ Log: DOS djgpp updates:
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Subject: [PATCH for 5.004_61] dos-djgpp update
+ Date: Fri, 6 Mar 1998 10:41:01 +0100
+ Subject: [PATCH 5.004_62] dos-djgpp update
+ Date: Thu, 12 Mar 1998 13:34:51 +0100
+ Branch: perl
+ ! djgpp/config.over hints/dos_djgpp.sh
+____________________________________________________________________________
+[ 810] By: gsar on 1998/03/16 08:48:17
+ Log: integrate mainline
+ Branch: win32/perl
+ !> pp_sys.c
+____________________________________________________________________________
+[ 809] By: gsar on 1998/03/16 08:44:37
+ Log: various changes to get asperl working under Borland
+ (passes all tests when built under PERL_OBJECT)
+ Branch: asperl
+ ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
+ ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
+ ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
+ ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
+ ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
+ ! win32/win32sck.c
+____________________________________________________________________________
+[ 808] By: gsar on 1998/03/12 19:50:20
+ Log: set sockets to nonoverlapped mode for every thread
+ Message-Id: <35081FE4.965A484D@enteract.com>
+ Date: Thu, 12 Mar 1998 11:48:20 CST
+ From: Steve Nielsen <spn@enteract.com>
+ Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
+ Branch: win32/perl
+ ! win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[ 807] By: gsar on 1998/03/12 19:26:54
+ Log: add AS patch#13
+ Branch: asperl
+ ! win32/Makefile
+____________________________________________________________________________
+[ 806] By: gsar on 1998/03/12 00:51:08
+ Log: added AS patch#12 with minor changes
+ Branch: asperl
+ ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
+ ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
+ ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
+ ! win32/runperl.c
+____________________________________________________________________________
+[ 805] By: gsar on 1998/03/10 20:35:10
+ Log: reinstate some standard sig_names to avoid noise from
+ modules (and in hopes of making them _do_ something in future)
+ Branch: win32/perl
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[ 804] By: gsar on 1998/03/10 20:33:05
+ Log: mingw32 tweaks
+ Branch: win32/perl
+ ! win32/makefile.mk win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 803] By: gsar on 1998/03/09 20:56:07
+ Log: tweak Win32::DomainName() implementation
+ Branch: win32/perl
+ ! win32/Makefile win32/win32.c
+____________________________________________________________________________
+[ 802] By: gsar on 1998/03/09 03:51:01
+ Log: merge C<local $tied{foo}> patch, also moved statics in
+ [ah]v.c to thrdvar.h
+ Branch: win32/perl
+ ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
+____________________________________________________________________________
+[ 801] By: gsar on 1998/03/09 02:38:35
+ Log: minor win32 support fixes
+ - add a better implementation of Win32::DomainName() (as
+ suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
+ - fix opendir() emulation was unsafe what given long paths
+ Branch: win32/perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 800] By: nick on 1998/03/07 09:36:41
+ Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
+ So pp_sys.c needs tweaking otherwise it does not believe getservby*()
+ exist. (Breaks libnet).
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 799] By: gsar on 1998/03/07 07:51:28
+ Log: integrate mainline changes
+ Branch: asperl
+ !> (integrate 111 files)
+____________________________________________________________________________
+[ 798] By: gsar on 1998/03/07 07:01:55
+ Log: integrate mainline
+ Branch: win32/perl
+ !> myconfig patchlevel.h
+____________________________________________________________________________
+[ 797] By: gsar on 1998/03/07 06:49:49
+ Log: provide our own popen()/pclose() to fix problems with qx//:
+ - qx// used to always invoke the shell, now does so only when needed
+ - qx// didn't respect PERL5SHELL, now does
+ Branch: win32/perl
+ ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
+____________________________________________________________________________
+[ 796] By: gsar on 1998/03/07 01:37:10
+ Log: a missed s/sp/SP/
+ Branch: win32/perl
+ ! lib/ExtUtils/typemap pod/perlcall.pod
+____________________________________________________________________________
+[ 795] By: gsar on 1998/03/07 01:05:21
+ Log: change all 'sp' to 'SP' in code and in the docs. Explicitly
+ mention that local stack pointer should be called SP. This makes the
+ API safer from source incompatibilities down the line.
+ Branch: win32/perl
+ ! av.c doio.c doop.c ext/DB_File/DB_File.xs
+ ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
+ ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
+ ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
+ ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
+ ! pp_ctl.c pp_hot.c pp_sys.c util.c
+
+----------------
+Version 5.004_62
+----------------
+
+____________________________________________________________________________
+[ 794] By: mbeattie on 1998/03/06 09:38:08
+ Log: Subject: [PATCH] perl5.004_61 myconfig updates
+ Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Branch: perl
+ ! myconfig
+____________________________________________________________________________
+[ 793] By: mbeattie on 1998/03/06 09:36:37
+ Log: Bump patchlevel.h to 62.
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 792] By: mbeattie on 1998/03/06 09:35:57
+ Log: Integrate win32 branch into mainline.
+ Branch: perl
+ !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
+ !> win32/config.gc win32/config.vc win32/config_H.bc
+ !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
+[ 791] By: gsar on 1998/03/06 06:00:08
+ Log: various
+ - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
+ - add missing prototypes
+ - regenerate win32/config*.?c
+ Branch: win32/perl
+ ! bytecode.h proto.h win32/config.bc win32/config.gc
+ ! win32/config.vc win32/config_H.bc win32/config_H.gc
+ ! win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
+[ 790] By: gsar on 1998/03/06 03:19:23
+ Log: fix typo in Makefile
+ Branch: win32/perl
+ ! win32/Makefile
+____________________________________________________________________________
+[ 789] By: gsar on 1998/03/05 22:55:53
+ Log: integrate mainline
+ Branch: win32/perl
+ !> (integrate 47 files)
+____________________________________________________________________________
+[ 788] By: gsar on 1998/03/05 20:02:09
+ Log: added AS patch#11
+ Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
+ Date: Thu, 05 Mar 1998 10:23:04 PST
+ From: Douglas Lankshear <dougl@ActiveState.com>
+
+ This patch fixes a bug I introduced removing duplicate code.
+ -- Doug
+ Branch: asperl
+ ! ObjXSub.h objpp.h win32/runperl.c
+____________________________________________________________________________
+[ 787] By: gsar on 1998/03/05 19:56:17
+ Log: add Nick's dTHR fixes
+ Branch: win32/perl
+ ! op.c scope.c
+____________________________________________________________________________
+[ 786] By: gsar on 1998/03/05 19:54:49
+ Log: maintpatch
+ Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
+ Date: Thu, 05 Mar 1998 02:49:46 EST
+ From: Spider Boardman <spider@orb.nashua.nh.us>
+ Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
+ Branch: win32/perl
+ ! scope.c
+____________________________________________________________________________
+[ 785] By: mbeattie on 1998/03/05 19:12:14
+ Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
+ Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Branch: perl
+ ! op.c proto.h regcomp.c regexp.h util.c
+____________________________________________________________________________
+[ 784] By: mbeattie on 1998/03/05 19:11:09
+ Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
+ Date: Wed, 4 Mar 1998 10:18:03 GMT
+ From: Nick Ing-Simmons <nik@tiuk.ti.com>
+ Branch: perl
+ ! atomic.h
+____________________________________________________________________________
+[ 783] By: mbeattie on 1998/03/05 19:09:16
+ Log: Subject: Configure patches -01 and -02 for 5.004_61.
+ Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Branch: perl
+ ! Configure INSTALL Policy_sh.SH Porting/Glossary
+ ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
+ ! config_h.SH handy.h hints/README.hints hints/aix.sh
+ ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
+ ! makedepend.SH myconfig pp_sys.c
+____________________________________________________________________________
+[ 782] By: mbeattie on 1998/03/05 19:05:23
+ Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
+ Date: 03 Mar 1998 18:05:07 +0100
+ From: Gisle Aas <gisle@aas.no>
+ Branch: perl
+ ! perl.h pp_ctl.c
+____________________________________________________________________________
+[ 781] By: mbeattie on 1998/03/05 19:04:34
+ Log: Subject: [PATCH] Make autouse -w-safe
+ Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Branch: perl
+ ! lib/autouse.pm op.c sv.c
+____________________________________________________________________________
+[ 780] By: mbeattie on 1998/03/05 19:02:50
+ Log: Subject: [PATCH] External symbol re_croak2
+ Date: 02 Mar 1998 13:00:45 +0100
+ From: Gisle Aas <gisle@aas.no>
+ Branch: perl
+ ! regcomp.c regcomp.h
+____________________________________________________________________________
+[ 779] By: mbeattie on 1998/03/05 19:01:25
+ Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
+ Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
+ From: bailey@newman.upenn.edu (Charles Bailey)
+ Branch: perl
+ ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
+ ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
+ ! sv.h
+____________________________________________________________________________
+[ 778] By: mbeattie on 1998/03/05 18:53:13
+ Log: Subject: [PATCH 5.004_61] USHRT range limit macros
+ Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
+ From: bailey@newman.upenn.edu (Charles Bailey)
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 777] By: mbeattie on 1998/03/05 18:50:25
+ Log: Subject: [PATCH 5.004_61] File::Basename taint fix (revised)
+ Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
+ From: bailey@newman.upenn.edu (Charles Bailey)
+ Branch: perl
+ ! lib/File/Basename.pm
+____________________________________________________________________________
+[ 776] By: mbeattie on 1998/03/05 18:49:15
+ Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
+ Date: 01 Mar 1998 15:16:03 +0100
+ From: Gisle Aas <gisle@aas.no>
+ Branch: perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 775] By: mbeattie on 1998/03/05 18:48:05
+ Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
+ Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! Makefile.SH perl_exp.SH
+____________________________________________________________________________
+[ 774] By: mbeattie on 1998/03/05 18:46:32
+ Log: Subject: Almost OK: 5.004_61 (threads, perlio)
+ Date: Sun, 1 Mar 1998 02:02:47 -0500
+ From: Spider Boardman <spider@orb.nashua.nh.us>
+ Branch: perl
+ ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
+____________________________________________________________________________
+[ 773] By: mbeattie on 1998/03/05 18:43:57
+ Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
+ Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
+ From: Hans Mulder <hansmu@xs4all.nl>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 772] By: mbeattie on 1998/03/05 18:39:25
+ Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
+ Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 771] By: mbeattie on 1998/03/05 18:38:32
+ Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
+ Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! hints/netbsd.sh
+____________________________________________________________________________
+[ 770] By: mbeattie on 1998/03/05 18:36:50
+ Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
+ Branch: perl
+ ! cflags.SH
+____________________________________________________________________________
+[ 769] By: mbeattie on 1998/03/05 18:34:35
+ Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
+ Subject: [PATCH 5.004_61] bunch of small patches
+ Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
+ From: Andrew Cohen <cohen@andy.bu.edu>
+ Branch: perl
+ ! bytecode.h
+____________________________________________________________________________
+[ 768] By: mbeattie on 1998/03/05 18:13:06
+ Log: Integrate win32 branch into mainline.
+ Branch: perl
+ !> (integrate 53 files)
+____________________________________________________________________________
+[ 767] By: TimBunce on 1998/03/05 11:48:09
+ Log: Update to change 744.
+ Branch: maint-5.004/perl
+ ! lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[ 765] By: TimBunce on 1998/03/05 11:24:24
+ Log: Update embed.h after make regen_headers.
+ Branch: maint-5.004/perl
+ ! embed.h
+____________________________________________________________________________
+[ 764] By: TimBunce on 1998/03/05 11:05:13
+ Log: APPLLIB_EXP now has arch and version dirs added to @INC
+ Branch: maint-5.004/perl
+ ! perl.c
+____________________________________________________________________________
+[ 763] By: TimBunce on 1998/03/05 11:01:38
+ Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
+ Added MAINT_TRIAL_1 local patch label to patchlevel.h
+ Removed win32/win32io.c and win32/win32io.h from repository
+ Branch: maint-5.004/perl
+ - win32/win32io.c win32/win32io.h
+ ! MANIFEST patchlevel.h
+____________________________________________________________________________
+[ 762] By: TimBunce on 1998/03/05 10:05:34
+ Log: Title: "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
+ From: Spider Boardman <spider@orb.nashua.nh.us>
+ Files: scope.c
+ Branch: maint-5.004/perl
+ ! scope.c
+____________________________________________________________________________
+[ 761] By: TimBunce on 1998/03/05 10:03:10
+ Log: Title: "properly refcount localization, fix C<local $tied{foo}>"
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199802191207.MAA10742@toad.ig.co.uk>
+ Files: av.c hv.c scope.c t/op/local.t
+ Branch: maint-5.004/perl
+ ! av.c hv.c scope.c t/op/local.t
+____________________________________________________________________________
+[ 760] By: gsar on 1998/03/04 20:58:21
+ Log: added AS patch#10
+ Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
+ Date: Tue, 03 Mar 1998 10:46:13 PST
+ From: Douglas Lankshear <dougl@ActiveState.com>
+ Subject: [PATCH]
+
+ Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically
+ linked modules.
+
+ -- Doug
+ Branch: asperl
+ ! win32/dl_win32.xs
+____________________________________________________________________________
+[ 759] By: TimBunce on 1998/03/04 18:46:41
+ Log: Update patchls utility
+ Branch: maint-5.004/perl
+ ! Porting/patchls
+____________________________________________________________________________
+[ 758] By: TimBunce on 1998/03/04 17:07:06
+ Log: perldoc -f now uses pager if text is too long for screen
+ Branch: maint-5.004/perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 757] By: TimBunce on 1998/03/04 16:57:04
+ Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
+ Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
+ Branch: maint-5.004/perl
+ + hints/openbsd.sh
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 756] By: TimBunce on 1998/03/04 16:48:40
+ Log: Fix for new gnulibc stdio.h when using sfio+perlio
+ Branch: maint-5.004/perl
+ ! perlsdio.h
+____________________________________________________________________________
+[ 755] By: TimBunce on 1998/03/04 16:47:08
+ Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
+ Added details of split in scalar context to perlfunc.pod
+ Branch: maint-5.004/perl
+ ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
+____________________________________________________________________________
+[ 754] By: TimBunce on 1998/03/04 16:35:58
+ Log: Updated perl -v info to include reference to docs and home page.
+ Branch: maint-5.004/perl
+ ! perl.c
+____________________________________________________________________________
+[ 753] By: TimBunce on 1998/03/04 16:31:29
+ Log: Updated hints/bsdos.sh for BSD/OS 3.1
+ Fixed typo in pod/perlsyn.pod
+ Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
+ Fixed typo in ext/GDBM_File/GDBM_File.pm
+ Branch: maint-5.004/perl
+ ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
+ ! hints/bsdos.sh pod/perlsyn.pod
+____________________________________________________________________________
+[ 752] By: TimBunce on 1998/03/04 15:49:19
+ Log: Changed bug address in README to perlbug@perl.com
+ Changed Copyright in perl.c to 1998
+ Added op/pos.t test from Robin Houston <robin@oneworld.org>
+ Branch: maint-5.004/perl
+ + t/op/pos.t
+ ! README perl.c
+____________________________________________________________________________
+[ 751] By: TimBunce on 1998/03/04 14:47:15
+ Log: Make t/comp/require.t and t/lib/ph.t executable in repository
+ Branch: maint-5.004/perl
+ ! t/comp/require.t t/lib/ph.t
+____________________________________________________________________________
+[ 750] By: TimBunce on 1998/03/04 13:29:58
+ Log: Added dTHR definition to ease backwards compatibility for XS
+ source code from 5.005.
+ Branch: maint-5.004/perl
+ ! perl.h
+____________________________________________________________________________
+[ 749] By: TimBunce on 1998/03/04 12:19:19
+ Log: Title: "rename local 'op' variables to 'o'", #F114
+ From: Gurusamy Sarathy
+ Files: op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
+ toke.c
+ Branch: maint-5.004/perl
+ ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
+ ! scope.c toke.c
+____________________________________________________________________________
+[ 748] By: TimBunce on 1998/03/04 12:12:27
+ Log: Title: "consolidated win32 patch", #F112
+ From: Gurusamy Sarathy
+ Files: MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
+ EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
+ lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
+ lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
+ t/harness win32/win32.h win32/win32iop.h README.win32
+ doio.c installhtml installperl pp_sys.c win32/Makefile
+ win32/config.bc win32/config.vc win32/config_H.bc
+ win32/config_H.vc win32/config_h.PL win32/config_sh.PL
+ win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
+ win32/perllib.c win32/runperl.c win32/win32.c
+ win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
+ x2p/a2py.c
+ Branch: maint-5.004/perl
+ + win32/bin/perlglob.pl
+ ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
+ ! installhtml installperl lib/ExtUtils/Command.pm
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
+ ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
+ ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
+ ! win32/Makefile win32/config.bc win32/config.vc
+ ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
+ ! win32/config_sh.PL win32/dl_win32.xs
+ ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
+ ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
+ ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
+ ! x2p/a2py.c
+____________________________________________________________________________
+[ 747] By: TimBunce on 1998/03/04 11:59:57
+ Log: Title: "initialize @INC in ph.t, and fix up MANIFEST", #F111
+ From: Gurusamy Sarathy
+ Files: MANIFEST t/lib/ph.t
+ Branch: maint-5.004/perl
+ ! MANIFEST t/lib/ph.t
+____________________________________________________________________________
+[ 746] By: TimBunce on 1998/03/04 11:47:43
+ Log: Title: "properly save STDOUT during system() in debugger", #F110
+ From: Jason Smith <smithj4@rpi.edu>
+ Files: lib/perl5db.pl
+ Branch: maint-5.004/perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 745] By: TimBunce on 1998/03/04 11:40:19
+ Log: Title: "generate DynaLoader.pm at build time", #F109
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Msg-ID: <9802111938.AA26224@o09.xray.mpe.mpg.de>
+ Files: MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
+ Branch: maint-5.004/perl
+ + ext/DynaLoader/DynaLoader.pm.PL
+ ! MANIFEST ext/DynaLoader/Makefile.PL
+____________________________________________________________________________
+[ 744] By: TimBunce on 1998/03/04 11:34:09
+ Log: Title: "Install extensions with bootstrap in $archlib", #F108
+ From: koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
+ J. Koenig)
+ Msg-ID: <sfcra9fqx0n.fsf@anna.in-berlin.de>
+ Files: lib/ExtUtils/Install.pm
+ Branch: maint-5.004/perl
+ ! lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[ 743] By: TimBunce on 1998/03/04 10:45:05
+ Log: Title: "Pod::Html trips over "C<0>"", #F107
+ From: Chip Salzenberg
+ Files: lib/Pod/Html.pm
+ Branch: maint-5.004/perl
+ ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 742] By: TimBunce on 1998/03/04 10:12:54
+ Log: Title: "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
+ From: Achim Bohnet <ach@mpe.mpg.de>
+ Msg-ID: <9802111629.AA00595@o09.xray.mpe.mpg.de>
+ Files: pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
+ Branch: maint-5.004/perl
+ ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
+____________________________________________________________________________
+[ 741] By: TimBunce on 1998/03/04 10:08:31
+ Log: Title: "New patch for $^E==GetLastError() under Win32", #F105
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
+ <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
+ Zakharevich)
+ Msg-ID: <199801040630.AA29298@metronet.com>,
+ <199801041826.NAA11568@aatma.engin.umich.edu>,
+ <1998Jan4.130412.2719461@cor.newman>
+ Files: pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
+ win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
+ Branch: maint-5.004/perl
+ ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
+ ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
+ ! win32/win32.h
+____________________________________________________________________________
+[ 740] By: TimBunce on 1998/03/04 09:55:57
+ Log: Title: "5.004_56: Patch to Tie::Hash and docs", #F104
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199801120134.UAA05437@monk.mps.ohio-state.edu>
+ Files: pod/perlfunc.pod lib/Tie/Hash.pm
+ Branch: maint-5.004/perl
+ ! lib/Tie/Hash.pm pod/perlfunc.pod
+____________________________________________________________________________
+[ 739] By: TimBunce on 1998/03/04 09:26:01
+ Log: Title: "more doc for perldoc", #F103
+ From: Gurusamy Sarathy
+ Files: utils/perldoc.PL
+ Branch: maint-5.004/perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 738] By: TimBunce on 1998/03/04 09:23:16
+ Log: Title: "Make perldoc look for an index file ", #F102
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <199801221220.NAA22902@furu.g.aas.no>
+ Files: utils/perldoc.PL
+ Branch: maint-5.004/perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 737] By: TimBunce on 1998/03/04 09:21:15
+ Log: Title: "perldoc -F filename", #F101
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199712120037.TAA00176@math.mps.ohio-state.edu>
+ Files: utils/perldoc.PL
+ Branch: maint-5.004/perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 736] By: TimBunce on 1998/03/04 09:16:20
+ Log: Title: "sv_grow can fail for HAS_64K_LIMIT systems", #F100
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <m3iuqsl3oq.fsf@furu.g.aas.no>
+ Files: sv.c
+ Branch: maint-5.004/perl
+ ! sv.c
+____________________________________________________________________________
+[ 735] By: TimBunce on 1998/03/04 09:08:51
+ Log: Title: "Benchmark.pm: timethese corrupts $_", #F099
+ From: abigail@fnx.com
+ Msg-ID: <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
+ Files: lib/Benchmark.pm
+ Branch: maint-5.004/perl
+ ! lib/Benchmark.pm
+____________________________________________________________________________
+[ 734] By: TimBunce on 1998/03/04 08:59:58
+ Log: Title: "STRANGE_MALLOC should test failed alloc", #F098
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <199802021406.PAA03285@furu.g.aas.no>
+ Files: hv.c
+ Branch: maint-5.004/perl
+ ! hv.c
+____________________________________________________________________________
+[ 733] By: TimBunce on 1998/03/04 08:35:19
+ Log: Title: "support caseless %ENV", #F097
+ From: Gurusamy Sarathy
+ Files: hv.c t/op/magic.t win32/win32.h
+ Branch: maint-5.004/perl
+ ! hv.c t/op/magic.t win32/win32.h
+____________________________________________________________________________
+[ 732] By: TimBunce on 1998/03/04 08:33:58
+ Log: Title: "newer cperl-mode.el (from 5.004_60)", #F096
+ From: Ilya Zakharevich
+ Files: emacs/cperl-mode.el
+ Branch: maint-5.004/perl
+ ! emacs/cperl-mode.el
+____________________________________________________________________________
+[ 731] By: TimBunce on 1998/03/04 08:26:23
+ Log: Title: "Handle set magic on xsub OUTPUT args, add API functions that handle
+ magic", #F095
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199801190409.XAA26710@aatma.engin.umich.edu>
+ Files: pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
+ lib/ExtUtils/xsubpp sv.c
+ Branch: maint-5.004/perl
+ ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
+ ! pod/perlxs.pod proto.h sv.c sv.h
+____________________________________________________________________________
+[ 730] By: TimBunce on 1998/03/04 08:20:52
+ Log: Title: "Fix flawed cleanup when signal handlers are not defined", #F094
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199710290106.UAA11485@aatma.engin.umich.edu>
+ Files: mg.c
+ Branch: maint-5.004/perl
+ ! mg.c
+____________________________________________________________________________
+[ 729] By: TimBunce on 1998/03/04 08:18:02
+ Log: Title: "Tests for C<sort 'foo','bar'>", #F093
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199711021247.MAA01743@crypt.compulink.co.uk>
+ Files: t/op/sort.t
+ Branch: maint-5.004/perl
+ ! t/op/sort.t
+____________________________________________________________________________
+[ 728] By: TimBunce on 1998/03/04 08:17:07
+ Log: Title: "Make search.pl work on win32", #F092
+ From: Gurusamy Sarathy
+ Files: win32/bin/search.pl
+ Branch: maint-5.004/perl
+ ! win32/bin/search.pl
+____________________________________________________________________________
+[ 727] By: gsar on 1998/03/04 04:13:23
+ Log: missing s/op/o/ from one of the mainpatches
+ Branch: win32/perl
+ ! op.c
+____________________________________________________________________________
+[ 726] By: gsar on 1998/03/04 02:12:13
+ Log: maintpatches #102 and #103 to perldoc.PL
+ Branch: win32/perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 725] By: gsar on 1998/03/04 02:00:15
+ Log: renumber some tests to match maint branch
+ Branch: win32/perl
+ ! t/op/local.t
+____________________________________________________________________________
+[ 724] By: gsar on 1998/03/04 01:25:50
+ Log: maintpatch
+ #70: "Fix random whitespace errors in docs"
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <12726.877706444@eeyore.ibcinc.com>
+ Date: Fri, 24 Oct 1997 11:20:44 -0400
+ Files: pod/checkpods.PL pod/perlfunc.pod
+ Branch: win32/perl
+ ! pod/checkpods.PL
+____________________________________________________________________________
+[ 723] By: gsar on 1998/03/04 01:04:37
+ Log: sync maintpatch
+ #76: "Fix infinite loop on unlink() failure in File::Path::rmtree()
+ From: Chip Salzenberg
+ Files: lib/File/Path.pm
+ Branch: win32/perl
+ ! lib/File/Path.pm
+____________________________________________________________________________
+[ 722] By: gsar on 1998/03/04 00:46:46
+ Log: remove redundancy in File::Find
+ Branch: win32/perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 721] By: TimBunce on 1998/03/03 20:06:41
+ Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
+ From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
+ Msg-ID: <34475659.1AA69855@cdata.tvnet.hu>
+ Files: utils/perldoc.PL
+ Branch: maint-5.004/perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 720] By: TimBunce on 1998/03/03 20:03:59
+ Log: Title: "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
+ #F090
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199801070016.TAA17766@aatma.engin.umich.edu>
+ Files: lib/ExtUtils/MM_Unix.pm
+ Branch: maint-5.004/perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 719] By: TimBunce on 1998/03/03 20:02:06
+ Log: Title: "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
+ From: Gurusamy Sarathy
+ Files: lib/FindBin.pm
+ Branch: maint-5.004/perl
+ ! lib/FindBin.pm
+____________________________________________________________________________
+[ 718] By: TimBunce on 1998/03/03 20:00:26
+ Log: Title: "Fix File::Find's longstanding confusion about win32 being like VMS",
+ #F088
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199802020459.XAA04964@aatma.engin.umich.edu>
+ Files: lib/File/Find.pm
+ Branch: maint-5.004/perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 717] By: TimBunce on 1998/03/03 19:59:38
+ Log: Title: "do_postponed breaks with multiple interpreters", #F087
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199710290316.WAA15888@aatma.engin.umich.edu>
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 716] By: TimBunce on 1998/03/03 19:57:17
+ Log: Title: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
+ #F086
+ From: Gurusamy Sarathy
+ Files: pod/perldelta.pod pod/perldiag.pod toke.c
+ Branch: maint-5.004/perl
+ ! pod/perldelta.pod pod/perldiag.pod toke.c
+____________________________________________________________________________
+[ 715] By: TimBunce on 1998/03/03 19:51:33
+ Log: Title: "Pod::Html bug and fix: missing </UL> in index", #F085
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199802192314.SAA23326@aatma.engin.umich.edu>
+ Files: lib/Pod/Html.pm
+ Branch: maint-5.004/perl
+ ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 714] By: TimBunce on 1998/03/03 19:50:28
+ Log: Title: "New pod: perlhist", #F084
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199802191556.RAA09578@alpha.hut.fi>
+ Files: MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
+ Branch: maint-5.004/perl
+ + pod/perlhist.pod
+ ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 713] By: TimBunce on 1998/03/03 19:47:13
+ Log: Title: "Fix restoration of locals on scope unwinding", #F083
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199802110515.AAA23700@aatma.engin.umich.edu>
+ Files: pp_ctl.c t/op/local.t
+ Branch: maint-5.004/perl
+ ! pp_ctl.c t/op/local.t
+____________________________________________________________________________
+[ 712] By: TimBunce on 1998/03/03 19:45:56
+ Log: Title: "after an eval-ed bad require, requiring a string ref SEGVs", #F082
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199802102349.SAA16001@aatma.engin.umich.edu>
+ Files: pp_ctl.c
+ Branch: maint-5.004/perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 711] By: TimBunce on 1998/03/03 19:44:41
+ Log: Title: "Fix seg fault on eval/require and syntax errors", #F081
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199802102321.SAA15346@aatma.engin.umich.edu>
+ Files: MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
+ Branch: maint-5.004/perl
+ + t/comp/require.t
+ ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
+____________________________________________________________________________
+[ 710] By: TimBunce on 1998/03/03 19:36:34
+ Log: Title: "5.004_58: the locale.t problem in IRIX", #F080
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199802091747.TAA01735@alpha.hut.fi>
+ Files: t/pragma/locale.t
+ Branch: maint-5.004/perl
+ ! t/pragma/locale.t
+____________________________________________________________________________
+[ 709] By: TimBunce on 1998/03/03 19:32:30
+ Log: Title: "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <m3g1lwl3bq.fsf@furu.g.aas.no>
+ Files: sv.c
+ Branch: maint-5.004/perl
+ ! sv.c
+____________________________________________________________________________
+[ 708] By: TimBunce on 1998/03/03 19:28:06
+ Log: Title: "Eliminate double warnings under C<package;>", #F077
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
+ Files: gv.c op.c toke.c
+ Branch: maint-5.004/perl
+ ! gv.c op.c toke.c
+____________________________________________________________________________
+[ 707] By: TimBunce on 1998/03/03 19:13:17
+ Log: Title: "Fix infinite loop on unlink() failure in File::Path::rmtree()",
+ #F076
+ From: Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
+ Msg-ID: <199802061100.LAA16423@toad.ig.co.uk>
+ Files: lib/File/Path.pm
+ Branch: maint-5.004/perl
+ ! lib/File/Path.pm
+____________________________________________________________________________
+[ 706] By: TimBunce on 1998/03/03 19:08:45
+ Log: Title: "Update of h2ph", #F075
+ From: kstar@www.chapin.edu (Kurt D. Starsinic)
+ Msg-ID: <199802051354.FAA11452@www.chapin.edu>
+ Files: t/lib/ph.t utils/h2ph.PL
+ Branch: maint-5.004/perl
+ + t/lib/ph.t
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 705] By: TimBunce on 1998/03/03 18:56:59
+ Log: Title: "Fix AutoLoader for deep packages", #F074
+ From: Zachary Miller <zcmiller@zappy.er.usgs.gov>
+ Msg-ID: <199710092348.SAA02108@zappy.er.usgs.gov>
+ Files: lib/AutoLoader.pm
+ Branch: maint-5.004/perl
+ ! lib/AutoLoader.pm
+____________________________________________________________________________
+[ 704] By: TimBunce on 1998/03/03 18:35:36
+ Log: Title: "Fix order of warnings for misplaced subscripts", #F073
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 703] By: TimBunce on 1998/03/03 18:32:28
+ Log: Title: "Make recursive lexical analysis more robust", #F072
+ From: Ilya Zakharevich and Chip Salzenberg
+ Msg-ID: <199710160102.VAA28817@monk.mps.ohio-state.edu>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 702] By: TimBunce on 1998/03/03 18:18:10
+ Log: Title: "Fix random whitespace errors in docs", #F070
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <12726.877706444@eeyore.ibcinc.com>
+ Files: pod/perlfunc.pod pod/checkpods.PL
+ Branch: maint-5.004/perl
+ ! pod/checkpods.PL pod/perlfunc.pod
+____________________________________________________________________________
+[ 701] By: TimBunce on 1998/03/03 18:13:54
+ Log: Title: "Fix line numbers after here documents in eval STRING", #F069
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199710241745.NAA08166@monk.mps.ohio-state.edu>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 700] By: TimBunce on 1998/03/03 18:11:20
+ Log: Title: "Fix SEGV from combining caller and C<package;>", #F068
+ From: James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
+ <nick@flirble.org>
+ Msg-ID: <199710241248.NAA00163@flirble.org>,
+ <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
+ net>
+ Files: pp_ctl.c sv.c
+ Branch: maint-5.004/perl
+ ! pp_ctl.c sv.c
+____________________________________________________________________________
+[ 699] By: TimBunce on 1998/03/03 18:06:59
+ Log: Title: "Don't fold string comparison under C<use locale>", #F067
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199711151506.RAA26287@alpha.hut.fi>
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 698] By: TimBunce on 1998/03/03 18:04:51
+ Log: Title: "Fix SEGV on constant at end of sort block", #F066
+ From: Administration <fadmin@informatics.muni.cz>
+ Msg-ID: <199711170838.JAA26073@thetis.fi.muni.cz>
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 697] By: TimBunce on 1998/03/03 18:02:54
+ Log: Title: "Allow C<last()> to mean C<last>", #F065
+ From: Chip Salzenberg
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 696] By: TimBunce on 1998/03/03 17:58:12
+ Log: Title: "Fix extension version mismatch message", #F064
+ From: Chip Salzenberg
+ Files: XSUB.h
+ Branch: maint-5.004/perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 695] By: TimBunce on 1998/03/03 17:53:04
+ Log: Title: "Better handle and test struct tm of Linux and SunOS", #F063
+ From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
+ Msg-ID: <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
+ Files: MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
+ hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
+ Branch: maint-5.004/perl
+ + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
+ ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
+____________________________________________________________________________
+[ 694] By: TimBunce on 1998/03/03 17:40:47
+ Log: Title: "Fix doc bug in getservbyname() examples", #F062
+ From: Tom Christiansen
+ Files: ext/Socket/Socket.pm
+ Branch: maint-5.004/perl
+ ! ext/Socket/Socket.pm
+____________________________________________________________________________
+[ 693] By: TimBunce on 1998/03/03 17:32:57
+ Log: Title: "Kill warning about parameter type", #F061
+ From: Chip Salzenberg
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 692] By: TimBunce on 1998/03/03 17:11:07
+ Log: Title: "Socket occasional SEGV", #F060
+ From: Trevor Blackwell <tlb@viaweb.com>
+ Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
+ Files: ext/Socket/Socket.xs
+ Branch: maint-5.004/perl
+ ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 691] By: TimBunce on 1998/03/03 17:09:51
+ Log: Title: "Avoid SEGV from local($@)", #F059
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199710290251.VAA14362@aatma.engin.umich.edu>
+ Files: pp_ctl.c
+ Branch: maint-5.004/perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 690] By: TimBunce on 1998/03/03 17:08:21
+ Log: Title: "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199710300036.TAA01004@aatma.engin.umich.edu>
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 689] By: TimBunce on 1998/03/03 17:05:57
+ Log: Title: "Use STMT_{START,END} in XSRETURN", #F057
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199710300245.VAA04244@aatma.engin.umich.edu>
+ Files: XSUB.h
+ Branch: maint-5.004/perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 688] By: TimBunce on 1998/03/03 17:04:15
+ Log: Title: "Re: Sort grammar bug", #F056
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199711011946.OAA18882@aatma.engin.umich.edu>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 687] By: TimBunce on 1998/03/03 17:01:32
+ Log: Title: "Document indirect object cases for exec(), system()", #F055
+ From: Dominic Dunlop <domo@slipper.ip.lu>
+ Msg-ID: <v03110700b084e89234a7@[194.51.248.90]>
+ Files: pod/perlfunc.pod
+ Branch: maint-5.004/perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 686] By: TimBunce on 1998/03/03 16:56:44
+ Log: Title: "Update docs on tr///", #F054
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
+ Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+ pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
+ pod/perlstyle.pod toke.c
+ Branch: maint-5.004/perl
+ ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+ ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
+ ! pod/perlstyle.pod toke.c
+____________________________________________________________________________
+[ 685] By: TimBunce on 1998/03/03 16:38:50
+ Log: Title: "Re: perlop bitwise & | ^ documentation", #F053
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
+ Files: pod/perlop.pod
+ Branch: maint-5.004/perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 684] By: TimBunce on 1998/03/03 16:37:00
+ Log: Title: "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
+ From: "Joseph N. Hall" <joseph@cscaper.com>
+ Msg-ID: <199711110552.WAA12613@gadget.cscaper.com>
+ Files: perly.c perly.c.diff perly.y vms/perly_c.vms
+ Branch: maint-5.004/perl
+ ! perly.c perly.c.diff perly.y vms/perly_c.vms
+____________________________________________________________________________
+[ 683] By: TimBunce on 1998/03/03 16:31:15
+ Log: Title: "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
+ sv_vsetpfn", #F051
+ From: jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
+ Msg-ID: <346ae970.7444534@smtp1.ibm.net>
+ Files: pod/perlguts.pod
+ Branch: maint-5.004/perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 682] By: TimBunce on 1998/03/03 16:28:30
+ Log: Title: "5.004_04: locale startup failure (at last) documented", #F050
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199711172054.WAA08261@alpha.hut.fi>
+ Files: INSTALL pod/perldiag.pod pod/perllocale.pod
+ Branch: maint-5.004/perl
+ ! INSTALL pod/perldiag.pod pod/perllocale.pod
+____________________________________________________________________________
+[ 681] By: TimBunce on 1998/03/03 16:24:12
+ Log: Title: "Cope with lack of args in Fcntl::AUTOLOAD", #F049
+ From: Jerome Abela <abela@hsc.fr>
+ Msg-ID: <19971120183248.23588@coredump.hsc.fr>
+ Files: ext/Fcntl/Fcntl.pm
+ Branch: maint-5.004/perl
+ ! ext/Fcntl/Fcntl.pm
+____________________________________________________________________________
+[ 680] By: TimBunce on 1998/03/03 16:23:20
+ Log: Title: "Commenting toke.c", #F048
+ From: gnat@frii.com
+ Msg-ID: <199801082138.OAA14186@prometheus.frii.com>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 679] By: TimBunce on 1998/03/03 16:18:32
+ Log: Title: "Re: 5.004_04 vec() fails with 32-bit values", #F047
+ From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
+ Msg-ID: <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
+ Files: pod/perlguts.pod pp.c t/op/vec.t
+ Branch: maint-5.004/perl
+ ! pod/perlguts.pod pp.c t/op/vec.t
+____________________________________________________________________________
+[ 678] By: TimBunce on 1998/03/03 16:15:44
+ Log: Title: "A few perl5.004_03 bugs", #F046
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199801221211.MAA05315@crypt.compulink.co.uk>
+ Files: mg.c t/op/magic.t
+ Branch: maint-5.004/perl
+ ! mg.c t/op/magic.t
+____________________________________________________________________________
+[ 677] By: TimBunce on 1998/03/03 16:13:11
+ Log: Title: "Faster, cleaner av_unshift() ", #F045
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <199801221850.TAA23111@furu.g.aas.no>
+ Files: av.c
+ Branch: maint-5.004/perl
+ ! av.c
+____________________________________________________________________________
+[ 676] By: TimBunce on 1998/03/03 16:04:30
+ Log: Title: "New hints/solaris2.sh", #F044
+ From: Stephen Zander <srz@mckesson.com>
+ Msg-ID: <87oh12y458.fsf@wsuse5.mckesson.com>
+ Files: hints/solaris_2.sh
+ Branch: maint-5.004/perl
+ ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 675] By: TimBunce on 1998/03/03 15:33:07
+ Log: Title: "Refresh Complex.pm and test", #F043
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Msg-ID: <199802051608.SAA20262@alpha.hut.fi>
+ Files: lib/Math/Complex.pm t/lib/complex.t
+ Branch: maint-5.004/perl
+ ! lib/Math/Complex.pm t/lib/complex.t
+____________________________________________________________________________
+[ 674] By: TimBunce on 1998/03/03 15:29:16
+ Log: Title: "Fix (\@@) proto", #F042
+ From: "Joseph N. Hall" <joseph@cscaper.com>
+ Msg-ID: <199801240132.SAA25111@gadget.cscaper.com>
+ Files: op.c t/comp/proto.t
+ Branch: maint-5.004/perl
+ ! op.c t/comp/proto.t
+____________________________________________________________________________
+[ 673] By: TimBunce on 1998/03/03 15:26:31
+ Log: Title: "Allow empty BLOCK in code", #F041
+ From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
+ Msg-ID: <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 672] By: TimBunce on 1998/03/03 15:23:55
+ Log: Title: "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
+ From: Chip Salzenberg
+ Files: gv.c t/op/gv.t
+ Branch: maint-5.004/perl
+ ! gv.c t/op/gv.t
+____________________________________________________________________________
+[ 671] By: TimBunce on 1998/03/03 10:02:32
+ Log: Title: "Keep accurate reference count on globs' stashes", #F038
+ From: Gisle Aas <gisle@aas.no>
+ Msg-ID: <m3zpk7sd3n.fsf@furu.g.aas.no>
+ Files: gv.c sv.c
+ Branch: maint-5.004/perl
+ ! gv.c sv.c
+____________________________________________________________________________
+[ 670] By: TimBunce on 1998/03/03 09:59:48
+ Log: Title: "Avoid memory allocation in gv_fetchpv(), for speed", #F037
+ From: Chip Salzenberg
+ Files: gv.c
+ Branch: maint-5.004/perl
+ ! gv.c
+____________________________________________________________________________
+[ 669] By: TimBunce on 1998/03/03 09:58:58
+ Log: Title: "Make Configure less negative about PerlIO", #F036
+ From: chip@atlantic.net
+ Msg-ID: <199801312323.SAA15237@cyprus.atlantic.net>
+ Files: Configure
+ Branch: maint-5.004/perl
+ ! Configure
+____________________________________________________________________________
+[ 668] By: TimBunce on 1998/03/03 09:55:51
+ Log: Title: "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
+ From: Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
+ Msg-ID: <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
+ Files: pp_ctl.c
+ Branch: maint-5.004/perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 667] By: TimBunce on 1998/03/03 09:52:59
+ Log: Title: "Make Getopt::Long avoid $&, $`, $'", #F034
+ From: Irving Reid <irving@tor.securecomputing.com>
+ Msg-ID: <98Feb3.005102est.11655@janus.tor.securecomputing.com>
+ Files: lib/Getopt/Long.pm
+ Branch: maint-5.004/perl
+ ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[ 666] By: TimBunce on 1998/03/03 09:51:27
+ Log: Title: "adding the newSVpvn API function", #F033
+ From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
+ Msg-ID: <199801310532.GAA23798@solar.ethz.ch>
+ Files: pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
+ Branch: maint-5.004/perl
+ ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
+____________________________________________________________________________
+[ 665] By: TimBunce on 1998/03/03 09:43:30
+ Log: Title: "Support C<Package::> as function-blind bearword", #F032
+ From: Chip Salzenberg
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 664] By: TimBunce on 1998/03/03 09:41:40
+ Log: Title: "Re-optimize character classes", #F031
+ From: Chip Salzenberg
+ Files: regcomp.h regcomp.c regexec.c
+ Branch: maint-5.004/perl
+ ! regcomp.c regcomp.h regexec.c
+____________________________________________________________________________
+[ 663] By: TimBunce on 1998/03/03 09:39:55
+ Log: Title: "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
+ From: dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
+ Msg-ID: <EnKC0q.6qI@drnews.dr.lucent.com>
+ Files: op.c t/op/local.t
+ Branch: maint-5.004/perl
+ ! op.c t/op/local.t
+____________________________________________________________________________
+[ 662] By: TimBunce on 1998/03/03 09:37:51
+ Log: Title: "Dramatically improve performance of // with parens or $&", #F029
+ From: Chip Salzenberg
+ Files: cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
+ pp_hot.c regexec.c scope.c
+ Branch: maint-5.004/perl
+ ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
+ ! proto.h regexec.c regexp.h scope.c
+____________________________________________________________________________
+[ 661] By: TimBunce on 1998/03/03 09:27:04
+ Log: Title: "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
+ From: Chip Salzenberg
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 660] By: TimBunce on 1998/03/03 09:24:41
+ Log: Title: "Protect against weirdness with unreal @_ in C<local @_>", #F027
+ From: Chip Salzenberg
+ Files: scope.c
+ Branch: maint-5.004/perl
+ ! scope.c
+____________________________________________________________________________
+[ 659] By: TimBunce on 1998/03/03 09:24:00
+ Log: Title: "Fix C<printf "%.0d", 0>", #F026
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199711021331.NAA01826@crypt.compulink.co.uk>
+ Files: sv.c t/op/sprintf.t
+ Branch: maint-5.004/perl
+ ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 658] By: TimBunce on 1998/03/03 09:22:13
+ Log: Title: "Tiny core patch for source filters", #F025
+ From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
+ Msg-ID: <9711202312.AA02937@claudius.bfsec.bt.co.uk>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 657] By: TimBunce on 1998/03/03 09:20:00
+ Log: Title: "Here-doc in s///e (was: Bug)", #F024
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199711221445.OAA14153@crypt.compulink.co.uk>
+ Files: t/base/lex.t toke.c
+ Branch: maint-5.004/perl
+ ! t/base/lex.t toke.c
+____________________________________________________________________________
+[ 656] By: TimBunce on 1998/03/03 09:17:56
+ Log: Title: "Fix duplicate warnings on C<-e undef>", #F023
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199711221252.MAA14000@crypt.compulink.co.uk>
+ Files: doio.c t/pragma/warn-1global
+ Branch: maint-5.004/perl
+ ! doio.c t/pragma/warn-1global
+____________________________________________________________________________
+[ 655] By: TimBunce on 1998/03/03 09:16:56
+ Log: Title: "Fix '*' prototype", #F022
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199711212225.RAA00755@monk.mps.ohio-state.edu>
+ Files: toke.c
+ Branch: maint-5.004/perl
+ ! toke.c
+____________________________________________________________________________
+[ 654] By: TimBunce on 1998/03/03 09:15:04
+ Log: Title: "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
+ From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
+ Msg-ID: <199711260703.XAA21257@mailgate2.boeing.com>
+ Files: lib/File/Find.pm
+ Branch: maint-5.004/perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 653] By: TimBunce on 1998/03/03 09:11:55
+ Log: Title: "Fix typo: FORM{,AT}LINE", #F020
+ From: Chip Salzenberg
+ Files: sv.c
+ Branch: maint-5.004/perl
+ ! sv.c
+____________________________________________________________________________
+[ 652] By: TimBunce on 1998/03/03 09:07:50
+ Log: Title: "Fix use of unref mem when blessed object goes out of scope", #F019
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199711282326.SAA15090@aatma.engin.umich.edu>
+ Files: scope.c
+ Branch: maint-5.004/perl
+ ! scope.c
+____________________________________________________________________________
+[ 651] By: TimBunce on 1998/03/03 09:07:10
+ Log: Title: "Fix C<my ($a, undef, $b) = @x>", #F018
+ From: Stephane Payrard <stef@francenet.fr>
+ Msg-ID: <199712040054.BAA04612@www.zweig.com>
+ Files: op.c t/op/my.t
+ Branch: maint-5.004/perl
+ ! op.c t/op/my.t
+____________________________________________________________________________
+[ 650] By: TimBunce on 1998/03/03 09:04:04
+ Log: Title: "enhanced "use strict" warning", #F017
+ From: Tkil <tkil@reptile.scrye.com>
+ Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
+ Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
+ Branch: maint-5.004/perl
+ ! gv.c t/pragma/strict-subs t/pragma/strict-vars
+____________________________________________________________________________
+[ 649] By: TimBunce on 1998/03/03 09:02:55
+ Log: Title: "eval of sub gives spurious "uninitialised" warning", #F016
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199712061025.FAA14396@aatma.engin.umich.edu>
+ Files: pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
+ Branch: maint-5.004/perl
+ ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
+____________________________________________________________________________
+[ 648] By: TimBunce on 1998/03/03 08:58:00
+ Log: Title: "[PERL] Assigning result of pop scrambles unrelated reference", #F015
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199712061100.GAA14864@aatma.engin.umich.edu>
+ Files: sv.c
+ Branch: maint-5.004/perl
+ ! sv.c
+____________________________________________________________________________
+[ 647] By: TimBunce on 1998/03/03 08:53:35
+ Log: Title: "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Msg-ID: <199712151922.OAA06410@monk.mps.ohio-state.edu>
+ Files: os2/os2.c util.c
+ Branch: maint-5.004/perl
+ ! os2/os2.c util.c
+____________________________________________________________________________
+[ 646] By: TimBunce on 1998/03/03 08:51:04
+ Log: Title: "Fix fdopen() on STD{IN,OUT,ERR}", #F013
+ From: Roderick Schertler <roderick@argon.org>
+ Msg-ID: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
+ Files: doio.c t/op/misc.t
+ Branch: maint-5.004/perl
+ ! doio.c t/op/misc.t
+____________________________________________________________________________
+[ 645] By: TimBunce on 1998/03/03 08:49:34
+ Log: Title: "Fix local $a[0] and local $h{a}", #F012
+ From: Stephen McCamant <alias@mcs.com>
+ Msg-ID: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
+ Files: embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
+ Branch: maint-5.004/perl
+ ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
+____________________________________________________________________________
+[ 644] By: TimBunce on 1998/03/03 08:43:06
+ Log: Title: "Eliminate redundant mg_get() in SvTRUE()", #F011
+ From: Spider Boardman <spider@orb.nashua.nh.us>
+ Msg-ID: <199712251839.NAA14800@Orb.Nashua.NH.US>
+ Files: sv.c
+ Branch: maint-5.004/perl
+ ! sv.c
+____________________________________________________________________________
+[ 643] By: TimBunce on 1998/03/03 08:41:07
+ Log: Title: "Don't force scalar context on C<my @x> or C<my %x>", #F010
+ From: Chip Salzenberg
+ Files: op.c t/op/my.t
+ Branch: maint-5.004/perl
+ ! op.c t/op/my.t
+____________________________________________________________________________
+[ 642] By: TimBunce on 1998/03/03 08:39:11
+ Log: Title: "Fix assignment to $_[0] in DESTROY", #F009
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199801010030.TAA14274@aatma.engin.umich.edu>
+ Files: pod/perlobj.pod sv.c t/op/ref.t
+ Branch: maint-5.004/perl
+ ! pod/perlobj.pod sv.c t/op/ref.t
+____________________________________________________________________________
+[ 641] By: gsar on 1998/03/03 04:39:49
+ Log: merge problematic maintpatch to op.c
+ #77: "Eliminate double warnings under C<package;>"
+ From: Chip Salzenberg
+ Files: gv.c op.c toke.c
+ Branch: win32/perl
+ ! gv.c op.c toke.c
+____________________________________________________________________________
+[ 640] By: gsar on 1998/03/03 04:30:22
+ Log: merge another conflicting maintpatch to op.c
+ #17: "Enhanced "use strict" warning"
+ From: Tkil <tkil@reptile.scrye.com>
+ Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
+ Date: Thu, 4 Dec 1997 02:38:26 -0700
+ Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
+ Branch: win32/perl
+ ! gv.c t/pragma/strict-subs t/pragma/strict-vars
+____________________________________________________________________________
+[ 639] By: gsar on 1998/03/03 04:09:11
+ Log: maintpatch
+ #73: "Fix order of warnings for misplaced subscripts"
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
+ Date: Mon, 13 Oct 1997 11:23:56 +0100
+ Files: op.c
+ Branch: win32/perl
+ ! op.c
+____________________________________________________________________________
+[ 638] By: gsar on 1998/03/03 04:02:16
+ Log: manually apply another conflicting maintpatch
+ #64: "Fix extension version mismatch message"
+ From: Chip Salzenberg
+ Files: XSUB.h
+ Branch: win32/perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 637] By: gsar on 1998/03/03 03:57:08
+ Log: maintpatch
+ #62: "Fix doc bug in getservbyname() examples"
+ From: Tom Christiansen
+ Files: ext/Socket/Socket.pm
+ Branch: win32/perl
+ ! ext/Socket/Socket.pm
+____________________________________________________________________________
+[ 636] By: gsar on 1998/03/03 03:55:13
+ Log: maintpatch
+ #60: "Socket occasional SEGV"
+ From: Trevor Blackwell <tlb@viaweb.com>
+ Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
+ Date: Tue, 28 Oct 1997 13:04:43 -0500 (EST)
+ Files: ext/Socket/Socket.xs
+ Branch: win32/perl
+ ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 635] By: gsar on 1998/03/03 03:51:01
+ Log: maintpatches for docs
+ #53: "Perlop bitwise & | ^ documentation"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
+ Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST)
+ Files: pod/perlfunc.pod
+ --------
+ #54: "Update docs on tr///"
+ From: Tom Phoenix <rootbeer@teleport.com>
+ Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
+ Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST)
+ Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+ pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
+ pod/perlstyle.pod toke.c
+ Branch: win32/perl
+ ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+ ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
+ ! pod/perlstyle.pod toke.c
+____________________________________________________________________________
+[ 634] By: gsar on 1998/03/03 03:43:42
+ Log: another maintpatch (this one needed adjust of test nos.)
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
+ Date: Thu, 22 Jan 1998 12:11:49 +0000
+ Subject: Re: [PERL] A few perl5.004_03 bugs
+ Branch: win32/perl
+ ! mg.c t/op/magic.t
+____________________________________________________________________________
+[ 633] By: gsar on 1998/03/03 03:36:40
+ Log: merge another toke.c patch and its dependent (very carefully)
+ #32: "Support C<Package::> as function-blind bearword"
+ From: Chip Salzenberg
+ Files: toke.c
+ --------
+ #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
+ From: Gurusamy Sarathy
+ Files: toke.c pod/perldelta.pod pod/perldiag.pod
+ Branch: win32/perl
+ ! pod/perldelta.pod pod/perldiag.pod toke.c
+____________________________________________________________________________
+[ 632] By: gsar on 1998/03/03 03:12:16
+ Log: another toke.c maintpatch
+ #28: "Don't warn on $x{shift}, ne => 1, or -f => 1"
+ From: Chip Salzenberg
+ Files: toke.c
+ Branch: win32/perl
+ ! toke.c
+____________________________________________________________________________
+[ 631] By: gsar on 1998/03/03 03:06:59
+ Log: still another maintpatch
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
+ Date: Sun, 02 Nov 1997 13:31:54 +0000
+ Subject: [PATCH] assorted sprintf bugs
+ Branch: win32/perl
+ ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 630] By: gsar on 1998/03/03 03:03:55
+ Log: yet another maintpatch
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
+ Date: Sat, 22 Nov 1997 12:52:16 +0000
+ Subject: Re: [PERL] Unexpected output
+ Branch: win32/perl
+ ! doio.c t/pragma/warn-1global
+____________________________________________________________________________
+[ 629] By: gsar on 1998/03/03 02:57:33
+ Log: merge another maintpatch to toke.c
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Date: Sat, 22 Nov 1997 14:45:23 GMT
+ Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
+ Subject: Re: [PERL] Here-doc in s///e (was: Bug)
+ Branch: win32/perl
+ ! t/base/lex.t toke.c
+____________________________________________________________________________
+[ 628] By: gsar on 1998/03/03 02:50:20
+ Log: manually merge a maintpatch
+ Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
+ Message-Id: <199801082138.OAA14186@prometheus.frii.com>
+ From: gnat@frii.com
+ Subject: [PERL] Commenting toke.c
+ Branch: win32/perl
+ ! toke.c
+____________________________________________________________________________
+[ 627] By: TimBunce on 1998/03/02 22:34:47
+ Log: Title: "Fix inefficient checks for TIEHANDLE", #F008
+ From: Gurusamy Sarathy <gsar@engin.umich.edu>
+ Msg-ID: <199801080106.UAA05048@aatma.engin.umich.edu>
+ Files: pp_hot.c pp_sys.c
+ Branch: maint-5.004/perl
+ ! pp_hot.c pp_sys.c
+____________________________________________________________________________
+[ 626] By: TimBunce on 1998/03/02 22:31:13
+ Log: This is the change description for change 625
+ Title: "Fix tr///s option", #F007
+ From: Inaba Hiroto <inaba@st.rim.or.jp>
+ Msg-ID: <19980110155333D.inaba@st.rim.or.jp>
+ Files: doop.c
+ Branch: maint-5.004/perl
+ ! doop.c
+____________________________________________________________________________
+[ 625] By: TimBunce on 1998/03/02 22:23:48
+ Log: Branch: maint-5.004/perl
+ ! doop.c
+____________________________________________________________________________
+[ 623] By: TimBunce on 1998/03/02 21:51:53
+ Log: Title: "Fix lexical lookup in eval-sub-eval", #F006
+ From: Chip Salzenberg
+ Files: pp_ctl.c
+ Branch: maint-5.004/perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 622] By: TimBunce on 1998/03/02 21:43:29
+ Log: Title: "Don't upgrade target of assignment from LVALUE", #F005
+ From: Chip Salzenberg
+ Files: sv.c
+ Branch: maint-5.004/perl
+ ! sv.c
+____________________________________________________________________________
+[ 621] By: TimBunce on 1998/03/02 21:29:59
+ Log: Title: "Fix compile-time warning line in while ()", #F004
+ From: Chip Salzenberg
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 620] By: TimBunce on 1998/03/02 21:25:27
+ Log: Title: "STMT foreach LIST;", #F002
+ From: Chip Salzenberg
+ Files: pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
+ vms/perly_c.vms
+ Branch: maint-5.004/perl
+ ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
+ ! toke.c vms/perly_c.vms
+____________________________________________________________________________
+[ 619] By: TimBunce on 1998/03/02 21:12:58
+ Log: Title: "Fix SIGSEGV on C<42 until forever>", #F001
+ From: Chip Salzenberg
+ Files: op.c
+ Branch: maint-5.004/perl
+ ! op.c
+____________________________________________________________________________
+[ 618] By: gsar on 1998/03/02 04:40:16
+ Log: make t/lib/nothread.t type xtext also
+ Branch: win32/perl
+ ! t/op/nothread.t
+____________________________________________________________________________
+[ 617] By: gsar on 1998/03/02 04:35:15
+ Log: make t/lib/thread.t type xtext
+ Branch: win32/perl
+ ! t/lib/thread.t
+____________________________________________________________________________
+[ 616] By: gsar on 1998/03/02 04:17:40
+ Log: fix misapplied hunks in change#614
+ Branch: win32/perl
+ ! scope.c scope.h
+____________________________________________________________________________
+[ 615] By: gsar on 1998/03/02 03:39:16
+ Log: another one down
+ From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
+ Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
+ Date: Tue, 25 Nov 1997 23:03:48 -0800
+ Subject: [PERL] File::Find bugs & patches
+ Branch: win32/perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 614] By: gsar on 1998/03/02 03:28:28
+ Log: this one with adjusted test numbers
+ Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
+ Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
+ From: Stephen McCamant <alias@mcs.com>
+ Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
+ Branch: win32/perl
+ ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
+____________________________________________________________________________
+[ 613] By: gsar on 1998/03/02 03:13:32
+ Log: still another
+ From: Inaba Hiroto <inaba@st.rim.or.jp>
+ Subject: [PERL] tr///s bug
+ Message-Id: <19980110155333D.inaba@st.rim.or.jp>
+ Date: Sat, 10 Jan 1998 15:53:33 +0900
+ Branch: win32/perl
+ ! doop.c t/op/subst.t
+____________________________________________________________________________
+[ 612] By: gsar on 1998/03/02 03:01:27
+ Log: yet another patch
+ From: Chip Salzenberg <salzench@nielsenmedia.com>
+ Message-Id: <199709161748.NAA08418@nielsenmedia.com>
+ Subject: Tiny but massively cool: C<statement foreach @list>
+ Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
+ Branch: win32/perl
+ ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
+ ! toke.c vms/perly_c.vms
+____________________________________________________________________________
+[ 611] By: gsar on 1998/03/02 01:52:46
+ Log: yet another 'old' patch
+ From: Stephane Payrard <stef@francenet.fr>
+ Message-Id: <199712040054.BAA04612@www.zweig.com>
+ To: perl5-porters@perl.org
+ Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
+ between `my' and `local' (Patch included)
+ Branch: win32/perl
+ ! op.c t/op/my.t
+____________________________________________________________________________
+[ 610] By: gsar on 1998/03/02 01:45:55
+ Log: another 'old' patch
+ From: Roderick Schertler <roderick@argon.org>
+ Date: 19 Dec 1997 12:52:36 -0500
+ Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
+ Subject: [PERL] [PATCH] Re: Problem with open >&=
+ Branch: win32/perl
+ ! doio.c t/op/misc.t
+____________________________________________________________________________
+[ 609] By: gsar on 1998/03/02 01:23:56
+ Log: apply missing pieces from:
+ From: Chip Salzenberg <salzench@nielsenmedia.com>
+ Message-Id: <199711272044.PAA12102@nielsenmedia.com>
+ Subject: [PATCH] Improved LVALUE patch
+ Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
+ Branch: win32/perl
+ ! sv.c
+____________________________________________________________________________
+[ 608] By: gsar on 1998/03/02 01:13:01
+ Log: merge two important 'old' patches
+ From: Chip Salzenberg <salzench@nielsenmedia.com>
+ Message-Id: <199709241632.MAA09164@nielsenmedia.com>
+ Subject: [PATCH] Fix C<42 until forever> SIGSEGV
+ Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
+ ------
+ From: Chip Salzenberg <salzench@nielsenmedia.com>
+ Message-Id: <199710221332.JAA04814@nielsenmedia.com>
+ Subject: [PATCH] Fix for compile-time while() warnings
+ Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
+ Branch: win32/perl
+ ! op.c
+____________________________________________________________________________
+[ 607] By: gsar on 1998/03/01 06:52:26
+ Log: integrate mainline changes
+ Branch: asperl
+ +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
+ +> lib/Tie/Handle.pm t/op/tiehandle.t
+ - config_H
+ !> (integrate 89 files)
+____________________________________________________________________________
+[ 606] By: gsar on 1998/02/28 23:11:00
+ Log: misc small tweaks
+ - AutoLoader fix for long::pack::names
+ - d_mymalloc can be set from makefiles now
+ - make search.pl actually work on win32
+ - revert podoc about $^E on OS/2 (per Ilya's wishes)
+ Branch: win32/perl
+ ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
+ ! win32/bin/search.pl win32/makefile.mk win32/win32.c
+____________________________________________________________________________
+[ 605] By: gsar on 1998/02/28 22:16:45
+ Log: fix typo in sv.h, and run 'make regen_headers' to make it build
+ Branch: win32/perl
+ ! embedvar.h sv.h
+____________________________________________________________________________
+[ 604] By: gsar on 1998/02/28 21:08:58
+ Log: integrate mainline
+ Branch: win32/perl
+ +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
+ !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
+ !> byterun.c ext/SDBM_File/Makefile.PL
+ !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
+ !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
+ !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
+ !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
+ !> vms/test.com win32/makedef.pl
+____________________________________________________________________________
+[ 603] By: nick on 1998/02/28 11:31:15
+ Log: Missed FREAD in bytecode.h
+ Cannot export svref_mutex in non-threaded perl
+ Branch: perl
+ ! bytecode.h win32/makedef.pl
+
+----------------
+Version 5.004_61
+----------------
+
+____________________________________________________________________________
+[ 602] By: mbeattie on 1998/02/27 18:35:27
+ Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
+ preprocessor symbol on Digital UNIX.
+ Branch: perl
+ ! bytecode.h bytecode.pl byterun.c
+____________________________________________________________________________
+[ 601] By: mbeattie on 1998/02/27 18:27:00
+ Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
+ Branch: perl
+ ! sv.h
+____________________________________________________________________________
+[ 600] By: mbeattie on 1998/02/27 18:15:07
+ Log: Add atomic.h to MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 599] By: mbeattie on 1998/02/27 18:13:52
+ Log: Integrate win32 branch into mainline.
+ Branch: perl
+ ! bytecode.pl
+ !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
+ !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
+ !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
+ !> win32/config.gc win32/config.vc win32/config_H.bc
+ !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
+ !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
+ !> win32/win32thread.h
+____________________________________________________________________________
+[ 598] By: mbeattie on 1998/02/27 18:06:41
+ Log: Make refcounts atomic for threading (dependent on appropriate
+ arch-dependent and compiler-dependent definitions in atomic.h
+ or else falls back to a global mutex to protect refcounts).
+ Branch: perl
+ + atomic.h
+ ! global.sym perl.c perlvars.h sv.c sv.h
+____________________________________________________________________________
+[ 597] By: mbeattie on 1998/02/27 15:37:22
+ Log: Tiehandle stuff in change 595 didn't add to MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 596] By: mbeattie on 1998/02/27 15:34:55
+ Log: Missed adding new file Policy_sh.SH in change 592.
+ Branch: perl
+ + Policy_sh.SH
+____________________________________________________________________________
+[ 595] By: mbeattie on 1998/02/27 15:34:06
+ Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
+ Date: Fri, 27 Feb 1998 04:15:04 +0000
+ From: Graham Barr <gbarr@pobox.com>
+ Branch: perl
+ + lib/Tie/Handle.pm t/op/tiehandle.t
+ ! pod/perltie.pod pp_sys.c
+____________________________________________________________________________
+[ 594] By: mbeattie on 1998/02/27 15:31:12
+ Log: From: Dan Sugalski <sugalskd@osshe.edu>
+ Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
+ Date: Thu, 26 Feb 1998 11:09:55 -0800
+ Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
+ Date: Thu, 26 Feb 1998 11:15:24 -0800
+ Branch: perl
+ ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
+ ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
+ ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
+ ! vms/test.com
+____________________________________________________________________________
+[ 593] By: mbeattie on 1998/02/27 15:26:45
+ Log: Fix file-descriptor leak when pipes fail via taint checks:
+ Subject: [PATCH] Some patches went through cracks
+ Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Branch: perl
+ ! os2/os2.c util.c
+____________________________________________________________________________
+[ 592] By: mbeattie on 1998/02/27 15:15:12
+ Log: Subject: Config_60-03-04.diff patch for 5.004_60
+ Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Branch: perl
+ ! Configure MANIFEST Makefile.SH os2/diff.configure
+____________________________________________________________________________
+[ 591] By: gsar on 1998/02/26 19:34:50
+ Log: added AS patch#9
+ Branch: asperl
+ - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
+ - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
+ - win32/ipstdiowin.h win32/perlobj.def
+ ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
+ ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
+ ! win32/win32sck.c win32/win32thread.c
+____________________________________________________________________________
+[ 590] By: gsar on 1998/02/26 04:25:40
+ Log: various changes to make win32 build under the new Configure & co.
+ - added byterun.c to core C build
+ - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
+ after adding new variables to config.[bgv]c
+ - sig_name_init now has only the valid signals
+ - we now have $Config{usethreads}
+ - tested under the two commercial compilers w/ and w/o usethreads
+ Branch: win32/perl
+ ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
+____________________________________________________________________________
+[ 589] By: gsar on 1998/02/26 03:56:19
+ Log: various cleanups so that B can be built as "just another extension"
+ - export symbols needed for building B
+ - bset_obj_store() is needed by byterun(), so define it there instead
+ of at B.xs, and export it
+ - freadpv() is only used in B.xs, so move it there
+ - byte*.h are now included by perl.h
+ - regenerate embed*.h
+ Branch: win32/perl
+ ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
+ ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
+____________________________________________________________________________
+[ 588] By: gsar on 1998/02/25 21:46:35
+ Log: integrate mainline
+ Branch: win32/perl
+ +> Porting/config.sh Porting/config_H
+ - config_H
+ !> (integrate 54 files)
+____________________________________________________________________________
+[ 587] By: gsar on 1998/02/25 19:20:26
+ Log: added AS patch#8
+ Branch: asperl
+ ! sv.c x2p/a2py.c x2p/util.c
+____________________________________________________________________________
+[ 586] By: gsar on 1998/02/25 19:08:06
+ Log: added AS patch#7
+ Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
+ Date: Tue, 24 Feb 1998 07:57:07 PST
+ From: Douglas Lankshear <dougl@ActiveState.com>
+ Subject: [PATCH]
+
+ Here's an attempt at
+ 6. MANIFEST must be updated with new file names
+ 5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
+ And some changes to move toward
+ 1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
+
+ -- Doug
+ Branch: asperl
+ ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
+ ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
+ ! perlenv.h perlio.h perllio.h win32/Makefile
+____________________________________________________________________________
+[ 585] By: mbeattie on 1998/02/25 17:44:34
+ Log: More compiler tweaks.
+ Branch: perl
+ ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
+____________________________________________________________________________
+[ 584] By: mbeattie on 1998/02/25 15:36:38
+ Log: Subject: [PATCH 5.004_60] dos-djgpp update
+ Date: Wed, 25 Feb 1998 11:17:07 +0100
+ From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
+ Branch: perl
+ ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
+____________________________________________________________________________
+[ 583] By: mbeattie on 1998/02/25 15:34:48
+ Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
+ Branch: perl
+ ! global.sym patchlevel.h
+____________________________________________________________________________
+[ 582] By: mbeattie on 1998/02/25 15:28:08
+ Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
+ Date: Tue, 24 Feb 1998 11:15:57 +0000
+ From: Robin Houston <robin@oneworld.org>
+ Branch: perl
+ ! pod/perldiag.pod pp_ctl.c
+____________________________________________________________________________
+[ 581] By: mbeattie on 1998/02/25 15:27:06
+ Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
+ Date: 23 Feb 1998 23:36:09 +0100
+ From: Gisle Aas <gisle@aas.no>
+ Branch: perl
+ ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
+____________________________________________________________________________
+[ 580] By: mbeattie on 1998/02/25 15:25:29
+ Log: Subject: [PATCH 5.004_60] improved Test.pm
+ Date: Sat, 21 Feb 1998 14:17:09 -0500
+ From: Joshua Pritikin <pritikin@mindspring.com>
+ Branch: perl
+ ! lib/Test.pm
+____________________________________________________________________________
+[ 579] By: mbeattie on 1998/02/25 15:23:24
+ Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
+ Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
+ Subject: Re: your HP-UX perl patch
+ Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
+ Branch: perl
+ ! Makefile.SH embed.h global.sym hints/hpux.sh
+____________________________________________________________________________
+[ 578] By: mbeattie on 1998/02/25 15:18:06
+ Log: Back out DB_File patch (change _553) and tweak Configure.
+ Subject: ANNOUNCE: perl5.004_60 is available
+ Date: Mon, 23 Feb 1998 10:47:26 -0000
+ From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
+ Branch: perl
+ ! Configure ext/DB_File/DB_File.xs
+____________________________________________________________________________
+[ 577] By: mbeattie on 1998/02/25 15:04:00
+ Log: Subject: [PATCH] Cwd.pm
+ Date: Fri, 20 Feb 1998 10:27:54 -0600
+ From: Graham Barr <gbarr@ti.com>
+ Branch: perl
+ ! lib/Cwd.pm
+____________________________________________________________________________
+[ 576] By: mbeattie on 1998/02/25 15:02:57
+ Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
+ Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
+ Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
+ Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
+ Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
+ Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
+ Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
+ Branch: perl
+ ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
+____________________________________________________________________________
+[ 575] By: mbeattie on 1998/02/25 14:58:00
+ Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
+ Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
+ From: Andy Dougherty <doughera@lafcol.lafayette.edu>
+ Branch: perl
+ + Porting/config.sh Porting/config_H
+ - config_H
+ ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
+ ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
+ ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
+ ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
+ ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
+ ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
+ ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
+____________________________________________________________________________
+[ 574] By: gsar on 1998/02/24 02:21:14
+ Log: fix typos in sv.c
+ Branch: win32/perl
+ ! sv.c
+____________________________________________________________________________
+[ 573] By: mbeattie on 1998/02/23 10:03:39
+ Log: Remove old Linux+threads segfault degugging kludge.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 572] By: gsar on 1998/02/23 09:45:26
+ Log: undo previous change (no added value!)
+ Branch: win32/perl
+ ! win32/bin/pl2bat.pl
+____________________________________________________________________________
+[ 571] By: gsar on 1998/02/23 09:18:32
+ Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
+ John Cavanaugh <cavanaug@sdd.hp.com>)
+ Branch: win32/perl
+ ! win32/bin/pl2bat.pl
+____________________________________________________________________________
+[ 570] By: gsar on 1998/02/22 04:02:15
+ Log: support chown() (just a noop for now)
+ Branch: win32/perl
+ ! dosish.h win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 569] By: gsar on 1998/02/22 03:09:55
+ Log: integrate latest win32 branch
+ Branch: asperl
+ +> (branch 41 files)
+ !> (integrate 59 files)
+____________________________________________________________________________
+[ 568] By: gsar on 1998/02/22 02:40:56
+ Log: get compiler building under win32 (needed Makefile.PL
+ hacks that could be applicable to other platforms)
+ Branch: win32/perl
+ ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 567] By: gsar on 1998/02/22 01:30:19
+ Log: integrate mainline
+ Branch: win32/perl
+ +> (branch 41 files)
+ !> (integrate 46 files)
+____________________________________________________________________________
+[ 566] By: gsar on 1998/02/20 22:31:56
+ Log: fix handle leak in join()
+ Branch: win32/perl
+ ! win32/win32thread.h
+
+----------------
+Version 5.004_60
+----------------
+
+____________________________________________________________________________
+[ 565] By: mbeattie on 1998/02/20 18:23:47
+ Log: Remove compiler files from their old lib/B locations. The compiler
+ now builds by default (without the byteperl executable so far) and
+ seems to work at least minimally.
+ Branch: perl
+ - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
+ - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
+ - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
+ - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
+ - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
+ - lib/B/disassemble lib/B/makeliblinks lib/O.pm
+ ! MANIFEST bytecode.pl
+____________________________________________________________________________
+[ 564] By: mbeattie on 1998/02/20 18:05:33
+ Log: Move lib/B/... and lib/[BO].pm over to where they should be,
+ under ext/B.
+ Branch: perl
+ +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
+ +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
+ +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
+ +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
+ +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
+ +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
+ +> ext/B/B/makeliblinks ext/B/O.pm
+____________________________________________________________________________
+[ 563] By: mbeattie on 1998/02/20 17:54:58
+ Log: Start getting compiler to work when built with the core.
+ [Still won't work as of this change.]
+ Branch: perl
+ +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
+ +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
+ +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
+ +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
+ +> lib/B/Terse.pm lib/B/Xref.pm
+ ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
+____________________________________________________________________________
+[ 562] By: mbeattie on 1998/02/20 16:42:13
+ Log: Merge perlext/Compiler/... into mainline. Some files move to
+ ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
+ move to the base perl directory (e.g. headers). Will need some
+ cleaning up before it builds properly, I would guess.
+ Branch: perl
+ +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
+ +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
+ +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
+ +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
+ +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
+ +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
+ +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
+ +> lib/B/makeliblinks lib/O.pm
+____________________________________________________________________________
+[ 561] By: mbeattie on 1998/02/20 16:39:38
+ Log: Win32 changes from Sarathy, tweaked slightly by me.
+ Branch: perlext
+ ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
+ ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
+ ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
+ ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
+____________________________________________________________________________
+[ 560] By: mbeattie on 1998/02/20 15:46:15
+ Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 559] By: mbeattie on 1998/02/20 12:56:10
+ Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
+ Branch: perl
+ ! MANIFEST patchlevel.h
+____________________________________________________________________________
+[ 558] By: mbeattie on 1998/02/20 12:53:26
+ Log: Integrate win32 branch into mainline.
+ Branch: perl
+ !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
+ !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+ !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
+ !> win32/win32iop.h x2p/a2p.h
+____________________________________________________________________________
+[ 557] By: mbeattie on 1998/02/20 12:51:42
+ Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
+ Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Branch: perl
+ ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
+ ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
+ ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
+ ! pod/perltoc.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 556] By: mbeattie on 1998/02/20 12:49:54
+ Log: Subject: [PATCH] installperl
+ Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Branch: perl
+ ! installperl
+____________________________________________________________________________
+[ 555] By: mbeattie on 1998/02/20 12:49:09
+ Log: Subject: [PATCH:_59] t/op/wantarray.t
+ Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Branch: perl
+ + t/op/wantarray.t
+____________________________________________________________________________
+[ 554] By: mbeattie on 1998/02/20 12:47:44
+ Log: Subject: Misprint in regcomp.c [PATCH]
+ Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
+ From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 553] By: mbeattie on 1998/02/20 12:45:08
+ Log: Subject: DB_File ->length does not work just after tie.
+ Date: Tue, 17 Feb 1998 13:19:18 GMT
+ From: Nick Ing-Simmons <nik@tiuk.ti.com>
+ Branch: perl
+ ! ext/DB_File/DB_File.xs
+____________________________________________________________________________
+[ 552] By: mbeattie on 1998/02/20 12:43:32
+ Log: Subject: [PATCH] - perl5.005_59, update Copyright
+ Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)