This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoPodify the remaining README.platform files;
Jarkko Hietaniemi [Wed, 6 Jun 2001 23:10:00 +0000 (23:10 +0000)]
Podify the remaining README.platform files;
merge README.plan9 and plan9/perlplan9.pod;
delete plan9/perlplan9.* (the perlplan.doc needs to
be regenerated in Plan 9); make the =head1 and =head2
in the README.platform to be a little more verbose
(skipped README.os2 not to anger Ilya) so that they
look better in the toc; regen toc.

p4raw-id: //depot/perl@10461

23 years agoRe: Bug in perlguts documentation?
Mike Guy [Wed, 6 Jun 2001 20:58:53 +0000 (20:58 +0000)]
Re: Bug in perlguts documentation?
Reply-To: mjtg@cam.ac.uk
Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10460

23 years agoRe: [ID 20010604.015] taint + comma = false insecurity
Mike Guy [Wed, 6 Jun 2001 20:58:15 +0000 (20:58 +0000)]
Re: [ID 20010604.015] taint + comma = false insecurity
Reply-To: mjtg@cam.ac.uk
Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10459

23 years agoDisable long doubles from pre-5.0 Tru64s.
Jarkko Hietaniemi [Wed, 6 Jun 2001 20:56:04 +0000 (20:56 +0000)]
Disable long doubles from pre-5.0 Tru64s.

p4raw-id: //depot/perl@10458

23 years agoThe #10455 exposed that modfl() is fundamentally busted
Jarkko Hietaniemi [Wed, 6 Jun 2001 20:49:23 +0000 (20:49 +0000)]
The #10455 exposed that modfl() is fundamentally busted
(as in: dumps core) in pre-5.0 Tru64, so better avoid even
testing it.

p4raw-id: //depot/perl@10457

23 years agoConfigure check for geborken modfl(), inspired by
Hugo van der Sanden [Tue, 5 Jun 2001 13:43:27 +0000 (14:43 +0100)]
Configure check for geborken modfl(), inspired by

Subject: Re: [20010118.017] op/int.t failure
Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10455

23 years agoIntegrate changes #10450 and #10451 from maintperl:
Jarkko Hietaniemi [Wed, 6 Jun 2001 11:45:08 +0000 (11:45 +0000)]
Integrate changes #10450 and #10451 from maintperl:

optimize change#10448 slightly (don't repeat search in eval""s lexical
scope, since that has already been searched)

change#9108 needs subtler treatment for case of closures created
within eval""

p4raw-link: @10450 on //depot/maint-5.6/perl: 77991f234c231cb11047bb180fdeef1134557583
p4raw-link: @10448 on //depot/maint-5.6/perl: 332ba4f98bc63c81fd7ba0d06432a7f903d716cf
p4raw-link: @9108 on //depot/maint-5.6/perl: 1cf1f64f42eb50a67f2427ff9d6d24023a2b9997

p4raw-id: //depot/perl@10454
p4raw-integrated: from //depot/maint-5.6/perl@10453 'merge in'
t/op/misc.t (@10448..) op.c (@10450..)

23 years agoMakeMaker magic to compile (when no dynamic loading)
Jarkko Hietaniemi [Wed, 6 Jun 2001 11:42:10 +0000 (11:42 +0000)]
MakeMaker magic to compile (when no dynamic loading)
List/Util.xsc as (ListUtil.c and) ListUtil.o since
POSIX-BC (BS2000) linker has an evil limitation of
being unable to include in the same executable several
object files with the same name - case-insensitively -
because otherwise we conflict with util.c.
Strictly speaking currently required only in POSIX-BC
but probably will do no harm elsewhere where static
linking is required.

p4raw-id: //depot/perl@10453

