24 years agosmall tweak for change#4309
Gurusamy Sarathy [Fri, 8 Oct 1999 04:52:19 +0000]
small tweak for change#4309

p4raw-link: @4309 on //depot/perl: 38a230cb455fb1aca316039ba1d4aed58c0c60d5

p4raw-id: //depot/perl@4313

24 years agoadd suggested patch =~ s/NOTOP/OP_NOT/ with tests
Larry Wall [Wed, 6 Oct 1999 09:55:57 +0000]
add suggested patch =~ s/NOTOP/OP_NOT/ with tests
Message-Id: <199910061655.JAA11333@kiev.wall.org>
Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)

p4raw-id: //depot/perl@4312

24 years agotypo
Gurusamy Sarathy [Fri, 8 Oct 1999 00:58:19 +0000]
typo

p4raw-id: //depot/perl@4311

24 years agofix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
Gurusamy Sarathy [Thu, 7 Oct 1999 23:51:38 +0000]
fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
Brian Mitchell <brian@chele.cais.net>)

p4raw-id: //depot/perl@4310

24 years agochange#3728 was flawed (loop contexts saw the wrong statement
Gurusamy Sarathy [Thu, 7 Oct 1999 22:57:52 +0000]
change#3728 was flawed (loop contexts saw the wrong statement
info, causing loop control constructs to not find the label);
disable OP_SETSTATE entirely and add a fix that is specifically
targetted at disabling the OP_LINESEQ optimization in else BLOCK,
which was what the original patch was supposed to fix

