This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 05:14:40 +0000 (05:14 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5535

24 years agooptimize change#5533 to stick to IVs if constant is <= IV_MAX,
Gurusamy Sarathy [Sun, 5 Mar 2000 04:50:26 +0000 (04:50 +0000)]
optimize change#5533 to stick to IVs if constant is <= IV_MAX,
since runtime is highly optimized for IVs rather than UVs

p4raw-link: @5533 on //depot/perl: 9b0e499bcdd1e62b4ead7739d3482d056b5ac3dc

p4raw-id: //depot/perl@5534

24 years agoscan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
Gurusamy Sarathy [Sun, 5 Mar 2000 04:30:02 +0000 (04:30 +0000)]
scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
end up being promoted to an NV)

p4raw-id: //depot/perl@5533

24 years agomore cpp cosmetics, logic cleanup
Jarkko Hietaniemi [Sun, 5 Mar 2000 01:11:37 +0000 (01:11 +0000)]
more cpp cosmetics, logic cleanup

p4raw-id: //depot/cfgperl@5532

24 years agoImplement #5525 in metaconfig.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:51:20 +0000 (00:51 +0000)]
Implement #5525 in metaconfig.

p4raw-id: //depot/cfgperl@5531

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:32:51 +0000 (00:32 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5530

24 years agoSanity check on the strtoll and strtoull.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:31:17 +0000 (00:31 +0000)]
Sanity check on the strtoll and strtoull.

p4raw-id: //depot/cfgperl@5529

24 years agoReformat the fearful cpp expression to be a little bit less fearful.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:07:21 +0000 (00:07 +0000)]
Reformat the fearful cpp expression to be a little bit less fearful.

p4raw-id: //depot/cfgperl@5528

24 years agomake hints available via globals in the respective pragmas to
Gurusamy Sarathy [Sat, 4 Mar 2000 21:55:03 +0000 (21:55 +0000)]
make hints available via globals in the respective pragmas to
avoid duplicating the constants everywhere

p4raw-id: //depot/perl@5527

24 years agoremove deadcode
Gurusamy Sarathy [Sat, 4 Mar 2000 20:39:36 +0000 (20:39 +0000)]
remove deadcode

p4raw-id: //depot/perl@5526

24 years agomake CAT2() portable for use as a macro argument with an extra
Gurusamy Sarathy [Sat, 4 Mar 2000 19:42:55 +0000 (19:42 +0000)]
make CAT2() portable for use as a macro argument with an extra
level of macros

p4raw-id: //depot/perl@5525

24 years agoavoid looking up stale PL_statbuf (spotted by Charles Lane
Gurusamy Sarathy [Sat, 4 Mar 2000 19:02:27 +0000 (19:02 +0000)]
avoid looking up stale PL_statbuf (spotted by Charles Lane
<lane@DUPHY4.Physics.Drexel.Edu>)

p4raw-id: //depot/perl@5524

24 years agopod tweak
Gurusamy Sarathy [Sat, 4 Mar 2000 18:59:03 +0000 (18:59 +0000)]
pod tweak

p4raw-id: //depot/perl@5523

24 years agoregen win32/config_H*
Gurusamy Sarathy [Sat, 4 Mar 2000 17:46:58 +0000 (17:46 +0000)]
regen win32/config_H*

p4raw-id: //depot/perl@5522

24 years agoBUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
Matthias Urlichs [Sat, 4 Mar 2000 12:48:42 +0000 (13:48 +0100)]
BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats

To: perl5-porters@perl.org
Message-ID: <20000304124841.A8090@noris.de>

p4raw-id: //depot/cfgperl@5521

24 years agounthink wishful thinking
Jarkko Hietaniemi [Sat, 4 Mar 2000 15:41:12 +0000 (15:41 +0000)]
unthink wishful thinking

p4raw-id: //depot/cfgperl@5520

24 years agofix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
Gurusamy Sarathy [Sat, 4 Mar 2000 06:42:47 +0000 (06:42 +0000)]
fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)

p4raw-id: //depot/perl@5519

