This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
25 years agoclose child pipe in t/TEST, other cosmetic tweaks
Gurusamy Sarathy [Thu, 18 Jun 1998 20:26:59 +0000 (20:26 +0000)]
close child pipe in t/TEST, other cosmetic tweaks

p4raw-id: //depot/perl@1147

25 years agoback out problematic change#1105, tweak perlsub.pod
Gurusamy Sarathy [Thu, 18 Jun 1998 19:37:41 +0000 (19:37 +0000)]
back out problematic change#1105, tweak perlsub.pod

p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323

p4raw-id: //depot/perl@1146

25 years agofix spurious cxstack_max init that trampled memory
Gurusamy Sarathy [Thu, 18 Jun 1998 16:35:11 +0000 (16:35 +0000)]
fix spurious cxstack_max init that trampled memory

p4raw-id: //depot/perl@1144

25 years agofix memory leaks and uninitialized memory accesses found by Purify
Gurusamy Sarathy [Thu, 18 Jun 1998 16:33:01 +0000 (16:33 +0000)]
fix memory leaks and uninitialized memory accesses found by Purify

p4raw-id: //depot/perl@1143

25 years agofix off-by-one that trampled memory in re_croak2()
Gurusamy Sarathy [Thu, 18 Jun 1998 16:28:48 +0000 (16:28 +0000)]
fix off-by-one that trampled memory in re_croak2()

p4raw-id: //depot/perl@1142

25 years agofix AutoLoader to do the right thing when there are relative paths
Gurusamy Sarathy [Thu, 18 Jun 1998 16:26:59 +0000 (16:26 +0000)]
fix AutoLoader to do the right thing when there are relative paths
in @INC

p4raw-id: //depot/perl@1141

25 years agofix Makefile.SH typo
Gurusamy Sarathy [Thu, 18 Jun 1998 16:22:47 +0000 (16:22 +0000)]
fix Makefile.SH typo

p4raw-id: //depot/perl@1140

25 years ago5.004_67 niggles
Gurusamy Sarathy [Wed, 17 Jun 1998 18:06:16 +0000 (18:06 +0000)]
5.004_67 niggles

p4raw-id: //depot/perl@1139

25 years agoup patchlevel.h to 67, other small tweaks
Gurusamy Sarathy [Mon, 15 Jun 1998 10:09:27 +0000 (10:09 +0000)]
up patchlevel.h to 67, other small tweaks

p4raw-id: //depot/perl@1138

25 years agotweaks to get PERL_OBJECT building again; passes tests
Gurusamy Sarathy [Mon, 15 Jun 1998 09:08:57 +0000 (09:08 +0000)]
tweaks to get PERL_OBJECT building again; passes tests

p4raw-id: //depot/perl@1137

25 years agoback out previous change (it breaks PERL_OBJECT)
Gurusamy Sarathy [Mon, 15 Jun 1998 08:51:54 +0000 (08:51 +0000)]
back out previous change (it breaks PERL_OBJECT)

p4raw-id: //depot/perl@1136

25 years agoadded patch, fixed typo, reworked documentation
Joshua Pritikin [Sun, 14 Jun 1998 14:03:15 +0000 (10:03 -0400)]
added patch, fixed typo, reworked documentation
Message-Id: <H00000e500071aa3@MHS>
Subject: [PATCH 5.004_66] JMPENV!

p4raw-id: //depot/perl@1135

25 years agovarious win32 odds and ends
Gurusamy Sarathy [Mon, 15 Jun 1998 04:07:18 +0000 (04:07 +0000)]
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

p4raw-id: //depot/perl@1134

25 years agonewer Getopt/Long.pm from public distribution cited in:
Johan Vromans [Sun, 14 Jun 1998 15:15:28 +0000 (17:15 +0200)]
newer Getopt/Long.pm from public distribution cited in:
Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
Subject: Getopt::Long version 2.17 released

p4raw-id: //depot/perl@1133

