24 years agoavoid autoflushing behavior of fork/system/exec on Solaris (thanks
Gurusamy Sarathy [Thu, 9 Mar 2000 12:54:08 +0000]
avoid autoflushing behavior of fork/system/exec on Solaris (thanks
to fflush(NULL) bug)

p4raw-id: //depot/perl@5627

24 years agoabort build on HP-UX if bundled non-ANSI compiler is detected
Gurusamy Sarathy [Thu, 9 Mar 2000 11:34:51 +0000]
abort build on HP-UX if bundled non-ANSI compiler is detected
(from Dominic Dunlop <domo@computer.org>)

p4raw-id: //depot/perl@5626

24 years agopatch from Larry to make -T filetest algorithm recognize utf8 as
Gurusamy Sarathy [Thu, 9 Mar 2000 11:17:07 +0000]
patch from Larry to make -T filetest algorithm recognize utf8 as
"text"

p4raw-id: //depot/perl@5625

24 years agoprovide support for deleting actions etc. (from Ronald J Kimball
Gurusamy Sarathy [Thu, 9 Mar 2000 11:11:59 +0000]
provide support for deleting actions etc. (from Ronald J Kimball
<rjk@linguist.dartmouth.edu>)

p4raw-id: //depot/perl@5624

24 years agonew xsubpp keywords should be in all caps
Gurusamy Sarathy [Thu, 9 Mar 2000 06:39:21 +0000]
new xsubpp keywords should be in all caps

p4raw-id: //depot/perl@5623

24 years agodemand-load utf8.pm in swash routines
Gurusamy Sarathy [Thu, 9 Mar 2000 06:26:04 +0000]
demand-load utf8.pm in swash routines

p4raw-id: //depot/perl@5622

24 years agomake Dump() call the XSUB implementation transparently (modified
Gurusamy Sarathy [Wed, 8 Mar 2000 19:27:02 +0000]
make Dump() call the XSUB implementation transparently (modified
version of patch suggested by David Boyce <dsb@world.std.com>)

p4raw-id: //depot/perl@5621

24 years agodo FILE should not see outside lexicals (from Rick Delaney
Gurusamy Sarathy [Wed, 8 Mar 2000 18:35:48 +0000]
do FILE should not see outside lexicals (from Rick Delaney
<rick@consumercontact.com>)

p4raw-id: //depot/perl@5620

24 years agoabstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
Gurusamy Sarathy [Wed, 8 Mar 2000 18:04:45 +0000]
abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
API function

p4raw-id: //depot/perl@5619

24 years agoclarify docs on return value from binding operators
Gurusamy Sarathy [Wed, 8 Mar 2000 12:51:35 +0000]
clarify docs on return value from binding operators

p4raw-id: //depot/perl@5613

24 years agoshore up pod2latex shortcomings, and a Pod::Parser fix (from
Gurusamy Sarathy [Wed, 8 Mar 2000 12:41:38 +0000]
shore up pod2latex shortcomings, and a Pod::Parser fix (from
Robin Barker)

p4raw-id: //depot/perl@5612

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Wed, 8 Mar 2000 12:22:59 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5611

24 years agoadd missing locks for op refcounts
Gurusamy Sarathy [Wed, 8 Mar 2000 12:08:17 +0000]
add missing locks for op refcounts

p4raw-id: //depot/perl@5610

24 years agoPod::InputObjects tweak (from Brad Appleton)
Gurusamy Sarathy [Wed, 8 Mar 2000 11:30:32 +0000]
Pod::InputObjects tweak (from Brad Appleton)

p4raw-id: //depot/perl@5609

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 8 Mar 2000 05:08:59 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5608

24 years agoMake the stringification more customizable.
Jarkko Hietaniemi [Wed, 8 Mar 2000 05:07:06 +0000]
Make the stringification more customizable.
A potentially backward incompatible change.
Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.

p4raw-id: //depot/cfgperl@5607

24 years agoVMS build patch (from Peter Prymmer)
Gurusamy Sarathy [Tue, 7 Mar 2000 23:37:48 +0000]
VMS build patch (from Peter Prymmer)

p4raw-id: //depot/perl@5605

24 years agoCopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
Gurusamy Sarathy [Tue, 7 Mar 2000 23:25:46 +0000]
CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)

p4raw-id: //depot/perl@5604

24 years agotype mismatch
Gurusamy Sarathy [Tue, 7 Mar 2000 23:05:16 +0000]
type mismatch

p4raw-id: //depot/perl@5603

24 years agoadd note to INSTALL about C++ compilers (from M J T Guy)
Gurusamy Sarathy [Tue, 7 Mar 2000 22:40:55 +0000]
add note to INSTALL about C++ compilers (from M J T Guy)

p4raw-id: //depot/perl@5602

24 years agoseparate options to incpush() for adding version directories and
Gurusamy Sarathy [Tue, 7 Mar 2000 22:30:35 +0000]
separate options to incpush() for adding version directories and
architecture directories (from Andy Dougherty)

p4raw-id: //depot/perl@5601

24 years agosupport :void to enable croaking only in void context (from
Gurusamy Sarathy [Tue, 7 Mar 2000 20:18:54 +0000]
support :void to enable croaking only in void context (from
Simon Cozens <simon@othersideofthe.earth.li>)

p4raw-id: //depot/perl@5600

24 years agoPod::Html tweak to avoid false falses
Gurusamy Sarathy [Tue, 7 Mar 2000 18:35:21 +0000]
Pod::Html tweak to avoid false falses

p4raw-id: //depot/perl@5599

24 years agoskip null siblings encountered by goto out of loopish block
Gurusamy Sarathy [Tue, 7 Mar 2000 18:21:58 +0000]
skip null siblings encountered by goto out of loopish block
(from Doug Lankshear)

p4raw-id: //depot/perl@5598

24 years agoomit XSLoader from bytecode dumps
Gurusamy Sarathy [Tue, 7 Mar 2000 16:33:29 +0000]
omit XSLoader from bytecode dumps

p4raw-id: //depot/perl@5597

24 years agoavoid coredump on C<printf "%vd">
Gurusamy Sarathy [Tue, 7 Mar 2000 10:58:17 +0000]
avoid coredump on C<printf "%vd">

p4raw-id: //depot/perl@5596

24 years agoadd missing HTML escapes that can be displayed in xterm (from
Gurusamy Sarathy [Tue, 7 Mar 2000 10:26:03 +0000]
add missing HTML escapes that can be displayed in xterm (from
Tim Jenness <timj@jach.hawaii.edu>)

p4raw-id: //depot/perl@5595

24 years agoFatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
Gurusamy Sarathy [Tue, 7 Mar 2000 10:24:55 +0000]
Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)

p4raw-id: //depot/perl@5594

24 years agoget ByteLoader working again
Gurusamy Sarathy [Tue, 7 Mar 2000 09:57:24 +0000]
get ByteLoader working again

p4raw-id: //depot/perl@5593

24 years agotypo in makedef.pl
Gurusamy Sarathy [Tue, 7 Mar 2000 05:14:49 +0000]
typo in makedef.pl

p4raw-id: //depot/perl@5592

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 6 Mar 2000 22:56:24 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5591

24 years agofix incorrect prototypes in File::Glob
Gurusamy Sarathy [Mon, 6 Mar 2000 22:32:44 +0000]
fix incorrect prototypes in File::Glob

p4raw-id: //depot/perl@5590

24 years agoupdate Changes
Gurusamy Sarathy [Mon, 6 Mar 2000 22:07:38 +0000]
update Changes

p4raw-id: //depot/perl@5589

24 years agocircumvent VMS fileno bug in old DEC C version
Craig A. Berry [Mon, 6 Mar 2000 15:36:13 +0000]
circumvent VMS fileno bug in old DEC C version

To: vmsperl@perl.org, perl5-porters@perl.org
Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>

p4raw-id: //depot/cfgperl@5588

24 years agoUse $^O.
Jarkko Hietaniemi [Mon, 6 Mar 2000 21:23:27 +0000]
Use $^O.

p4raw-id: //depot/cfgperl@5587

24 years agoUndo drift from the mainline.
Jarkko Hietaniemi [Mon, 6 Mar 2000 21:19:15 +0000]
Undo drift from the mainline.

p4raw-id: //depot/cfgperl@5586

24 years agochange#5513 accidentally undid change#5373, put it back
Gurusamy Sarathy [Mon, 6 Mar 2000 20:23:37 +0000]
change#5513 accidentally undid change#5373, put it back

p4raw-link: @5513 on //depot/perl: 02369fa527750edc8d271e763f24410e6166959e
p4raw-link: @5373 on //depot/perl: 35f2feb095c3dd2b77eb6efc2bf725b5886b6931

p4raw-id: //depot/perl@5585

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 6 Mar 2000 17:30:48 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5584

24 years agomakedef.pl typos
Gurusamy Sarathy [Mon, 6 Mar 2000 17:02:52 +0000]
makedef.pl typos

p4raw-id: //depot/perl@5583

24 years agoPod::Man bugfixes (from Russ Allbery)
Gurusamy Sarathy [Mon, 6 Mar 2000 15:24:14 +0000]
Pod::Man bugfixes (from Russ Allbery)

p4raw-id: //depot/perl@5582

24 years agoFile::Path::rmtree() doesn't delete stale symlinks correctly
Gurusamy Sarathy [Mon, 6 Mar 2000 15:17:08 +0000]
File::Path::rmtree() doesn't delete stale symlinks correctly

p4raw-id: //depot/perl@5581

24 years agopod nits
Gurusamy Sarathy [Mon, 6 Mar 2000 14:55:57 +0000]
pod nits

p4raw-id: //depot/perl@5580

24 years ago64-bit build fix on VMS (from Dan Sugalski)
Gurusamy Sarathy [Mon, 6 Mar 2000 14:55:08 +0000]
64-bit build fix on VMS (from Dan Sugalski)

p4raw-id: //depot/perl@5579

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 6 Mar 2000 14:37:46 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5578

24 years agoskip tests that need VMS::Filespec on other platforms
Gurusamy Sarathy [Mon, 6 Mar 2000 07:26:18 +0000]
skip tests that need VMS::Filespec on other platforms

p4raw-id: //depot/perl@5577

24 years agointegrate vmsperl contents into mainline
Gurusamy Sarathy [Mon, 6 Mar 2000 07:11:21 +0000]
integrate vmsperl contents into mainline

p4raw-id: //depot/perl@5576

24 years agosupport for autovivified handles (from Tom Christiansen)
Gurusamy Sarathy [Mon, 6 Mar 2000 07:05:34 +0000]
support for autovivified handles (from Tom Christiansen)

p4raw-id: //depot/perl@5575

24 years agovendorlib support for Windows; regen win32/config*
Gurusamy Sarathy [Mon, 6 Mar 2000 06:31:55 +0000]
vendorlib support for Windows; regen win32/config*

p4raw-id: //depot/perl@5574

24 years agoSkip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
Charles Bailey [Mon, 6 Mar 2000 05:23:23 +0000]
Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)

p4raw-id: //depot/vmsperl@5573

24 years agothe incpush()es weren't all quite right on Windows in change#5559
Gurusamy Sarathy [Mon, 6 Mar 2000 05:21:26 +0000]
the incpush()es weren't all quite right on Windows in change#5559

p4raw-link: @5559 on //depot/metaconfig: 7f16f79d81f7fcd9c63772c8cb730e8ba08247e6on //depot/cfgperl: 526fdc24ad2c51ba7f2a58c871a45d948bdfe8e3

p4raw-id: //depot/perl@5572

24 years ago Fix ricochet in File::Spec::VMS
Charles Bailey [Mon, 6 Mar 2000 05:18:59 +0000]
   Fix ricochet in File::Spec::VMS
       Fix eval error in filespec.t
       Misc. minor fixes in filespec.t

p4raw-id: //depot/vmsperl@5571

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Mon, 6 Mar 2000 05:00:44 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5570

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 6 Mar 2000 04:51:39 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5569

24 years agoinstallperl wasn't putting extensions with two or more
Gurusamy Sarathy [Mon, 6 Mar 2000 04:48:17 +0000]
installperl wasn't putting extensions with two or more
nested package names in the archlib

p4raw-id: //depot/perl@5568

24 years agoSet up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
Charles Bailey [Mon, 6 Mar 2000 03:43:36 +0000]
Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)

p4raw-id: //depot/vmsperl@5567

24 years agoChange $Config{'extensions'} to look Unixy (Charles Lane)
Charles Bailey [Mon, 6 Mar 2000 03:40:14 +0000]
Change $Config{'extensions'} to look Unixy (Charles Lane)
       FIx logic error in glob-basic.t (Charles Lane)

p4raw-id: //depot/vmsperl@5566

24 years agoRemove trailing . from typeless files (Charles Lane)
Charles Bailey [Mon, 6 Mar 2000 03:37:46 +0000]
Remove trailing . from typeless files (Charles Lane)

p4raw-id: //depot/vmsperl@5565

24 years agoResync with mainline, update test in vmsfspec.t
Charles Bailey [Mon, 6 Mar 2000 03:36:26 +0000]
Resync with mainline, update test in vmsfspec.t

p4raw-id: //depot/vmsperl@5564

24 years agoavoid warning
Gurusamy Sarathy [Mon, 6 Mar 2000 03:29:11 +0000]
avoid warning

p4raw-id: //depot/perl@5563

24 years agoDowncase function call to hush picky cc
Charles Bailey [Mon, 6 Mar 2000 02:48:17 +0000]
Downcase function call to hush picky cc

p4raw-id: //depot/vmsperl@5562

24 years agoVOS patch from Paul Green. Note that the vos/config_h.SH_orig
Jarkko Hietaniemi [Mon, 6 Mar 2000 00:23:22 +0000]
VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
is not exactly identical to the current config_h.SH because
Paul needs better $sitearch control.

p4raw-id: //depot/cfgperl@5561

24 years agoAvoid wiping out @dl_{librefs,modules} when XSLoader
Doug MacEachern [Sun, 5 Mar 2000 15:19:01 +0000]
Avoid wiping out @dl_{librefs,modules} when XSLoader
falls back to DynaLoader.
To: perl5-porters@perl.org
Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>

p4raw-id: //depot/cfgperl@5560

24 years agositelib_stem and vendorlib_stem patches from Andy;
Michael G Schwern [Sun, 5 Mar 2000 06:31:29 +0000]
sitelib_stem and vendorlib_stem patches from Andy;
problem reported in
To: perl5-porters@perl.org
Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
Message-Id: <20000305113129.80DC23820@athens.arena-i.com>

p4raw-id: //depot/cfgperl@5559

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

p4raw-id: //depot/cfgperl@5558

24 years agoGetopt-Long v2.21 update (from Johan Vromans)
Gurusamy Sarathy [Sun, 5 Mar 2000 20:35:13 +0000]
Getopt-Long v2.21 update (from Johan Vromans)

p4raw-id: //depot/perl@5557

24 years agoLinux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
Gurusamy Sarathy [Sun, 5 Mar 2000 20:26:57 +0000]
Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
(from Matthias Urlichs <smurf@noris.net>)

p4raw-id: //depot/perl@5556

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