Jarkko Hietaniemi [Wed, 6 Jun 2001 23:33:58 +0000]
The proper prototyping for #10463.
p4raw-id: //depot/perl@10464
Nicholas Clark [Thu, 7 Jun 2001 00:29:59 +0000]
Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
Message-ID: <
20010607002959.Z76396@plum.flirble.org>
p4raw-id: //depot/perl@10463
Craig A. Berry [Wed, 6 Jun 2001 17:54:30 +0000]
fix old $^S description in perlvms.pod
Message-Id: <5.1.0.14.0.
20010606174814.03c2c880@exchi01>
p4raw-id: //depot/perl@10462
Jarkko Hietaniemi [Wed, 6 Jun 2001 23:10:00 +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
Mike Guy [Wed, 6 Jun 2001 20:58:53 +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
Mike Guy [Wed, 6 Jun 2001 20:58:15 +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
Jarkko Hietaniemi [Wed, 6 Jun 2001 20:56:04 +0000]
Disable long doubles from pre-5.0 Tru64s.
p4raw-id: //depot/perl@10458
Jarkko Hietaniemi [Wed, 6 Jun 2001 20:49:23 +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
Hugo van der Sanden [Tue, 5 Jun 2001 13:43:27 +0000]
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
Jarkko Hietaniemi [Wed, 6 Jun 2001 11:45:08 +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..)
Jarkko Hietaniemi [Wed, 6 Jun 2001 11:42:10 +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
Jarkko Hietaniemi [Wed, 6 Jun 2001 01:33:31 +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..)
Peter Scott [Tue, 5 Jun 2001 18:51:02 +0000]
perl570delta.pod
Message-Id: <4.3.2.7.2.
20010605183619.00a94400@psdt.com>
p4raw-id: //depot/perl@10447
Jarkko Hietaniemi [Tue, 5 Jun 2001 23:45:05 +0000]
The fudge factor is no more needed. I hope.
p4raw-id: //depot/perl@10446
Hugo van der Sanden [Tue, 5 Jun 2001 12:58:19 +0000]
Re: [ID
20010529.006] String plus zero inconsistent across platforms
Message-Id: <
200106051158.MAA04605@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10445
Jarkko Hietaniemi [Tue, 5 Jun 2001 11:09:01 +0000]
Make up prototypes only for those who have the functions
but not the prototypes.
p4raw-id: //depot/perl@10444
Prymmer/Kahn [Mon, 4 Jun 2001 22:11:02 +0000]
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
Jarkko Hietaniemi [Tue, 5 Jun 2001 00:55:17 +0000]
Extraction of the *.SH wasn't quite working with -Dmksymlinks.
p4raw-id: //depot/perl@10441
Jarkko Hietaniemi [Tue, 5 Jun 2001 00:28:27 +0000]
Unnecessary fuzziness undone, noted by Mike Guy.
p4raw-id: //depot/perl@10440
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:14:31 +0000]
Update Changes.
p4raw-id: //depot/perl@10439
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:10:16 +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
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:01:06 +0000]
Test case for #10433/#10424.
p4raw-id: //depot/perl@10437
Hal Morris [Sat, 2 Jun 2001 09:23:11 +0000]
One fix for strtoul not setting errno
Message-Id: <
200106021623.JAA06906@cepheus.utsglobal.com>
p4raw-id: //depot/perl@10436
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:48:33 +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
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:45:23 +0000]
Sigh. This is what #10424 was supposed to check in.
p4raw-id: //depot/perl@10433
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:29:40 +0000]
More verbose failure.
p4raw-id: //depot/perl@10432
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:21:55 +0000]
The .pm changes to go with #10428.
p4raw-id: //depot/perl@10431
Jarkko Hietaniemi [Mon, 4 Jun 2001 16:05:20 +0000]
On second thoughts show to utf8 skippage message only
on failures, it's too confusing otherwise,
p4raw-id: //depot/perl@10430
Jarkko Hietaniemi [Mon, 4 Jun 2001 14:47:50 +0000]
Do not import anything from Encode.
p4raw-id: //depot/perl@10429
Jarkko Hietaniemi [Mon, 4 Jun 2001 14:45:47 +0000]
The #10402 didn't take. Weird.
p4raw-id: //depot/perl@10428
Jarkko Hietaniemi [Mon, 4 Jun 2001 12:55:39 +0000]
Eradicate traces of 'asciirange' re subpragma.
p4raw-id: //depot/perl@10427
Jarkko Hietaniemi [Mon, 4 Jun 2001 12:44:05 +0000]
use is a compile-time thing.
p4raw-id: //depot/perl@10426
Robin Barker [Mon, 4 Jun 2001 14:27:28 +0000]
-Wall casting patch
Message-Id: <
200106041327.OAA15338@tempest.npl.co.uk>
p4raw-id: //depot/perl@10425
Abhijit Menon-Sen [Mon, 4 Jun 2001 12:26:02 +0000]
introducing SVpad_TYPED
Message-ID: <
20010604122602.A5775@lustre.linux.in>
p4raw-id: //depot/perl@10424
Gurusamy Sarathy [Mon, 4 Jun 2001 05:12:18 +0000]
testsuite for change#10192 (from Gisle Aas)
p4raw-link: @10192 on //depot/perl:
ec4ab249deaa88f5a071536b0473504f26c43486
p4raw-id: //depot/perl@10423
Jarkko Hietaniemi [Mon, 4 Jun 2001 02:25:53 +0000]
Missed from #10420.
p4raw-id: //depot/perl@10421
Jarkko Hietaniemi [Mon, 4 Jun 2001 02:19:58 +0000]
Missed HAS_SETRESGID_PROTO. No serious harm done since
often this prototype goes with HAS_SETRESUID_PROTO.
p4raw-id: //depot/perl@10420
Jarkko Hietaniemi [Mon, 4 Jun 2001 00:24:55 +0000]
Update Changes.
p4raw-id: //depot/perl@10419
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:58:04 +0000]
-Wall "subscript has type `char'" cleanup.
p4raw-id: //depot/perl@10418
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:37:17 +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
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:15:24 +0000]
The non-locale places need love, too.
p4raw-id: //depot/perl@10416
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:10:55 +0000]
"10.", that is, decimal numbers can have no decimal part at all.
p4raw-id: //depot/perl@10415
Jarkko Hietaniemi [Sun, 3 Jun 2001 22:49:55 +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
Jarkko Hietaniemi [Sun, 3 Jun 2001 22:42:10 +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..)
Jarkko Hietaniemi [Sun, 3 Jun 2001 17:50:49 +0000]
More verbose debugging.
p4raw-id: //depot/perl@10411
Paul Marquess [Sat, 2 Jun 2001 22:53:33 +0000]
RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
Message-ID: <
000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
p4raw-id: //depot/perl@10410
Jarkko Hietaniemi [Sun, 3 Jun 2001 17:27:13 +0000]
Mention that lexicalizing $a or $b is a bad idea if one
wants to use sort().
p4raw-id: //depot/perl@10409
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:52:41 +0000]
Tweak the test to be happy if the accuracy is 'good enough'.
p4raw-id: //depot/perl@10408
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:50:33 +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
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:40:03 +0000]
One less -Wall whine.
p4raw-id: //depot/perl@10406
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:30:34 +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..)
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:22:59 +0000]
Update to Text::Balanced 1.85.
p4raw-id: //depot/perl@10403
Nicholas Clark [Sun, 3 Jun 2001 17:54:36 +0000]
Re: ext/Socket/Socket.xs
Message-ID: <
20010603175436.E76396@plum.flirble.org>
p4raw-id: //depot/perl@10402
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:09:33 +0000]
Unused variables.
p4raw-id: //depot/perl@10401
Simon Cozens [Sun, 3 Jun 2001 13:51:46 +0000]
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
Nicholas Clark [Sat, 2 Jun 2001 23:57:05 +0000]
t/lib/extutils.t
Message-ID: <
20010602235705.Q12698@plum.flirble.org>
p4raw-id: //depot/perl@10399
Prymmer/Kahn [Sun, 3 Jun 2001 08:55:14 +0000]
update two win32 Makefiles
Message-ID: <Pine.BSF.4.21.
0106030845550.21619-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10398
Hugo van der Sanden [Sun, 3 Jun 2001 04:26:36 +0000]
Re: 'decimal digits' macro?
Message-Id: <
200106030326.EAA18786@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10397
Hugo van der Sanden [Sun, 3 Jun 2001 14:56:30 +0000]
Re: [ID
20010529.006] String plus zero inconsistent across platforms
Message-Id: <
200106031356.OAA12517@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10396
Jarkko Hietaniemi [Sun, 3 Jun 2001 14:59:41 +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..)
Jarkko Hietaniemi [Sat, 2 Jun 2001 16:55:03 +0000]
More VMS tweaks from Craig A. Berry.
p4raw-id: //depot/perl@10393
Jarkko Hietaniemi [Sat, 2 Jun 2001 16:48:26 +0000]
-Wall cleanup continues.
p4raw-id: //depot/perl@10392
Jarkko Hietaniemi [Sat, 2 Jun 2001 13:29:12 +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
Jarkko Hietaniemi [Sat, 2 Jun 2001 13:14:57 +0000]
Integrate perlio:
[ 10387]
Tweak util.c's atof2 for MULTIPLICITY
p4raw-link: @10387 on //depot/perlio:
877f6a72ce9e4136d451f9f42b3110d9bdea9781
p4raw-id: //depot/perl@10389
Nick Ing-Simmons [Sat, 2 Jun 2001 08:01:12 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10388
Nick Ing-Simmons [Sat, 2 Jun 2001 07:39:17 +0000]
Tweak util.c's atof2 for MULTIPLICITY
p4raw-id: //depot/perlio@10387
Nick Ing-Simmons [Sat, 2 Jun 2001 07:38:33 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10386
Jarkko Hietaniemi [Fri, 1 Jun 2001 22:12:48 +0000]
Add Attribute::Handlers 0.61 from Damian Conway.
p4raw-id: //depot/perl@10385
Peter Prymmer [Fri, 1 Jun 2001 15:49:22 +0000]
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
Jeff Pinyan [Fri, 1 Jun 2001 14:13:56 +0000]
'do 1' and puzzling (?>...)
Message-ID: <Pine.GSO.4.21.
0106011412520.21027-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@10383
Craig A. Berry [Fri, 1 Jun 2001 13:55:43 +0000]
configure.com tweaks
Message-Id: <
a05100e00b73d942aa9da@[172.16.52.1]>
p4raw-id: //depot/perl@10382
Jarkko Hietaniemi [Fri, 1 Jun 2001 16:37:21 +0000]
Update Changes.
p4raw-id: //depot/perl@10381
Mike Guy [Fri, 1 Jun 2001 18:17:02 +0000]
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
Hugo van der Sanden [Thu, 31 May 2001 20:49:48 +0000]
Re: [ID
20010529.006] String plus zero inconsistent across platforms
Message-Id: <
200105311949.UAA02798@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10379
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:56:35 +0000]
Zero() is not available in x2p (or, rather, some of its
implementations like memzero() might not be available.)
p4raw-id: //depot/perl@10378
Michael G. Schwern [Fri, 1 Jun 2001 12:00:29 +0000]
bzero -> memset
Message-ID: <
20010601120029.F29027@blackrider.blackstar.co.uk>
(But use Zero() instead of memset.)
p4raw-id: //depot/perl@10377
Jeff Pinyan [Fri, 1 Jun 2001 10:33:55 +0000]
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
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:36:35 +0000]
Retract #10324 and #10333; not needed.
p4raw-id: //depot/perl@10375
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:35:19 +0000]
The #10370 wasn't quite right.
p4raw-id: //depot/perl@10374
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:34:24 +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
Michael G. Schwern [Fri, 1 Jun 2001 11:28:14 +0000]
Re: [PATCH xsutils.c] Quieting warnings
Message-ID: <
20010601112814.B29027@blackrider.blackstar.co.uk>
p4raw-id: //depot/perl@10371
Tim Jenness [Thu, 31 May 2001 16:15:37 +0000]
Fix -Wall on XS::Typemap
Message-ID: <Pine.LNX.4.33.
0105311610110.9337-100000@lapaki.jach.hawaii.edu>
p4raw-id: //depot/perl@10370
Doug MacEachern [Thu, 31 May 2001 17:37:37 +0000]
[patch] Cwd.xs optimizations/abstraction
Message-ID: <Pine.LNX.4.21.
0105311733270.732-100000@mako.covalent.net>
p4raw-id: //depot/perl@10369
Nicholas Clark [Thu, 31 May 2001 23:56:40 +0000]
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
Michael G. Schwern [Fri, 1 Jun 2001 11:49:56 +0000]
Eliminating trigraph
Message-ID: <
20010601114955.E29027@blackrider.blackstar.co.uk>
p4raw-id: //depot/perl@10367
Philip Newton [Thu, 31 May 2001 19:44:05 +0000]
Re: [PATCH] Tests for File::Compare
Message-Id: <
200105311748.f4VHmCt18269@chaos.wustl.edu>
Unnecessary "quotation marks".
p4raw-id: //depot/perl@10366
Jarkko Hietaniemi [Fri, 1 Jun 2001 12:13:26 +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
Nick Ing-Simmons [Fri, 1 Jun 2001 10:13:31 +0000]
Cleanup dll.base and dll.exp created by GCC builds.
p4raw-id: //depot/perlio@10364
Nick Ing-Simmons [Fri, 1 Jun 2001 10:02:17 +0000]
Make filecomp test work on CRLF platforms by adding binmode.
p4raw-id: //depot/perlio@10363
Nick Ing-Simmons [Fri, 1 Jun 2001 08:37:17 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10362
Jarkko Hietaniemi [Thu, 31 May 2001 15:09:34 +0000]
panic:claustrophobia.
p4raw-id: //depot/perl@10361
Jarkko Hietaniemi [Thu, 31 May 2001 13:04:25 +0000]
Update Changes.
p4raw-id: //depot/perl@10360
Nick Ing-Simmons [Thu, 31 May 2001 12:35:50 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@10359
Jarkko Hietaniemi [Thu, 31 May 2001 12:35:05 +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
Jarkko Hietaniemi [Thu, 31 May 2001 12:33:41 +0000]
Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
(idea from Sarathy; implementation from Andy)
p4raw-id: //depot/perl@10356
Jarkko Hietaniemi [Thu, 31 May 2001 12:18:06 +0000]
More AUTHORS.
p4raw-id: //depot/perl@10355
Alexander Gough [Thu, 31 May 2001 13:26:34 +0000]
Re: [PATCH] Tests for File::Compare
Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
p4raw-id: //depot/perl@10354
Abhijit Menon-Sen [Thu, 31 May 2001 12:16:22 +0000]
[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
Abhijit Menon-Sen [Thu, 31 May 2001 08:27:55 +0000]
-Wall cleanups: perl.c, gv.c, Storable.xs
Message-ID: <
20010531082755.A10018@lustre.linux.in>
p4raw-id: //depot/perl@10352
Jarkko Hietaniemi [Thu, 31 May 2001 11:45:16 +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