This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
21 years agoUpgrade to Test::Harness 2.27_02.
Jarkko Hietaniemi [Mon, 31 Mar 2003 10:36:48 +0000 (10:36 +0000)]
Upgrade to Test::Harness 2.27_02.

p4raw-id: //depot/perl@19102

21 years agoUpgrade to podlators 1.26.
Jarkko Hietaniemi [Mon, 31 Mar 2003 10:07:35 +0000 (10:07 +0000)]
Upgrade to podlators 1.26.

p4raw-id: //depot/perl@19101

21 years agoUpgrade to Encode 1.92.
Jarkko Hietaniemi [Mon, 31 Mar 2003 10:03:50 +0000 (10:03 +0000)]
Upgrade to Encode 1.92.

p4raw-id: //depot/perl@19100

21 years agoExtUtils::MakeMaker 6.03 -> 6.06_05ish
Michael G. Schwern [Mon, 31 Mar 2003 02:42:58 +0000 (18:42 -0800)]
ExtUtils::MakeMaker 6.03 -> 6.06_05ish
Message-ID: <20030331104257.GB15327@windhund.schwern.org>

p4raw-id: //depot/perl@19099

21 years agostray n_a
Michael G. Schwern [Mon, 31 Mar 2003 00:55:49 +0000 (16:55 -0800)]
stray n_a
Message-ID: <20030331085549.GB1300@windhund.schwern.org>

p4raw-id: //depot/perl@19098

21 years agoSome low-hanging fruit for EBCDIC portability
Jarkko Hietaniemi [Mon, 31 Mar 2003 05:00:07 +0000 (05:00 +0000)]
Some low-hanging fruit for EBCDIC portability
(or for marking as EBCDIC todos)

p4raw-id: //depot/perl@19097

21 years agoUpgrade to Time::HiRes 1.44.
Jarkko Hietaniemi [Sun, 30 Mar 2003 15:54:35 +0000 (15:54 +0000)]
Upgrade to Time::HiRes 1.44.

p4raw-id: //depot/perl@19094

21 years agoIRIX 5.3 update.
Jarkko Hietaniemi [Sun, 30 Mar 2003 15:09:02 +0000 (15:09 +0000)]
IRIX 5.3 update.

p4raw-id: //depot/perl@19092