24 years agoavoid "scalars leaked" message in test
Gurusamy Sarathy [Sat, 4 Mar 2000 06:02:26 +0000 (06:02 +0000)]
avoid "scalars leaked" message in test

p4raw-id: //depot/perl@5518

24 years agodetypo
Jarkko Hietaniemi [Sat, 4 Mar 2000 06:01:16 +0000 (06:01 +0000)]
detypo

p4raw-id: //depot/cfgperl@5517

24 years agocleanup AVAILABILITY and mention binaries
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:59:21 +0000 (05:59 +0000)]
cleanup AVAILABILITY and mention binaries

p4raw-id: //depot/cfgperl@5516

24 years agosyntax error in change#5498
Gurusamy Sarathy [Sat, 4 Mar 2000 05:55:02 +0000 (05:55 +0000)]
syntax error in change#5498

p4raw-link: @5498 on //depot/cfgperl: e4038a1fb4fdfabe2578d9a8ffe81a18bec6013d

p4raw-id: //depot/perl@5515

24 years agoassuming that removing the libbind will be a good idea
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:50:56 +0000 (05:50 +0000)]
assuming that removing the libbind will be a good idea

p4raw-id: //depot/cfgperl@5514

24 years agoPod::Html fixups for nicer links to functions (from Wolfgang Laun
Gurusamy Sarathy [Sat, 4 Mar 2000 05:50:15 +0000 (05:50 +0000)]
Pod::Html fixups for nicer links to functions (from Wolfgang Laun
<wolfgang.laun@chello.at>)

p4raw-id: //depot/perl@5513

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:45:52 +0000 (05:45 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5512

24 years agoHP-UX 64-bitness cures
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:42:37 +0000 (05:42 +0000)]
HP-UX 64-bitness cures

p4raw-id: //depot/cfgperl@5511

24 years agobetter error messages when xsubpp fails to find map for a particular
Gurusamy Sarathy [Sat, 4 Mar 2000 05:40:08 +0000 (05:40 +0000)]
better error messages when xsubpp fails to find map for a particular
type (from Ilya Zakharevich)

p4raw-id: //depot/perl@5510

24 years agoscratch #5508
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:33:27 +0000 (05:33 +0000)]
scratch #5508

p4raw-id: //depot/cfgperl@5509

24 years agoIn HP-UX there is a secret handshake to get strtoll and strtoull.
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:31:19 +0000 (05:31 +0000)]
In HP-UX there is a secret handshake to get strtoll and strtoull.

p4raw-id: //depot/cfgperl@5508

24 years agomore whitespace removal (from Michael G Schwern)
Gurusamy Sarathy [Sat, 4 Mar 2000 04:27:51 +0000 (04:27 +0000)]
more whitespace removal (from Michael G Schwern)

p4raw-id: //depot/perl@5507

24 years agotemporarily disable blank line warning from Pod::Parser until
Gurusamy Sarathy [Sat, 4 Mar 2000 04:12:06 +0000 (04:12 +0000)]
temporarily disable blank line warning from Pod::Parser until
it can be made optional

p4raw-id: //depot/perl@5506

24 years agorid blanks in pods (from Michael G Schwern)
Gurusamy Sarathy [Sat, 4 Mar 2000 04:00:44 +0000 (04:00 +0000)]
rid blanks in pods (from Michael G Schwern)

p4raw-id: //depot/perl@5505

24 years agoavoid warnings from shmread() when given undefined variable
Gurusamy Sarathy [Sat, 4 Mar 2000 03:59:07 +0000 (03:59 +0000)]
avoid warnings from shmread() when given undefined variable
(from Tom Christiansen)

p4raw-id: //depot/perl@5504