23 years agoIntegrate mainline.
Nick Ing-Simmons [Wed, 6 Jun 2001 08:59:51 +0000 (08:59 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@10452

23 years agoIntegrate change #10448 from maintperl; lexicals
Jarkko Hietaniemi [Wed, 6 Jun 2001 01:33:31 +0000 (01:33 +0000)]
Integrate change #10448 from maintperl; lexicals
outside an eval"" weren't resolved correctly inside a subroutine
definition inside the eval"" if they were not already referenced
in the toplevel of the eval""-ed code

p4raw-link: @10448 on //depot/maint-5.6/perl: 332ba4f98bc63c81fd7ba0d06432a7f903d716cf

p4raw-id: //depot/perl@10449
p4raw-integrated: from //depot/maint-5.6/perl@10447 'merge in' cop.h
(@9288..) t/op/misc.t (@10394..) op.c pp_ctl.c (@10412..)

23 years agoperl570delta.pod
Peter Scott [Tue, 5 Jun 2001 18:51:02 +0000 (11:51 -0700)]
perl570delta.pod
Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>

p4raw-id: //depot/perl@10447

23 years agoThe fudge factor is no more needed. I hope.
Jarkko Hietaniemi [Tue, 5 Jun 2001 23:45:05 +0000 (23:45 +0000)]
The fudge factor is no more needed.  I hope.

p4raw-id: //depot/perl@10446

23 years agoRe: [ID 20010529.006] String plus zero inconsistent across platforms
Hugo van der Sanden [Tue, 5 Jun 2001 12:58:19 +0000 (13:58 +0100)]
Re: [ID 20010529.006] String plus zero inconsistent across platforms
Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10445

23 years agoMake up prototypes only for those who have the functions
Jarkko Hietaniemi [Tue, 5 Jun 2001 11:09:01 +0000 (11:09 +0000)]
Make up prototypes only for those who have the functions
but not the prototypes.

p4raw-id: //depot/perl@10444

23 years agoRe: Not OK: perl@10439 on win32
Prymmer/Kahn [Mon, 4 Jun 2001 22:11:02 +0000 (15:11 -0700)]
Re: Not OK: perl@10439 on win32
Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10443

23 years agoExtraction of the *.SH wasn't quite working with -Dmksymlinks.
Jarkko Hietaniemi [Tue, 5 Jun 2001 00:55:17 +0000 (00:55 +0000)]
Extraction of the *.SH wasn't quite working with -Dmksymlinks.

p4raw-id: //depot/perl@10441

23 years agoUnnecessary fuzziness undone, noted by Mike Guy.
Jarkko Hietaniemi [Tue, 5 Jun 2001 00:28:27 +0000 (00:28 +0000)]
Unnecessary fuzziness undone, noted by Mike Guy.

p4raw-id: //depot/perl@10440

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:14:31 +0000 (17:14 +0000)]
Update Changes.

p4raw-id: //depot/perl@10439

23 years agoTest case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:10:16 +0000 (17:10 +0000)]
Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
leakage patch.

p4raw-id: //depot/perl@10438

23 years agoTest case for #10433/#10424.
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:01:06 +0000 (17:01 +0000)]
Test case for #10433/#10424.

p4raw-id: //depot/perl@10437

23 years agoOne fix for strtoul not setting errno
Hal Morris [Sat, 2 Jun 2001 09:23:11 +0000 (02:23 -0700)]
One fix for strtoul not setting errno
Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>

p4raw-id: //depot/perl@10436

23 years agoConfigure tweaks; add prototype probes, make the cpp symbols
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:48:33 +0000 (16:48 +0000)]
Configure tweaks; add prototype probes, make the cpp symbols
probe to cast, not whine; test for %Ld and %Lf before %lld and
%llf because the L is the ANSI way.

p4raw-id: //depot/perl@10434

23 years agoSigh. This is what #10424 was supposed to check in.
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:45:23 +0000 (16:45 +0000)]
Sigh.  This is what #10424 was supposed to check in.

p4raw-id: //depot/perl@10433

23 years agoMore verbose failure.
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:29:40 +0000 (16:29 +0000)]
More verbose failure.

p4raw-id: //depot/perl@10432

23 years agoThe .pm changes to go with #10428.
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:21:55 +0000 (16:21 +0000)]
The .pm changes to go with #10428.

p4raw-id: //depot/perl@10431

23 years agoOn second thoughts show to utf8 skippage message only
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:05:20 +0000 (16:05 +0000)]
On second thoughts show to utf8 skippage message only
on failures, it's too confusing otherwise,

p4raw-id: //depot/perl@10430

23 years agoDo not import anything from Encode.
Jarkko Hietaniemi [Mon, 4 Jun 2001 14:47:50 +0000 (14:47 +0000)]
Do not import anything from Encode.

