24 years agointegrate cfgperl change#6217 into mainline
Gurusamy Sarathy [Tue, 11 Jul 2000 17:42:04 +0000]
integrate cfgperl change#6217 into mainline

p4raw-link: @6217 on //depot/cfgperl: cc9b67681954df413fe79f7c379e7b91a3121259

p4raw-id: //depot/perl@6347

24 years agoskip integrate of problematic changes#6211..6212 from cfgperl into
Gurusamy Sarathy [Tue, 11 Jul 2000 17:39:37 +0000]
skip integrate of problematic changes#6211..6212 from cfgperl into
mainline

p4raw-link: @6212 on //depot/cfgperl: fe0658f9c9ddf9bb43372ebf55904f2e281b024d
p4raw-link: @6211 on //depot/cfgperl: d11915b82a23265566d9643e95935294732103a8

p4raw-id: //depot/perl@6346

24 years agointegrate cfgperl changes#6207..6210 into mainline
Gurusamy Sarathy [Tue, 11 Jul 2000 17:36:42 +0000]
integrate cfgperl changes#6207..6210 into mainline

p4raw-link: @6210 on //depot/cfgperl: b8b4c9f3cf6ef09c878a80ff97526a69902a44ca
p4raw-link: @6207 on //depot/cfgperl: b37a7757477319a5fcdd5131db15046064f631c4

p4raw-id: //depot/perl@6345

24 years agoskip integrate of problematic changes#6204..6206 from cfgperl into
Gurusamy Sarathy [Tue, 11 Jul 2000 17:31:20 +0000]
skip integrate of problematic changes#6204..6206 from cfgperl into
mainline

p4raw-link: @6206 on //depot/cfgperl: 697934ef381c2fbd2ff49c5e4b22e596a509b7a0
p4raw-link: @6204 on //depot/cfgperl: e8fcef166ae70cf67e42f1eda262b271a3daca03

p4raw-id: //depot/perl@6344

24 years agointegrate cfgperl changes#6174..6203 into mainline (first of several)
Gurusamy Sarathy [Tue, 11 Jul 2000 17:19:08 +0000]
integrate cfgperl changes#6174..6203 into mainline (first of several)

p4raw-link: @6203 on //depot/cfgperl: fecfaeb8bbdf3ab93ea88558d0ee3a60234c5047
p4raw-link: @6174 on //depot/metaconfig: cfd1a6dce7dce25772bf4f5399e251457574eeeeon //depot/cfgperl: 12ae5dfcd4fd6f54af051c41b2e122532efce8d3

p4raw-id: //depot/perl@6343

24 years agoaccept() leaks memory on windows due to incorrect ordering of
Gurusamy Sarathy [Mon, 10 Jul 2000 07:06:00 +0000]
accept() leaks memory on windows due to incorrect ordering of
closesocket() and fclose() calls

p4raw-id: //depot/perl@6328

24 years agowinsock options weren't being set in all threads under ithreads
Gurusamy Sarathy [Mon, 10 Jul 2000 06:49:17 +0000]
winsock options weren't being set in all threads under ithreads
(caused send()s from second and subsequent threads to fail)

p4raw-id: //depot/perl@6327

24 years agofix UNC path handling on Windows under ithreads, and chdir()
Gurusamy Sarathy [Wed, 5 Jul 2000 22:10:54 +0000]
fix UNC path handling on Windows under ithreads, and chdir()
return value when given a non-existent directory

p4raw-id: //depot/perl@6318

24 years agowinsock cleanup never done on Windows (leads to handle leaks)
Gurusamy Sarathy [Wed, 5 Jul 2000 22:08:19 +0000]
winsock cleanup never done on Windows (leads to handle leaks)

p4raw-id: //depot/perl@6317

24 years agosome debugger output does not go to the socket when RemotePort is set
Gurusamy Sarathy [Wed, 5 Jul 2000 22:06:19 +0000]
some debugger output does not go to the socket when RemotePort is set