TODO: remove the remainder of the setstate logic if it can't
be used anywhere else (it isn't used anywhere now)

p4raw-link: @3728 on //depot/perl: 7399586d384137f7ae66bcc82a83b0df7dd429e5

p4raw-id: //depot/perl@4309

24 years agoupdate to podlators-0.08 from Russ Allbery
Gurusamy Sarathy [Thu, 7 Oct 1999 15:12:24 +0000]
update to podlators-0.08 from Russ Allbery

p4raw-id: //depot/perl@4307

24 years agosome versions of mingw32 have __int64, define iff it isn't
Gurusamy Sarathy [Wed, 6 Oct 1999 16:55:45 +0000]
some versions of mingw32 have __int64, define iff it isn't

p4raw-id: //depot/perl@4305

24 years agofix typos in change#4288
Gurusamy Sarathy [Wed, 6 Oct 1999 03:45:44 +0000]
fix typos in change#4288

p4raw-link: @4288 on //depot/cfgperl: 57def98fcb6c98601beaf31e3c48ad681bfdc2a3

p4raw-id: //depot/perl@4304

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 6 Oct 1999 03:22:46 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@4303

24 years agomake die/warn and other diagnostics go to wherever STDERR happens
Gurusamy Sarathy [Wed, 6 Oct 1999 02:36:53 +0000]
make die/warn and other diagnostics go to wherever STDERR happens
to point at; change places that meant Perl_debug_log rather than
PerlIO_stderr()

p4raw-id: //depot/perl@4302

24 years agoRe: Strange RE engine breakage in 5_61
Ilya Zakharevich [Mon, 4 Oct 1999 19:58:03 +0000]
Re: Strange RE engine breakage in 5_61

To: François Désarménien <desar@club-internet.fr>
Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>

(had to apply pat.t part manually because there
 already were more tests than there was in _61)

p4raw-id: //depot/cfgperl@4301

24 years agoRe: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
Andy Dougherty [Mon, 4 Oct 1999 13:05:08 +0000]
Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't

To: Jarkko Hietaniemi <jhi@iki.fi>
cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/cfgperl@4300

24 years agoRe: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
Michael G. Schwern [Sun, 3 Oct 1999 17:34:17 +0000]
Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"

To: perl5-porters@perl.org
Message-ID: <19991003173417.A4351@blackrider>

p4raw-id: //depot/cfgperl@4299

24 years agosome compatibility macros were busted
Gurusamy Sarathy [Mon, 4 Oct 1999 04:57:53 +0000]
some compatibility macros were busted

p4raw-id: //depot/perl@4298

24 years agoA better version of #4296.
Michael G. Schwern [Sun, 3 Oct 1999 13:54:23 +0000]
A better version of #4296.
To: perl5-porters@perl.org
Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
Message-ID: <19991003135423.A3050@blackrider>

p4raw-id: //depot/cfgperl@4297

24 years ago(Replaced by #4297.)
Michael G. Schwern [Sun, 3 Oct 1999 13:16:47 +0000]
(Replaced by #4297.)
To: perl5-porters@perl.org
Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
Message-ID: <19991003131647.A2816@blackrider>

plus changed the error message to say "No such pseudo-hash field"
as discussed in the above mail message.

p4raw-id: //depot/cfgperl@4296

24 years agoavoid doing irrelevant things on 'make perl'
Gurusamy Sarathy [Sun, 3 Oct 1999 16:09:36 +0000]
avoid doing irrelevant things on 'make perl'

p4raw-id: //depot/perl@4295

24 years agoFix a typo in #4293 spotted by Graham Barr.
Jarkko Hietaniemi [Sun, 3 Oct 1999 14:16:24 +0000]
Fix a typo in #4293 spotted by Graham Barr.

p4raw-id: //depot/cfgperl@4294

24 years agoRe: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
Michael G Schwern [Sun, 3 Oct 1999 02:34:01 +0000]
Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]

To: perl5-porters@perl.org
Message-ID: <19991003023401.A1520@blackrider>

p4raw-id: //depot/cfgperl@4293

24 years agoBenchmark.pm bugfix, tweaks
Barrie Slaymaker [Sun, 3 Oct 1999 00:09:51 +0000]
Benchmark.pm bugfix, tweaks

To: perl5-porters@perl.org
Message-Id: <199910030409.AAA18228@jester.slaysys.com>

p4raw-id: //depot/cfgperl@4292

24 years agoBe understanding about large file systems.
Jarkko Hietaniemi [Sat, 2 Oct 1999 23:43:53 +0000]
Be understanding about large file systems.

p4raw-id: //depot/cfgperl@4291

24 years agoConfigure fixfest continues.
Jarkko Hietaniemi [Sat, 2 Oct 1999 23:39:16 +0000]
Configure fixfest continues.

p4raw-id: //depot/cfgperl@4290

24 years agoRegen Porting stuff.
Jarkko Hietaniemi [Sat, 2 Oct 1999 23:12:54 +0000]
Regen Porting stuff.

p4raw-id: //depot/cfgperl@4289

24 years agoUntangle the IV_IS_QUAD jungle by introduding
Jarkko Hietaniemi [Sat, 2 Oct 1999 23:05:50 +0000]
Untangle the IV_IS_QUAD jungle by introduding
macros to be used when doing formatted printing:
IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.

p4raw-id: //depot/cfgperl@4288

24 years agoBattle namespace pollution.
Jarkko Hietaniemi [Sat, 2 Oct 1999 10:16:15 +0000]
Battle namespace pollution.

p4raw-id: //depot/cfgperl@4285

24 years agoRegen Configure, all of xs_apiversion didn't take.
Jarkko Hietaniemi [Sat, 2 Oct 1999 10:11:20 +0000]
Regen Configure, all of xs_apiversion didn't take.

p4raw-id: //depot/cfgperl@4284

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 2 Oct 1999 09:48:17 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4283

24 years agoupdate pod2man, pod2text and related Pod:: modules with the
Gurusamy Sarathy [Sat, 2 Oct 1999 06:39:14 +0000]
update pod2man, pod2text and related Pod:: modules with the
ones in podlators-0.07 from Russ Allbery

p4raw-id: //depot/perl@4282

24 years agofix PodParser testsuite; Pod::Text subsumes Pod::PlainText
Gurusamy Sarathy [Sat, 2 Oct 1999 06:14:44 +0000]
fix PodParser testsuite; Pod::Text subsumes Pod::PlainText

p4raw-id: //depot/perl@4281

24 years agoupgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
Gurusamy Sarathy [Sat, 2 Oct 1999 04:39:38 +0000]
upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>

p4raw-id: //depot/perl@4280

24 years agomake exists() work better on pseudo-hashes (reworked a patch suggested
Gurusamy Sarathy [Sat, 2 Oct 1999 03:36:41 +0000]
make exists() work better on pseudo-hashes (reworked a patch suggested
by Michael G Schwern <schwern@pobox.com>)

p4raw-id: //depot/perl@4279

24 years agodeprecate C<use attrs>
Gurusamy Sarathy [Sat, 2 Oct 1999 02:36:55 +0000]
deprecate C<use attrs>

p4raw-id: //depot/perl@4278

24 years agoadd notes about effect of loop control statements inside
Gurusamy Sarathy [Sat, 2 Oct 1999 01:43:25 +0000]
add notes about effect of loop control statements inside
LABEL BLOCK continue BLOCK

p4raw-id: //depot/perl@4277

24 years agoindent nested =items properly (suggested by Bill Fenner
Gurusamy Sarathy [Sat, 2 Oct 1999 01:23:02 +0000]
indent nested =items properly (suggested by Bill Fenner
<fenner@research.att.com>)

p4raw-id: //depot/perl@4276

24 years agoupdated ptags generator from Ilya Zakharevich
Gurusamy Sarathy [Sat, 2 Oct 1999 01:09:16 +0000]
updated ptags generator from Ilya Zakharevich

p4raw-id: //depot/perl@4275

24 years agoupdate Changes
Gurusamy Sarathy [Fri, 1 Oct 1999 23:08:52 +0000]
update Changes

p4raw-id: //depot/perl@4274

24 years agotypo, whitespace adjustments
Gurusamy Sarathy [Fri, 1 Oct 1999 22:58:55 +0000]
typo, whitespace adjustments

p4raw-id: //depot/perl@4273

24 years agoremove dup hunks
Gurusamy Sarathy [Fri, 1 Oct 1999 22:46:06 +0000]
remove dup hunks

p4raw-id: //depot/perl@4272

24 years agointegrate cfgperl contents into mainline; resolve h2xs.PL conflict
Gurusamy Sarathy [Fri, 1 Oct 1999 22:33:02 +0000]
integrate cfgperl contents into mainline; resolve h2xs.PL conflict
by declaring new globals "our" (XXX this means h2xs generated code
won't run on earlier versions; a switch to generate compatible
source is needed)

p4raw-id: //depot/perl@4271

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 1 Oct 1999 12:05:56 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4270

24 years ago[ID 19991001.001] perlguts man page error
Piotr Klaban [Fri, 1 Oct 1999 10:23:49 +0000]
[ID 19991001.001] perlguts man page error

To: perl5-porters@perl.org
Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>

p4raw-id: //depot/cfgperl@4269

24 years agoThere *is* a month called October.
Jarkko Hietaniemi [Fri, 1 Oct 1999 07:32:33 +0000]
There *is* a month called October.

p4raw-id: //depot/cfgperl@4268

24 years agoTemp file cleanliness.
Jarkko Hietaniemi [Fri, 1 Oct 1999 06:58:10 +0000]
Temp file cleanliness.

p4raw-id: //depot/cfgperl@4267

24 years agoBenchmark.pm: Export countit(), cmpthese() by default
Barrie Slaymaker [Thu, 30 Sep 1999 22:16:26 +0000]
Benchmark.pm: Export countit(), cmpthese() by default

To: perl5-porters@perl.org
Message-Id: <199910010216.WAA08309@jester.slaysys.com>

p4raw-id: //depot/cfgperl@4266

24 years agoBenchmark tweaks, fixes, cmpthese()
Barrie Slaymaker [Thu, 30 Sep 1999 15:44:00 +0000]
Benchmark tweaks, fixes, cmpthese()

To: perl5-porters@perl.org
Message-Id: <199909301944.PAA07166@jester.slaysys.com>
(Replaces #4175.)

p4raw-id: //depot/cfgperl@4265

24 years agore-add missing "Out of memory!" entry
Gurusamy Sarathy [Thu, 30 Sep 1999 17:59:26 +0000]
re-add missing "Out of memory!" entry

p4raw-id: //depot/perl@4264

24 years agoRegenerate Configure.
Jarkko Hietaniemi [Thu, 30 Sep 1999 17:05:43 +0000]
Regenerate Configure.

p4raw-id: //depot/cfgperl@4263

24 years agoRetract #4252, didn't help with the original problem.
Jarkko Hietaniemi [Thu, 30 Sep 1999 16:24:58 +0000]
Retract #4252, didn't help with the original problem.

p4raw-id: //depot/cfgperl@4262

24 years agorand() advisory for perldelta.pod
Andy Dougherty [Thu, 30 Sep 1999 12:24:00 +0000]
rand() advisory for perldelta.pod

To: Perl Porters <perl5-porters@perl.org>
Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/cfgperl@4261

24 years ago(Was: deprecating SIGDIE)
Kurt D. Starsinic [Wed, 29 Sep 1999 15:16:50 +0000]
(Was: deprecating SIGDIE)

To: Gurusamy Sarathy <gsar@ActiveState.com>
Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
        The Perl Porters Mailing List <perl5-porters@perl.org>
Message-ID: <19990929151650.E26675@O2.chapin.edu>

p4raw-id: //depot/cfgperl@4257

24 years agoRe: _58, _61 Argument "" is not numeric in sprintf
Ilya Zakharevich [Wed, 29 Sep 1999 18:58:23 +0000]
Re: _58, _61 Argument "" is not numeric in sprintf

To: Gurusamy Sarathy <gsar@activestate.com>
Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4256

24 years agoremove prehistoric XFree() gunk
Gurusamy Sarathy [Thu, 30 Sep 1999 09:03:48 +0000]
remove prehistoric XFree() gunk

p4raw-id: //depot/perl@4255

24 years ago[patch _61] Minor corrections in C.pm
Vishal Bhatia [Wed, 29 Sep 1999 23:27:28 +0000]
[patch _61] Minor corrections in C.pm

Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>

p4raw-id: //depot/perl@4254

24 years agooff-by-one in fbm_compile() (spotted by John Bley
Gurusamy Sarathy [Thu, 30 Sep 1999 08:36:27 +0000]
off-by-one in fbm_compile() (spotted by John Bley
<jbley@cs.cmu.edu>); whitespace adjustments

p4raw-id: //depot/perl@4253

24 years ago(Removed by #4262.)
Ilya Zakharevich [Wed, 29 Sep 1999 18:29:52 +0000]
(Removed by #4262.)
To: desar@club-internet.fr (François Désarménien)
Cc: perl5-porters@perl.org (perl5-porters@perl.org)
Subject: Re: Strange RE engine breakage in 5_61
Message-Id: <199909292229.SAA18917@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4252

24 years agoFollowup h2xs patch
Ilya Zakharevich [Thu, 30 Sep 1999 04:15:52 +0000]
Followup h2xs patch

To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4251

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 29 Sep 1999 19:11:32 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4250

24 years agoTo: Perl Porters <perl5-porters@perl.org>
Andy Dougherty [Tue, 28 Sep 1999 12:20:50 +0000]
To: Perl Porters <perl5-porters@perl.org>
Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>

From: Andy Dougherty <doughera@lafayette.edu>
To: Perl Porters <perl5-porters@perl.org>
Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/cfgperl@4248

24 years agorevert change#4115 (breaks libwww's base/date.t); could be
Gurusamy Sarathy [Tue, 28 Sep 1999 17:36:59 +0000]
revert change#4115 (breaks libwww's base/date.t); could be
reworked to enable it conditional on $Time::Local::nocroak
or some such

p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6

p4raw-id: //depot/perl@4247

24 years agotweak for win32 build
Gurusamy Sarathy [Tue, 28 Sep 1999 17:33:14 +0000]
tweak for win32 build

p4raw-id: //depot/perl@4246

24 years agochange#4236 fallout
Gurusamy Sarathy [Tue, 28 Sep 1999 17:31:34 +0000]
change#4236 fallout

p4raw-link: @4236 on //depot/perl: 045453ec55d824e77191d868f07b6aa6ada39395

p4raw-id: //depot/perl@4245

24 years agoremove doubled new_xpv
Gurusamy Sarathy [Tue, 28 Sep 1999 17:29:31 +0000]
remove doubled new_xpv

p4raw-id: //depot/perl@4244

24 years agoArtistic fine-tuning.
Jarkko Hietaniemi [Mon, 27 Sep 1999 19:13:20 +0000]
Artistic fine-tuning.

p4raw-id: //depot/cfgperl@4243

24 years agoavoid implicit split to @_ in change#4181; binary -> text file
Gurusamy Sarathy [Mon, 27 Sep 1999 17:05:22 +0000]
avoid implicit split to @_ in change#4181; binary -> text file
types in p4

p4raw-link: @4181 on //depot/cfgperl: d8936fac7ff60d68386a4192b6416377d019892e

p4raw-id: //depot/perl@4242

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 27 Sep 1999 07:48:19 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4241

24 years agoFinalize change #4232.
Ilya Zakharevich [Sun, 26 Sep 1999 16:52:31 +0000]
Finalize change #4232.
To: Jarkko Hietaniemi <jhi@iki.fi>
Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>

p4raw-link: @4232 on //depot/cfgperl: ddf6bed10156a8078a4c99edf2247bc17af67666

p4raw-id: //depot/cfgperl@4240

24 years agoadd notes in INSTALL about Configure -Accflags=-DFOO
Gurusamy Sarathy [Mon, 27 Sep 1999 02:48:42 +0000]
add notes in INSTALL about Configure -Accflags=-DFOO

p4raw-id: //depot/perl@4239

24 years agoPERL_POLLUTE isn't required for bincompat, so don't enable
Gurusamy Sarathy [Mon, 27 Sep 1999 02:03:48 +0000]
PERL_POLLUTE isn't required for bincompat, so don't enable
it automatically

p4raw-id: //depot/perl@4238

24 years agoMalloc fixes and docs
Ilya Zakharevich [Fri, 24 Sep 1999 23:25:36 +0000]
Malloc fixes and docs

Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@4237

24 years agoavoid .exe in $Config{cc} (spotted by Vadim Konovalov
Gurusamy Sarathy [Mon, 27 Sep 1999 01:31:32 +0000]
avoid .exe in $Config{cc} (spotted by Vadim Konovalov
<vkonovalov@lucent.com>)

p4raw-id: //depot/perl@4236

24 years agofix buggy popping of subroutine contexts in the lvalue
Gurusamy Sarathy [Sun, 26 Sep 1999 17:02:03 +0000]
fix buggy popping of subroutine contexts in the lvalue
subroutines implementation (change#4081); correct the
plethora of cases where DIE() was more appropriate than
croak()

p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36

p4raw-id: //depot/perl@4235

24 years agoFix #endif.
Jarkko Hietaniemi [Sun, 26 Sep 1999 12:06:28 +0000]
Fix #endif.

p4raw-id: //depot/cfgperl@4234

24 years agoIntegrate with Sarathy. h2xs.PL had to be manually resolved,
Jarkko Hietaniemi [Sun, 26 Sep 1999 11:59:18 +0000]
Integrate with Sarathy. h2xs.PL had to be manually resolved,
I kept my (Ilya's) version.

p4raw-id: //depot/cfgperl@4233

24 years agoTo: Mailing list Perl5 <perl5-porters@perl.org>
Ilya Zakharevich [Sun, 26 Sep 1999 01:36:09 +0000]
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_61] teach xsubpp function pointers
Date: Sun, 26 Sep 1999 01:36:09 -0400
Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>

From: Ilya Zakharevich <ilya@math.ohio-state.edu>
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
Date: Sun, 26 Sep 1999 03:00:50 -0400
Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4232

24 years agomisprint in perlguts
Vadim Konovalov [Sun, 26 Sep 1999 12:48:36 +0000]
misprint in perlguts

From: "Konovalov, Vadim" <vkonovalov@lucent.com>
To: perl5-porters@perl.org
Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>

p4raw-id: //depot/cfgperl@4231

24 years agoadd $installarchlib/CORE to default linker search path on windows
Gurusamy Sarathy [Sun, 26 Sep 1999 00:50:08 +0000]
add $installarchlib/CORE to default linker search path on windows

p4raw-id: //depot/perl@4230

24 years agosupport C<use Shell> on Windows (reworked a patch suggested
Gurusamy Sarathy [Sat, 25 Sep 1999 20:05:03 +0000]
support C<use Shell> on Windows (reworked a patch suggested
by Jenda Krynicky <Jenda@McCann.cz>)

p4raw-id: //depot/perl@4229

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Sat, 25 Sep 1999 07:03:34 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@4228

24 years agoRe: [PATCH 5.005_61] "our" declarations
Larry Wall [Fri, 24 Sep 1999 21:59:37 +0000]
Re: [PATCH 5.005_61] "our" declarations

Message-Id: <199909250459.VAA27506@kiev.wall.org>

p4raw-id: //depot/perl@4227

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 24 Sep 1999 23:10:52 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4226

24 years agoavoid infinite recursive exec()s of perl.exe when shebang
Gurusamy Sarathy [Fri, 24 Sep 1999 18:19:54 +0000]
avoid infinite recursive exec()s of perl.exe when shebang
contains "Perl" rather than "perl" on DOSISH platforms

p4raw-id: //depot/perl@4225

24 years agosupport cygwin and other platforms that link to import libraries
Gurusamy Sarathy [Fri, 24 Sep 1999 16:09:23 +0000]
support cygwin and other platforms that link to import libraries
rather than directly with shared libraries (from a suggestion
by Lucian Cionca <Lucian.Cionca@algoritma.ro>)

p4raw-id: //depot/perl@4224

24 years agonormalize time for strftime() (without the isdst effects of
Spider Boardman [Thu, 23 Sep 1999 17:54:53 +0000]
normalize time for strftime() (without the isdst effects of
mktime()) using a custom mini_mktime()
Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03

p4raw-id: //depot/perl@4223

24 years agochange "#" to a comment starter in pack templates; "/" now
Ilya Zakharevich [Wed, 22 Sep 1999 19:41:30 +0000]
change "#" to a comment starter in pack templates; "/" now
used for specifying counted types
Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates

p4raw-id: //depot/perl@4222

24 years ago[patch _61] perlcc changes
Vishal Bhatia [Thu, 23 Sep 1999 12:45:19 +0000]
[patch _61] perlcc changes

Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>

p4raw-id: //depot/perl@4221

24 years agoadd include guard
Gurusamy Sarathy [Thu, 23 Sep 1999 01:12:24 +0000]
add include guard

p4raw-id: //depot/perl@4220

24 years agoCleanup cleanup.
Jarkko Hietaniemi [Wed, 22 Sep 1999 20:38:15 +0000]
Cleanup cleanup.

p4raw-id: //depot/cfgperl@4219

24 years agoTweak the equivalence tables once again.
Jarkko Hietaniemi [Wed, 22 Sep 1999 19:26:58 +0000]
Tweak the equivalence tables once again.

p4raw-id: //depot/cfgperl@4218

24 years agoRetract #4216 (Configure does take care of the problem.)
Jarkko Hietaniemi [Wed, 22 Sep 1999 13:26:00 +0000]
Retract #4216 (Configure does take care of the problem.)

p4raw-id: //depot/cfgperl@4217

24 years ago(Retracted by #4127, unnecessary because Configure does this.)
Boyd Gerber [Tue, 21 Sep 1999 23:13:15 +0000]
(Retracted by #4127, unnecessary because Configure does this.)
To: Jarkko Hietaniemi <jhi@iki.fi>
cc: perl5-porters@perl.org
Subject: Re: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
Message-ID: <Pine.SC5.4.10.9909212310320.11455-200000@xenau>

p4raw-id: //depot/cfgperl@4216

24 years agoTo: Mailing list Perl5 <perl5-porters@perl.org>
Ilya Zakharevich [Tue, 21 Sep 1999 19:50:00 +0000]
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
Date: Tue, 21 Sep 1999 19:50:00 -0400
Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>

From: Ilya Zakharevich <ilya@math.ohio-state.edu>
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_61] More verbose -Mre=debug
Date: Tue, 21 Sep 1999 22:29:55 -0400
Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4215

24 years agoReply-To: gerberb@zenez.com
0000-Admin (0000) [Tue, 21 Sep 1999 11:07:46 +0000]
Reply-To: gerberb@zenez.com
To: perl5-porters@perl.org
Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
Message-Id: <199909211707.LAA23611@devsys0.zenez.com>

(Snipped away the last lines of svr5.sh a la change #3725)

p4raw-link: @3725 on //depot/cfgperl: 5cf1d1f16c1401220ecaa7b3127343c7c6c095d2

p4raw-id: //depot/cfgperl@4214

24 years ago[ID 19990921.013] accidental list context in perlfaq9
Kragen Sitaker [Tue, 21 Sep 1999 16:27:53 +0000]
[ID 19990921.013] accidental list context in perlfaq9

To: perl5-porters@perl.org
Reply-To: kragen@pobox.com
Message-Id: <199909212027.QAA03450@kirk.dnaco.net>

p4raw-id: //depot/cfgperl@4213

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 20 Sep 1999 19:55:42 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4212

24 years agoRename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
Jarkko Hietaniemi [Mon, 20 Sep 1999 19:44:44 +0000]
Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.

p4raw-id: //depot/cfgperl@4211

24 years agoConfigure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
Jarkko Hietaniemi [Mon, 20 Sep 1999 19:38:26 +0000]
Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".

p4raw-id: //depot/cfgperl@4210

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Mon, 20 Sep 1999 19:35:39 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@4209

24 years ago add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
Gurusamy Sarathy [Mon, 20 Sep 1999 18:28:44 +0000]
add README.Y2K (from Dominic Dunlop <domo@vo.lu>)

p4raw-id: //depot/perl@4208

24 years agoDocument -Duselfs, -Duselongdouble, and -Dusemorebits.
Jarkko Hietaniemi [Mon, 20 Sep 1999 11:06:13 +0000]
Document -Duselfs, -Duselongdouble, and -Dusemorebits.

p4raw-id: //depot/cfgperl@4207

24 years agoDo not test for gccish things in non-gccish platforms.
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:53:15 +0000]
Do not test for gccish things in non-gccish platforms.

p4raw-id: //depot/cfgperl@4206