p4raw-id: //depot/perl@10429

23 years agoThe #10402 didn't take. Weird.
Jarkko Hietaniemi [Mon, 4 Jun 2001 14:45:47 +0000 (14:45 +0000)]
The #10402 didn't take.  Weird.

p4raw-id: //depot/perl@10428

23 years agoEradicate traces of 'asciirange' re subpragma.
Jarkko Hietaniemi [Mon, 4 Jun 2001 12:55:39 +0000 (12:55 +0000)]
Eradicate traces of 'asciirange' re subpragma.

p4raw-id: //depot/perl@10427

23 years agouse is a compile-time thing.
Jarkko Hietaniemi [Mon, 4 Jun 2001 12:44:05 +0000 (12:44 +0000)]
use is a compile-time thing.

p4raw-id: //depot/perl@10426

23 years ago-Wall casting patch
Robin Barker [Mon, 4 Jun 2001 14:27:28 +0000 (15:27 +0100)]
-Wall casting patch
Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>

p4raw-id: //depot/perl@10425

23 years agointroducing SVpad_TYPED
Abhijit Menon-Sen [Mon, 4 Jun 2001 12:26:02 +0000 (17:56 +0530)]
introducing SVpad_TYPED
Message-ID: <20010604122602.A5775@lustre.linux.in>

p4raw-id: //depot/perl@10424

23 years agotestsuite for change#10192 (from Gisle Aas)
Gurusamy Sarathy [Mon, 4 Jun 2001 05:12:18 +0000 (05:12 +0000)]
testsuite for change#10192 (from Gisle Aas)

p4raw-link: @10192 on //depot/perl: ec4ab249deaa88f5a071536b0473504f26c43486

p4raw-id: //depot/perl@10423

23 years agoMissed from #10420.
Jarkko Hietaniemi [Mon, 4 Jun 2001 02:25:53 +0000 (02:25 +0000)]
Missed from #10420.

p4raw-id: //depot/perl@10421

23 years agoMissed HAS_SETRESGID_PROTO. No serious harm done since
Jarkko Hietaniemi [Mon, 4 Jun 2001 02:19:58 +0000 (02:19 +0000)]
Missed HAS_SETRESGID_PROTO.  No serious harm done since
often this prototype goes with HAS_SETRESUID_PROTO.

p4raw-id: //depot/perl@10420

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 4 Jun 2001 00:24:55 +0000 (00:24 +0000)]
Update Changes.

p4raw-id: //depot/perl@10419

23 years ago-Wall "subscript has type `char'" cleanup.
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:58:04 +0000 (23:58 +0000)]
-Wall "subscript has type `char'" cleanup.

p4raw-id: //depot/perl@10418

23 years agoVarious "cast to pointer from integer of different size"
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:37:17 +0000 (23:37 +0000)]
Various "cast to pointer from integer of different size"
picked up by gcc -Wall (in Tru64 where pointers are 64 bits
wide but I32 (int) only 32 bits wide).

WARNING: the classnum and tagnum changes in Storable.xs
may not be wise, they may be breaking binary compatibility
(in 64-bit platforms), asked Raphael Manfredi about the changes.

p4raw-id: //depot/perl@10417

23 years agoThe non-locale places need love, too.
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:15:24 +0000 (23:15 +0000)]
The non-locale places need love, too.

p4raw-id: //depot/perl@10416

23 years ago"10.", that is, decimal numbers can have no decimal part at all.
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:10:55 +0000 (23:10 +0000)]
"10.", that is, decimal numbers can have no decimal part at all.

p4raw-id: //depot/perl@10415

23 years agoPotential buffer overrun if the radix separator is more than
Jarkko Hietaniemi [Sun, 3 Jun 2001 22:49:55 +0000 (22:49 +0000)]
Potential buffer overrun if the radix separator is more than
one byte.  Also, under locales, prefer the locale-specific
separator over the old boring ".".

p4raw-id: //depot/perl@10414

23 years agoIntegrate change #10412 from maintperl; locale is now
Jarkko Hietaniemi [Sun, 3 Jun 2001 22:42:10 +0000 (22:42 +0000)]
Integrate change #10412 from maintperl; locale is now
per-cop, not per-op; plus retweak the locale.t to always
list the skipped utf8 locales.

