24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 20:15:34 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5555

24 years agoprototype changes for eventually supporting C<binmode(F, ":raw")>
Gurusamy Sarathy [Sun, 5 Mar 2000 20:02:17 +0000]
prototype changes for eventually supporting C<binmode(F, ":raw")>
and C<open F, "-|", 'cat', '-v'>

p4raw-id: //depot/perl@5554

24 years agoAIX gcvt() cannot format long doubles very well.
Jarkko Hietaniemi [Sun, 5 Mar 2000 19:55:02 +0000]
AIX gcvt() cannot format long doubles very well.

p4raw-id: //depot/cfgperl@5553

24 years agothe monster cpp expression needs to be on one line to
Jarkko Hietaniemi [Sun, 5 Mar 2000 18:44:37 +0000]
the monster cpp expression needs to be on one line to
appease makedepend

p4raw-id: //depot/cfgperl@5552

24 years agoIRIX cpp is fussy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 18:24:32 +0000]
IRIX cpp is fussy.

p4raw-id: //depot/cfgperl@5551

24 years agoperlbug tweak to grok local_patches better
Gurusamy Sarathy [Sun, 5 Mar 2000 17:46:18 +0000]
perlbug tweak to grok local_patches better

p4raw-id: //depot/perl@5550

24 years agoadd Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
Gurusamy Sarathy [Sun, 5 Mar 2000 17:33:10 +0000]
add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
in Pod::InputObjects (from Russ Allbery)

p4raw-id: //depot/perl@5549

24 years agoclean up the makedepend temp file
Jarkko Hietaniemi [Sun, 5 Mar 2000 17:27:06 +0000]
clean up the makedepend temp file

p4raw-id: //depot/cfgperl@5548

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 17:23:18 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5547

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 17:16:12 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5546

24 years agostrip last component of SITELIB_EXP only if it looks like a
Gurusamy Sarathy [Sun, 5 Mar 2000 17:13:48 +0000]
strip last component of SITELIB_EXP only if it looks like a
number

p4raw-id: //depot/perl@5545

24 years agos/Perl/PeRl/; # yeah
Jarkko Hietaniemi [Sun, 5 Mar 2000 17:12:42 +0000]
s/Perl/PeRl/; # yeah

p4raw-id: //depot/cfgperl@5544

24 years agothinko in change#4546 that caused variables to lose their importedness
Gurusamy Sarathy [Sun, 5 Mar 2000 16:54:10 +0000]
thinko in change#4546 that caused variables to lose their importedness
(GvIMPORTED_XV_off should be !GvIMPORTED_XV)

p4raw-link: @4546 on //depot/perl: 11faa288e292c27cb2ddc4ccdc483b523d26ce19

p4raw-id: //depot/perl@5543

24 years agoregen win32/config*, up version numbers &c.
Gurusamy Sarathy [Sun, 5 Mar 2000 09:37:26 +0000]
regen win32/config*, up version numbers &c.

p4raw-id: //depot/perl@5542

24 years agoundo change#5506; add patch to make blank line warnings optional
Gurusamy Sarathy [Sun, 5 Mar 2000 09:20:12 +0000]
undo change#5506; add patch to make blank line warnings optional
(from Brad Appleton)

p4raw-link: @5506 on //depot/perl: eaf840779373130f95f7bd459b3864c78c698e28

p4raw-id: //depot/perl@5541

24 years agofixes for most warnings identified by gcc -Wall
Gurusamy Sarathy [Sun, 5 Mar 2000 09:04:52 +0000]
fixes for most warnings identified by gcc -Wall

p4raw-id: //depot/perl@5540

24 years agoshup up warnings about dNOOP from gcc with __attribute__ ((unused))
Gurusamy Sarathy [Sun, 5 Mar 2000 06:37:58 +0000]
shup up warnings about dNOOP from gcc with __attribute__ ((unused))
(from Doug MacEachern <dougm@pobox.com>)

p4raw-id: //depot/perl@5539

24 years agotyop
Gurusamy Sarathy [Sun, 5 Mar 2000 05:50:44 +0000]
tyop

p4raw-id: //depot/perl@5538

24 years agointegrate cfgperl contents into mainline; add new tests from
Gurusamy Sarathy [Sun, 5 Mar 2000 05:41:10 +0000]
integrate cfgperl contents into mainline; add new tests from
inc.t into 64bit.t

p4raw-id: //depot/perl@5537

24 years agodethinko
Jarkko Hietaniemi [Sun, 5 Mar 2000 05:37:22 +0000]
dethinko

p4raw-id: //depot/cfgperl@5536

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 05:14:40 +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]
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]
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]
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]
Implement #5525 in metaconfig.

p4raw-id: //depot/cfgperl@5531

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:32:51 +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]
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]
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]
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]
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]
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]
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]
pod tweak

p4raw-id: //depot/perl@5523

24 years agoregen win32/config_H*
Gurusamy Sarathy [Sat, 4 Mar 2000 17:46:58 +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]
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]
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]
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]
avoid "scalars leaked" message in test

p4raw-id: //depot/perl@5518

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

p4raw-id: //depot/cfgperl@5517

24 years agocleanup AVAILABILITY and mention binaries
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:59:21 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
adjust perldelta

p4raw-id: //depot/perl@5501

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Sat, 4 Mar 2000 00:33:49 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
/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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5469

24 years agoirix hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:24:05 +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]
/(?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]
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]
/[[: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]
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]
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]
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]
cosmetics

p4raw-id: //depot/cfgperl@5461

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

p4raw-id: //depot/cfgperl@5460

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

p4raw-id: //depot/perl@5459

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

p4raw-id: //depot/cfgperl@5458

24 years agodetypo
Jarkko Hietaniemi [Thu, 2 Mar 2000 22:56:49 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Workaround for an optimizer bug.

p4raw-id: //depot/cfgperl@5447