25 years agodocumentation update from tchrist
Tom Christiansen [Sat, 13 Jun 1998 22:19:32 +0000 (16:19 -0600)]
documentation update from tchrist
Message-Id: <199806140419.WAA20549@chthon.perl.com>
Subject: doc patches

p4raw-id: //depot/perl@1132

25 years agoRe: Exceptions in IPC::Open2
Roderick Schertler [Fri, 12 Jun 1998 13:24:15 +0000 (09:24 -0400)]
Re: Exceptions in IPC::Open2

Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>

p4raw-id: //depot/perl@1131

25 years agofixup MANIFEST
Gurusamy Sarathy [Sun, 14 Jun 1998 19:32:25 +0000 (19:32 +0000)]
fixup MANIFEST

p4raw-id: //depot/perl@1130

25 years agovarious win32 fixes
Gurusamy Sarathy [Sun, 14 Jun 1998 18:51:53 +0000 (18:51 +0000)]
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

p4raw-id: //depot/perl@1129

25 years agoremove unused global `scrgv'
Gurusamy Sarathy [Sun, 14 Jun 1998 01:38:39 +0000 (01:38 +0000)]
remove unused global `scrgv'

p4raw-id: //depot/perl@1128

25 years agoRe: execv in toke.c [PATCH]: win32 wrapper for _66
Jan Dubois [Thu, 11 Jun 1998 21:13:31 +0000 (23:13 +0200)]
Re: execv in toke.c [PATCH]: win32 wrapper for _66
Message-ID: <35842ac5.7883075@smtp1.ibm.net>

p4raw-id: //depot/perl@1126

25 years agoadded patch, undo earlier workaround
Jan Dubois [Thu, 11 Jun 1998 20:28:36 +0000 (22:28 +0200)]
added patch, undo earlier workaround
Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
Message-ID: <35831f69.4975644@smtp1.ibm.net>

p4raw-id: //depot/perl@1125

25 years agohand-applied patch with wrapped lines
Douglas Lankshear [Thu, 11 Jun 1998 11:06:33 +0000 (04:06 -0700)]
hand-applied patch with wrapped lines
Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>

p4raw-id: //depot/perl@1124

25 years agoConfig_66-01-02.diff
Andy Dougherty [Thu, 11 Jun 1998 12:40:05 +0000 (08:40 -0400)]
Config_66-01-02.diff
Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>

p4raw-id: //depot/perl@1123

25 years agoRe: [PATCH for _66] Makefile.SH problem on dos/djgpp
Andy Dougherty [Thu, 11 Jun 1998 12:27:15 +0000 (08:27 -0400)]
Re: [PATCH for _66] Makefile.SH problem on dos/djgpp

Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>

p4raw-id: //depot/perl@1122

25 years agoa tweaked version of:
Hugo van der Sanden [Fri, 12 Jun 1998 01:26:53 +0000 (03:26 +0200)]
a tweaked version of:
Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
Subject: Re: Misparsing s///x

p4raw-id: //depot/perl@1121

25 years agoapplied patch, with indentation tweaks
Ilya Zakharevich [Thu, 11 Jun 1998 04:03:58 +0000 (00:03 -0400)]
applied patch, with indentation tweaks
Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_66] Remove REG_ALIGN junk

p4raw-id: //depot/perl@1120

25 years agomake REG_INFTY default to something saner when sizeof(short) > 2
Andy Dougherty [Thu, 11 Jun 1998 11:50:07 +0000 (07:50 -0400)]
make REG_INFTY default to something saner when sizeof(short) > 2
Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
Subject: Re: [PATCH for tests] Regexp fails on long string

p4raw-id: //depot/perl@1119

25 years agoregen embedvar.h
Gurusamy Sarathy [Thu, 11 Jun 1998 07:09:06 +0000 (07:09 +0000)]
regen embedvar.h

p4raw-id: //depot/perl@1118

25 years agoBugs with (?{}), $^R and many-to-many subst
Ilya Zakharevich [Wed, 10 Jun 1998 03:51:47 +0000 (23:51 -0400)]
Bugs with (?{}), $^R and many-to-many subst

Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1117