p4raw-link: @10412 on //depot/maint-5.6/perl: 71d0b827413df9e881d1c54d2d968823ed50c75b

p4raw-id: //depot/perl@10413
p4raw-edited: from //depot/maint-5.6/perl@10411 'edit in'
t/pragma/locale.t (@8600..)
p4raw-integrated: from //depot/maint-5.6/perl@10411 'merge in'
lib/locale.pm (@5902..) opcode.h pp.sym pp_proto.h (@8620..)
opcode.pl (@8998..) op.h perl.h (@9288..) pp_sys.c (@9524..)
util.c (@9538..) embed.h (@9584..) op.c (@9950..) pp.c
(@10091..) pp_ctl.c (@10100..)

23 years agoMore verbose debugging.
Jarkko Hietaniemi [Sun, 3 Jun 2001 17:50:49 +0000 (17:50 +0000)]
More verbose debugging.

p4raw-id: //depot/perl@10411

23 years agoRE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
Paul Marquess [Sat, 2 Jun 2001 22:53:33 +0000 (23:53 +0100)]
RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>

p4raw-id: //depot/perl@10410

23 years agoMention that lexicalizing $a or $b is a bad idea if one
Jarkko Hietaniemi [Sun, 3 Jun 2001 17:27:13 +0000 (17:27 +0000)]
Mention that lexicalizing $a or $b is a bad idea if one
wants to use sort().

p4raw-id: //depot/perl@10409

23 years agoTweak the test to be happy if the accuracy is 'good enough'.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:52:41 +0000 (16:52 +0000)]
Tweak the test to be happy if the accuracy is 'good enough'.

p4raw-id: //depot/perl@10408

23 years agoUpgrade to Attribute::Handlers 0.70.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:50:33 +0000 (16:50 +0000)]
Upgrade to Attribute::Handlers 0.70.

NOTE: this unearthed the "too late for CHECK block" bug,
that's why the 1_compile.t change.

p4raw-id: //depot/perl@10407

23 years agoOne less -Wall whine.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:40:03 +0000 (16:40 +0000)]
One less -Wall whine.

p4raw-id: //depot/perl@10406

23 years agoIntegrate change #10404 from maintperl; eval.t was in pre-10394 mood.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:30:34 +0000 (16:30 +0000)]
Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.

p4raw-link: @10404 on //depot/maint-5.6/perl: 62bda1a5f4287c07607d002738961da56cf9f92c

p4raw-id: //depot/perl@10405
p4raw-integrated: from //depot/maint-5.6/perl@10403 'merge in'
t/op/eval.t (@5902..)

23 years agoUpdate to Text::Balanced 1.85.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:22:59 +0000 (16:22 +0000)]
Update to Text::Balanced 1.85.

p4raw-id: //depot/perl@10403

23 years agoRe: ext/Socket/Socket.xs
Nicholas Clark [Sun, 3 Jun 2001 17:54:36 +0000 (18:54 +0100)]
Re: ext/Socket/Socket.xs
Message-ID: <20010603175436.E76396@plum.flirble.org>

p4raw-id: //depot/perl@10402

23 years agoUnused variables.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:09:33 +0000 (16:09 +0000)]
Unused variables.

p4raw-id: //depot/perl@10401

23 years agoAPIfy op_clear
Simon Cozens [Sun, 3 Jun 2001 13:51:46 +0000 (14:51 +0100)]
APIfy op_clear
Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>

(despite the subject line, op_null is APIfied by the patch)

p4raw-id: //depot/perl@10400

23 years agot/lib/extutils.t
Nicholas Clark [Sat, 2 Jun 2001 23:57:05 +0000 (00:57 +0100)]
t/lib/extutils.t
Message-ID: <20010602235705.Q12698@plum.flirble.org>

p4raw-id: //depot/perl@10399

23 years agoupdate two win32 Makefiles
Prymmer/Kahn [Sun, 3 Jun 2001 08:55:14 +0000 (01:55 -0700)]
update two win32 Makefiles
Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10398

