platform/upstream/perl.git
22 years agoUpgrade to podlators 1.16.
Jarkko Hietaniemi [Mon, 26 Nov 2001 11:28:18 +0000 (11:28 +0000)]
Upgrade to podlators 1.16.

p4raw-id: //depot/perl@13282

22 years agoPass 6 at perldelta - sort enhancements, generic and
Jarkko Hietaniemi [Mon, 26 Nov 2001 11:11:08 +0000 (11:11 +0000)]
Pass 6 at perldelta - sort enhancements, generic and
platform specific bug fixes.

p4raw-id: //depot/perl@13281

22 years agoPROPAGATE documentation from Tony Cook.
Jarkko Hietaniemi [Mon, 26 Nov 2001 10:35:56 +0000 (10:35 +0000)]
PROPAGATE documentation from Tony Cook.

p4raw-id: //depot/perl@13280

22 years agoDJGPP cannot do signals that well.
Jarkko Hietaniemi [Sun, 25 Nov 2001 23:45:27 +0000 (23:45 +0000)]
DJGPP cannot do signals that well.

p4raw-id: //depot/perl@13279

22 years agoCan't do subsecond alarms without ualarm; and break out
Jarkko Hietaniemi [Sun, 25 Nov 2001 23:43:30 +0000 (23:43 +0000)]
Can't do subsecond alarms without ualarm; and break out
early if alarms do not seem to be coming in as expected.

p4raw-id: //depot/perl@13278

22 years agoNo Socket, little Net.
Jarkko Hietaniemi [Sun, 25 Nov 2001 23:01:39 +0000 (23:01 +0000)]
No Socket, little Net.

p4raw-id: //depot/perl@13277

22 years agoTake the taint brush to the getcwds.
Jarkko Hietaniemi [Sun, 25 Nov 2001 22:58:44 +0000 (22:58 +0000)]
Take the taint brush to the getcwds.

p4raw-id: //depot/perl@13276

22 years agoSocket::my_inet_aton() tweak
Craig A. Berry [Sun, 25 Nov 2001 16:20:45 +0000 (10:20 -0600)]
Socket::my_inet_aton() tweak
Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>

p4raw-id: //depot/perl@13275

22 years agoSince in some DOS filesystems the timestamp granularity
Jarkko Hietaniemi [Sun, 25 Nov 2001 21:32:17 +0000 (21:32 +0000)]
Since in some DOS filesystems the timestamp granularity
may be only two seconds, better sleep for three to play safe.
(Helps CygWin, at least.)

p4raw-id: //depot/perl@13274

22 years agoFor some reason CygWin wasn't collapsing multiple
Jarkko Hietaniemi [Sun, 25 Nov 2001 21:22:10 +0000 (21:22 +0000)]
For some reason CygWin wasn't collapsing multiple
slashes into one, which made some Spec.t tests to fail.
Either CygWin was being too prudish or the collapsing
logic needs to be rethunk.

p4raw-id: //depot/perl@13273

22 years agoCygwin needs to have libperl.dll around if trying to link
Jarkko Hietaniemi [Sun, 25 Nov 2001 20:40:23 +0000 (20:40 +0000)]
Cygwin needs to have libperl.dll around if trying to link
with -lperl.  Note: this change cures the test but whether
it cures CygPerl installation, I don't know: hopefully the
libperl5_7_2.dll, or the version equivalent, gets installed
also as libperl.dll to the proper place(s).

p4raw-id: //depot/perl@13272

22 years ago-I../lib/.. and -L../lib/..? Strange.
Jarkko Hietaniemi [Sun, 25 Nov 2001 20:18:53 +0000 (20:18 +0000)]
-I../lib/.. and -L../lib/..?  Strange.

p4raw-id: //depot/perl@13271

22 years ago$MM?
Jarkko Hietaniemi [Sun, 25 Nov 2001 19:57:54 +0000 (19:57 +0000)]
$MM?

p4raw-id: //depot/perl@13270

22 years agoFurther replacement of EU::MM with File::Spec
Dave Rolsky [Mon, 19 Nov 2001 18:17:09 +0000 (12:17 -0600)]
Further replacement of EU::MM with File::Spec
Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>