p4raw-id: //depot/perl@6316

24 years agotyop in change#6306
Gurusamy Sarathy [Tue, 4 Jul 2000 23:34:02 +0000]
tyop in change#6306

p4raw-link: @6306 on //depot/perl: c1899e02bd58ea340a8d89dc821ccba4502a63a7

p4raw-id: //depot/perl@6314

24 years agob.t fails under OS/2 (from Yitzchak Scott-Thoennes)
Gurusamy Sarathy [Tue, 4 Jul 2000 17:28:48 +0000]
b.t fails under OS/2 (from Yitzchak Scott-Thoennes)

p4raw-id: //depot/perl@6310

24 years agobetter diagnostic on Frob->stuff() when Frob:: doesn't exist
Gurusamy Sarathy [Tue, 4 Jul 2000 16:28:40 +0000]
better diagnostic on Frob->stuff() when Frob:: doesn't exist
(from Richard Soderberg <rs@oregonnet.com>)

p4raw-id: //depot/perl@6306

24 years agomissing perldiag entry for unpack("w",...) diagnostic (from
Gurusamy Sarathy [Tue, 4 Jul 2000 16:17:24 +0000]
missing perldiag entry for unpack("w",...) diagnostic (from
Andreas Koenig)

p4raw-id: //depot/perl@6304

24 years agoremove rel2abs prototypes (from Barrie Slaymaker)
Gurusamy Sarathy [Tue, 4 Jul 2000 16:14:44 +0000]
remove rel2abs prototypes (from Barrie Slaymaker)

p4raw-id: //depot/perl@6303

24 years agoadjust change#6299
Gurusamy Sarathy [Tue, 4 Jul 2000 04:59:35 +0000]
adjust change#6299

p4raw-link: @6299 on //depot/perl: 6c644e7885bc20d759d8cbcb4abaa8f14113c03b

p4raw-id: //depot/perl@6302

24 years agoPERL_OBJECT build tweak
Gurusamy Sarathy [Tue, 4 Jul 2000 04:42:09 +0000]
PERL_OBJECT build tweak

p4raw-id: //depot/perl@6300

24 years agofix memory leak on Windows (PL_sys_intern contents were never
Gurusamy Sarathy [Tue, 4 Jul 2000 04:37:00 +0000]
fix memory leak on Windows (PL_sys_intern contents were never
freed)

p4raw-id: //depot/perl@6299

24 years agofix large memory leak that has been around for ever, masked by
Gurusamy Sarathy [Tue, 4 Jul 2000 04:15:59 +0000]
fix large memory leak that has been around for ever, masked by
-DPURIFY (most of the arenas were never freed!)

p4raw-id: //depot/perl@6298

24 years agofix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
Gurusamy Sarathy [Tue, 4 Jul 2000 04:07:46 +0000]
fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)

p4raw-id: //depot/perl@6297

24 years agoslurp mode fix in change#4736 still not quite right
Gurusamy Sarathy [Fri, 30 Jun 2000 14:47:45 +0000]
slurp mode fix in change#4736 still not quite right

p4raw-link: @4736 on //depot/perl: 684bef36d5078e84d816e42ce6a73ae4452da2d7

p4raw-id: //depot/perl@6294

24 years agodounwind() may cause POPSUB() to diddle the wrong PL_curpad
Gurusamy Sarathy [Fri, 30 Jun 2000 04:37:33 +0000]
dounwind() may cause POPSUB() to diddle the wrong PL_curpad
when @_ is modified, causing coredumps

p4raw-id: //depot/perl@6291

24 years agointegrate vmsperl changes into mainline
Gurusamy Sarathy [Fri, 30 Jun 2000 02:17:08 +0000]
integrate vmsperl changes into mainline

p4raw-id: //depot/perl@6287

24 years agolocalize %INC in a Safe compartment so that use/require work
Gurusamy Sarathy [Fri, 30 Jun 2000 02:05:28 +0000]
localize %INC in a Safe compartment so that use/require work
(many other magic globals probably need similar treatment)

p4raw-id: //depot/perl@6285

24 years agotweak perlembed for multiplicity/usethreads sanity; correct notes
Gurusamy Sarathy [Fri, 30 Jun 2000 01:54:54 +0000]
tweak perlembed for multiplicity/usethreads sanity; correct notes
about Windows

p4raw-id: //depot/perl@6284

24 years agoFile::Spec 0.82 beta
Barrie Slaymaker [Wed, 28 Jun 2000 11:35:29 +0000]
File::Spec 0.82 beta
Message-Id: <200006281535.LAA21095@jester.slaysys.com>

p4raw-id: //depot/perl@6283

24 years agobe more optimal about clearing @_
Gurusamy Sarathy [Thu, 8 Jun 2000 14:54:21 +0000]
be more optimal about clearing @_

p4raw-id: //depot/perl@6216

24 years agotweak comment about @DB::args
Gurusamy Sarathy [Thu, 8 Jun 2000 14:33:04 +0000]
tweak comment about @DB::args

p4raw-id: //depot/perl@6215

24 years ago@_ can't have junk in it even in the non-USE_ITHREADS case because
Gurusamy Sarathy [Thu, 8 Jun 2000 13:57:54 +0000]
@_ can't have junk in it even in the non-USE_ITHREADS case because
caller() wants to populate @DB::args with it (causes a coredump
in Carp::confess())

p4raw-id: //depot/perl@6214

24 years agoback out change#6106 (seems problematic)
Gurusamy Sarathy [Thu, 8 Jun 2000 07:06:35 +0000]
back out change#6106 (seems problematic)

p4raw-link: @6106 on //depot/cfgperl: e10d0c8254dbe3d4b5c3b2ddb628e61762ab88b4

p4raw-id: //depot/perl@6213

24 years agoContinuing mopup for #6204.
Jarkko Hietaniemi [Wed, 7 Jun 2000 03:10:36 +0000]
Continuing mopup for #6204.

p4raw-id: //depot/cfgperl@6212

24 years agoMopup for #6204.
Jarkko Hietaniemi [Wed, 7 Jun 2000 02:41:50 +0000]
Mopup for #6204.
Under the 5005 threads the t/lib/b.t for B::Deparse fails:
Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
This is comes from const() where POK isn't on when expected.

p4raw-id: //depot/cfgperl@6211

24 years agoMopup for #6207 and #6209.
Jarkko Hietaniemi [Wed, 7 Jun 2000 01:56:29 +0000]
Mopup for #6207 and #6209.

p4raw-id: //depot/cfgperl@6210

24 years agoLock PL_fdpid against race conditions, based on:
Dan Sugalski [Tue, 11 Apr 2000 17:02:32 +0000]
Lock PL_fdpid against race conditions, based on:
Subject: [PATCH 5.6.0]subprocess fixup for threads
To: perl5-porters@perl.org
Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>

p4raw-id: //depot/cfgperl@6209

24 years agoRegen headers for #6207.
Jarkko Hietaniemi [Wed, 7 Jun 2000 01:05:23 +0000]
Regen headers for #6207.

p4raw-id: //depot/cfgperl@6208

24 years agoThreadsafe patches
Dan Sugalski [Mon, 8 May 2000 18:08:13 +0000]
Threadsafe patches
To: perl5-porters@perl.org
Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>

p4raw-id: //depot/cfgperl@6207

24 years agoEliminate $a/$b in pod
David Glasser [Mon, 29 May 2000 21:15:59 +0000]
Eliminate $a/$b in pod
To: perl5-porters@perl.org
Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>

p4raw-id: //depot/cfgperl@6206

24 years agoWin32 improvements
Benjamin Stuhl [Mon, 29 May 2000 17:22:24 +0000]
Win32 improvements
To: gsar@activestate.com, perl5-porters@perl.org
Message-ID: <20000530002224.91142.qmail@hotmail.com>
(MUA had mangled many lines by wordwrapping)

p4raw-id: //depot/cfgperl@6205

24 years agoB::Bytecode patches
Benjamin Stuhl [Tue, 6 Jun 2000 23:01:50 +0000]
B::Bytecode patches
To: gsar@activestate.com, jhi@iki.fi
Cc: perl5-porters@perl.org
Message-ID: <20000602202526.48694.qmail@hotmail.com>
(MUA had mangled many lines by wordwrapping)

p4raw-id: //depot/cfgperl@6204

24 years agoperldiag should refer to perlos2.pod not README.os2
Yitzchak Scott-Thoennes [Tue, 6 Jun 2000 13:07:45 +0000]
perldiag should refer to perlos2.pod not README.os2
Message-ID: <RoVP5gzkgmTL092yn@efn.org>

p4raw-id: //depot/cfgperl@6203

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 6 Jun 2000 19:38:35 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6202

24 years agoPerl_eval_pv() leaks 4 bytes every time it is called because it
Gurusamy Sarathy [Tue, 6 Jun 2000 00:42:59 +0000]
Perl_eval_pv() leaks 4 bytes every time it is called because it
does a PUSHMARK that's never ever POPMARKed; in general, only
Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
Perl_eval_[sp]v() don't because they don't take any incoming
arguments (this leak has been around since the original version
of perl_eval_pv() in 5.003_97e)

p4raw-id: //depot/perl@6201

24 years agoUpdate to cperl-mode.el 4.31 from
Ilya Zakharevich [Sat, 3 Jun 2000 23:33:32 +0000]
Update to cperl-mode.el 4.31 from
ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
Subject: A couple of notes
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@6200

24 years agoMake perl's malloc work on VMS
Dan Sugalski [Fri, 2 Jun 2000 17:30:51 +0000]
Make perl's malloc work on VMS
To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>

p4raw-id: //depot/cfgperl@6199

24 years agoVMS fixups so we can build with MULTIPLICITY
Dan Sugalski [Fri, 2 Jun 2000 16:00:41 +0000]
VMS fixups so we can build with MULTIPLICITY
To: vmsperl@perl.org, perl5-porters@perl.org
Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>

p4raw-id: //depot/cfgperl@6198

24 years ago[ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
John Borwick [Fri, 2 Jun 2000 14:35:03 +0000]
[ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>

p4raw-id: //depot/cfgperl@6197

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 3 Jun 2000 14:38:09 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6196

24 years agofix yet another eval"" leak under USE_ITHREADS
Gurusamy Sarathy [Fri, 2 Jun 2000 22:43:13 +0000]
fix yet another eval"" leak under USE_ITHREADS

p4raw-id: //depot/perl@6195

24 years agofix small eval"" memory leaks under USE_ITHREADS
Gurusamy Sarathy [Fri, 2 Jun 2000 18:22:06 +0000]
fix small eval"" memory leaks under USE_ITHREADS

p4raw-id: //depot/perl@6194

24 years agoSignals-be-gone for microperl.
Jarkko Hietaniemi [Thu, 1 Jun 2000 13:03:56 +0000]
Signals-be-gone for microperl.

p4raw-id: //depot/cfgperl@6193

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 1 Jun 2000 12:52:02 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6192

24 years agovec() loses numericalness (modified version of patch suggested
Gurusamy Sarathy [Thu, 1 Jun 2000 09:38:21 +0000]
vec() loses numericalness (modified version of patch suggested
by Robin Barker)

p4raw-id: //depot/perl@6191

24 years agosubmit missing embed.pl change
Gurusamy Sarathy [Thu, 1 Jun 2000 09:26:15 +0000]
submit missing embed.pl change

p4raw-id: //depot/perl@6190

24 years agocounting tr/// corrupts later operation (from M.J.T Guy)
Gurusamy Sarathy [Thu, 1 Jun 2000 09:05:34 +0000]
counting tr/// corrupts later operation (from M.J.T Guy)

p4raw-id: //depot/perl@6189

24 years agoh2xs tweaks
Gurusamy Sarathy [Thu, 1 Jun 2000 08:58:39 +0000]
h2xs tweaks

p4raw-id: //depot/perl@6188

24 years agoreplace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
Gurusamy Sarathy [Thu, 1 Jun 2000 08:50:07 +0000]
replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
(from Tim Jenness <t.jenness@jach.hawaii.edu>)

p4raw-id: //depot/perl@6187

24 years agofurther qualify references to "alphanumeric" (from Wolfgang Laun
Gurusamy Sarathy [Thu, 1 Jun 2000 08:24:40 +0000]
further qualify references to "alphanumeric" (from Wolfgang Laun
<wolfgang.laun@alcatel.at>)

p4raw-id: //depot/perl@6186

24 years agoremove incorrect documentation about implicit split to @_ in
Gurusamy Sarathy [Thu, 1 Jun 2000 08:12:00 +0000]
remove incorrect documentation about implicit split to @_ in
list context, which never really worked in perl 5 (from
M.J.T. Guy)

p4raw-id: //depot/perl@6185

24 years agotweak for change#6127
Gurusamy Sarathy [Thu, 1 Jun 2000 07:52:27 +0000]
tweak for change#6127

p4raw-link: @6127 on //depot/perl: 968b39461011b9bd1e503c77c95c2eeec281b946

p4raw-id: //depot/perl@6184

24 years agoSelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
Gurusamy Sarathy [Thu, 1 Jun 2000 07:41:02 +0000]
SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
<nick@ccl4.org>)

p4raw-id: //depot/perl@6183

24 years agoBe Cleaner Part Deux.
Jarkko Hietaniemi [Thu, 1 Jun 2000 00:34:42 +0000]
Be Cleaner Part Deux.

p4raw-id: //depot/cfgperl@6182

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 1 Jun 2000 00:32:09 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6181

24 years agomicroperl nits from Simon Cozens.
Jarkko Hietaniemi [Thu, 1 Jun 2000 00:31:13 +0000]
microperl nits from Simon Cozens.

p4raw-id: //depot/cfgperl@6180

24 years agobuggy modulus on UVs introduced by change#3378 (resulted in
Gurusamy Sarathy [Wed, 31 May 2000 22:37:51 +0000]
buggy modulus on UVs introduced by change#3378 (resulted in
4063328477 % 65535 amounting to 27406, instead of 27407)

p4raw-link: @3378 on //depot/perl: 25da4f389200e19df8aa50bcef9af9506f48ed2e

p4raw-id: //depot/perl@6179

24 years agoBe cleaner.
Jarkko Hietaniemi [Wed, 31 May 2000 21:52:41 +0000]
Be cleaner.

p4raw-id: //depot/cfgperl@6178

24 years agoSubstitution utf8 patch from Simon Cozens.
Jarkko Hietaniemi [Wed, 31 May 2000 21:47:33 +0000]
Substitution utf8 patch from Simon Cozens.

p4raw-id: //depot/cfgperl@6177

24 years agoSingle-quoted utf8 patch from Simon Cozens.
Jarkko Hietaniemi [Wed, 31 May 2000 21:45:34 +0000]
Single-quoted utf8 patch from Simon Cozens.

p4raw-id: //depot/cfgperl@6176

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 31 May 2000 21:40:18 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6175

24 years agomicroperl changes from Simon Cozens; Makefile for microperl
Jarkko Hietaniemi [Wed, 31 May 2000 21:37:31 +0000]
microperl changes from Simon Cozens; Makefile for microperl
written from scratch; few casts added as microperl compilation
doesn't have all prototypes available.

p4raw-id: //depot/cfgperl@6174

24 years agofix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
Gurusamy Sarathy [Wed, 31 May 2000 05:05:42 +0000]
fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
(from Ilya Zakharevich)

p4raw-id: //depot/perl@6172

24 years agoscalar() doesn't force scalar context when used in void context
Gurusamy Sarathy [Wed, 31 May 2000 05:01:47 +0000]
scalar() doesn't force scalar context when used in void context
(from Simon Cozens)

p4raw-id: //depot/perl@6171

24 years agochange#6142 needs tweaks to tests to work where there's no symlink()
Gurusamy Sarathy [Wed, 31 May 2000 04:41:33 +0000]
change#6142 needs tweaks to tests to work where there's no symlink()
(from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)

p4raw-link: @6142 on //depot/perl: 704ea872433dd6d5a1c650f509289fdea5c037ab

p4raw-id: //depot/perl@6170

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 31 May 2000 04:29:49 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@6169

24 years agoTweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
Jarkko Hietaniemi [Tue, 30 May 2000 22:53:37 +0000]
Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.

p4raw-id: //depot/cfgperl@6168

24 years agotweak todo
Jarkko Hietaniemi [Tue, 30 May 2000 22:20:21 +0000]
tweak todo

p4raw-id: //depot/cfgperl@6167

24 years agoIntroduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
Jarkko Hietaniemi [Tue, 30 May 2000 22:11:51 +0000]
Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
in case somebody wants to write an extension for more
shadow database interfaces.

p4raw-id: //depot/cfgperl@6166

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 30 May 2000 18:35:34 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6165

24 years agodetypo
Jarkko Hietaniemi [Tue, 30 May 2000 18:30:16 +0000]
detypo

p4raw-id: //depot/cfgperl@6164

24 years agofix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
Gurusamy Sarathy [Tue, 30 May 2000 03:24:03 +0000]
fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)

p4raw-link: @4579 on //depot/perl: ed094fafab5cc8979a919ec8755493543b6bddf5

p4raw-id: //depot/perl@6163

24 years agofix memory leak in method call optimization (change#3768);
Gurusamy Sarathy [Tue, 30 May 2000 03:09:38 +0000]
fix memory leak in method call optimization (change#3768);
made C<eval "$x->foo()"> leak

p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b

p4raw-id: //depot/perl@6162

24 years agoAdd autogeneration of perlmodlib.pod and the new perlnewmod.pod,
Jarkko Hietaniemi [Mon, 29 May 2000 17:56:26 +0000]
Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
both from Simon Cozens.

p4raw-id: //depot/cfgperl@6161

24 years agoChanges for the File::Temp 0.08 (change #6159) test suite
Jarkko Hietaniemi [Mon, 29 May 2000 17:23:55 +0000]
Changes for the File::Temp 0.08 (change #6159) test suite
to fit better into the Perl distribution test framework.

p4raw-link: @6159 on //depot/cfgperl: 1c19c86813086fb9efca2171c6506afe1bfe8cc4

p4raw-id: //depot/cfgperl@6160

24 years agoUpgrade to File::Temp 0.08 from Tim Jenness via CPAN.
Jarkko Hietaniemi [Mon, 29 May 2000 16:55:36 +0000]
Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.

p4raw-id: //depot/cfgperl@6159

24 years agoAdd fallback to tmpfile for use in cases where user's relying on
Charles Bailey [Mon, 29 May 2000 16:22:08 +0000]
Add fallback to tmpfile for use in cases where user's relying on
       ACLs on SYS$SCRATCH to permit file creation. (based on Charles
       Lane's patch)

p4raw-id: //depot/vmsperl@6158

24 years agoRegen Configure to jive with #6149.
Jarkko Hietaniemi [Mon, 29 May 2000 03:10:36 +0000]
Regen Configure to jive with #6149.

p4raw-id: //depot/cfgperl@6157

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 29 May 2000 03:01:38 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6156

24 years agosmall bug in change#6144; remove random \xA0 character that snuck
Gurusamy Sarathy [Sun, 28 May 2000 21:15:58 +0000]
small bug in change#6144; remove random \xA0 character that snuck
in via change#6145

p4raw-link: @6145 on //depot/perl: e03d20b37534005291cfa8844300128459541e0e
p4raw-link: @6144 on //depot/perl: 0eb0485562acdea1555bc121d0e989d63a918d26

p4raw-id: //depot/perl@6155

24 years agoavoid type mismatch warning
Gurusamy Sarathy [Sun, 28 May 2000 21:04:19 +0000]
avoid type mismatch warning

p4raw-id: //depot/perl@6154

24 years agoprettier Test::Harness output on failed tests (from Nicholas Clark
Gurusamy Sarathy [Sun, 28 May 2000 20:58:31 +0000]
prettier Test::Harness output on failed tests (from Nicholas Clark
<nick@Bagpuss.uk.boo.com>)

p4raw-id: //depot/perl@6153

24 years agocosmetic fixups of RE debug output (from Ilya Zakharevich)
Gurusamy Sarathy [Sun, 28 May 2000 20:53:42 +0000]
cosmetic fixups of RE debug output (from Ilya Zakharevich)

p4raw-id: //depot/perl@6152

24 years agofix accidental pessimization in RE optimizer (from Ilya Zakharevich)
Gurusamy Sarathy [Sun, 28 May 2000 20:50:28 +0000]
fix accidental pessimization in RE optimizer (from Ilya Zakharevich)

p4raw-id: //depot/perl@6151

24 years agoperlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
Gurusamy Sarathy [Sun, 28 May 2000 20:39:58 +0000]
perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)

p4raw-id: //depot/perl@6150

24 years agoOS/2 tweaks for usethreads build (from Rocco Caputo
Gurusamy Sarathy [Sun, 28 May 2000 20:35:16 +0000]
OS/2 tweaks for usethreads build (from Rocco Caputo
<troc@netrus.net>)

p4raw-id: //depot/perl@6149

24 years agoclose open file before chmod() (from Rocco Caputo <troc@netrus.net>)
Gurusamy Sarathy [Sun, 28 May 2000 20:21:07 +0000]
close open file before chmod() (from Rocco Caputo <troc@netrus.net>)

p4raw-id: //depot/perl@6148

24 years agoadd a make entry to Config.pm so "perl -V:make" works on VMS
Gurusamy Sarathy [Sun, 28 May 2000 20:12:41 +0000]
add a make entry to Config.pm so "perl -V:make" works on VMS
(from Peter Prymmer)

p4raw-id: //depot/perl@6147

24 years agodoc typo
Gurusamy Sarathy [Sun, 28 May 2000 20:06:15 +0000]
doc typo

p4raw-id: //depot/perl@6146

24 years agomake xsubpp skip embedded pod (from Matthias Neeracher
Gurusamy Sarathy [Sun, 28 May 2000 18:44:33 +0000]
make xsubpp skip embedded pod (from Matthias Neeracher
<neeri@iis.ee.ethz.ch>)

p4raw-id: //depot/perl@6145

24 years agoMacOS support, part 2: make AutoSplit use File::Spec instead
Gurusamy Sarathy [Sun, 28 May 2000 18:42:49 +0000]
MacOS support, part 2: make AutoSplit use File::Spec instead
of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
<neeri@iis.ee.ethz.ch>)

p4raw-id: //depot/perl@6144

24 years agoMacOS support, part 1 (from Matthias Neeracher
Gurusamy Sarathy [Sun, 28 May 2000 18:41:12 +0000]
MacOS support, part 1 (from Matthias Neeracher
<neeri@iis.ee.ethz.ch>)

p4raw-id: //depot/perl@6143

24 years agoFile::Find fails to chdir when chasing symlinks (from
Gurusamy Sarathy [Sun, 28 May 2000 18:21:51 +0000]
File::Find fails to chdir when chasing symlinks (from
Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)

p4raw-id: //depot/perl@6142