23 years agoRe: 'decimal digits' macro?
Hugo van der Sanden [Sun, 3 Jun 2001 04:26:36 +0000 (05:26 +0100)]
Re: 'decimal digits' macro?
Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10397

23 years agoRe: [ID 20010529.006] String plus zero inconsistent across platforms
Hugo van der Sanden [Sun, 3 Jun 2001 14:56:30 +0000 (15:56 +0100)]
Re: [ID 20010529.006] String plus zero inconsistent across platforms
Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10396

23 years agoIntegrate change #10394 from maintperl; lexical file scope leakage.
Jarkko Hietaniemi [Sun, 3 Jun 2001 14:59:41 +0000 (14:59 +0000)]
Integrate change #10394 from maintperl; lexical file scope leakage.

p4raw-link: @10394 on //depot/maint-5.6/perl: f8a08f7b8bd67b287f13d07e110e93e62aebd509

p4raw-id: //depot/perl@10395
p4raw-integrated: from //depot/maint-5.6/perl@10393 'copy in'
t/pragma/warn/universal (@5902..) 'merge in' perly.c (@8159..)
vms/perly_c.vms (@8169..) t/op/misc.t (@8636..) perly.y
(@9292..)

23 years agoMore VMS tweaks from Craig A. Berry.
Jarkko Hietaniemi [Sat, 2 Jun 2001 16:55:03 +0000 (16:55 +0000)]
More VMS tweaks from Craig A. Berry.

p4raw-id: //depot/perl@10393

23 years ago-Wall cleanup continues.
Jarkko Hietaniemi [Sat, 2 Jun 2001 16:48:26 +0000 (16:48 +0000)]
-Wall cleanup continues.

p4raw-id: //depot/perl@10392

23 years agoDrop the -ansi from the default gcc flags.
Jarkko Hietaniemi [Sat, 2 Jun 2001 13:29:12 +0000 (13:29 +0000)]
Drop the -ansi from the default gcc flags.

Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
that struct cannot be compared with a flat integer, such as STRLEN.
The -ansi will also cause a lot of noise in Solaris because of:
/usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list

p4raw-id: //depot/perl@10390

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 2 Jun 2001 13:14:57 +0000 (13:14 +0000)]
Integrate perlio:

[ 10387]
Tweak util.c's atof2 for MULTIPLICITY

p4raw-link: @10387 on //depot/perlio: 877f6a72ce9e4136d451f9f42b3110d9bdea9781

p4raw-id: //depot/perl@10389

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 2 Jun 2001 08:01:12 +0000 (08:01 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@10388

23 years agoTweak util.c's atof2 for MULTIPLICITY
Nick Ing-Simmons [Sat, 2 Jun 2001 07:39:17 +0000 (07:39 +0000)]
Tweak util.c's atof2 for MULTIPLICITY

p4raw-id: //depot/perlio@10387

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 2 Jun 2001 07:38:33 +0000 (07:38 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@10386

23 years agoAdd Attribute::Handlers 0.61 from Damian Conway.
Jarkko Hietaniemi [Fri, 1 Jun 2001 22:12:48 +0000 (22:12 +0000)]
Add Attribute::Handlers 0.61 from Damian Conway.

p4raw-id: //depot/perl@10385

23 years agoallow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
Peter Prymmer [Fri, 1 Jun 2001 15:49:22 +0000 (08:49 -0700)]
allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>

p4raw-id: //depot/perl@10384

23 years ago'do 1' and puzzling (?>...)
Jeff Pinyan [Fri, 1 Jun 2001 14:13:56 +0000 (10:13 -0400)]
'do 1' and puzzling (?>...)
Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@10383

23 years agoconfigure.com tweaks
Craig A. Berry [Fri, 1 Jun 2001 13:55:43 +0000 (08:55 -0500)]
configure.com tweaks
Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>

p4raw-id: //depot/perl@10382

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 1 Jun 2001 16:37:21 +0000 (16:37 +0000)]
Update Changes.

p4raw-id: //depot/perl@10381

23 years agoRe: [ID 20010529.004] program doesn't work unless in debug mode
Mike Guy [Fri, 1 Jun 2001 18:17:02 +0000 (19:17 +0100)]
Re: [ID 20010529.004] program doesn't work unless in debug mode
Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10380

23 years agoRe: [ID 20010529.006] String plus zero inconsistent across platforms
Hugo van der Sanden [Thu, 31 May 2001 20:49:48 +0000 (21:49 +0100)]
Re: [ID 20010529.006] String plus zero inconsistent across platforms
Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10379

23 years agoZero() is not available in x2p (or, rather, some of its
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:56:35 +0000 (15:56 +0000)]
Zero() is not available in x2p (or, rather, some of its
implementations like memzero() might not be available.)

p4raw-id: //depot/perl@10378

23 years agobzero -> memset
Michael G. Schwern [Fri, 1 Jun 2001 12:00:29 +0000 (13:00 +0100)]
bzero -> memset
Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>

(But use Zero() instead of memset.)

p4raw-id: //depot/perl@10377

23 years agoRe: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
Jeff Pinyan [Fri, 1 Jun 2001 10:33:55 +0000 (06:33 -0400)]
Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@10376

23 years agoRetract #10324 and #10333; not needed.
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:36:35 +0000 (15:36 +0000)]
Retract #10324 and #10333; not needed.