21 years agoNot all compilers like #ifdefs within cpp macros
Jarkko Hietaniemi [Sun, 30 Mar 2003 10:26:32 +0000 (10:26 +0000)]
Not all compilers like #ifdefs within cpp macros
(follow-up on #19086)

p4raw-id: //depot/perl@19091

21 years agoEnding strings is customary (typo from #19084).
Jarkko Hietaniemi [Sun, 30 Mar 2003 09:50:33 +0000 (09:50 +0000)]
Ending strings is customary (typo from #19084).

p4raw-id: //depot/perl@19090

21 years agoRe-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
Jarkko Hietaniemi [Sun, 30 Mar 2003 09:24:08 +0000 (09:24 +0000)]
Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)

p4raw-id: //depot/perl@19089

21 years agoAnother victim of IRIX 5.3's inability to resolve 'localhost'
Jarkko Hietaniemi [Sun, 30 Mar 2003 09:09:42 +0000 (09:09 +0000)]
Another victim of IRIX 5.3's inability to resolve 'localhost'
as the test expects.

p4raw-id: //depot/perl@19088

21 years agoIn IRIX 5.3 turn off some of the warnings that cannot
Jarkko Hietaniemi [Sun, 30 Mar 2003 09:08:07 +0000 (09:08 +0000)]
In IRIX 5.3 turn off some of the warnings that cannot
really be helped (e.g. warnings coming from system headers,
or linker warnings during Configure).

p4raw-id: //depot/perl@19087

21 years agoIn IRIX 5.3 the cc is awfully confused about the prototype
Jarkko Hietaniemi [Sun, 30 Mar 2003 08:59:24 +0000 (08:59 +0000)]
In IRIX 5.3 the cc is awfully confused about the prototype
of select().

p4raw-id: //depot/perl@19086

21 years agoIn IRIX 5.3 being too POSIXly hides the struct timespec.
Jarkko Hietaniemi [Sun, 30 Mar 2003 08:43:53 +0000 (08:43 +0000)]
In IRIX 5.3 being too POSIXly hides the struct timespec.

p4raw-id: //depot/perl@19085

21 years agogethostbyname('localhost') is not that portable.
Jarkko Hietaniemi [Sun, 30 Mar 2003 08:31:53 +0000 (08:31 +0000)]
gethostbyname('localhost') is not that portable.
inet_aton('localhost') in IRIX 5.3 returned an undef,
which in turn made pack_sockaddr_in to barf on zero
length in_addr.

p4raw-id: //depot/perl@19084

21 years agoCOW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
Nicholas Clark [Sun, 30 Mar 2003 00:35:48 +0000 (00:35 +0000)]
COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@19083

21 years agoIRIX 5.3 can have PF_LINK defined to be AF_LINK but
Jarkko Hietaniemi [Sat, 29 Mar 2003 21:18:32 +0000 (21:18 +0000)]
IRIX 5.3 can have PF_LINK defined to be AF_LINK but
not defined AF_LINK.

p4raw-id: //depot/perl@19082

21 years ago[unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
Nicholas Clark [Sat, 29 Mar 2003 18:58:09 +0000 (18:58 +0000)]
[unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@19081

21 years agoMinor rephrasing in perlopentut,
Rafael Garcia-Suarez [Sat, 29 Mar 2003 20:39:34 +0000 (20:39 +0000)]
Minor rephrasing in perlopentut,
noticed by Bob Wilkinson (RT [perl #21725])

p4raw-id: //depot/perl@19080

21 years ago[DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
Nicholas Clark [Thu, 27 Mar 2003 22:37:35 +0000 (22:37 +0000)]
[DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@19079

21 years agoIt seems that in Tru64 V5 gcc cannot be used to
Jarkko Hietaniemi [Sat, 29 Mar 2003 07:23:00 +0000 (07:23 +0000)]
It seems that in Tru64 V5 gcc cannot be used to
compile a threaded Perl because <pthread.h> explicitly
checks for supported compilers (gcc not being one of them).
This is not so bad since the system C compiler is always there.

p4raw-id: //depot/perl@19078

21 years agoFeeding illegal QP (like \x80) to this
Jarkko Hietaniemi [Fri, 28 Mar 2003 06:03:16 +0000 (06:03 +0000)]
Feeding illegal QP (like \x80) to this
./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
caused a coredump in av_length() <- nextargv() because
the av was NULL.  I don't know that returning Nullfp is
the best thing to do, but it dodges the segfault and
introduces no test failures.

p4raw-id: //depot/perl@19077

21 years agoMissing final \n.
Jarkko Hietaniemi [Thu, 27 Mar 2003 18:17:20 +0000 (18:17 +0000)]
Missing final \n.

p4raw-id: //depot/perl@19074

21 years ago[perl #21672] IO::New and undefined filename behaviour
mike@exegenix.com [Mon, 24 Mar 2003 16:29:08 +0000 (16:29 +0000)]
[perl #21672] IO::New and undefined filename behaviour
From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
plus a regression test

p4raw-id: //depot/perl@19072

21 years agoBetter version of change #19069
Nicholas Clark [Wed, 26 Mar 2003 23:01:46 +0000 (23:01 +0000)]
Better version of change #19069
Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
p4raw-link: @19069 on //depot/perl: 10bcdfd6e8d70ea5a2c02616001cf97fce7f3e17

p4raw-id: //depot/perl@19071

21 years ago[patch] for Stratus VOS
Paul Green [Wed, 26 Mar 2003 17:24:38 +0000 (12:24 -0500)]
[patch] for Stratus VOS
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
(plus a small tweak to the test script)

p4raw-id: //depot/perl@19070

21 years agoRe: [perl #21614] 5.8.0 Unbalanced string table refcount
Nicholas Clark [Tue, 25 Mar 2003 22:59:17 +0000 (22:59 +0000)]
Re: [perl #21614] 5.8.0 Unbalanced string table refcount
Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@19069

21 years agoWin32 counterpart of change #19065
Rafael Garcia-Suarez [Wed, 26 Mar 2003 20:53:18 +0000 (20:53 +0000)]
Win32 counterpart of change #19065
p4raw-link: @19065 on //depot/perl: ce28de53280045efd40d128c35482d809354e666

p4raw-id: //depot/perl@19068

21 years agoVMS counterpart of change #19065
Rafael Garcia-Suarez [Wed, 26 Mar 2003 20:34:32 +0000 (20:34 +0000)]
VMS counterpart of change #19065
p4raw-link: @19065 on //depot/perl: ce28de53280045efd40d128c35482d809354e666

p4raw-id: //depot/perl@19067

21 years agoUpgrade to Term::ANSIColor 1.07.
Jarkko Hietaniemi [Wed, 26 Mar 2003 20:05:40 +0000 (20:05 +0000)]
Upgrade to Term::ANSIColor 1.07.

p4raw-id: //depot/perl@19066

21 years agoAdd a file utils/cpan.PL to generate the "cpan" utility,
Rafael Garcia-Suarez [Wed, 26 Mar 2003 19:55:20 +0000 (19:55 +0000)]
Add a file utils/cpan.PL to generate the "cpan" utility,
also separately maintained on CPAN, and now moved as
lib/CPAN/bin/cpan. Tweak installperl to avoid installing
this last file.

p4raw-id: //depot/perl@19065

21 years ago[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
Dave Mitchell [Thu, 20 Mar 2003 01:26:19 +0000 (01:26 +0000)]
[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
Date: Thu, 20 Mar 2003 01:26:19 +0000
Message-ID: <20030320012619.C19869@fdgroup.com>

Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 24 Mar 2003 16:06:51 +0000
Message-ID: <20030324160651.D1798@fdgroup.com>

p4raw-id: //depot/perl@19064

21 years ago[perl #21648] Doc typo in Net::servent
Andy Lester [Sat, 22 Mar 2003 05:02:31 +0000 (05:02 +0000)]
[perl #21648] Doc typo in Net::servent
From: Andy Lester (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>

p4raw-id: //depot/perl@19063

21 years agofor QNX 6.2
Norton T. Allen [Tue, 25 Mar 2003 12:09:42 +0000 (07:09 -0500)]
for QNX 6.2
Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>

p4raw-id: //depot/perl@19062

21 years agolib/vmsish.t GMT bug fix
Craig A. Berry [Tue, 25 Mar 2003 22:52:58 +0000 (16:52 -0600)]
lib/vmsish.t GMT bug fix
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E81322A.3040508@mac.com>

p4raw-id: //depot/perl@19060

21 years agoChange 19056 wasn't good enough.
Rafael Garcia-Suarez [Mon, 24 Mar 2003 21:43:03 +0000 (21:43 +0000)]
Change 19056 wasn't good enough.
ldlibpth should be changed later, to avoid spaces to be quoted.

p4raw-id: //depot/perl@19059

21 years agoAdding the latest version of Perl
Michael G. Schwern [Mon, 24 Mar 2003 00:50:39 +0000 (16:50 -0800)]
Adding the latest version of Perl
Message-ID: <20030324085039.GA19981@windhund.schwern.org>

p4raw-id: //depot/perl@19058

21 years agoTypo, spotted by Doru Petrescu
Rafael Garcia-Suarez [Mon, 24 Mar 2003 21:33:43 +0000 (21:33 +0000)]
Typo, spotted by Doru Petrescu
Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>

p4raw-id: //depot/perl@19057

21 years agoRe: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
Adrian M. Enache [Mon, 24 Mar 2003 23:56:25 +0000 (01:56 +0200)]
Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
Message-ID: <20030324215625.GB853@ratsnest.hole>

p4raw-id: //depot/perl@19056

21 years agono more 'make install && make test' with shared libperl.so on Linux
H.Merijn Brand [Mon, 24 Mar 2003 07:05:39 +0000 (07:05 +0000)]
no more 'make install && make test' with shared libperl.so on Linux
From: Enache Adrian <enache@rdslink.ro>
Date: Sat, 22 Mar 2003 22:49:49 +0200
Message-ID: <20030322204949.GB794@ratsnest.hole>

This is a slightly more defensive patch than Chip's patch that
fell through the cracks, but does the same
Subject: Shared libperl.so and build issues
From: Chip Turner <cturner@redhat.com>
Date: Tue 31 Dec 2002 17:21

p4raw-id: //depot/perl@19055

21 years agovms.c thread clean-up
Craig A. Berry [Sun, 23 Mar 2003 15:32:58 +0000 (09:32 -0600)]
vms.c thread clean-up
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E7E280A.5000304@mac.com>

p4raw-id: //depot/perl@19054

21 years agoFor change #19051: a new .bat to CRLF.
Jarkko Hietaniemi [Mon, 24 Mar 2003 04:28:13 +0000 (04:28 +0000)]
For change #19051: a new .bat to CRLF.
p4raw-link: @19051 on //depot/perl: 2e64bfdbad05def7e878bb2b347fbafc957b682e

p4raw-id: //depot/perl@19052

21 years agoWinCE update from Vadim Konovalov.
Jarkko Hietaniemi [Mon, 24 Mar 2003 04:27:55 +0000 (04:27 +0000)]
WinCE update from Vadim Konovalov.

p4raw-id: //depot/perl@19051

21 years agoOops (change #19013 missed changing the Perl version number).
Jarkko Hietaniemi [Mon, 24 Mar 2003 04:25:15 +0000 (04:25 +0000)]
Oops (change #19013 missed changing the Perl version number).
p4raw-link: @19013 on //depot/perl: 4eee6e183013a0f0e9dce0d53c643393a9e49455

p4raw-id: //depot/perl@19050

21 years agoIntegrate from maint-5.8:
Jarkko Hietaniemi [Sun, 23 Mar 2003 17:54:33 +0000 (17:54 +0000)]
Integrate from maint-5.8:
[ 19045]
If no IVSIZE == 8, no need for modulo_1.
p4raw-link: @19045 on //depot/maint-5.8/perl: 6fcf78978c3c389ee7541e795096814ca241cf2a

p4raw-id: //depot/perl@19047
p4raw-integrated: from //depot/maint-5.8/perl@19044 'merge in' pp.c
(@19029..)

21 years agop4genpatch
Andreas König [Sat, 15 Mar 2003 12:04:18 +0000 (13:04 +0100)]
p4genpatch
Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@19044

21 years agoperlsub.pod and perlsyn.pod: better organise scoping info for modifiers
Martien Verbruggen [Sat, 15 Mar 2003 12:31:47 +0000 (23:31 +1100)]
perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>

p4raw-id: //depot/perl@19043

21 years agoreaddir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
Craig A. Berry [Thu, 20 Mar 2003 23:03:36 +0000 (17:03 -0600)]
readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E7A9D28.1040706@mac.com>

p4raw-id: //depot/perl@19042

21 years agoRe: [patch] [perl #21628] rcatline issue
Adrian M. Enache [Thu, 20 Mar 2003 22:39:06 +0000 (00:39 +0200)]
Re: [patch] [perl #21628] rcatline issue
Message-ID: <20030320203906.GA31199@ratsnest.hole>

p4raw-id: //depot/perl@19039

21 years agoRe: Bytecode? Back into service.
Adrian M. Enache [Thu, 20 Mar 2003 07:38:39 +0000 (09:38 +0200)]
Re: Bytecode? Back into service.
Message-ID: <20030320053839.GA4044@ratsnest.hole>

p4raw-id: //depot/perl@19038

21 years ago[DOC-PATCH] for README.cygwin, bleadperl version
Gerrit P. Haase [Thu, 20 Mar 2003 21:23:28 +0000 (22:23 +0100)]
[DOC-PATCH] for README.cygwin, bleadperl version
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <941032389637.20030320212328@familiehaase.de>

p4raw-id: //depot/perl@19037

21 years agoIntegrate:
Jarkko Hietaniemi [Thu, 20 Mar 2003 05:23:15 +0000 (05:23 +0000)]
Integrate:
[ 19033]
file test operators weren't doing the right thing if the SV
passed to them wasn't NUL-terminated

[ 19034]
ensure SVs returned by Win32::Get{Short,Full}PathName() are
NUL-terminated
p4raw-link: @19034 on //depot/maint-5.6/perl: d453a28c5f70420dd114c2f0f61ec1aaf34109e0
p4raw-link: @19033 on //depot/maint-5.6/perl: 1ad7974d3a92321c870ce2bd5ce4e57098b51c10

p4raw-id: //depot/perl@19036
p4raw-integrated: from //depot/maint-5.6/perl@19028 'merge in' doio.c
(@16333..) win32/win32.c (@18377..)

21 years agoBetter wording as requested by Rafael, and
Jarkko Hietaniemi [Wed, 19 Mar 2003 09:46:27 +0000 (09:46 +0000)]
Better wording as requested by Rafael, and
the module is BerkeleyDB, not BerkeleyFile.

p4raw-id: //depot/perl@19028

21 years agoUpdate the DB_File instructions in Tru64.
Jarkko Hietaniemi [Wed, 19 Mar 2003 09:11:43 +0000 (09:11 +0000)]
Update the DB_File instructions in Tru64.

p4raw-id: //depot/perl@19026

21 years ago[perl #9990] avoid goto &tmpsub coredump
Dave Mitchell [Tue, 18 Mar 2003 21:55:05 +0000 (21:55 +0000)]
[perl #9990] avoid goto &tmpsub coredump
Message-ID: <20030318215505.A16787@fdgroup.com>

p4raw-id: //depot/perl@19025

21 years agoVMS pod install tweaks
Craig A. Berry [Sat, 15 Mar 2003 16:06:07 +0000 (10:06 -0600)]
VMS pod install tweaks
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E73A3CF.3060502@mac.com>

p4raw-id: //depot/perl@19024

21 years agopoll() help for VMS
Craig A. Berry [Tue, 18 Mar 2003 01:10:10 +0000 (19:10 -0600)]
poll() help for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E76C652.30205@mac.com>

p4raw-id: //depot/perl@19023

21 years agoThe description of SIG_SIZE was off.
Jarkko Hietaniemi [Tue, 18 Mar 2003 06:56:26 +0000 (06:56 +0000)]
The description of SIG_SIZE was off.

p4raw-id: //depot/perl@19021

21 years agoMinor updates of Wolfgang's pack patch
Philip Newton [Tue, 18 Mar 2003 06:19:30 +0000 (07:19 +0100)]
Minor updates of Wolfgang's pack patch

Subject: Re: pack changes and related fixes
Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>

p4raw-id: //depot/perl@19020

21 years agoregenerate win32/config_H.*
Gurusamy Sarathy [Tue, 18 Mar 2003 05:06:07 +0000 (05:06 +0000)]
regenerate win32/config_H.*

p4raw-id: //depot/perl@19019

21 years agothere is no trailing NULL in sig_name or sig_num, so don't
Gurusamy Sarathy [Tue, 18 Mar 2003 03:02:38 +0000 (03:02 +0000)]
there is no trailing NULL in sig_name or sig_num, so don't
talk about it

p4raw-id: //depot/perl@19018

21 years agoaccording to the new Porting/Glossary, sig_num doesn't have an
Gurusamy Sarathy [Tue, 18 Mar 2003 03:01:02 +0000 (03:01 +0000)]
according to the new Porting/Glossary, sig_num doesn't have an
extra '0' at the end

p4raw-id: //depot/perl@19017

21 years agoadd tests for existing behaviour of undef postinc/dec
Hugo van der Sanden [Tue, 18 Mar 2003 00:52:09 +0000 (00:52 +0000)]
add tests for existing behaviour of undef postinc/dec

p4raw-id: //depot/perl@19016

21 years agoadd comment at undef postinc special case
Hugo van der Sanden [Tue, 18 Mar 2003 00:46:18 +0000 (00:46 +0000)]
add comment at undef postinc special case

p4raw-id: //depot/perl@19015

21 years agoclarify behaviour of $a++
Hugo van der Sanden [Tue, 18 Mar 2003 00:27:19 +0000 (00:27 +0000)]
clarify behaviour of $a++

p4raw-id: //depot/perl@19014

21 years agoIntegrate:
Jarkko Hietaniemi [Mon, 17 Mar 2003 19:52:06 +0000 (19:52 +0000)]
Integrate:
[ 19012]
We don't have the new Perl at this stage.
p4raw-link: @19012 on //depot/maint-5.8/perl: 7353bff6c5730d27add0d0abfadfddb3d119a622

p4raw-id: //depot/perl@19013
p4raw-integrated: from //depot/maint-5.8/perl@19010 'copy in'
cygwin/perlld.in (@19006..)

21 years agopack changes and related fixes
LAUN Wolfgang [Mon, 17 Mar 2003 13:55:37 +0000 (14:55 +0100)]
pack changes and related fixes
Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>

p4raw-id: //depot/perl@19010

21 years agoIntegrate:
Slaven Rezic [Mon, 17 Mar 2003 00:42:43 +0000 (01:42 +0100)]
Integrate:
[ 19006]
Subject: Re: [Patch] Maintperl versioning for Cygwin
Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
p4raw-link: @19006 on //depot/maint-5.8/perl: 65f9e441d42a0992031a7b25f809df40333410c5

p4raw-id: //depot/perl@19007
p4raw-integrated: from //depot/maint-5.8/perl@19005 'merge in'
cygwin/perlld.in (@19000..)

21 years agoPatch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
chocolateboy [Sat, 22 Feb 2003 12:17:28 +0000 (12:17 +0000)]
Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
Message-ID: <3E576A58.8010901@chocolatey.com>

p4raw-id: //depot/perl@19005

21 years ago[patch] utils/h2xs.PL (get rid of \t and '')
Stas Bekman [Fri, 14 Feb 2003 11:59:53 +0000 (22:59 +1100)]
[patch] utils/h2xs.PL (get rid of \t and '')
Message-ID: <3E4C3F89.6050005@stason.org>

p4raw-id: //depot/perl@19004

21 years ago[perl #20724] Patch for dprofpp
Nicholas Oxhøj [Wed, 5 Feb 2003 08:41:17 +0000 (08:41 +0000)]
[perl #20724] Patch for dprofpp
From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>

p4raw-id: //depot/perl@19003

21 years ago[perl #19898] [PATCH] forking to Perl children with IPC::Open3
Adam Spiers [Fri, 10 Jan 2003 10:59:44 +0000 (10:59 +0000)]
[perl #19898] [PATCH] forking to Perl children with IPC::Open3
From: Adam Spiers (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>

p4raw-id: //depot/perl@19002

21 years agogetservbyname_r() kaputt in OpenBSD (might get fixed
Jarkko Hietaniemi [Sun, 16 Mar 2003 21:50:24 +0000 (21:50 +0000)]
getservbyname_r() kaputt in OpenBSD (might get fixed
for 3.3, but only might)

p4raw-id: //depot/perl@19001

21 years agoStay within known facts: what platforms the skippage helps,
Jarkko Hietaniemi [Sun, 16 Mar 2003 21:33:49 +0000 (21:33 +0000)]
Stay within known facts: what platforms the skippage helps,
and in which it is not needed.

p4raw-id: //depot/perl@18999

21 years agoThis seems to fix (well, dodge) the problems in FreeBSD for
Jarkko Hietaniemi [Sun, 16 Mar 2003 18:15:42 +0000 (18:15 +0000)]
This seems to fix (well, dodge) the problems in FreeBSD for
Enache Adrian; in _theory_ this patch could be good for NetBSD,
too, but Alian gets a core dump already at subtest #9 (anyone
with a real NetBSD, Alian's is a VMware one, which has in the
past caused similar odd crashes).  OpenBSD threaded build result
still unknown.

p4raw-id: //depot/perl@18998

21 years agoIRIX ls -l marks sockets with 'S'.
Jarkko Hietaniemi [Sun, 16 Mar 2003 18:07:30 +0000 (18:07 +0000)]
IRIX ls -l marks sockets with 'S'.

p4raw-id: //depot/perl@18997

21 years agoTurn on UTF-8 flag only if the $str is valid utf8
Jarkko Hietaniemi [Sun, 16 Mar 2003 17:41:42 +0000 (17:41 +0000)]
Turn on UTF-8 flag only if the $str is valid utf8
(pointed out by Dan Kogai).

p4raw-id: //depot/perl@18996

21 years agoSignedness nits.
Jarkko Hietaniemi [Sun, 16 Mar 2003 16:40:06 +0000 (16:40 +0000)]
Signedness nits.

p4raw-id: //depot/perl@18995

21 years agoFix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
Jarkko Hietaniemi [Sun, 16 Mar 2003 15:41:44 +0000 (15:41 +0000)]
Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
Should work both for PERL_UNICODE/-C and use encoding 'foo';

p4raw-id: //depot/perl@18994

21 years agoPod fix from Philip Newton.
Jarkko Hietaniemi [Sun, 16 Mar 2003 15:14:31 +0000 (15:14 +0000)]
Pod fix from Philip Newton.

p4raw-id: //depot/perl@18991

21 years agoFurther potential pitfalls for the utf8 len/pos cache
Jarkko Hietaniemi [Sun, 16 Mar 2003 15:12:00 +0000 (15:12 +0000)]
Further potential pitfalls for the utf8 len/pos cache
found by Inaba Hiroto.  No test cases, yet.

p4raw-id: //depot/perl@18990

21 years agoMake the :bytes conditional on PerlIO.
Jarkko Hietaniemi [Sun, 16 Mar 2003 08:02:31 +0000 (08:02 +0000)]
Make the :bytes conditional on PerlIO.

p4raw-id: //depot/perl@18989

21 years agoNeeds PerlIO for :bytes.
Jarkko Hietaniemi [Sat, 15 Mar 2003 18:27:36 +0000 (18:27 +0000)]
Needs PerlIO for :bytes.

p4raw-id: //depot/perl@18988

21 years agoRe: [fix] [perl #21575] Bug with print( followed by a newline
Adrian M. Enache [Fri, 14 Mar 2003 23:02:42 +0000 (01:02 +0200)]
Re: [fix] [perl #21575] Bug with print( followed by a newline
Message-ID: <20030314210242.GA1159@ratsnest.hole>
(with an added test)

p4raw-id: //depot/perl@18986

21 years agoTime::HiRes is a core module
Rafael Garcia-Suarez [Fri, 14 Mar 2003 19:45:18 +0000 (19:45 +0000)]
Time::HiRes is a core module

p4raw-id: //depot/perl@18985

21 years ago[patch ext/B/typemap] STRLEN T_UV
Stas Bekman [Fri, 14 Mar 2003 17:45:09 +0000 (04:45 +1100)]
[patch ext/B/typemap] STRLEN T_UV
Message-ID: <3E717A75.2060300@stason.org>

p4raw-id: //depot/perl@18984

21 years agoBetter pass in the $self for a method.
Jarkko Hietaniemi [Fri, 14 Mar 2003 15:16:18 +0000 (15:16 +0000)]
Better pass in the $self for a method.

p4raw-id: //depot/perl@18982

21 years agoCleanup the File::Spec tmpdir() implementations:
Jarkko Hietaniemi [Fri, 14 Mar 2003 13:42:32 +0000 (13:42 +0000)]
Cleanup the File::Spec tmpdir() implementations:
now all the platforms specific modules call _tmpdir()
(inherited from Unix.pm) with the list of platform
specific list of temporary directories, and _tmpdir()
then does the appropriate suitability checking.

p4raw-id: //depot/perl@18980

21 years agowhichsig() really does return -1 for unknown signals.
Jarkko Hietaniemi [Fri, 14 Mar 2003 12:48:09 +0000 (12:48 +0000)]
whichsig() really does return -1 for unknown signals.

p4raw-id: //depot/perl@18979

21 years agoRework the @Config{/sig.*/} tests.
Jarkko Hietaniemi [Fri, 14 Mar 2003 10:42:33 +0000 (10:42 +0000)]
Rework the @Config{/sig.*/} tests.

p4raw-id: //depot/perl@18977

21 years agoconfigure.com: sig_num, etc.
Craig A. Berry [Thu, 13 Mar 2003 21:38:19 +0000 (15:38 -0600)]
configure.com: sig_num, etc.
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E714EAB.6030001@mac.com>

p4raw-id: //depot/perl@18976

21 years agoMake whichsig() to work also if some system defines
Jarkko Hietaniemi [Fri, 14 Mar 2003 10:30:53 +0000 (10:30 +0000)]
Make whichsig() to work also if some system defines
zero signals (now -1 is the "not found").  Note that
in couple of mg.c spots only whichsig() > 0 branches
are taken because signal handlers et al don't make
much sense for the zero signal.

p4raw-id: //depot/perl@18975

21 years agoSince Configure does the signal name/number probe with awk
Jarkko Hietaniemi [Fri, 14 Mar 2003 10:27:46 +0000 (10:27 +0000)]
Since Configure does the signal name/number probe with awk
based on the cpp results (not by really running code), testing
for the signum value is not really helpful if we have runtime
function calls (some signal numbers are dynamic, for example)
(or other extra stuff where the signum value is expected).
(Runtimeness also means that Configure cannot get these right,
anyway.) Better filter in just the constant non-negative numbers.

p4raw-id: //depot/perl@18973

21 years agoSignal issues.
Jarkko Hietaniemi [Fri, 14 Mar 2003 09:30:18 +0000 (09:30 +0000)]
Signal issues.
(1) Filter out negative signals.
(2) Correct sig_num* and sig_name* descriptions.

p4raw-id: //depot/perl@18971

21 years agoHopefully this works also in Win32.
Jarkko Hietaniemi [Fri, 14 Mar 2003 06:21:48 +0000 (06:21 +0000)]
Hopefully this works also in Win32.

p4raw-id: //depot/perl@18970

21 years agoPerldoc.pm tweak for VMS
Craig A. Berry [Thu, 13 Mar 2003 13:44:55 +0000 (07:44 -0600)]
Perldoc.pm tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E70DFB7.8070405@mac.com>

p4raw-id: //depot/perl@18969

21 years agofix for switchC.t test#6 failure on windows
Gurusamy Sarathy [Fri, 14 Mar 2003 04:41:25 +0000 (04:41 +0000)]
fix for switchC.t test#6 failure on windows

p4raw-id: //depot/perl@18968

21 years agoConfig.t wasn't getting the sig_num and sig_size relationship
Gurusamy Sarathy [Fri, 14 Mar 2003 04:29:10 +0000 (04:29 +0000)]
Config.t wasn't getting the sig_num and sig_size relationship
right, and therefore failed test#35 on windows

note that config_h.SH documents that $sig_size does NOT include
the final NULL in $sig_num!

p4raw-id: //depot/perl@18967

21 years agoanother fix for failing test on windows ("use encoding" puts
Gurusamy Sarathy [Fri, 14 Mar 2003 04:20:51 +0000 (04:20 +0000)]
another fix for failing test on windows ("use encoding" puts
STDIN in :raw mode, so chomp() wasn't stripping the CR)

p4raw-id: //depot/perl@18966