p4raw-id: //depot/perl@13269

22 years ago[REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
chromatic [Sat, 24 Nov 2001 14:56:57 +0000 (07:56 -0700)]
[REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
Message-ID: <20011124220430.97697.qmail@onion.perl.org>

plus a tweak for ithreads builds.

p4raw-id: //depot/perl@13268

22 years agoWin32 compilation tweaks for Blair Zajac.
Jarkko Hietaniemi [Sun, 25 Nov 2001 19:38:50 +0000 (19:38 +0000)]
Win32 compilation tweaks for Blair Zajac.

p4raw-id: //depot/perl@13267

22 years agoI don't think trying to bracket the hires time with lores
Jarkko Hietaniemi [Sun, 25 Nov 2001 19:11:38 +0000 (19:11 +0000)]
I don't think trying to bracket the hires time with lores
times is going to be portable enough: Cygwin seems to be
capable of getting hires ones rather consistently lower
than the lores ones.  So let's try average difference instead.

p4raw-id: //depot/perl@13266

22 years agoRe: benchmarks, sorts and reproducibility
John P. Linderman [Sun, 25 Nov 2001 14:25:18 +0000 (09:25 -0500)]
Re: benchmarks, sorts and reproducibility
Message-Id: <200111251925.OAA77172@raptor.research.att.com>

Randomize large partitions for quicksort to dodge the
angry gods of quadratic.

p4raw-id: //depot/perl@13265

22 years agoThe joys of portable quoting.
Jarkko Hietaniemi [Sun, 25 Nov 2001 18:23:54 +0000 (18:23 +0000)]
The joys of portable quoting.

p4raw-id: //depot/perl@13264

22 years agosort pragma tweaks.
Jarkko Hietaniemi [Sun, 25 Nov 2001 18:12:31 +0000 (18:12 +0000)]
sort pragma tweaks.

p4raw-id: //depot/perl@13263

22 years agoSkip the link= directives of utils.lst if no mandir
Jarkko Hietaniemi [Sun, 25 Nov 2001 17:10:09 +0000 (17:10 +0000)]
Skip the link= directives of utils.lst if no mandir
(if no manpages).

p4raw-id: //depot/perl@13262

22 years agochange#3373 introduced a handle leak in backticks and piped open()s
Gurusamy Sarathy [Sun, 25 Nov 2001 16:37:29 +0000 (16:37 +0000)]
change#3373 introduced a handle leak in backticks and piped open()s
that fail

p4raw-link: @3373 on //depot/perl: e446cec8f170ecc3eabea80092ef64589855e167

p4raw-id: //depot/perl@13260

22 years agoExtraenous breaks noticed by David Dyck.
Jarkko Hietaniemi [Sun, 25 Nov 2001 05:58:30 +0000 (05:58 +0000)]
Extraenous breaks noticed by David Dyck.

p4raw-id: //depot/perl@13258

22 years agoRevert the /proc/self/auxv experiment for now.
Jarkko Hietaniemi [Sun, 25 Nov 2001 05:32:18 +0000 (05:32 +0000)]
Revert the /proc/self/auxv experiment for now.

p4raw-id: //depot/perl@13257

22 years agoAlso ExtUtils.t had $^X assumptions.
Jarkko Hietaniemi [Sun, 25 Nov 2001 04:59:31 +0000 (04:59 +0000)]
Also ExtUtils.t had $^X assumptions.

p4raw-id: //depot/perl@13256

22 years agoNow is Solaris if you start the t/perl in the t/
Jarkko Hietaniemi [Sun, 25 Nov 2001 04:20:02 +0000 (04:20 +0000)]
Now is Solaris if you start the t/perl in the t/
as "./perl", the $^X will be "../perl", not "./perl".

p4raw-id: //depot/perl@13255

22 years agoThe new way of finding out $^X in Solaris
Jarkko Hietaniemi [Sun, 25 Nov 2001 03:59:06 +0000 (03:59 +0000)]
The new way of finding out $^X in Solaris
requires a little tweak if the executable
pathname is *not* absolute: prepend "./"
(otherwise `$^X ...` will start perl from PATH...)

p4raw-id: //depot/perl@13254

22 years agoAvoid "will not stay shared" warnings.
Jarkko Hietaniemi [Sun, 25 Nov 2001 03:18:05 +0000 (03:18 +0000)]
Avoid "will not stay shared" warnings.

p4raw-id: //depot/perl@13253

22 years ago$$ readonly, take two
Michael G. Schwern [Sat, 24 Nov 2001 19:56:18 +0000 (14:56 -0500)]
$$ readonly, take two
Message-ID: <20011124195618.A14614@blackrider>

p4raw-id: //depot/perl@13252

22 years agoIn the MakeMaker pm_to_blib target don't copy all
Jarkko Hietaniemi [Sun, 25 Nov 2001 02:48:04 +0000 (02:48 +0000)]
In the MakeMaker pm_to_blib target don't copy all
the files in one fell swoop, deal with them hunkwise,
helps for CLIs with limited line lengths.
(This seems to help for DJGPP building Encode,
where there are dozens of files to copy.)

p4raw-id: //depot/perl@13251

22 years agotestsuite leaves stray files behind on windows
Gurusamy Sarathy [Sun, 25 Nov 2001 00:50:10 +0000 (00:50 +0000)]
testsuite leaves stray files behind on windows

p4raw-id: //depot/perl@13250

22 years agoxsubpp produces a spurious warning on directories called 'typemap'
Gurusamy Sarathy [Sun, 25 Nov 2001 00:32:36 +0000 (00:32 +0000)]
xsubpp produces a spurious warning on directories called 'typemap'

p4raw-id: //depot/perl@13249

22 years agoxsubpp treats invalid (indented) cpp directives as comments
Gurusamy Sarathy [Sun, 25 Nov 2001 00:17:28 +0000 (00:17 +0000)]
xsubpp treats invalid (indented) cpp directives as comments

p4raw-id: //depot/perl@13248

22 years ago$(MAKE) distclean shouldn't blow away ../lib/Thread.pm
Gurusamy Sarathy [Sun, 25 Nov 2001 00:02:37 +0000 (00:02 +0000)]
$(MAKE) distclean shouldn't blow away ../lib/Thread.pm

p4raw-id: //depot/perl@13247

22 years agoThe debug_pag needs to be visible at all times
Jarkko Hietaniemi [Sat, 24 Nov 2001 21:45:32 +0000 (21:45 +0000)]
The debug_pag needs to be visible at all times
because of the re extension.

p4raw-id: //depot/perl@13246

22 years agoRe: [PATCH] Tests are good
Philip Newton [Sat, 24 Nov 2001 21:24:00 +0000 (22:24 +0100)]
Re: [PATCH] Tests are good
Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>

p4raw-id: //depot/perl@13245

23 years agomake PPPort/harness build on VMS
Craig A. Berry [Sat, 24 Nov 2001 12:45:44 +0000 (06:45 -0600)]
make PPPort/harness build on VMS
Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>

(with tweaks, and combined with Sarathy's #13242)

p4raw-id: //depot/perl@13244

23 years agoRe: [PATCH] Make Exporter::Heavy use Universal->VERSION()
John Peacock [Sat, 24 Nov 2001 14:27:46 +0000 (09:27 -0500)]
Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
Message-ID: <3BFFF4B2.40509@rowman.com>

p4raw-id: //depot/perl@13243

23 years agouse portable quotes
Gurusamy Sarathy [Sat, 24 Nov 2001 17:16:18 +0000 (17:16 +0000)]
use portable quotes

p4raw-id: //depot/perl@13242

23 years agoRe: [ID 20011118.128] installman chdir stuffs INC
Nicholas Clark [Sat, 24 Nov 2001 18:06:26 +0000 (18:06 +0000)]
Re: [ID 20011118.128] installman chdir stuffs INC
Message-ID: <20011124180626.T37621@plum.flirble.org>

p4raw-id: //depot/perl@13241

23 years agoperl5005delta.pod L<>
Nicholas Clark [Sat, 24 Nov 2001 18:04:21 +0000 (18:04 +0000)]
perl5005delta.pod L<>
Message-ID: <20011124180421.S37621@plum.flirble.org>

p4raw-id: //depot/perl@13240

23 years agofix typo in config.vc; regenerate win32 config_H.* files
Gurusamy Sarathy [Sat, 24 Nov 2001 17:01:17 +0000 (17:01 +0000)]
fix typo in config.vc; regenerate win32 config_H.* files

p4raw-id: //depot/perl@13239

23 years agoMention the charnames::vianame().
Jarkko Hietaniemi [Sat, 24 Nov 2001 16:16:01 +0000 (16:16 +0000)]
Mention the charnames::vianame().

p4raw-id: //depot/perl@13238

23 years agoAdd charnames::vianame() in case people want to access
Jarkko Hietaniemi [Sat, 24 Nov 2001 16:12:31 +0000 (16:12 +0000)]
Add charnames::vianame() in case people want to access
the codes in run-time (as opposed to the compile-timeness
of \N{...}).

p4raw-id: //depot/perl@13237

23 years agomemset() is cheaper than a loop of 256 bit-a-a-times
Nicholas Clark [Sat, 24 Nov 2001 16:30:42 +0000 (16:30 +0000)]
memset() is cheaper than a loop of 256 bit-a-a-times
Message-ID: <20011124163042.R37621@plum.flirble.org>

p4raw-id: //depot/perl@13236

23 years agoRe: Smoke 13191 /pro/3gl/CPAN/perl-current
Nicholas Clark [Sat, 24 Nov 2001 16:24:33 +0000 (16:24 +0000)]
Re: Smoke 13191 /pro/3gl/CPAN/perl-current
Message-ID: <20011124162433.Q37621@plum.flirble.org>

cmp fixes.

p4raw-id: //depot/perl@13235

23 years agoUse /proc/self/auxv in Solaris to figure out the $^X.
Jarkko Hietaniemi [Sat, 24 Nov 2001 15:23:34 +0000 (15:23 +0000)]
Use /proc/self/auxv in Solaris to figure out the $^X.
(It seems that "./perl" gets resolved to "perl" now.)

p4raw-id: //depot/perl@13234

23 years agoDB_File 1.800
Paul Marquess [Sat, 24 Nov 2001 11:41:41 +0000 (11:41 +0000)]
DB_File 1.800
Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>

p4raw-id: //depot/perl@13233

23 years agoTweak the PUSHED documentation.
Jarkko Hietaniemi [Sat, 24 Nov 2001 14:48:34 +0000 (14:48 +0000)]
Tweak the PUSHED documentation.

p4raw-id: //depot/perl@13232

23 years agoUpdate 1_compile for new known tests.
Jarkko Hietaniemi [Sat, 24 Nov 2001 04:09:41 +0000 (04:09 +0000)]
Update 1_compile for new known tests.

p4raw-id: //depot/perl@13231

23 years agoMove the MBF/MBI test modules to t/lib.
Jarkko Hietaniemi [Sat, 24 Nov 2001 04:07:39 +0000 (04:07 +0000)]
Move the MBF/MBI test modules to t/lib.

p4raw-id: //depot/perl@13230

23 years agoconfigure.com follow-up to 13218
Craig A. Berry [Fri, 23 Nov 2001 18:05:35 +0000 (12:05 -0600)]
configure.com follow-up to 13218
Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>

p4raw-id: //depot/perl@13229

23 years agoswitch unfcmb.h to employ 'STDCHAR' in place of char
Peter Prymmer [Fri, 23 Nov 2001 17:03:07 +0000 (12:03 -0500)]
switch unfcmb.h to employ 'STDCHAR' in place of char
Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>

p4raw-id: //depot/perl@13228

23 years agoHere are the right helper files.
Jarkko Hietaniemi [Fri, 23 Nov 2001 20:09:36 +0000 (20:09 +0000)]
Here are the right helper files.

p4raw-id: //depot/perl@13227

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 23 Nov 2001 20:03:28 +0000 (20:03 +0000)]
Update Changes.

p4raw-id: //depot/perl@13226

23 years agoNever mind.
Jarkko Hietaniemi [Fri, 23 Nov 2001 19:53:53 +0000 (19:53 +0000)]
Never mind.

p4raw-id: //depot/perl@13225

23 years agoMis-add.
Jarkko Hietaniemi [Fri, 23 Nov 2001 19:52:03 +0000 (19:52 +0000)]
Mis-add.

p4raw-id: //depot/perl@13224

23 years agoUpgrade to Filter::Simple 0.77.
Jarkko Hietaniemi [Fri, 23 Nov 2001 19:39:57 +0000 (19:39 +0000)]
Upgrade to Filter::Simple 0.77.

p4raw-id: //depot/perl@13223

23 years agoMissing p4 add.
Jarkko Hietaniemi [Fri, 23 Nov 2001 19:12:20 +0000 (19:12 +0000)]
Missing p4 add.

p4raw-id: //depot/perl@13222

23 years agoPass 5 at perldelta - module and utility updates cleanup.
Jarkko Hietaniemi [Fri, 23 Nov 2001 19:10:18 +0000 (19:10 +0000)]
Pass 5 at perldelta - module and utility updates cleanup.

p4raw-id: //depot/perl@13221

23 years agoRegen Porting stuff; regen toc; cleanup nit in Configure.
Jarkko Hietaniemi [Fri, 23 Nov 2001 18:55:06 +0000 (18:55 +0000)]
Regen Porting stuff; regen toc; cleanup nit in Configure.

p4raw-id: //depot/perl@13219

23 years agoAdd procselfexe and d_dirfd to strange lands.
Jarkko Hietaniemi [Fri, 23 Nov 2001 18:48:18 +0000 (18:48 +0000)]
Add procselfexe and d_dirfd to strange lands.

p4raw-id: //depot/perl@13218

23 years agoBetter to "quote" the pathname.
Jarkko Hietaniemi [Fri, 23 Nov 2001 18:47:17 +0000 (18:47 +0000)]
Better to "quote" the pathname.

p4raw-id: //depot/perl@13216

23 years agoUse PROCSELFEXE_PATH.
Jarkko Hietaniemi [Fri, 23 Nov 2001 18:34:24 +0000 (18:34 +0000)]
Use PROCSELFEXE_PATH.

p4raw-id: //depot/perl@13215

23 years agoAdd probing for BSD-like /proc/curproc/file.
Jarkko Hietaniemi [Fri, 23 Nov 2001 18:31:13 +0000 (18:31 +0000)]
Add probing for BSD-like /proc/curproc/file.

p4raw-id: //depot/perl@13213

23 years agoAdd probing for dirfd() so that it can be added it IO::Dir.
Jarkko Hietaniemi [Fri, 23 Nov 2001 18:09:37 +0000 (18:09 +0000)]
Add probing for dirfd() so that it can be added it IO::Dir.

p4raw-id: //depot/perl@13211

23 years ago...and update the test count.
Jarkko Hietaniemi [Fri, 23 Nov 2001 17:37:27 +0000 (17:37 +0000)]
...and update the test count.

p4raw-id: //depot/perl@13210

23 years agoMust remove the cap test also from the test script.
Jarkko Hietaniemi [Fri, 23 Nov 2001 17:19:12 +0000 (17:19 +0000)]
Must remove the cap test also from the test script.

p4raw-id: //depot/perl@13209

23 years agoTests are good
Nicholas Clark [Fri, 23 Nov 2001 18:12:21 +0000 (18:12 +0000)]
Tests are good
Message-ID: <20011123181220.F37621@plum.flirble.org>

p4raw-id: //depot/perl@13208

23 years agoThe basic.cap from podlators 1.14 is not very portable.
Jarkko Hietaniemi [Fri, 23 Nov 2001 17:08:31 +0000 (17:08 +0000)]
The basic.cap from podlators 1.14 is not very portable.

p4raw-id: //depot/perl@13207

23 years agoRe: [DOC PATCHES] pod cleanups
Rafael Garcia-Suarez [Thu, 22 Nov 2001 12:54:16 +0000 (12:54 +0000)]
Re: [DOC PATCHES] pod cleanups
Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>

p4raw-id: //depot/perl@13206

23 years agoFAQ sync.
Jarkko Hietaniemi [Fri, 23 Nov 2001 16:38:10 +0000 (16:38 +0000)]
FAQ sync.

p4raw-id: //depot/perl@13205

23 years agoinital testing for MM_VMS
Peter Prymmer [Fri, 23 Nov 2001 11:43:45 +0000 (06:43 -0500)]
inital testing for MM_VMS
Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>

p4raw-id: //depot/perl@13204

23 years agoCorify podlators 1.14 test.
Jarkko Hietaniemi [Fri, 23 Nov 2001 15:47:13 +0000 (15:47 +0000)]
Corify podlators 1.14 test.

p4raw-id: //depot/perl@13203

23 years agoOutput tweak needed because of podlators 1.14.
Jarkko Hietaniemi [Fri, 23 Nov 2001 15:38:36 +0000 (15:38 +0000)]
Output tweak needed because of podlators 1.14.

p4raw-id: //depot/perl@13202

23 years agoUpgrade to podlators 1.14.
Jarkko Hietaniemi [Fri, 23 Nov 2001 15:38:04 +0000 (15:38 +0000)]
Upgrade to podlators 1.14.

p4raw-id: //depot/perl@13201

23 years agoperlmodinstall tweaks from Philip Newton.
Jarkko Hietaniemi [Fri, 23 Nov 2001 15:32:06 +0000 (15:32 +0000)]
perlmodinstall tweaks from Philip Newton.

p4raw-id: //depot/perl@13200

23 years agoRe: [PATCH] Porting/genlog -bi and range
Audrey Tang [Fri, 23 Nov 2001 23:55:53 +0000 (07:55 +0800)]
Re: [PATCH] Porting/genlog -bi and range
Message-ID: <20011123235553.A2310@not.autrijus.org>

p4raw-id: //depot/perl@13199

23 years agoRe: regex oddness with \Z and $&
Hugo van der Sanden [Fri, 23 Nov 2001 15:15:24 +0000 (15:15 +0000)]
Re: regex oddness with \Z and $&
Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>

p4raw-id: //depot/perl@13198

23 years agoregen_headers.
Jarkko Hietaniemi [Fri, 23 Nov 2001 14:44:19 +0000 (14:44 +0000)]
regen_headers.

p4raw-id: //depot/perl@13197

23 years agoForgotten check-in.
Jarkko Hietaniemi [Fri, 23 Nov 2001 14:24:08 +0000 (14:24 +0000)]
Forgotten check-in.

p4raw-id: //depot/perl@13196

23 years agoRemembered everything in 13152 but Test/Simple.pm itself, duh.
Jarkko Hietaniemi [Fri, 23 Nov 2001 14:23:49 +0000 (14:23 +0000)]
Remembered everything in 13152 but Test/Simple.pm itself, duh.

p4raw-id: //depot/perl@13195

23 years agoRetract #13173 (effectively retract Net::Ping 2.06,
Jarkko Hietaniemi [Thu, 22 Nov 2001 11:31:59 +0000 (11:31 +0000)]
Retract #13173 (effectively retract Net::Ping 2.06,
go back to 2.04, the 2.06 hasn't seen the patches
that have gone to the blead version.)

p4raw-id: //depot/perl@13194

23 years agoRe: [PATCH perldoc] problems with pod2man
Robin Barker [Thu, 22 Nov 2001 11:00:38 +0000 (11:00 +0000)]
Re: [PATCH perldoc] problems with pod2man
Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>

p4raw-id: //depot/perl@13193

23 years agoprocselfexe tweak: for some reason I had a ls in
Jarkko Hietaniemi [Thu, 22 Nov 2001 05:06:09 +0000 (05:06 +0000)]
procselfexe tweak: for some reason I had a ls in
/proc/self/exe, not the ls Configure thought it
would found.

p4raw-id: //depot/perl@13191

23 years agoCorify the Net::Ping tests; skip the tests
Jarkko Hietaniemi [Thu, 22 Nov 2001 04:45:36 +0000 (04:45 +0000)]
Corify the Net::Ping tests; skip the tests
unless $ENV{PERL_TEST_Net_Ping} is true.

p4raw-id: //depot/perl@13190

23 years agoThe #13182 didn't really help. The real problem
Jarkko Hietaniemi [Thu, 22 Nov 2001 04:43:29 +0000 (04:43 +0000)]
The #13182 didn't really help.  The real problem
seems to be that 'sh' can in AIX mean at least three
different things, and we can't know which one it is
unless we export $newsh from an earlier run (and it's
the 'bsh' aka 'sh' that has the the broken test -h).

p4raw-id: //depot/perl@13188

23 years agolocal(*CORE::GLOBAL::require) doesn't behave like other overrides
Gurusamy Sarathy [Thu, 22 Nov 2001 03:42:58 +0000 (03:42 +0000)]
local(*CORE::GLOBAL::require) doesn't behave like other overrides

p4raw-id: //depot/perl@13187

23 years agoadd Shell.t tests for VMS
Peter Prymmer [Wed, 21 Nov 2001 20:17:25 +0000 (15:17 -0500)]
add Shell.t tests for VMS
Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>

p4raw-id: //depot/perl@13186

23 years agoReapply perlmodinstall parts of #12897.
Jarkko Hietaniemi [Thu, 22 Nov 2001 03:09:27 +0000 (03:09 +0000)]
Reapply perlmodinstall parts of #12897.

p4raw-id: //depot/perl@13185

23 years agoperlmodinstall 2.01 from Jon Orwant.
Jarkko Hietaniemi [Thu, 22 Nov 2001 03:08:00 +0000 (03:08 +0000)]
perlmodinstall 2.01 from Jon Orwant.

p4raw-id: //depot/perl@13184

23 years agoREXX on OS/2
Ilya Zakharevich [Wed, 21 Nov 2001 15:26:11 +0000 (10:26 -0500)]
REXX on OS/2
Message-ID: <20011121152611.A13664@math.ohio-state.edu>

p4raw-id: //depot/perl@13183

23 years agoAIX has broken builtin 'test'.
Jarkko Hietaniemi [Wed, 21 Nov 2001 22:30:37 +0000 (22:30 +0000)]
AIX has broken builtin 'test'.

p4raw-id: //depot/perl@13181

23 years agoINSTALL size update
Andy Dougherty [Wed, 21 Nov 2001 14:49:21 +0000 (09:49 -0500)]
INSTALL size update
Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@13180

23 years agoImplement the sort pragma. Split sort code from pp_ctl.c
Jarkko Hietaniemi [Wed, 21 Nov 2001 22:25:14 +0000 (22:25 +0000)]
Implement the sort pragma.  Split sort code from pp_ctl.c
to pp_sort.c.  Includes the quicksort stabilizing layer
from John P. Linderman.  -Msort=qsort or -Msort=fast is
faster than without (or with -Msort=mergesort or -Msort=safe)
for short random inputs, but for some reason not quite as fast
as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
optimizing definitely needed.

p4raw-id: //depot/perl@13179

23 years agoSync file with libnet-1.0901-tobe
Graham Barr [Wed, 21 Nov 2001 18:30:10 +0000 (18:30 +0000)]
Sync file with libnet-1.0901-tobe

p4raw-id: //depot/perl@13178

23 years agoproblems with pod2man
Robin Barker [Wed, 21 Nov 2001 17:48:51 +0000 (17:48 +0000)]
problems with pod2man
Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>

p4raw-id: //depot/perl@13177

23 years agodebug_pad only visible when debugging.
Jarkko Hietaniemi [Wed, 21 Nov 2001 17:27:30 +0000 (17:27 +0000)]
debug_pad only visible when debugging.

p4raw-id: //depot/perl@13176

23 years agoprocselfexe tweaks.
Jarkko Hietaniemi [Wed, 21 Nov 2001 16:01:39 +0000 (16:01 +0000)]
procselfexe tweaks.

p4raw-id: //depot/perl@13174

23 years agoUpgrade to Net::Ping 2.06.
Jarkko Hietaniemi [Wed, 21 Nov 2001 15:55:08 +0000 (15:55 +0000)]
Upgrade to Net::Ping 2.06.

p4raw-id: //depot/perl@13173