25 years agomisc win32 fixes
Douglas Lankshear [Wed, 10 Jun 1998 11:28:27 +0000 (04:28 -0700)]
misc win32 fixes
Subject: [PATCH 5.004_66]
Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>

p4raw-id: //depot/perl@1116

25 years agoMakefile.SH problem on dos/djgpp
Laszlo Molnar [Wed, 10 Jun 1998 00:53:25 +0000 (02:53 +0200)]
Makefile.SH problem on dos/djgpp

Message-ID: <19980610005325.D162@cdata.tvnet.hu>

p4raw-id: //depot/perl@1115

25 years agoback out change#1111 and add alternative patch:
Ilya Zakharevich [Wed, 10 Jun 1998 11:38:58 +0000 (07:38 -0400)]
back out change#1111 and add alternative patch:
Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
Subject: Re: PATCH for study/foo/

p4raw-link: @1111 on //depot/perl: 20e9db593ef4f0b3ec4e4dbedd03ab5782525eaf

p4raw-id: //depot/perl@1114

25 years agofix outdated bytecode.pl
Gurusamy Sarathy [Thu, 11 Jun 1998 02:59:23 +0000 (02:59 +0000)]
fix outdated bytecode.pl

p4raw-id: //depot/perl@1113

25 years agoAdded patch, regenerated perly.c and perly.c.diff
Stephen McCamant [Sun, 31 May 1998 12:56:14 +0000 (07:56 -0500)]
Added patch, regenerated perly.c and perly.c.diff
Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
Subject: [PATCH] too many RV2GVs in *foo{THING}

p4raw-id: //depot/perl@1112

25 years agoRe: PATCH for study/foo/
Ilya Zakharevich [Tue, 9 Jun 1998 23:09:55 +0000 (19:09 -0400)]
Re: PATCH for study/foo/

Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1111

25 years ago-DL and PERL_DEBUG_MSTATS unravelled
Ilya Zakharevich [Tue, 9 Jun 1998 22:19:02 +0000 (18:19 -0400)]
-DL and PERL_DEBUG_MSTATS unravelled

Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1110

25 years agoRe: [PATCH 5.004_66] REG_INFTY patch corrected
Ilya Zakharevich [Tue, 9 Jun 1998 23:02:52 +0000 (19:02 -0400)]
Re: [PATCH 5.004_66] REG_INFTY patch corrected

Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1109

25 years agoAdded patch, tweaked other places affected by name change
Laszlo Molnar [Wed, 10 Jun 1998 00:54:17 +0000 (02:54 +0200)]
Added patch, tweaked other places affected by name change
Message-ID: <19980610005417.G162@cdata.tvnet.hu>
Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly

p4raw-id: //depot/perl@1108

25 years agonew version of README.dos
Laszlo Molnar [Wed, 10 Jun 1998 00:53:42 +0000 (02:53 +0200)]
new version of README.dos

Message-ID: <19980610005342.E162@cdata.tvnet.hu>

p4raw-id: //depot/perl@1107

25 years agoop/taint.t problem on dos/djgpp
Laszlo Molnar [Wed, 10 Jun 1998 00:54:04 +0000 (02:54 +0200)]
op/taint.t problem on dos/djgpp

Message-ID: <19980610005404.F162@cdata.tvnet.hu>

p4raw-id: //depot/perl@1106

25 years agoApplied patch, followed by tweaks to *.sym and `perl embed.pl`
Ilya Zakharevich [Mon, 8 Jun 1998 22:16:56 +0000 (18:16 -0400)]
Applied patch, followed by tweaks to *.sym and `perl embed.pl`
Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)

p4raw-id: //depot/perl@1105

25 years agoLost chunk of RE jumbo patch
Ilya Zakharevich [Mon, 8 Jun 1998 22:10:52 +0000 (18:10 -0400)]
Lost chunk of RE jumbo patch

Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1104

25 years agoCombined OS/2 support
Ilya Zakharevich [Mon, 8 Jun 1998 22:07:48 +0000 (18:07 -0400)]
Combined OS/2 support

Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1103