p4raw-id: //depot/perl@10375

23 years agoThe #10370 wasn't quite right.
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:35:19 +0000 (15:35 +0000)]
The #10370 wasn't quite right.

p4raw-id: //depot/perl@10374

23 years agoConfigure tweaks; record the Berkeley DB version,
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:34:24 +0000 (15:34 +0000)]
Configure tweaks; record the Berkeley DB version,
probe for realpath(), for setresuid() and setresgid()
prototypes; use realpath() (try to be paranoid enough),
use the setres[ug]id prototypes because glibc has the functions
but not their prototypes; add -Wall -ansi to gcc ccflags;
regen toc.

p4raw-id: //depot/perl@10372

23 years agoRe: [PATCH xsutils.c] Quieting warnings
Michael G. Schwern [Fri, 1 Jun 2001 11:28:14 +0000 (12:28 +0100)]
Re: [PATCH xsutils.c] Quieting warnings
Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10371

23 years agoFix -Wall on XS::Typemap
Tim Jenness [Thu, 31 May 2001 16:15:37 +0000 (06:15 -1000)]
Fix -Wall on XS::Typemap
Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@10370

23 years ago[patch] Cwd.xs optimizations/abstraction
Doug MacEachern [Thu, 31 May 2001 17:37:37 +0000 (10:37 -0700)]
[patch] Cwd.xs optimizations/abstraction
Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>

p4raw-id: //depot/perl@10369

23 years agoRe: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re:...
Nicholas Clark [Thu, 31 May 2001 23:56:40 +0000 (00:56 +0100)]
Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
Message-ID: <20010531235640.F12698@plum.flirble.org>

Make the test work also under only static extensions
(sh Configure -Uusedl fakes this nicely)

p4raw-id: //depot/perl@10368

23 years agoEliminating trigraph
Michael G. Schwern [Fri, 1 Jun 2001 11:49:56 +0000 (12:49 +0100)]
Eliminating trigraph
Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10367

23 years agoRe: [PATCH] Tests for File::Compare
Philip Newton [Thu, 31 May 2001 19:44:05 +0000 (21:44 +0200)]
Re: [PATCH] Tests for File::Compare
Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>

Unnecessary "quotation marks".

p4raw-id: //depot/perl@10366

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 1 Jun 2001 12:13:26 +0000 (12:13 +0000)]
Integrate perlio:

[ 10364]
Cleanup dll.base and dll.exp created by GCC builds.

[ 10363]
Make filecomp test work on CRLF platforms by adding binmode.

p4raw-link: @10364 on //depot/perlio: 562c1c190437b5b6cd7367e07a3dd748f2d9f34f
p4raw-link: @10363 on //depot/perlio: e5a04bd3608b6c4e986b3e42b05c62a441470936

p4raw-id: //depot/perl@10365

23 years agoCleanup dll.base and dll.exp created by GCC builds.
Nick Ing-Simmons [Fri, 1 Jun 2001 10:13:31 +0000 (10:13 +0000)]
Cleanup dll.base and dll.exp created by GCC builds.

p4raw-id: //depot/perlio@10364