24 years agofpsetmask() needs include on freebsd (from Slaven Rezic
Gurusamy Sarathy [Sat, 4 Mar 2000 03:53:43 +0000 (03:53 +0000)]
fpsetmask() needs include on freebsd (from Slaven Rezic
<eserte@vran.herceg.de>)

p4raw-id: //depot/perl@5503

24 years agoavoid ambiguity in indirect object notation (breaks with overridden
Gurusamy Sarathy [Sat, 4 Mar 2000 03:51:05 +0000 (03:51 +0000)]
avoid ambiguity in indirect object notation (breaks with overridden
run time require)

p4raw-id: //depot/perl@5502

24 years agoadjust perldelta
Gurusamy Sarathy [Sat, 4 Mar 2000 01:08:54 +0000 (01:08 +0000)]
adjust perldelta

p4raw-id: //depot/perl@5501

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Sat, 4 Mar 2000 00:33:49 +0000 (00:33 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@5500

24 years agosolaris hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 22:51:53 +0000 (22:51 +0000)]
solaris hints tweak

p4raw-id: //depot/cfgperl@5499

24 years agoThe SysV IPC test must use the native integers
Michael G Schwern [Thu, 2 Mar 2000 17:15:03 +0000 (12:15 -0500)]
The SysV IPC test must use the native integers
(long or short), also noted this in the msgsnd/semctl
documentation.  Reported in
To: perl5-porters@perl.org
Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>

p4raw-id: //depot/cfgperl@5498

24 years agoUpdate AVAILABILITY.
Jarkko Hietaniemi [Fri, 3 Mar 2000 21:08:53 +0000 (21:08 +0000)]
Update AVAILABILITY.

p4raw-id: //depot/cfgperl@5497

24 years agoperldebug tweak (from M J T Guy)
Gurusamy Sarathy [Fri, 3 Mar 2000 20:21:05 +0000 (20:21 +0000)]
perldebug tweak (from M J T Guy)

p4raw-id: //depot/perl@5496

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 3 Mar 2000 19:32:58 +0000 (19:32 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5495

24 years agothe workaround is needed in all 7.2.* compilers,
Jarkko Hietaniemi [Fri, 3 Mar 2000 19:14:01 +0000 (19:14 +0000)]
the workaround is needed in all 7.2.* compilers,
not just on IRIX64.

p4raw-id: //depot/cfgperl@5494

24 years agowhitespace and readabiliti nits in the pods (from Michael G Schwern
Gurusamy Sarathy [Fri, 3 Mar 2000 18:58:45 +0000 (18:58 +0000)]
whitespace and readabiliti nits in the pods (from Michael G Schwern
and Robin Barker)

p4raw-id: //depot/perl@5493

24 years agosupport for list assignment to pseudohashes (from John Tobey
Gurusamy Sarathy [Fri, 3 Mar 2000 17:48:31 +0000 (17:48 +0000)]
support for list assignment to pseudohashes (from John Tobey
<jtobey@john-edwin-tobey.org>)

p4raw-id: //depot/perl@5492

24 years agoadd MakeMaker caveat to INSTALL (from Andy Dougherty)
Gurusamy Sarathy [Fri, 3 Mar 2000 16:45:49 +0000 (16:45 +0000)]
add MakeMaker caveat to INSTALL (from Andy Dougherty)

p4raw-id: //depot/perl@5491

24 years agoperldelta tweaks
Gurusamy Sarathy [Fri, 3 Mar 2000 16:44:42 +0000 (16:44 +0000)]
perldelta tweaks

p4raw-id: //depot/perl@5490

24 years ago/dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
Gurusamy Sarathy [Fri, 3 Mar 2000 16:26:52 +0000 (16:26 +0000)]
/dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
<ask@valueclick.com>)

p4raw-id: //depot/perl@5489

24 years agoOS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
Gurusamy Sarathy [Fri, 3 Mar 2000 16:21:34 +0000 (16:21 +0000)]
OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
<sthoenna@efn.org>)

p4raw-id: //depot/perl@5488

24 years agoskip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
Gurusamy Sarathy [Fri, 3 Mar 2000 16:16:34 +0000 (16:16 +0000)]
skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)

p4raw-id: //depot/perl@5487

24 years agointegrate cfgperl and vmsperl contents into mainline
Gurusamy Sarathy [Fri, 3 Mar 2000 15:42:28 +0000 (15:42 +0000)]
integrate cfgperl and vmsperl contents into mainline

p4raw-id: //depot/perl@5486

24 years agopull the sparcv9 workshop libraries in front of loclibpth
Jarkko Hietaniemi [Fri, 3 Mar 2000 15:21:40 +0000 (15:21 +0000)]
pull the sparcv9 workshop libraries in front of loclibpth

p4raw-id: //depot/cfgperl@5485

24 years agoIntroduce i_ieefp because FreeBSD on ix86 needs that
Jarkko Hietaniemi [Fri, 3 Mar 2000 15:09:03 +0000 (15:09 +0000)]
Introduce i_ieefp because FreeBSD on ix86 needs that
for ftpsetmask(0); regen Configure.

p4raw-id: //depot/cfgperl@5484

24 years agoThe _cflags must be left-aligned.
Jarkko Hietaniemi [Fri, 3 Mar 2000 05:37:58 +0000 (05:37 +0000)]
The _cflags must be left-aligned.

p4raw-id: //depot/cfgperl@5483

24 years agowarn about /(?p{})/ (from Simon Cozens)
Gurusamy Sarathy [Fri, 3 Mar 2000 03:27:52 +0000 (03:27 +0000)]
warn about /(?p{})/ (from Simon Cozens)

p4raw-id: //depot/perl@5475

24 years agoFile::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
Gurusamy Sarathy [Fri, 3 Mar 2000 02:58:49 +0000 (02:58 +0000)]
File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)

p4raw-id: //depot/perl@5472

24 years agomore todo
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:38:23 +0000 (02:38 +0000)]
more todo