25 years agopod2html again
Ilya Zakharevich [Fri, 13 Mar 1998 20:03:52 +0000 (15:03 -0500)]
pod2html again

Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1102

25 years agoRe: 5.004_65 uninitialized variable regexec.c (2)
Ilya Zakharevich [Thu, 28 May 1998 01:28:54 +0000 (21:28 -0400)]
Re: 5.004_65 uninitialized variable regexec.c (2)

p4raw-id: //depot/perl@1101

25 years agoupdated MANIFEST for previous change
Gurusamy Sarathy [Wed, 10 Jun 1998 06:52:50 +0000 (06:52 +0000)]
updated MANIFEST for previous change

p4raw-id: //depot/perl@1100

25 years agoMangled patch, needed hand-tweaks, along with binmode for rs.t:
Hans Mulder [Fri, 5 Jun 1998 11:08:40 +0000 (04:08 -0700)]
Mangled patch, needed hand-tweaks, along with binmode for rs.t:
Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
Subject: Re: [PATCH 5.004_66]Add record read capability to <>

p4raw-id: //depot/perl@1099

25 years agoDB_File-1.60
Paul Marquess [Thu, 4 Jun 1998 21:22:35 +0000 (22:22 +0100)]
DB_File-1.60

Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>

p4raw-id: //depot/perl@1098

25 years agoInvalidate method cache on C<local *subname>
Chip Salzenberg [Thu, 4 Jun 1998 13:47:31 +0000 (09:47 -0400)]
Invalidate method cache on C<local *subname>

Message-ID: <19980604134731.D24343@perlsupport.com>

p4raw-id: //depot/perl@1097

25 years ago_66 MM_Unix.pm for QNX
Norton T. Allen [Wed, 3 Jun 1998 15:08:33 +0000 (11:08 -0400)]
_66 MM_Unix.pm for QNX

Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>

p4raw-id: //depot/perl@1096

25 years ago_66 proto.h
Norton T. Allen [Wed, 3 Jun 1998 15:09:14 +0000 (11:09 -0400)]
_66 proto.h

Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>

p4raw-id: //depot/perl@1095

25 years agoApplied relevant parts of:
Paul Johnson [Wed, 3 Jun 1998 19:07:55 +0000 (20:07 +0100)]
Applied relevant parts of:
Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
Subject: [PATCH] Enhancing xsubpp's support for C++

p4raw-id: //depot/perl@1094

25 years agofix for undef as last arg to setsockopt
Graham Barr [Wed, 3 Jun 1998 11:22:19 +0000 (06:22 -0500)]
fix for undef as last arg to setsockopt

Message-ID: <19980603112219.B7638@asic.sc.ti.com>

p4raw-id: //depot/perl@1093

25 years agoExtUtils::Installed.pm and ExtUtils::Packlist.pm
Alan Burlison [Wed, 3 Jun 1998 10:20:06 +0000 (11:20 +0100)]
ExtUtils::Installed.pm and ExtUtils::Packlist.pm

Message-Id: <199806030919.KAA03527@sale-wts>

p4raw-id: //depot/perl@1092

25 years agoproto.h change to make byterun() visible to VMS
Dan Sugalski [Mon, 1 Jun 1998 12:22:29 +0000 (05:22 -0700)]
proto.h change to make byterun() visible to VMS

Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>

p4raw-id: //depot/perl@1091

25 years agoA tweaked version of:
Dan Sugalski [Mon, 1 Jun 1998 12:05:47 +0000 (05:05 -0700)]
A tweaked version of:
Message-Id: <980601120547.20617d54@cedar.osshe.edu>
Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS

p4raw-id: //depot/perl@1090

25 years agoRe: Uninitialised error from -M()
Stephen McCamant [Fri, 29 May 1998 23:52:26 +0000 (18:52 -0500)]
Re: Uninitialised error from -M()

Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>

p4raw-id: //depot/perl@1089

