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 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

24 years agoBSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
Jarkko Hietaniemi [Sun, 28 May 2000 14:25:15 +0000]
BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
forwarded by Peter Seebach from the bsdi-users mailing list.
p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>

p4raw-id: //depot/perl@6141

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 28 May 2000 14:11:57 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6140

24 years agorevise mktables.PL for bugs and newness in Unicode 3.0
Gurusamy Sarathy [Sun, 28 May 2000 10:01:48 +0000]
revise mktables.PL for bugs and newness in Unicode 3.0
(from James Bence <jbence@amgen.com>)

p4raw-id: //depot/perl@6139

24 years agoadd note about the handling of negative indices to tied arrays
Gurusamy Sarathy [Sun, 28 May 2000 08:50:32 +0000]
add note about the handling of negative indices to tied arrays
(from Michael G Schwern <schwern@pobox.com>)

p4raw-id: //depot/perl@6138

24 years agofix bogus redeclaration warning for "our" variables in different
Gurusamy Sarathy [Sun, 28 May 2000 08:46:10 +0000]
fix bogus redeclaration warning for "our" variables in different
scopes

p4raw-id: //depot/perl@6137

24 years agorandom pod typos (from Peter Scott <Peter@PSDT.com>)
Gurusamy Sarathy [Sun, 28 May 2000 08:31:20 +0000]
random pod typos (from Peter Scott <Peter@PSDT.com>)

p4raw-id: //depot/perl@6136

24 years agoenable Test::Harness to dynamically determine column width etc.
Gurusamy Sarathy [Sun, 28 May 2000 08:17:50 +0000]
enable Test::Harness to dynamically determine column width etc.
(from Rob Napier <rnapier@employees.org>)

p4raw-id: //depot/perl@6135

24 years agomake Test::Harness use wait.h/WCOREDUMP if available
Gurusamy Sarathy [Sun, 28 May 2000 08:13:39 +0000]
make Test::Harness use wait.h/WCOREDUMP if available
(from Ben Tilly <ben_tilly@hotmail.com>)

p4raw-id: //depot/perl@6134

24 years agoelide bogus test in change#6132
Gurusamy Sarathy [Sun, 28 May 2000 08:08:05 +0000]
elide bogus test in change#6132

p4raw-link: @6132 on //depot/perl: 114bafba71b4fe6a08258e1f6dfc504b5d9fd70c

p4raw-id: //depot/perl@6133

24 years agowarnings::enabled() doesn't fall back to looking at $^W if
Gurusamy Sarathy [Sun, 28 May 2000 08:03:14 +0000]
warnings::enabled() doesn't fall back to looking at $^W if
caller isn't using lexical warnings (from Paul Marquess)

p4raw-id: //depot/perl@6132

24 years agoavoid warnings in POSIX.pm (from Barrie Slaymaker)
Gurusamy Sarathy [Sun, 28 May 2000 07:57:47 +0000]
avoid warnings in POSIX.pm (from Barrie Slaymaker)

p4raw-id: //depot/perl@6131

24 years agofix places that mean C<"word" character> but say C<alphanumeric
Gurusamy Sarathy [Sun, 28 May 2000 07:29:12 +0000]
fix places that mean C<"word" character> but say C<alphanumeric
character>

p4raw-id: //depot/perl@6130

24 years agoVMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
Gurusamy Sarathy [Sun, 28 May 2000 07:18:41 +0000]
VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)

p4raw-id: //depot/perl@6129

24 years agonew perlxstut example for passing/returning refs to arrays
Gurusamy Sarathy [Sun, 28 May 2000 07:12:55 +0000]
new perlxstut example for passing/returning refs to arrays
(from David Lowe <dlowe@pootpoot.com>)

p4raw-id: //depot/perl@6128

24 years agocall_method(...,G_EVAL) can longjmp() out if the method probing
Gurusamy Sarathy [Sun, 28 May 2000 07:02:50 +0000]
call_method(...,G_EVAL) can longjmp() out if the method probing
failed (from Gisle Aas)

p4raw-id: //depot/perl@6127

24 years agochange#2879 broke rvalue autovivification of magicals such as ${$num}
Gurusamy Sarathy [Sun, 28 May 2000 06:39:53 +0000]
change#2879 broke rvalue autovivification of magicals such as ${$num}
(reworked variant of patch suggested by Simon Cozens)

