This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agoEven better use64bitall logic.
Jarkko Hietaniemi [Mon, 28 Feb 2000 06:08:40 +0000 (06:08 +0000)]
Even better use64bitall logic.

p4raw-id: //depot/cfgperl@5314

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 28 Feb 2000 05:47:27 +0000 (05:47 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5313

24 years agoAsk about use64bitall regardless of whether use64bitint is defined.
Jarkko Hietaniemi [Mon, 28 Feb 2000 05:09:31 +0000 (05:09 +0000)]
Ask about use64bitall regardless of whether use64bitint is defined.

p4raw-id: //depot/cfgperl@5312

24 years agoThe #5249 wasn't doing any good.
Jarkko Hietaniemi [Mon, 28 Feb 2000 04:17:36 +0000 (04:17 +0000)]
The #5249 wasn't doing any good.

p4raw-id: //depot/cfgperl@5309

24 years agoA less ambitious version of #5292.
Jarkko Hietaniemi [Mon, 28 Feb 2000 03:46:14 +0000 (03:46 +0000)]
A less ambitious version of #5292.

p4raw-id: //depot/cfgperl@5307

24 years agoThe #5292 was Not So Good Idea.
Jarkko Hietaniemi [Mon, 28 Feb 2000 03:41:48 +0000 (03:41 +0000)]
The #5292 was Not So Good Idea.

p4raw-id: //depot/cfgperl@5305

24 years agom/.*$/ etc should be m/.*\z/s in many file handling modules; fix
Gurusamy Sarathy [Mon, 28 Feb 2000 00:00:05 +0000 (00:00 +0000)]
m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
these insidious errors in File::Basename, File::Find and find2perl
(from Tom Christiansen)

TODO: many other modules need to be fixed as well!

p4raw-id: //depot/perl@5296

24 years agoVersion number update.
Jarkko Hietaniemi [Sun, 27 Feb 2000 23:18:40 +0000 (23:18 +0000)]
Version number update.

p4raw-id: //depot/cfgperl@5295

24 years agotypos in change#5293
Gurusamy Sarathy [Sun, 27 Feb 2000 22:27:46 +0000 (22:27 +0000)]
typos in change#5293

p4raw-link: @5293 on //depot/perl: 479ba38336aaacaf3a7e00a4662d83e2dc833197

p4raw-id: //depot/perl@5294

24 years agosupport fields::new() and fields::phash() to create pseudo-hash
Gurusamy Sarathy [Sun, 27 Feb 2000 21:57:40 +0000 (21:57 +0000)]
support fields::new() and fields::phash() to create pseudo-hash
objects and plain pseudo-hashes respectively (this avoids users
from having to diddle %FIELDS directly); update documentation to
suit (from original fields::phash() implementation by Peter
Scott <Peter@PSDT.com>)

p4raw-id: //depot/perl@5293

24 years agoproto.h was mssing from the list of generated files;
Jarkko Hietaniemi [Sun, 27 Feb 2000 21:49:25 +0000 (21:49 +0000)]
proto.h was mssing from the list of generated files;
added rules to generate any single wanted file
(a bunch of other files may also be generated
at the same time, as before)

p4raw-id: //depot/cfgperl@5292

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 27 Feb 2000 18:57:12 +0000 (18:57 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5291

24 years agointegrate cfgperl and vmsperl contents into mainline
Gurusamy Sarathy [Sun, 27 Feb 2000 18:47:00 +0000 (18:47 +0000)]
integrate cfgperl and vmsperl contents into mainline

p4raw-id: //depot/perl@5290

24 years agotweak change#5286 (we don't ever get to pp_glob() if we're using
Gurusamy Sarathy [Sun, 27 Feb 2000 18:09:04 +0000 (18:09 +0000)]
tweak change#5286 (we don't ever get to pp_glob() if we're using
the internal glob())

p4raw-link: @5286 on //depot/perl: 3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864

p4raw-id: //depot/perl@5289

24 years agodjgpp update (from Laszlo Molnar)
Gurusamy Sarathy [Sun, 27 Feb 2000 17:12:41 +0000 (17:12 +0000)]
djgpp update (from Laszlo Molnar)

p4raw-id: //depot/perl@5288

24 years agotweak comment about core glob()
Gurusamy Sarathy [Sun, 27 Feb 2000 16:58:53 +0000 (16:58 +0000)]
tweak comment about core glob()

p4raw-id: //depot/perl@5287

24 years agoremove outdated info about csh and glob(); glob() need not fail
Gurusamy Sarathy [Sun, 27 Feb 2000 16:52:54 +0000 (16:52 +0000)]
remove outdated info about csh and glob(); glob() need not fail
when tainting anymore if using internal globbing

p4raw-id: //depot/perl@5286

24 years agomake readdir() respect IOf_UNTAINT flag (allows untainting of directory
Gurusamy Sarathy [Sun, 27 Feb 2000 16:20:31 +0000 (16:20 +0000)]
make readdir() respect IOf_UNTAINT flag (allows untainting of directory
handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>

p4raw-id: //depot/perl@5285

24 years agoavoid compiler warnings (from Dan Sugalski)
Gurusamy Sarathy [Sun, 27 Feb 2000 14:31:24 +0000 (14:31 +0000)]
avoid compiler warnings (from Dan Sugalski)

p4raw-id: //depot/perl@5284

24 years agopropagate utf8ness in sv_setsv() (from Gisle Aas)
Gurusamy Sarathy [Sun, 27 Feb 2000 14:21:16 +0000 (14:21 +0000)]
propagate utf8ness in sv_setsv() (from Gisle Aas)

p4raw-id: //depot/perl@5283

24 years agoImpose security constraints on lnm lookup only if tainting
Charles Bailey [Sun, 27 Feb 2000 05:07:08 +0000 (05:07 +0000)]
Impose security constraints on lnm lookup only if tainting

p4raw-id: //depot/vmsperl@5282

24 years ago Add new File::Spec::VMS methods
Charles Bailey [Sun, 27 Feb 2000 05:05:35 +0000 (05:05 +0000)]
   Add new File::Spec::VMS methods
       Don't add implicit device in VMS <-> Unix filespec translation
       Make File::Spec::Unix{rel2abs|abs2rel} OS-independent

p4raw-id: //depot/vmsperl@5281

24 years agoAccept filespecs as command verbs for subprocesses
Charles Bailey [Sun, 27 Feb 2000 04:58:01 +0000 (04:58 +0000)]
Accept filespecs as command verbs for subprocesses

p4raw-id: //depot/vmsperl@5280

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 27 Feb 2000 04:01:53 +0000 (04:01 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5279

24 years agoResync with mainline again
Charles Bailey [Sun, 27 Feb 2000 02:43:01 +0000 (02:43 +0000)]
Resync with mainline again

p4raw-id: //depot/vmsperl@5278

24 years agoFix locale case-ignorant matching bug reported in
gomar@md.media-web.de [Wed, 23 Feb 2000 16:03:08 +0000 (16:03 +0000)]
Fix locale case-ignorant matching bug reported in
To: perl5-porters@perl.org
Subject: [ID 20000223.005]
Message-Id: <20000223160308.1830.qmail@md.media-web.de>

p4raw-id: //depot/cfgperl@5277

24 years agoallow $fh->autoflush on globrefs, and thence autovivified filehandles
Gurusamy Sarathy [Sat, 26 Feb 2000 18:18:16 +0000 (18:18 +0000)]
allow $fh->autoflush on globrefs, and thence autovivified filehandles
(from Tom Christiansen)

p4raw-id: //depot/perl@5276

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 26 Feb 2000 16:43:11 +0000 (16:43 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5275

24 years agorework binmode() entry in perlfunc (from Martien Verbruggen
Gurusamy Sarathy [Sat, 26 Feb 2000 15:23:45 +0000 (15:23 +0000)]
rework binmode() entry in perlfunc (from Martien Verbruggen
<mgjv@comdyn.com.au>)

p4raw-id: //depot/perl@5274

24 years agoPodParser v1.11 update (from Brad Appleton)
Gurusamy Sarathy [Sat, 26 Feb 2000 15:04:54 +0000 (15:04 +0000)]
PodParser v1.11 update (from Brad Appleton)

p4raw-id: //depot/perl@5273

24 years agoadd missing perl headers to perldepend action
Gurusamy Sarathy [Sat, 26 Feb 2000 14:48:24 +0000 (14:48 +0000)]
add missing perl headers to perldepend action

p4raw-id: //depot/perl@5272

24 years agoVMS patch (from Peter Prymmer)
Gurusamy Sarathy [Sat, 26 Feb 2000 08:03:36 +0000 (08:03 +0000)]
VMS patch (from Peter Prymmer)

p4raw-id: //depot/perl@5271

24 years agointegrate vmsperl changes into mainline
Gurusamy Sarathy [Sat, 26 Feb 2000 07:46:35 +0000 (07:46 +0000)]
integrate vmsperl changes into mainline

p4raw-id: //depot/perl@5270

24 years agoResync with mainline
Charles Bailey [Sat, 26 Feb 2000 07:04:55 +0000 (07:04 +0000)]
Resync with mainline

p4raw-id: //depot/vmsperl@5269

24 years agoreintroduce useithreads (accidentally deleted in change#5261)
Gurusamy Sarathy [Sat, 26 Feb 2000 06:50:04 +0000 (06:50 +0000)]
reintroduce useithreads (accidentally deleted in change#5261)

p4raw-link: @5261 on //depot/metaconfig: 4f000923e76d2d40ea30e293e243d0469d84cef8on //depot/cfgperl: 10cc9d2a36974e2e1175dbda57d8d05e2b0ce49e

p4raw-id: //depot/perl@5268

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Sat, 26 Feb 2000 06:46:06 +0000 (06:46 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5266

24 years agosupport for version vectors in UNIVERSAL::VERSION(), so that
Gurusamy Sarathy [Sat, 26 Feb 2000 06:31:10 +0000 (06:31 +0000)]
support for version vectors in UNIVERSAL::VERSION(), so that
C<use Foo v1.2.3> etc., work; tests for the same

TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this

p4raw-id: //depot/perl@5265

24 years agoAdd libscheck for IRIX.
Jarkko Hietaniemi [Sat, 26 Feb 2000 04:14:15 +0000 (04:14 +0000)]
Add libscheck for IRIX.

p4raw-id: //depot/cfgperl@5264

24 years agoAdd libscheck for Solaris.
Jarkko Hietaniemi [Sat, 26 Feb 2000 03:40:47 +0000 (03:40 +0000)]
Add libscheck for Solaris.

p4raw-id: //depot/cfgperl@5263

24 years agoRhapsody/Darwin patches from Wilfredo Sanchez.
Jarkko Hietaniemi [Sat, 26 Feb 2000 03:10:47 +0000 (03:10 +0000)]
Rhapsody/Darwin patches from Wilfredo Sanchez.

p4raw-id: //depot/cfgperl@5262

24 years agoRename use64bits to use64bitint;
Jarkko Hietaniemi [Sat, 26 Feb 2000 02:48:23 +0000 (02:48 +0000)]
Rename use64bits to use64bitint;
rename usefull64bits to use64bitall.

p4raw-id: //depot/cfgperl@5261

24 years agocygwin port
Fifer, Eric [Fri, 25 Feb 2000 22:57:16 +0000 (22:57 +0000)]
cygwin port

To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>

p4raw-id: //depot/cfgperl@5260

24 years agoConfigure nits; add socksizetype; add getfsstat for completeness;
Jarkko Hietaniemi [Fri, 25 Feb 2000 22:53:51 +0000 (22:53 +0000)]
Configure nits; add socksizetype; add getfsstat for completeness;
add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
lands; regen Configure.

p4raw-id: //depot/cfgperl@5259

24 years agoFurther fixes to malloc.c prototypes from Dominic Dunlop.
Jarkko Hietaniemi [Fri, 25 Feb 2000 21:04:17 +0000 (21:04 +0000)]
Further fixes to malloc.c prototypes from Dominic Dunlop.

p4raw-id: //depot/cfgperl@5258

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 25 Feb 2000 20:48:13 +0000 (20:48 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5257

24 years agofix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
Gurusamy Sarathy [Fri, 25 Feb 2000 20:04:37 +0000 (20:04 +0000)]
fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS

p4raw-id: //depot/perl@5256

24 years agochange#4849 wasn't restoring savestack correctly; make loops that have
Gurusamy Sarathy [Fri, 25 Feb 2000 19:23:58 +0000 (19:23 +0000)]
change#4849 wasn't restoring savestack correctly; make loops that have
continue blocks recognizable at run time

p4raw-link: @4849 on //depot/perl: 872465582bf743a066e1240f2c3e941735674827

p4raw-id: //depot/perl@5255

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 25 Feb 2000 06:00:01 +0000 (06:00 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5254

24 years agoMegalopatch for Configure: Andy's new installation schemes;
Jarkko Hietaniemi [Fri, 25 Feb 2000 05:57:59 +0000 (05:57 +0000)]
Megalopatch for Configure: Andy's new installation schemes;
introduce usefull64bits, beautify and regularize the various
type probes; introduce d_lseekproto.

p4raw-id: //depot/cfgperl@5253

24 years agoupdate PodParser to v1.10 (from Brad Appleton)
Gurusamy Sarathy [Fri, 25 Feb 2000 03:15:03 +0000 (03:15 +0000)]
update PodParser to v1.10 (from Brad Appleton)

p4raw-id: //depot/perl@5252

24 years agomake File::Find tests tolerate case-insensitive systems (from
Gurusamy Sarathy [Fri, 25 Feb 2000 03:10:51 +0000 (03:10 +0000)]
make File::Find tests tolerate case-insensitive systems (from
Laszlo Molnar)

p4raw-id: //depot/perl@5251

24 years agomore Compiler tweaks for useithreads
Gurusamy Sarathy [Fri, 25 Feb 2000 01:50:04 +0000 (01:50 +0000)]
more Compiler tweaks for useithreads

p4raw-id: //depot/perl@5250

24 years agoRemove NFS temp files and Configure temp C files.
Jarkko Hietaniemi [Fri, 25 Feb 2000 00:17:53 +0000 (00:17 +0000)]
Remove NFS temp files and Configure temp C files.

p4raw-id: //depot/cfgperl@5249

24 years agoIn FreeBSD disable floating point exception handlers.
Sean Davis [Thu, 24 Feb 2000 15:54:24 +0000 (07:54 -0800)]
In FreeBSD disable floating point exception handlers.
As the comment says, this should be done in the hints.
To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
cc: perl5-porters@perl.org
Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>

p4raw-id: //depot/cfgperl@5248

24 years agoMore UTF8_MAXLEN fixes
Gisle Aas [Fri, 25 Feb 2000 00:24:53 +0000 (01:24 +0100)]
More UTF8_MAXLEN fixes

To: perl5-porters@perl.org
Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>

p4raw-id: //depot/cfgperl@5247

24 years agoThe op/stat.t patch in #5341 wasn't robust enough,
Jarkko Hietaniemi [Thu, 24 Feb 2000 23:15:56 +0000 (23:15 +0000)]
The op/stat.t patch in #5341 wasn't robust enough,
it broke subtest 4 almost everywhere else.

p4raw-id: //depot/cfgperl@5246

24 years agoMore VMS patches from Peter Prymmer.
Jarkko Hietaniemi [Thu, 24 Feb 2000 19:28:53 +0000 (19:28 +0000)]
More VMS patches from Peter Prymmer.

p4raw-id: //depot/cfgperl@5245

24 years agoLargefileness in Solaris doesn't require long longs;
Jarkko Hietaniemi [Thu, 24 Feb 2000 19:26:33 +0000 (19:26 +0000)]
Largefileness in Solaris doesn't require long longs;
use64bits enhancements; introduce usefull64bits.

p4raw-id: //depot/cfgperl@5244

24 years agoTidy up the 64-bit (and socklen_t) type probing.
Jarkko Hietaniemi [Thu, 24 Feb 2000 18:40:25 +0000 (18:40 +0000)]
Tidy up the 64-bit (and socklen_t) type probing.

p4raw-id: //depot/cfgperl@5243

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 24 Feb 2000 18:09:49 +0000 (18:09 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5242

24 years agocygwin port
Fifer, Eric [Thu, 24 Feb 2000 17:15:28 +0000 (17:15 +0000)]
cygwin port

To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>

p4raw-id: //depot/cfgperl@5241

24 years agoVMS patch from Peter Prymmer; use full_ar.
Jarkko Hietaniemi [Thu, 24 Feb 2000 17:53:12 +0000 (17:53 +0000)]
VMS patch from Peter Prymmer; use full_ar.

p4raw-id: //depot/cfgperl@5240

24 years agoMPE/ix patches from Mark Bixby.
Jarkko Hietaniemi [Thu, 24 Feb 2000 17:46:45 +0000 (17:46 +0000)]
MPE/ix patches from Mark Bixby.

p4raw-id: //depot/cfgperl@5239

24 years agoGet -lbind if available. Add pointer to perldelta.pod/64-bit
Lupe Christoph [Thu, 24 Feb 2000 11:54:50 +0000 (12:54 +0100)]
Get -lbind if available.  Add pointer to perldelta.pod/64-bit
support to t/op/numconvert.t.
To: perl5-porters@perl.org
Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
Message-Id: <200002241054.LAA06808@lupe-christoph.de>

p4raw-id: //depot/cfgperl@5238

24 years agoRemove more cruft from IO.
Jarkko Hietaniemi [Thu, 24 Feb 2000 15:47:11 +0000 (15:47 +0000)]
Remove more cruft from IO.

p4raw-id: //depot/cfgperl@5237

24 years agodouble EXPORT_OK in h2xs
Hugo van der Sanden [Thu, 24 Feb 2000 13:24:10 +0000 (13:24 +0000)]
double EXPORT_OK in h2xs

To: perl5-porters@perl.org
Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>

p4raw-id: //depot/cfgperl@5236

24 years agoSome Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
js@ddre.dk [Thu, 24 Feb 2000 15:11:33 +0000 (16:11 +0100)]
Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
S_IROTH, S_IWOTH, S_IXOTH.
To: perl5-porters@perl.org
Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>

p4raw-id: //depot/cfgperl@5235

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Thu, 24 Feb 2000 03:39:17 +0000 (03:39 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5234

24 years agoVMS patch from Peter Prymmer.
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:31:38 +0000 (01:31 +0000)]
VMS patch from Peter Prymmer.

p4raw-id: //depot/cfgperl@5233

24 years agoDetypo fpos64_t test.
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:15:03 +0000 (01:15 +0000)]
Detypo fpos64_t test.

p4raw-id: //depot/cfgperl@5232

24 years agomiscut'n'paste in #5230.
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:11:17 +0000 (01:11 +0000)]
miscut'n'paste in #5230.

p4raw-id: //depot/cfgperl@5231

24 years agoThe #5228 wasn't quite right + fix typos.
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:02:05 +0000 (01:02 +0000)]
The #5228 wasn't quite right + fix typos.

p4raw-id: //depot/cfgperl@5230

24 years agoDepickify the compiler (about unused and set but not used variables)
Jarkko Hietaniemi [Thu, 24 Feb 2000 00:40:01 +0000 (00:40 +0000)]
Depickify the compiler (about unused and set but not used variables)

p4raw-id: //depot/cfgperl@5229

24 years agoCosmetics.
Jarkko Hietaniemi [Thu, 24 Feb 2000 00:34:35 +0000 (00:34 +0000)]
Cosmetics.

p4raw-id: //depot/cfgperl@5228

24 years agoIn IRIX <sys/mode.h> is something completely different.
Helmut Jarausch [Wed, 23 Feb 2000 10:55:08 +0000 (11:55 +0100)]
In IRIX <sys/mode.h> is something completely different.
To: perl5-porters@perl.org
Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>

p4raw-id: //depot/cfgperl@5227

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 23 Feb 2000 20:39:28 +0000 (20:39 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5226

24 years ago[ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
Dominic Dunlop [Wed, 23 Feb 2000 21:23:44 +0000 (22:23 +0100)]
[ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings

To: perl5-porters@perl.org
Cc: Gurusamy Sarathy <gsar@activestate.com>
Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>

p4raw-id: //depot/cfgperl@5225

24 years agoVMS build patches
Dan Sugalski [Wed, 23 Feb 2000 15:14:27 +0000 (10:14 -0500)]
VMS build patches

To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>

(the patch was mangled, had to be manually applied)

p4raw-id: //depot/cfgperl@5224

24 years ago[ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
Dominic Dunlop [Wed, 23 Feb 2000 20:41:54 +0000 (21:41 +0100)]
[ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments

To: perl5-porters@perl.org
Cc: Andy Dougherty <doughera@lafayette.edu>,
        Gurusamy Sarathy <gsar@activestate.com>
Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>

p4raw-id: //depot/cfgperl@5223

24 years agoRemove &IO::EINPROGRESS now that IO uses Errno anyway
Jarkko Hietaniemi [Wed, 23 Feb 2000 18:02:39 +0000 (18:02 +0000)]
Remove &IO::EINPROGRESS now that IO uses Errno anyway
(suggested by Graham Barr).

p4raw-id: //depot/cfgperl@5222

24 years agoStreamline #5218 even more.
Jarkko Hietaniemi [Wed, 23 Feb 2000 16:00:29 +0000 (16:00 +0000)]
Streamline #5218 even more.

p4raw-id: //depot/cfgperl@5221

24 years agoper Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
Gurusamy Sarathy [Wed, 23 Feb 2000 09:10:43 +0000 (09:10 +0000)]
per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
C<use 5.6.0> work as well; underscores are now permitted in v-strings

p4raw-id: //depot/perl@5220

24 years agoStreamline #5218.
Jarkko Hietaniemi [Wed, 23 Feb 2000 04:24:54 +0000 (04:24 +0000)]
Streamline #5218.

p4raw-id: //depot/cfgperl@5219

24 years agoTrying to connect to an already open socket may give EISCONN.
Jarkko Hietaniemi [Wed, 23 Feb 2000 02:08:19 +0000 (02:08 +0000)]
Trying to connect to an already open socket may give EISCONN.

p4raw-id: //depot/cfgperl@5218

24 years agoFix prototype conflicts with POSIX.pm.
Jarkko Hietaniemi [Tue, 22 Feb 2000 23:54:51 +0000 (23:54 +0000)]
Fix prototype conflicts with POSIX.pm.

p4raw-id: //depot/cfgperl@5217

24 years agoSee http://www.unicode.org/unicode/reports/tr15/
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:27:19 +0000 (22:27 +0000)]
See http://www.unicode.org/unicode/reports/tr15/
for in-depth description of the problem.

p4raw-id: //depot/cfgperl@5216

24 years agoAdd uselongdouble, regroup the use* more logically.
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:11:17 +0000 (22:11 +0000)]
Add uselongdouble, regroup the use* more logically.

p4raw-id: //depot/cfgperl@5215

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:04:43 +0000 (22:04 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5214

24 years agoAdd socklen_t probe; Configure maintenance.
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:03:26 +0000 (22:03 +0000)]
Add socklen_t probe; Configure maintenance.

p4raw-id: //depot/cfgperl@5213

24 years agomake Perl's malloc work for allocations over 2GB (from Ilya
Gurusamy Sarathy [Tue, 22 Feb 2000 21:46:45 +0000 (21:46 +0000)]
make Perl's malloc work for allocations over 2GB (from Ilya
Zakharevich)

p4raw-id: //depot/perl@5212

24 years agoadd -W and -X to -h output; fix other pod omissions
Gurusamy Sarathy [Tue, 22 Feb 2000 19:51:47 +0000 (19:51 +0000)]
add -W and -X to -h output; fix other pod omissions

p4raw-id: //depot/perl@5211

24 years agodescribe C<< ... >> in perlpod.pod (from Brad Appleton)
Gurusamy Sarathy [Tue, 22 Feb 2000 19:51:13 +0000 (19:51 +0000)]
describe C<< ... >> in perlpod.pod (from Brad Appleton)

p4raw-id: //depot/perl@5210

24 years agoThe subtests 28 and 31 were wrong. Tightened also the similar
Jarkko Hietaniemi [Tue, 22 Feb 2000 19:40:43 +0000 (19:40 +0000)]
The subtests 28 and 31 were wrong.  Tightened also the similar
tests nearby.

p4raw-id: //depot/cfgperl@5209

24 years agos/Activeware/ActiveState/
Gurusamy Sarathy [Tue, 22 Feb 2000 19:13:44 +0000 (19:13 +0000)]
s/Activeware/ActiveState/

p4raw-id: //depot/perl@5208

24 years agoPerl version nit spotted by Spider Boardman.
Jarkko Hietaniemi [Tue, 22 Feb 2000 18:38:29 +0000 (18:38 +0000)]
Perl version nit spotted by Spider Boardman.

p4raw-id: //depot/cfgperl@5207

24 years agochange#5205 wasn't quite right; SvCUR() should be SvLEN()
Gurusamy Sarathy [Tue, 22 Feb 2000 17:50:44 +0000 (17:50 +0000)]
change#5205 wasn't quite right; SvCUR() should be SvLEN()

p4raw-link: @5205 on //depot/perl: 499ccf8db2d9b5a221a309256faacdec1485973e

p4raw-id: //depot/perl@5206

24 years agofix memory overrun due to off-by-one in change#5192
Gurusamy Sarathy [Tue, 22 Feb 2000 17:36:26 +0000 (17:36 +0000)]
fix memory overrun due to off-by-one in change#5192

p4raw-link: @5192 on //depot/perl: 012bcf8d26492bcf446b8c77c363cfa2f1a6a609

p4raw-id: //depot/perl@5205

24 years agosundry typos and such
Gurusamy Sarathy [Tue, 22 Feb 2000 17:10:39 +0000 (17:10 +0000)]
sundry typos and such

p4raw-id: //depot/perl@5204

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 22 Feb 2000 17:10:22 +0000 (17:10 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5203

24 years agoremove vestiges of older attribute syntax
Gurusamy Sarathy [Tue, 22 Feb 2000 16:48:58 +0000 (16:48 +0000)]
remove vestiges of older attribute syntax

p4raw-id: //depot/perl@5202