23 years agoMake filecomp test work on CRLF platforms by adding binmode.
Nick Ing-Simmons [Fri, 1 Jun 2001 10:02:17 +0000 (10:02 +0000)]
Make filecomp test work on CRLF platforms by adding binmode.

p4raw-id: //depot/perlio@10363

23 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 1 Jun 2001 08:37:17 +0000 (08:37 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@10362

23 years agopanic:claustrophobia.
Jarkko Hietaniemi [Thu, 31 May 2001 15:09:34 +0000 (15:09 +0000)]
panic:claustrophobia.

p4raw-id: //depot/perl@10361

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 31 May 2001 13:04:25 +0000 (13:04 +0000)]
Update Changes.

p4raw-id: //depot/perl@10360

23 years agoIntegrate mainline.
Nick Ing-Simmons [Thu, 31 May 2001 12:35:50 +0000 (12:35 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@10359

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 31 May 2001 12:35:05 +0000 (12:35 +0000)]
Integrate perlio:

[ 10350]
win32 - dmake regen_config_h

[ 10348]
Tolerate Win32 numerics

p4raw-link: @10350 on //depot/perlio: d81cc1197265cf2e1ba85b72980f829cb1ccf30b
p4raw-link: @10348 on //depot/perlio: fbfa96bda4befdd487dbdffb28474c77cd230a88

p4raw-id: //depot/perl@10358

23 years agoAllow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
Jarkko Hietaniemi [Thu, 31 May 2001 12:33:41 +0000 (12:33 +0000)]
Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
(idea from Sarathy; implementation from Andy)

p4raw-id: //depot/perl@10356

23 years agoMore AUTHORS.
Jarkko Hietaniemi [Thu, 31 May 2001 12:18:06 +0000 (12:18 +0000)]
More AUTHORS.

p4raw-id: //depot/perl@10355

23 years agoRe: [PATCH] Tests for File::Compare
Alexander Gough [Thu, 31 May 2001 13:26:34 +0000 (14:26 +0100)]
Re: [PATCH] Tests for File::Compare
Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>

p4raw-id: //depot/perl@10354

23 years ago[PATCH] DEBUG_* macro cleanups
Abhijit Menon-Sen [Thu, 31 May 2001 12:16:22 +0000 (17:46 +0530)]
[PATCH] DEBUG_* macro cleanups
Date: Thu, 31 May 2001 12:16:22 +0530
Message-ID: <20010531121622.B4829@lustre.linux.in>

Subject: Re: [PATCH] DEBUG_* macro cleanups
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Thu, 31 May 2001 13:57:01 +0530
Message-ID: <20010531135701.A21775@lustre.linux.in>

(The DEBUG_ definitions in perl.h changed to use the
STMT_START and STMT_END.)

p4raw-id: //depot/perl@10353

23 years ago-Wall cleanups: perl.c, gv.c, Storable.xs
Abhijit Menon-Sen [Thu, 31 May 2001 08:27:55 +0000 (13:57 +0530)]
-Wall cleanups: perl.c, gv.c, Storable.xs
Message-ID: <20010531082755.A10018@lustre.linux.in>

p4raw-id: //depot/perl@10352

23 years ago[PATCH] AUTHORS
Jarkko Hietaniemi [Thu, 31 May 2001 11:45:16 +0000 (11:45 +0000)]
[PATCH] AUTHORS
From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
Date: Thu, 31 May 2001 01:27:59 -0500
Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>

Subject: Re: [PATCH] AUTHORS
From: "Philip Newton" <Philip.Newton@gmx.net>
Date: Thu, 31 May 2001 10:08:06 +0200
(Message-Id missing?)

p4raw-id: //depot/perl@10351

23 years agowin32 - dmake regen_config_h
Nick Ing-Simmons [Thu, 31 May 2001 11:40:43 +0000 (11:40 +0000)]
win32 - dmake regen_config_h

p4raw-id: //depot/perlio@10350

23 years agoRe: [PATCH util.c] More warning cleanups.
Philip Newton [Thu, 31 May 2001 07:41:36 +0000 (09:41 +0200)]
Re: [PATCH util.c] More warning cleanups.
Message-Id: <200105310538.IAA25458@taku.hut.fi>

Undo C++-ism that snekt in.

p4raw-id: //depot/perl@10349