This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoResync with mainline, update test in vmsfspec.t
Charles Bailey [Mon, 6 Mar 2000 03:36:26 +0000 (03:36 +0000)]
Resync with mainline, update test in vmsfspec.t

p4raw-id: //depot/vmsperl@5564

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

p4raw-id: //depot/vmsperl@5562

23 years agoGetopt-Long v2.21 update (from Johan Vromans)
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

23 years agoLinux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
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

23 years agoprototype changes for eventually supporting C<binmode(F, ":raw")>
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

23 years agoperlbug tweak to grok local_patches better
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

23 years agoadd Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
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

23 years agostrip last component of SITELIB_EXP only if it looks like a
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

23 years agothinko in change#4546 that caused variables to lose their importedness
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

23 years agoregen win32/config*, up version numbers &c.
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

23 years agoundo change#5506; add patch to make blank line warnings optional
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

23 years agofixes for most warnings identified by gcc -Wall
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

23 years agoshup up warnings about dNOOP from gcc with __attribute__ ((unused))
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

23 years agotyop
Gurusamy Sarathy [Sun, 5 Mar 2000 05:50:44 +0000 (05:50 +0000)]
tyop

p4raw-id: //depot/perl@5538

23 years agointegrate cfgperl contents into mainline; add new tests from
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

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 05:14:40 +0000 (05:14 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5535

23 years agooptimize change#5533 to stick to IVs if constant is <= IV_MAX,
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

23 years agoscan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
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

23 years agomore cpp cosmetics, logic cleanup
Jarkko Hietaniemi [Sun, 5 Mar 2000 01:11:37 +0000 (01:11 +0000)]
more cpp cosmetics, logic cleanup

p4raw-id: //depot/cfgperl@5532

23 years agoImplement #5525 in metaconfig.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:51:20 +0000 (00:51 +0000)]
Implement #5525 in metaconfig.

p4raw-id: //depot/cfgperl@5531

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:32:51 +0000 (00:32 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5530

23 years agoSanity check on the strtoll and strtoull.
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

23 years agoReformat the fearful cpp expression to be a little bit less fearful.
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

23 years agomake hints available via globals in the respective pragmas to
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

23 years agoremove deadcode
Gurusamy Sarathy [Sat, 4 Mar 2000 20:39:36 +0000 (20:39 +0000)]
remove deadcode

p4raw-id: //depot/perl@5526

23 years agomake CAT2() portable for use as a macro argument with an extra
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

23 years agoavoid looking up stale PL_statbuf (spotted by Charles Lane
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

23 years agopod tweak
Gurusamy Sarathy [Sat, 4 Mar 2000 18:59:03 +0000 (18:59 +0000)]
pod tweak

p4raw-id: //depot/perl@5523

23 years agoregen win32/config_H*
Gurusamy Sarathy [Sat, 4 Mar 2000 17:46:58 +0000 (17:46 +0000)]
regen win32/config_H*

p4raw-id: //depot/perl@5522

23 years agoBUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
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

23 years agounthink wishful thinking
Jarkko Hietaniemi [Sat, 4 Mar 2000 15:41:12 +0000 (15:41 +0000)]
unthink wishful thinking

p4raw-id: //depot/cfgperl@5520

23 years agofix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
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

23 years agoavoid "scalars leaked" message in test
Gurusamy Sarathy [Sat, 4 Mar 2000 06:02:26 +0000 (06:02 +0000)]
avoid "scalars leaked" message in test

p4raw-id: //depot/perl@5518

23 years agodetypo
Jarkko Hietaniemi [Sat, 4 Mar 2000 06:01:16 +0000 (06:01 +0000)]
detypo

p4raw-id: //depot/cfgperl@5517

23 years agocleanup AVAILABILITY and mention binaries
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:59:21 +0000 (05:59 +0000)]
cleanup AVAILABILITY and mention binaries

p4raw-id: //depot/cfgperl@5516

23 years agosyntax error in change#5498
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

23 years agoassuming that removing the libbind will be a good idea
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

23 years agoPod::Html fixups for nicer links to functions (from Wolfgang Laun
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

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:45:52 +0000 (05:45 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5512

23 years agoHP-UX 64-bitness cures
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:42:37 +0000 (05:42 +0000)]
HP-UX 64-bitness cures

p4raw-id: //depot/cfgperl@5511

23 years agobetter error messages when xsubpp fails to find map for a particular
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

23 years agoscratch #5508
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:33:27 +0000 (05:33 +0000)]
scratch #5508

p4raw-id: //depot/cfgperl@5509

23 years agoIn HP-UX there is a secret handshake to get strtoll and strtoull.
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

23 years agomore whitespace removal (from Michael G Schwern)
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

23 years agotemporarily disable blank line warning from Pod::Parser until
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

23 years agorid blanks in pods (from Michael G Schwern)
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

23 years agoavoid warnings from shmread() when given undefined variable
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

23 years agofpsetmask() needs include on freebsd (from Slaven Rezic
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

23 years agoavoid ambiguity in indirect object notation (breaks with overridden
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

23 years agoadjust perldelta
Gurusamy Sarathy [Sat, 4 Mar 2000 01:08:54 +0000 (01:08 +0000)]
adjust perldelta

p4raw-id: //depot/perl@5501

23 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Sat, 4 Mar 2000 00:33:49 +0000 (00:33 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@5500

23 years agosolaris hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 22:51:53 +0000 (22:51 +0000)]
solaris hints tweak

p4raw-id: //depot/cfgperl@5499

23 years agoThe SysV IPC test must use the native integers
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

23 years agoUpdate AVAILABILITY.
Jarkko Hietaniemi [Fri, 3 Mar 2000 21:08:53 +0000 (21:08 +0000)]
Update AVAILABILITY.

p4raw-id: //depot/cfgperl@5497

23 years agoperldebug tweak (from M J T Guy)
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

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 3 Mar 2000 19:32:58 +0000 (19:32 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5495

23 years agothe workaround is needed in all 7.2.* compilers,
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

23 years agowhitespace and readabiliti nits in the pods (from Michael G Schwern
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

23 years agosupport for list assignment to pseudohashes (from John Tobey
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

23 years agoadd MakeMaker caveat to INSTALL (from Andy Dougherty)
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

23 years agoperldelta tweaks
Gurusamy Sarathy [Fri, 3 Mar 2000 16:44:42 +0000 (16:44 +0000)]
perldelta tweaks

p4raw-id: //depot/perl@5490

23 years ago/dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
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

23 years agoOS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
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

23 years agoskip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
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

23 years agointegrate cfgperl and vmsperl contents into mainline
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

23 years agopull the sparcv9 workshop libraries in front of loclibpth
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

23 years agoIntroduce i_ieefp because FreeBSD on ix86 needs that
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

23 years agoThe _cflags must be left-aligned.
Jarkko Hietaniemi [Fri, 3 Mar 2000 05:37:58 +0000 (05:37 +0000)]
The _cflags must be left-aligned.

p4raw-id: //depot/cfgperl@5483

23 years agoOnce more unto resync
Charles Bailey [Fri, 3 Mar 2000 04:42:45 +0000 (04:42 +0000)]
Once more unto resync

p4raw-id: //depot/vmsperl@5482

23 years agoVMS-specific perldelta update
Charles Bailey [Fri, 3 Mar 2000 04:36:46 +0000 (04:36 +0000)]
VMS-specific perldelta update

p4raw-id: //depot/vmsperl@5481

23 years agoSet up Perl invocation method during configuration (Peter Prymmer)
Charles Bailey [Fri, 3 Mar 2000 04:05:28 +0000 (04:05 +0000)]
Set up Perl invocation method during configuration (Peter Prymmer)
       Add missing bits to various utilities and install them (ditto)

p4raw-id: //depot/vmsperl@5480

23 years agoFix test to match new behavior of vmsify() (Craig Berry)
Charles Bailey [Fri, 3 Mar 2000 04:01:48 +0000 (04:01 +0000)]
Fix test to match new behavior of vmsify() (Craig Berry)

p4raw-id: //depot/vmsperl@5479

23 years agoTry to intuit whether typeless file invoked in subprocess
Charles Bailey [Fri, 3 Mar 2000 03:54:10 +0000 (03:54 +0000)]
Try to intuit whether typeless file invoked in subprocess
       is an executable image or DCL procedure.

p4raw-id: //depot/vmsperl@5478

23 years agoRemove leftover bits of VAXC support (Dan Sugalski)
Charles Bailey [Fri, 3 Mar 2000 03:37:18 +0000 (03:37 +0000)]
Remove leftover bits of VAXC support (Dan Sugalski)

p4raw-id: //depot/vmsperl@5477

23 years agoAdd missing declaration (Dan Sugalski)
Charles Bailey [Fri, 3 Mar 2000 03:34:51 +0000 (03:34 +0000)]
Add missing declaration (Dan Sugalski)

p4raw-id: //depot/vmsperl@5476

23 years agowarn about /(?p{})/ (from Simon Cozens)
Gurusamy Sarathy [Fri, 3 Mar 2000 03:27:52 +0000 (03:27 +0000)]
warn about /(?p{})/ (from Simon Cozens)

p4raw-id: //depot/perl@5475

23 years agoAd hoc patch for duping stdout into stderr
Charles Bailey [Fri, 3 Mar 2000 03:27:05 +0000 (03:27 +0000)]
Ad hoc patch for duping stdout into stderr

p4raw-id: //depot/vmsperl@5474

23 years agoBypass PERL_INC_VERSION_LIST until we support in in Configure.Com
Charles Bailey [Fri, 3 Mar 2000 03:23:29 +0000 (03:23 +0000)]
Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com

p4raw-id: //depot/vmsperl@5473

23 years agoFile::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
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

23 years agomore todo
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:38:23 +0000 (02:38 +0000)]
more todo

p4raw-id: //depot/cfgperl@5471

23 years agoskip test if db doesn't have null key support
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

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:26:53 +0000 (02:26 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5469

23 years agoirix hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:24:05 +0000 (02:24 +0000)]
irix hints tweak

p4raw-id: //depot/cfgperl@5468

23 years ago/(?p{})/ changed to /(??{})/, per Larry's suggestion (from
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

23 years agoin words order bad
Jarkko Hietaniemi [Fri, 3 Mar 2000 02:12:41 +0000 (02:12 +0000)]
in words order bad

p4raw-id: //depot/cfgperl@5466

23 years ago/[[:alpha]/ now dies on unmatched [] instead of
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

23 years agoperldelta notes about IO::Socket changes (from Graham Barr)
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

23 years agorelax restrictions on constant names a bit (from M J T Guy)
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

23 years agosupport for generation of accessor functions (from Hugo van der
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

23 years agocosmetics
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:51:53 +0000 (01:51 +0000)]
cosmetics

p4raw-id: //depot/cfgperl@5461

23 years agodetypo
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:50:07 +0000 (01:50 +0000)]
detypo

p4raw-id: //depot/cfgperl@5460

23 years agopod tweaks
Gurusamy Sarathy [Fri, 3 Mar 2000 01:46:35 +0000 (01:46 +0000)]
pod tweaks

p4raw-id: //depot/perl@5459

23 years agosolaris hints tweak
Jarkko Hietaniemi [Fri, 3 Mar 2000 01:25:21 +0000 (01:25 +0000)]
solaris hints tweak

p4raw-id: //depot/cfgperl@5458

23 years agodetypo
Jarkko Hietaniemi [Thu, 2 Mar 2000 22:56:49 +0000 (22:56 +0000)]
detypo

p4raw-id: //depot/cfgperl@5457

23 years agoTest::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
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

23 years agoadd note about failed tests on memory starved systems (from
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

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 2 Mar 2000 21:03:35 +0000 (21:03 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5454

23 years agoFurther long double patches from Spider Boardman.
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

23 years agomove doc about v-strings from perlop to perldata (suggested by
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

23 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Thu, 2 Mar 2000 20:30:29 +0000 (20:30 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5451