p4raw-id: //depot/cfgperl@5471

24 years agoskip test if db doesn't have null key support
Gurusamy Sarathy [Fri, 3 Mar 2000 02:36:02 +0000 (02:36 +0000)]
skip test if db doesn't have null key support

p4raw-id: //depot/perl@5470

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:26:53 +0000 (02:26 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5469

24 years agoirix hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:24:05 +0000 (02:24 +0000)]
irix hints tweak

p4raw-id: //depot/cfgperl@5468

24 years ago/(?p{})/ changed to /(??{})/, per Larry's suggestion (from
Gurusamy Sarathy [Fri, 3 Mar 2000 02:19:50 +0000 (02:19 +0000)]
/(?p{})/ changed to /(??{})/, per Larry's suggestion (from
Simon Cozens <simon@othersideofthe.earth.li>)

p4raw-id: //depot/perl@5467

24 years agoin words order bad
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:12:41 +0000 (02:12 +0000)]
in words order bad

p4raw-id: //depot/cfgperl@5466

24 years ago/[[:alpha]/ now dies on unmatched [] instead of
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:09:45 +0000 (02:09 +0000)]
/[[:alpha]/ now dies on unmatched [] instead of
"an unknown character class" (spotted by Tom Christiansen)

p4raw-id: //depot/cfgperl@5465

24 years agoperldelta notes about IO::Socket changes (from Graham Barr)
Gurusamy Sarathy [Fri, 3 Mar 2000 02:04:48 +0000 (02:04 +0000)]
perldelta notes about IO::Socket changes (from Graham Barr)

p4raw-id: //depot/perl@5464

24 years agorelax restrictions on constant names a bit (from M J T Guy)
Gurusamy Sarathy [Fri, 3 Mar 2000 02:02:50 +0000 (02:02 +0000)]
relax restrictions on constant names a bit (from M J T Guy)

p4raw-id: //depot/perl@5463

24 years agosupport for generation of accessor functions (from Hugo van der
Gurusamy Sarathy [Fri, 3 Mar 2000 01:59:49 +0000 (01:59 +0000)]
support for generation of accessor functions (from Hugo van der
Sanden)

p4raw-id: //depot/perl@5462

24 years agocosmetics
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:51:53 +0000 (01:51 +0000)]
cosmetics

p4raw-id: //depot/cfgperl@5461

24 years agodetypo
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:50:07 +0000 (01:50 +0000)]
detypo

p4raw-id: //depot/cfgperl@5460