p4raw-link: @2879 on //depot/perl: 35cd451c5a1303394968903750cc3b3a1a6bc892

p4raw-id: //depot/perl@6126

24 years agoenable propagating exception objects via Perl_croak() in XS code
Gurusamy Sarathy [Sun, 28 May 2000 05:14:55 +0000]
enable propagating exception objects via Perl_croak() in XS code
(from Gisle Aas)

p4raw-id: //depot/perl@6125

24 years agointegrate vmsperl contents into mainline
Gurusamy Sarathy [Sun, 28 May 2000 05:07:28 +0000]
integrate vmsperl contents into mainline

p4raw-id: //depot/perl@6124

24 years agoclarify gotcha with #line directives (from Rocco Caputo
Gurusamy Sarathy [Sun, 28 May 2000 05:03:53 +0000]
clarify gotcha with #line directives (from Rocco Caputo
<troc@netrus.net>)

p4raw-id: //depot/perl@6123

24 years agodowngrade fatal error on C<"foo@nosucharray.com"> to optional warning
Gurusamy Sarathy [Sun, 28 May 2000 04:58:29 +0000]
downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
(from Mark-Jason Dominus)

p4raw-id: //depot/perl@6122

24 years agoAllow eliminate_macros() and fixpath() to handle space-delimited
Charles Bailey [Thu, 25 May 2000 04:46:54 +0000]
Allow eliminate_macros() and fixpath() to handle space-delimited
       lists (based on fixes by Craig Berry)

p4raw-id: //depot/vmsperl@6121

24 years agoAdd missing escape (Charles Lane)
Charles Bailey [Thu, 25 May 2000 04:25:38 +0000]
Add missing escape (Charles Lane)

p4raw-id: //depot/vmsperl@6120

24 years agoQuiet error messages in vmsish.t (Charles Lane)
Charles Bailey [Thu, 25 May 2000 04:21:25 +0000]
Quiet error messages in vmsish.t (Charles Lane)

p4raw-id: //depot/vmsperl@6119

24 years agoRegularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
Charles Bailey [Thu, 25 May 2000 04:17:57 +0000]
Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
       Flatten case labels in switch statements uniformly (Charles Bailey)

p4raw-id: //depot/vmsperl@6118

24 years agoTreat sockets as special in sys(read|write) (Charles Lane et al.)
Charles Bailey [Thu, 25 May 2000 03:58:09 +0000]
Treat sockets as special in sys(read|write) (Charles Lane et al.)

p4raw-id: //depot/vmsperl@6117

24 years agoMiscellaneous cosmetic fixes (Charles Lane)
Charles Bailey [Thu, 25 May 2000 03:11:15 +0000]
Miscellaneous cosmetic fixes (Charles Lane)

p4raw-id: //depot/vmsperl@6116

24 years agoAdd bounds checking for several strings (Charles Lane)
Charles Bailey [Thu, 25 May 2000 03:10:36 +0000]
Add bounds checking for several strings (Charles Lane)

p4raw-id: //depot/vmsperl@6115

24 years agoUrk -- undo previous removal of vmsish 'exit' change
Charles Bailey [Thu, 25 May 2000 02:25:34 +0000]
Urk -- undo previous removal of vmsish 'exit' change

p4raw-id: //depot/vmsperl@6114

24 years agoUgly workaround for version-specific RTL error
Charles Bailey [Wed, 24 May 2000 02:24:40 +0000]
Ugly workaround for version-specific RTL error

p4raw-id: //depot/vmsperl@6113

24 years agoCheck for existence of file before trying to delete
Charles Bailey [Wed, 24 May 2000 02:19:55 +0000]
Check for existence of file before trying to delete

p4raw-id: //depot/vmsperl@6112

24 years agoResync with mainline prior to post-5.6.0 updates
Charles Bailey [Tue, 23 May 2000 23:35:13 +0000]
Resync with mainline prior to post-5.6.0 updates

p4raw-id: //depot/vmsperl@6111

24 years agotodo tweak
Jarkko Hietaniemi [Tue, 23 May 2000 19:28:32 +0000]
todo tweak

p4raw-id: //depot/cfgperl@6110