Gurusamy Sarathy [Mon, 6 Mar 2000 05:00:44 +0000 (05:00 +0000)]
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5570
Gurusamy Sarathy [Mon, 6 Mar 2000 04:48:17 +0000 (04:48 +0000)]
installperl wasn't putting extensions with two or more
nested package names in the archlib
p4raw-id: //depot/perl@5568
Gurusamy Sarathy [Mon, 6 Mar 2000 03:29:11 +0000 (03:29 +0000)]
avoid warning
p4raw-id: //depot/perl@5563
Gurusamy Sarathy [Sun, 5 Mar 2000 20:35:13 +0000 (20:35 +0000)]
Getopt-Long v2.21 update (from Johan Vromans)
p4raw-id: //depot/perl@5557
Gurusamy Sarathy [Sun, 5 Mar 2000 20:26:57 +0000 (20:26 +0000)]
Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
(from Matthias Urlichs <smurf@noris.net>)
p4raw-id: //depot/perl@5556
Gurusamy Sarathy [Sun, 5 Mar 2000 20:02:17 +0000 (20:02 +0000)]
prototype changes for eventually supporting C<binmode(F, ":raw")>
and C<open F, "-|", 'cat', '-v'>
p4raw-id: //depot/perl@5554
Gurusamy Sarathy [Sun, 5 Mar 2000 17:46:18 +0000 (17:46 +0000)]
perlbug tweak to grok local_patches better
p4raw-id: //depot/perl@5550
Gurusamy Sarathy [Sun, 5 Mar 2000 17:33:10 +0000 (17:33 +0000)]
add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
in Pod::InputObjects (from Russ Allbery)
p4raw-id: //depot/perl@5549
Gurusamy Sarathy [Sun, 5 Mar 2000 17:13:48 +0000 (17:13 +0000)]
strip last component of SITELIB_EXP only if it looks like a
number
p4raw-id: //depot/perl@5545
Gurusamy Sarathy [Sun, 5 Mar 2000 16:54:10 +0000 (16:54 +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
Gurusamy Sarathy [Sun, 5 Mar 2000 09:37:26 +0000 (09:37 +0000)]
regen win32/config*, up version numbers &c.
p4raw-id: //depot/perl@5542
Gurusamy Sarathy [Sun, 5 Mar 2000 09:20:12 +0000 (09:20 +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
Gurusamy Sarathy [Sun, 5 Mar 2000 09:04:52 +0000 (09:04 +0000)]
fixes for most warnings identified by gcc -Wall
p4raw-id: //depot/perl@5540
Gurusamy Sarathy [Sun, 5 Mar 2000 06:37:58 +0000 (06:37 +0000)]
shup up warnings about dNOOP from gcc with __attribute__ ((unused))
(from Doug MacEachern <dougm@pobox.com>)
p4raw-id: //depot/perl@5539
Gurusamy Sarathy [Sun, 5 Mar 2000 05:50:44 +0000 (05:50 +0000)]
tyop
p4raw-id: //depot/perl@5538
Gurusamy Sarathy [Sun, 5 Mar 2000 05:41:10 +0000 (05:41 +0000)]
integrate cfgperl contents into mainline; add new tests from
inc.t into 64bit.t
p4raw-id: //depot/perl@5537
Jarkko Hietaniemi [Sun, 5 Mar 2000 05:14:40 +0000 (05:14 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5535
Gurusamy Sarathy [Sun, 5 Mar 2000 04:50:26 +0000 (04:50 +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
Gurusamy Sarathy [Sun, 5 Mar 2000 04:30:02 +0000 (04:30 +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
Jarkko Hietaniemi [Sun, 5 Mar 2000 01:11:37 +0000 (01:11 +0000)]
more cpp cosmetics, logic cleanup
p4raw-id: //depot/cfgperl@5532
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:51:20 +0000 (00:51 +0000)]
Implement #5525 in metaconfig.
p4raw-id: //depot/cfgperl@5531
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:32:51 +0000 (00:32 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5530
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:31:17 +0000 (00:31 +0000)]
Sanity check on the strtoll and strtoull.
p4raw-id: //depot/cfgperl@5529
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:07:21 +0000 (00:07 +0000)]
Reformat the fearful cpp expression to be a little bit less fearful.
p4raw-id: //depot/cfgperl@5528
Gurusamy Sarathy [Sat, 4 Mar 2000 21:55:03 +0000 (21:55 +0000)]
make hints available via globals in the respective pragmas to
avoid duplicating the constants everywhere
p4raw-id: //depot/perl@5527
Gurusamy Sarathy [Sat, 4 Mar 2000 20:39:36 +0000 (20:39 +0000)]
remove deadcode
p4raw-id: //depot/perl@5526
Gurusamy Sarathy [Sat, 4 Mar 2000 19:42:55 +0000 (19:42 +0000)]
make CAT2() portable for use as a macro argument with an extra
level of macros
p4raw-id: //depot/perl@5525
Gurusamy Sarathy [Sat, 4 Mar 2000 19:02:27 +0000 (19:02 +0000)]
avoid looking up stale PL_statbuf (spotted by Charles Lane
<lane@DUPHY4.Physics.Drexel.Edu>)
p4raw-id: //depot/perl@5524
Gurusamy Sarathy [Sat, 4 Mar 2000 18:59:03 +0000 (18:59 +0000)]
pod tweak
p4raw-id: //depot/perl@5523
Gurusamy Sarathy [Sat, 4 Mar 2000 17:46:58 +0000 (17:46 +0000)]
regen win32/config_H*
p4raw-id: //depot/perl@5522
Matthias Urlichs [Sat, 4 Mar 2000 12:48:42 +0000 (13:48 +0100)]
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
Jarkko Hietaniemi [Sat, 4 Mar 2000 15:41:12 +0000 (15:41 +0000)]
unthink wishful thinking
p4raw-id: //depot/cfgperl@5520
Gurusamy Sarathy [Sat, 4 Mar 2000 06:42:47 +0000 (06:42 +0000)]
fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
p4raw-id: //depot/perl@5519
Gurusamy Sarathy [Sat, 4 Mar 2000 06:02:26 +0000 (06:02 +0000)]
avoid "scalars leaked" message in test
p4raw-id: //depot/perl@5518
Jarkko Hietaniemi [Sat, 4 Mar 2000 06:01:16 +0000 (06:01 +0000)]
detypo
p4raw-id: //depot/cfgperl@5517
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:59:21 +0000 (05:59 +0000)]
cleanup AVAILABILITY and mention binaries
p4raw-id: //depot/cfgperl@5516
Gurusamy Sarathy [Sat, 4 Mar 2000 05:55:02 +0000 (05:55 +0000)]
syntax error in change#5498
p4raw-link: @5498 on //depot/cfgperl:
e4038a1fb4fdfabe2578d9a8ffe81a18bec6013d
p4raw-id: //depot/perl@5515
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:50:56 +0000 (05:50 +0000)]
assuming that removing the libbind will be a good idea
p4raw-id: //depot/cfgperl@5514
Gurusamy Sarathy [Sat, 4 Mar 2000 05:50:15 +0000 (05:50 +0000)]
Pod::Html fixups for nicer links to functions (from Wolfgang Laun
<wolfgang.laun@chello.at>)
p4raw-id: //depot/perl@5513
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:45:52 +0000 (05:45 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5512
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:42:37 +0000 (05:42 +0000)]
HP-UX 64-bitness cures
p4raw-id: //depot/cfgperl@5511
Gurusamy Sarathy [Sat, 4 Mar 2000 05:40:08 +0000 (05:40 +0000)]
better error messages when xsubpp fails to find map for a particular
type (from Ilya Zakharevich)
p4raw-id: //depot/perl@5510
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:33:27 +0000 (05:33 +0000)]
scratch #5508
p4raw-id: //depot/cfgperl@5509
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:31:19 +0000 (05:31 +0000)]
In HP-UX there is a secret handshake to get strtoll and strtoull.
p4raw-id: //depot/cfgperl@5508
Gurusamy Sarathy [Sat, 4 Mar 2000 04:27:51 +0000 (04:27 +0000)]
more whitespace removal (from Michael G Schwern)
p4raw-id: //depot/perl@5507
Gurusamy Sarathy [Sat, 4 Mar 2000 04:12:06 +0000 (04:12 +0000)]
temporarily disable blank line warning from Pod::Parser until
it can be made optional
p4raw-id: //depot/perl@5506
Gurusamy Sarathy [Sat, 4 Mar 2000 04:00:44 +0000 (04:00 +0000)]
rid blanks in pods (from Michael G Schwern)
p4raw-id: //depot/perl@5505
Gurusamy Sarathy [Sat, 4 Mar 2000 03:59:07 +0000 (03:59 +0000)]
avoid warnings from shmread() when given undefined variable
(from Tom Christiansen)
p4raw-id: //depot/perl@5504
Gurusamy Sarathy [Sat, 4 Mar 2000 03:53:43 +0000 (03:53 +0000)]
fpsetmask() needs include on freebsd (from Slaven Rezic
<eserte@vran.herceg.de>)
p4raw-id: //depot/perl@5503
Gurusamy Sarathy [Sat, 4 Mar 2000 03:51:05 +0000 (03:51 +0000)]
avoid ambiguity in indirect object notation (breaks with overridden
run time require)
p4raw-id: //depot/perl@5502
Gurusamy Sarathy [Sat, 4 Mar 2000 01:08:54 +0000 (01:08 +0000)]
adjust perldelta
p4raw-id: //depot/perl@5501
Gurusamy Sarathy [Sat, 4 Mar 2000 00:33:49 +0000 (00:33 +0000)]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5500
Jarkko Hietaniemi [Fri, 3 Mar 2000 22:51:53 +0000 (22:51 +0000)]
solaris hints tweak
p4raw-id: //depot/cfgperl@5499
Michael G Schwern [Thu, 2 Mar 2000 17:15:03 +0000 (12:15 -0500)]
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
Jarkko Hietaniemi [Fri, 3 Mar 2000 21:08:53 +0000 (21:08 +0000)]
Update AVAILABILITY.
p4raw-id: //depot/cfgperl@5497
Gurusamy Sarathy [Fri, 3 Mar 2000 20:21:05 +0000 (20:21 +0000)]
perldebug tweak (from M J T Guy)
p4raw-id: //depot/perl@5496
Jarkko Hietaniemi [Fri, 3 Mar 2000 19:32:58 +0000 (19:32 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5495
Jarkko Hietaniemi [Fri, 3 Mar 2000 19:14:01 +0000 (19:14 +0000)]
the workaround is needed in all 7.2.* compilers,
not just on IRIX64.
p4raw-id: //depot/cfgperl@5494
Gurusamy Sarathy [Fri, 3 Mar 2000 18:58:45 +0000 (18:58 +0000)]
whitespace and readabiliti nits in the pods (from Michael G Schwern
and Robin Barker)
p4raw-id: //depot/perl@5493
Gurusamy Sarathy [Fri, 3 Mar 2000 17:48:31 +0000 (17:48 +0000)]
support for list assignment to pseudohashes (from John Tobey
<jtobey@john-edwin-tobey.org>)
p4raw-id: //depot/perl@5492
Gurusamy Sarathy [Fri, 3 Mar 2000 16:45:49 +0000 (16:45 +0000)]
add MakeMaker caveat to INSTALL (from Andy Dougherty)
p4raw-id: //depot/perl@5491
Gurusamy Sarathy [Fri, 3 Mar 2000 16:44:42 +0000 (16:44 +0000)]
perldelta tweaks
p4raw-id: //depot/perl@5490
Gurusamy Sarathy [Fri, 3 Mar 2000 16:26:52 +0000 (16:26 +0000)]
/dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
<ask@valueclick.com>)
p4raw-id: //depot/perl@5489
Gurusamy Sarathy [Fri, 3 Mar 2000 16:21:34 +0000 (16:21 +0000)]
OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
<sthoenna@efn.org>)
p4raw-id: //depot/perl@5488
Gurusamy Sarathy [Fri, 3 Mar 2000 16:16:34 +0000 (16:16 +0000)]
skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
p4raw-id: //depot/perl@5487
Gurusamy Sarathy [Fri, 3 Mar 2000 15:42:28 +0000 (15:42 +0000)]
integrate cfgperl and vmsperl contents into mainline
p4raw-id: //depot/perl@5486
Jarkko Hietaniemi [Fri, 3 Mar 2000 15:21:40 +0000 (15:21 +0000)]
pull the sparcv9 workshop libraries in front of loclibpth
p4raw-id: //depot/cfgperl@5485
Jarkko Hietaniemi [Fri, 3 Mar 2000 15:09:03 +0000 (15:09 +0000)]
Introduce i_ieefp because FreeBSD on ix86 needs that
for ftpsetmask(0); regen Configure.
p4raw-id: //depot/cfgperl@5484
Jarkko Hietaniemi [Fri, 3 Mar 2000 05:37:58 +0000 (05:37 +0000)]
The _cflags must be left-aligned.
p4raw-id: //depot/cfgperl@5483
Gurusamy Sarathy [Fri, 3 Mar 2000 03:27:52 +0000 (03:27 +0000)]
warn about /(?p{})/ (from Simon Cozens)
p4raw-id: //depot/perl@5475
Gurusamy Sarathy [Fri, 3 Mar 2000 02:58:49 +0000 (02:58 +0000)]
File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
p4raw-id: //depot/perl@5472
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:38:23 +0000 (02:38 +0000)]
more todo
p4raw-id: //depot/cfgperl@5471
Gurusamy Sarathy [Fri, 3 Mar 2000 02:36:02 +0000 (02:36 +0000)]
skip test if db doesn't have null key support
p4raw-id: //depot/perl@5470
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:26:53 +0000 (02:26 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5469
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:24:05 +0000 (02:24 +0000)]
irix hints tweak
p4raw-id: //depot/cfgperl@5468
Gurusamy Sarathy [Fri, 3 Mar 2000 02:19:50 +0000 (02:19 +0000)]
/(?p{})/ changed to /(??{})/, per Larry's suggestion (from
Simon Cozens <simon@othersideofthe.earth.li>)
p4raw-id: //depot/perl@5467
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:12:41 +0000 (02:12 +0000)]
in words order bad
p4raw-id: //depot/cfgperl@5466
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:09:45 +0000 (02:09 +0000)]
/[[:alpha]/ now dies on unmatched [] instead of
"an unknown character class" (spotted by Tom Christiansen)
p4raw-id: //depot/cfgperl@5465
Gurusamy Sarathy [Fri, 3 Mar 2000 02:04:48 +0000 (02:04 +0000)]
perldelta notes about IO::Socket changes (from Graham Barr)
p4raw-id: //depot/perl@5464
Gurusamy Sarathy [Fri, 3 Mar 2000 02:02:50 +0000 (02:02 +0000)]
relax restrictions on constant names a bit (from M J T Guy)
p4raw-id: //depot/perl@5463
Gurusamy Sarathy [Fri, 3 Mar 2000 01:59:49 +0000 (01:59 +0000)]
support for generation of accessor functions (from Hugo van der
Sanden)
p4raw-id: //depot/perl@5462
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:51:53 +0000 (01:51 +0000)]
cosmetics
p4raw-id: //depot/cfgperl@5461
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:50:07 +0000 (01:50 +0000)]
detypo
p4raw-id: //depot/cfgperl@5460
Gurusamy Sarathy [Fri, 3 Mar 2000 01:46:35 +0000 (01:46 +0000)]
pod tweaks
p4raw-id: //depot/perl@5459
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:25:21 +0000 (01:25 +0000)]
solaris hints tweak
p4raw-id: //depot/cfgperl@5458
Jarkko Hietaniemi [Thu, 2 Mar 2000 22:56:49 +0000 (22:56 +0000)]
detypo
p4raw-id: //depot/cfgperl@5457
Gurusamy Sarathy [Thu, 2 Mar 2000 21:15:11 +0000 (21:15 +0000)]
Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
add test targets for -C switch on windows
p4raw-id: //depot/perl@5456
Gurusamy Sarathy [Thu, 2 Mar 2000 21:06:49 +0000 (21:06 +0000)]
add note about failed tests on memory starved systems (from
Andy Dougherty)
p4raw-id: //depot/perl@5455
Jarkko Hietaniemi [Thu, 2 Mar 2000 21:03:35 +0000 (21:03 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5454
Jarkko Hietaniemi [Thu, 2 Mar 2000 20:58:43 +0000 (20:58 +0000)]
Further long double patches from Spider Boardman.
p4raw-id: //depot/cfgperl@5453
Gurusamy Sarathy [Thu, 2 Mar 2000 20:52:08 +0000 (20:52 +0000)]
move doc about v-strings from perlop to perldata (suggested by
David Dyck <dcd@tc.fluke.com>)
p4raw-id: //depot/perl@5452
Gurusamy Sarathy [Thu, 2 Mar 2000 20:30:29 +0000 (20:30 +0000)]
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5451
Gurusamy Sarathy [Thu, 2 Mar 2000 20:08:10 +0000 (20:08 +0000)]
still other multiline match cleanups (from Greg Bacon)
p4raw-id: //depot/perl@5450
Jarkko Hietaniemi [Thu, 2 Mar 2000 20:01:58 +0000 (20:01 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5449
Jarkko Hietaniemi [Thu, 2 Mar 2000 20:00:37 +0000 (20:00 +0000)]
workaround for Tru64 compiler bug (cleaner fix will have
to wait until 5.6.1), from Spider Boardman
p4raw-id: //depot/cfgperl@5448
Jarkko Hietaniemi [Thu, 2 Mar 2000 19:52:34 +0000 (19:52 +0000)]
Workaround for an optimizer bug.
p4raw-id: //depot/cfgperl@5447
Jarkko Hietaniemi [Thu, 2 Mar 2000 19:44:35 +0000 (19:44 +0000)]
installation directory fix from Andy Dougherty
(installstyle was being clobbered, spotted by Spider Boardman)
p4raw-id: //depot/cfgperl@5446
Gurusamy Sarathy [Thu, 2 Mar 2000 19:40:44 +0000 (19:40 +0000)]
patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
some parts not applied
p4raw-id: //depot/perl@5445
Gurusamy Sarathy [Thu, 2 Mar 2000 19:26:08 +0000 (19:26 +0000)]
avoid buffering issue in warn/8signal
p4raw-id: //depot/perl@5444
Gurusamy Sarathy [Thu, 2 Mar 2000 18:13:28 +0000 (18:13 +0000)]
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5443