24 years agopod tweaks
Gurusamy Sarathy [Fri, 3 Mar 2000 01:46:35 +0000 (01:46 +0000)]
pod tweaks

p4raw-id: //depot/perl@5459

24 years agosolaris hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:25:21 +0000 (01:25 +0000)]
solaris hints tweak

p4raw-id: //depot/cfgperl@5458

24 years agodetypo
Jarkko Hietaniemi [Thu, 2 Mar 2000 22:56:49 +0000 (22:56 +0000)]
detypo

p4raw-id: //depot/cfgperl@5457

24 years agoTest::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
Gurusamy Sarathy [Thu, 2 Mar 2000 21:15:11 +0000 (21:15 +0000)]
Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
add test targets for -C switch on windows

p4raw-id: //depot/perl@5456

24 years agoadd note about failed tests on memory starved systems (from
Gurusamy Sarathy [Thu, 2 Mar 2000 21:06:49 +0000 (21:06 +0000)]
add note about failed tests on memory starved systems (from
Andy Dougherty)

p4raw-id: //depot/perl@5455

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 2 Mar 2000 21:03:35 +0000 (21:03 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5454

24 years agoFurther long double patches from Spider Boardman.
Jarkko Hietaniemi [Thu, 2 Mar 2000 20:58:43 +0000 (20:58 +0000)]
Further long double patches from Spider Boardman.

p4raw-id: //depot/cfgperl@5453

24 years agomove doc about v-strings from perlop to perldata (suggested by
Gurusamy Sarathy [Thu, 2 Mar 2000 20:52:08 +0000 (20:52 +0000)]
move doc about v-strings from perlop to perldata (suggested by
David Dyck <dcd@tc.fluke.com>)

p4raw-id: //depot/perl@5452

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Thu, 2 Mar 2000 20:30:29 +0000 (20:30 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5451

24 years agostill other multiline match cleanups (from Greg Bacon)
Gurusamy Sarathy [Thu, 2 Mar 2000 20:08:10 +0000 (20:08 +0000)]
still other multiline match cleanups (from Greg Bacon)

p4raw-id: //depot/perl@5450

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 2 Mar 2000 20:01:58 +0000 (20:01 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5449

24 years agoworkaround for Tru64 compiler bug (cleaner fix will have
Jarkko Hietaniemi [Thu, 2 Mar 2000 20:00:37 +0000 (20:00 +0000)]
workaround for Tru64 compiler bug (cleaner fix will have
to wait until 5.6.1), from Spider Boardman

p4raw-id: //depot/cfgperl@5448

24 years agoWorkaround for an optimizer bug.
Jarkko Hietaniemi [Thu, 2 Mar 2000 19:52:34 +0000 (19:52 +0000)]
Workaround for an optimizer bug.

p4raw-id: //depot/cfgperl@5447

24 years agoinstallation directory fix from Andy Dougherty
Jarkko Hietaniemi [Thu, 2 Mar 2000 19:44:35 +0000 (19:44 +0000)]
installation directory fix from Andy Dougherty
(installstyle was being clobbered, spotted by Spider Boardman)

p4raw-id: //depot/cfgperl@5446

24 years agopatch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
Gurusamy Sarathy [Thu, 2 Mar 2000 19:40:44 +0000 (19:40 +0000)]
patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
some parts not applied

p4raw-id: //depot/perl@5445

24 years agoavoid buffering issue in warn/8signal
Gurusamy Sarathy [Thu, 2 Mar 2000 19:26:08 +0000 (19:26 +0000)]
avoid buffering issue in warn/8signal

p4raw-id: //depot/perl@5444

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Thu, 2 Mar 2000 18:13:28 +0000 (18:13 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5443

24 years agointegrate vmsperl changes into mainline (denied their changes to
Gurusamy Sarathy [Thu, 2 Mar 2000 18:02:40 +0000 (18:02 +0000)]
integrate vmsperl changes into mainline (denied their changes to
Glob.pm, t/pragma/warn/{8signal,pp_ctl})

p4raw-id: //depot/perl@5442

24 years agonit from Spider Boardman
Jarkko Hietaniemi [Thu, 2 Mar 2000 17:56:20 +0000 (17:56 +0000)]
nit from Spider Boardman

p4raw-id: //depot/cfgperl@5441

24 years agoConfusion over uselargefiles.cbu and uselfs.cbu (the first one
Jarkko Hietaniemi [Thu, 2 Mar 2000 17:48:15 +0000 (17:48 +0000)]
Confusion over uselargefiles.cbu and uselfs.cbu (the first one
is the correct one), spotted by Robin Barker.

p4raw-id: //depot/cfgperl@5440

24 years agoRemove the pack.t kludge introduced to fudge the test
Jarkko Hietaniemi [Thu, 2 Mar 2000 15:32:04 +0000 (15:32 +0000)]
Remove the pack.t kludge introduced to fudge the test
to pass under long doubles: leave the similar kludge
to posix.t because POSIX::strtod() is still double,
not long double.

p4raw-id: //depot/cfgperl@5439

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 2 Mar 2000 04:58:48 +0000 (04:58 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5438

24 years agoA patch on #5407.
Jarkko Hietaniemi [Thu, 2 Mar 2000 04:51:46 +0000 (04:51 +0000)]
A patch on #5407.

p4raw-id: //depot/cfgperl@5437

24 years agoavoid useless comparison
Gurusamy Sarathy [Thu, 2 Mar 2000 04:45:37 +0000 (04:45 +0000)]
avoid useless comparison

p4raw-id: //depot/perl@5436

24 years agoYA sync with mainline
Charles Bailey [Thu, 2 Mar 2000 04:43:11 +0000 (04:43 +0000)]
YA sync with mainline

p4raw-id: //depot/vmsperl@5435

24 years agomake the "back to top" links optional
Gurusamy Sarathy [Thu, 2 Mar 2000 04:28:48 +0000 (04:28 +0000)]
make the "back to top" links optional

p4raw-id: //depot/perl@5434

24 years agoProtect manipulation of open pipe list from concurrent ASTs (Charles Lane)
Charles Bailey [Thu, 2 Mar 2000 04:26:58 +0000 (04:26 +0000)]
Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)

p4raw-id: //depot/vmsperl@5433

24 years agoUpdate dependencies and remove obsolete VAXC support
Charles Bailey [Thu, 2 Mar 2000 04:20:51 +0000 (04:20 +0000)]
Update dependencies and remove obsolete VAXC support

p4raw-id: //depot/vmsperl@5432

24 years agoRmeove obsolete VAXC support
Charles Bailey [Thu, 2 Mar 2000 04:19:42 +0000 (04:19 +0000)]
Rmeove obsolete VAXC support

p4raw-id: //depot/vmsperl@5431

24 years agoMinor updates to subconfigure.com:
Charles Bailey [Thu, 2 Mar 2000 04:18:57 +0000 (04:18 +0000)]
Minor updates to subconfigure.com:
         - remove old VAXC support
         - avoid echoing commands to tempfiles
         - fix typos
         - define 64bit symbols (as "undef") when not using 64 bit support

p4raw-id: //depot/vmsperl@5430

24 years agoMinor changes to Configure.Com:
Charles Bailey [Thu, 2 Mar 2000 04:16:11 +0000 (04:16 +0000)]
Minor changes to Configure.Com:
        - permit operation in batch mode (splits output)
        - remove old VAXC support
        - default to enabling secure internal lnm translation

p4raw-id: //depot/vmsperl@5429

24 years agoOptional warning for truncated logical name equivalence string (Dan Sugalski)
Charles Bailey [Thu, 2 Mar 2000 04:06:53 +0000 (04:06 +0000)]
Optional warning for truncated logical name equivalence string (Dan Sugalski)

p4raw-id: //depot/vmsperl@5428

24 years agoFIx no-op in vms.c
Charles Bailey [Thu, 2 Mar 2000 04:05:47 +0000 (04:05 +0000)]
FIx no-op in vms.c

p4raw-id: //depot/vmsperl@5427