25 years agoPATCH for pod and warning notice
Larry W. Virden [Sat, 30 May 1998 08:07:01 +0000 (04:07 -0400)]
PATCH for pod and warning notice

Message-Id: <199805301207.IAA08856@cas.org>

p4raw-id: //depot/perl@1088

25 years agoConfig_66-01
Andy Dougherty [Mon, 8 Jun 1998 14:45:36 +0000 (10:45 -0400)]
Config_66-01

Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>

p4raw-id: //depot/perl@1087

25 years agoDocumentation patch for Semaphore.pm
Hans Mulder [Mon, 8 Jun 1998 16:13:14 +0000 (09:13 -0700)]
Documentation patch for Semaphore.pm

Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>

p4raw-id: //depot/perl@1086

25 years agoDoc & feature patch for Thread::Queue
Hans Mulder [Mon, 8 Jun 1998 16:10:02 +0000 (09:10 -0700)]
Doc & feature patch for Thread::Queue

Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>

p4raw-id: //depot/perl@1085

25 years agoA configuration system for VMS perl
Hans Mulder [Mon, 8 Jun 1998 15:38:28 +0000 (08:38 -0700)]
A configuration system for VMS perl

Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>

p4raw-id: //depot/perl@1084

25 years agoxsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
Ilya Zakharevich [Sat, 13 Dec 1997 07:31:02 +0000 (02:31 -0500)]
xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
variant of:
Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS

p4raw-id: //depot/perl@1083

25 years agoadd newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
Gurusamy Sarathy [Wed, 10 Jun 1998 04:52:26 +0000 (04:52 +0000)]
add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
(from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)

p4raw-id: //depot/perl@1082

25 years agoreverse integrate contents of win32 branch into mainline
Gurusamy Sarathy [Wed, 10 Jun 1998 03:45:10 +0000 (03:45 +0000)]
reverse integrate contents of win32 branch into mainline

p4raw-id: //depot/perl@1081

25 years ago[win32] add examples of diff(1) usage
Gurusamy Sarathy [Tue, 9 Jun 1998 00:59:06 +0000 (00:59 +0000)]
[win32] add examples of diff(1) usage

p4raw-id: //depot/win32/perl@1079

25 years ago[win32] undo change#1077
Gurusamy Sarathy [Tue, 9 Jun 1998 00:52:23 +0000 (00:52 +0000)]
[win32] undo change#1077

p4raw-link: @1077 on //depot/win32/perl: f229af35cbeeb711332db494d3b7c19457cc03c3

p4raw-id: //depot/win32/perl@1078

25 years ago[win32] make sv_setsv() treat freed SVs like SVt_NULL
Gurusamy Sarathy [Sat, 6 Jun 1998 16:47:32 +0000 (16:47 +0000)]
[win32] make sv_setsv() treat freed SVs like SVt_NULL

p4raw-id: //depot/win32/perl@1077

25 years ago[win32] delete undiscussed AS changes for PPD (broke .packlist
Gurusamy Sarathy [Fri, 5 Jun 1998 19:03:14 +0000 (19:03 +0000)]
[win32] delete undiscussed AS changes for PPD (broke .packlist
mechanism)

p4raw-id: //depot/win32/perl@1076

25 years ago[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
Gurusamy Sarathy [Fri, 5 Jun 1998 18:18:44 +0000 (18:18 +0000)]
[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
with the xsubpp-generated symbol)

p4raw-id: //depot/win32/perl@1075

25 years ago[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
Gurusamy Sarathy [Thu, 4 Jun 1998 22:45:18 +0000 (22:45 +0000)]
[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)

p4raw-id: //depot/win32/perl@1074

25 years ago[win32] document CORE::GLOBAL:: and global overriding, fix up
Gurusamy Sarathy [Thu, 4 Jun 1998 01:49:24 +0000 (01:49 +0000)]
[win32] document CORE::GLOBAL:: and global overriding, fix up
File::DosGlob, testsuited and all

p4raw-id: //depot/win32/perl@1072

25 years ago[win32] add AS patch#24, remove one other instance of error_no
Gurusamy Sarathy [Wed, 3 Jun 1998 22:12:55 +0000 (22:12 +0000)]
[win32] add AS patch#24, remove one other instance of error_no
that was missed (patch#23 was intentionally skipped)

p4raw-id: //depot/win32/perl@1071

25 years ago[win32] fix Liblist.pm to tolerate backslashen in paths
Gurusamy Sarathy [Mon, 1 Jun 1998 19:42:06 +0000 (19:42 +0000)]
[win32] fix Liblist.pm to tolerate backslashen in paths

p4raw-id: //depot/win32/perl@1070

25 years ago[win32] @INC construction on win32 cleaned up
Gurusamy Sarathy [Mon, 1 Jun 1998 07:43:02 +0000 (07:43 +0000)]
[win32] @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

p4raw-id: //depot/win32/perl@1069

25 years ago[win32] semctl tweak
Graham Barr [Sun, 31 May 1998 16:27:33 +0000 (11:27 -0500)]
[win32] semctl tweak
Message-Id: <199805312127.QAA06750@gbarr.connect.net>
Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31

p4raw-id: //depot/win32/perl@1068

25 years ago[win32] minimal fix to enable compiling with -DMULTIPLICITY
Gurusamy Sarathy [Sun, 31 May 1998 21:07:44 +0000 (21:07 +0000)]
[win32] minimal fix to enable compiling with -DMULTIPLICITY
(non-threadsafe regcomp.c globals need revisiting)

p4raw-id: //depot/win32/perl@1067

25 years ago[win32] change#1060 was inexplicably missing some of the "ensure
Gurusamy Sarathy [Sat, 30 May 1998 21:13:06 +0000 (21:13 +0000)]
[win32] change#1060 was inexplicably missing some of the "ensure
AS stuff does no harm" fixes

p4raw-link: @1060 on //depot/win32/perl: 26ca90b622247714396690e385249f8ca1417aa0

p4raw-id: //depot/win32/perl@1065

25 years ago[win32] integrate mainline to pick up trivial changes
Gurusamy Sarathy [Sat, 30 May 1998 21:10:27 +0000 (21:10 +0000)]
[win32] integrate mainline to pick up trivial changes

p4raw-id: //depot/win32/perl@1064

25 years agoRemove duplicate win32/TEST line from MANIFEST.
Malcolm Beattie [Fri, 29 May 1998 15:19:55 +0000 (15:19 +0000)]
Remove duplicate win32/TEST line from MANIFEST.

p4raw-id: //depot/perl@1063

25 years agoAdd missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
Malcolm Beattie [Fri, 29 May 1998 15:18:33 +0000 (15:18 +0000)]
Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).

p4raw-id: //depot/perl@1062

25 years agoIntegrate from win32 branch into mainline (this now pulls in the
Malcolm Beattie [Fri, 29 May 1998 12:02:17 +0000 (12:02 +0000)]
Integrate from win32 branch into mainline (this now pulls in the
asperl stuff).

p4raw-id: //depot/perl@1061

25 years ago[win32] reverse integrate asperl branch contents (phew!)
Gurusamy Sarathy [Fri, 29 May 1998 11:05:50 +0000 (11:05 +0000)]
[win32] 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

p4raw-id: //depot/win32/perl@1060

25 years ago[asperl] asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
Gurusamy Sarathy [Fri, 29 May 1998 08:33:56 +0000 (08:33 +0000)]
[asperl] asperl branch verified to build w/o PERL_OBJECT on Solaris and NT

p4raw-id: //depot/asperl@1059

25 years ago[asperl] type xtext for *.t that were missing it
Gurusamy Sarathy [Fri, 29 May 1998 08:31:09 +0000 (08:31 +0000)]
[asperl] type xtext for *.t that were missing it

p4raw-id: //depot/asperl@1058

25 years ago[win32] stray t/op/ipc*.t fixups
Gurusamy Sarathy [Fri, 29 May 1998 08:28:46 +0000 (08:28 +0000)]
[win32] stray t/op/ipc*.t fixups

p4raw-id: //depot/win32/perl@1057

25 years ago[asperl] fixups to make it build and pass tests under both compilers
Gurusamy Sarathy [Fri, 29 May 1998 07:41:49 +0000 (07:41 +0000)]
[asperl] fixups to make it build and pass tests under both compilers

p4raw-id: //depot/asperl@1056

25 years ago[asperl] integrate mainline changes
Gurusamy Sarathy [Fri, 29 May 1998 07:22:51 +0000 (07:22 +0000)]
[asperl] integrate mainline changes

p4raw-id: //depot/win32/perl@1055

25 years ago[asperl] integrate mainline changes
Gurusamy Sarathy [Fri, 29 May 1998 07:22:51 +0000 (07:22 +0000)]
[asperl] integrate mainline changes

p4raw-id: //depot/asperl@1055

25 years ago[win32] add a txt_compare() routine to t/h2ph.t for DOSISH sanity
Gurusamy Sarathy [Fri, 29 May 1998 05:04:03 +0000 (05:04 +0000)]
[win32] add a txt_compare() routine to t/h2ph.t for DOSISH sanity

p4raw-id: //depot/win32/perl@1054

25 years ago[win32] misc changes
Gurusamy Sarathy [Fri, 29 May 1998 05:01:54 +0000 (05:01 +0000)]
[win32] 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

p4raw-id: //depot/win32/perl@1053

25 years ago[win32] merge changes#1014,1038 from maintbranch
Gurusamy Sarathy [Fri, 29 May 1998 02:31:44 +0000 (02:31 +0000)]
[win32] merge changes#1014,1038 from maintbranch

p4raw-link: @1038 on //depot/maint-5.004/perl: c3cf4c2be38f0215f451c3dd6cb13089e5f2329f
p4raw-link: @1014 on //depot/maint-5.004/perl: d14230f9721c31ac6e9e2fdb706c7fc95118b4e6

p4raw-id: //depot/win32/perl@1052

25 years ago[win32] regenerate win32/config_H.?c
Gurusamy Sarathy [Fri, 29 May 1998 01:38:51 +0000 (01:38 +0000)]
[win32] regenerate win32/config_H.?c

p4raw-id: //depot/win32/perl@1051

25 years ago[win32] integrate mainline
Gurusamy Sarathy [Fri, 29 May 1998 01:32:41 +0000 (01:32 +0000)]
[win32] integrate mainline

p4raw-id: //depot/win32/perl@1050

25 years ago[asperl] fix various shenanigans with C<environ>, BC and VC builds now pass
Gurusamy Sarathy [Fri, 29 May 1998 00:57:05 +0000 (00:57 +0000)]
[asperl] fix various shenanigans with C<environ>, BC and VC builds now pass
all tests

p4raw-id: //depot/asperl@1049

25 years agoIntegrated win32 branch into mainline. The changes to t/op/ipc*.t
Malcolm Beattie [Thu, 28 May 1998 18:07:24 +0000 (18:07 +0000)]
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.

p4raw-id: //depot/perl@1048

25 years ago[PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
Andy Dougherty [Thu, 28 May 1998 13:27:25 +0000 (09:27 -0400)]
[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)

p4raw-id: //depot/perl@1047

25 years agoBack out change 1043 since Andy's forthcoming Config patch
Malcolm Beattie [Thu, 28 May 1998 17:55:48 +0000 (17:55 +0000)]
Back out change 1043 since Andy's forthcoming Config patch
includes a modified version.

p4raw-id: //depot/perl@1046

25 years agoBump patchlevel.h to 66.
Malcolm Beattie [Thu, 28 May 1998 17:52:40 +0000 (17:52 +0000)]
Bump patchlevel.h to 66.

p4raw-id: //depot/perl@1045

25 years ago[PATCH] _04m2 <DOC> perlfunc.pod (fwd)
Daniel Grisinger [Fri, 15 May 1998 16:18:26 +0000 (10:18 -0600)]
[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)

p4raw-id: //depot/perl@1044