21 years agoUpgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
Rafael Garcia-Suarez [Sat, 5 Apr 2003 11:28:22 +0000]
Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
by SADAHIRO Tomoyuki.

p4raw-id: //depot/perl@19144

21 years agoVMS %ENV fix (follow-up to 18852)
Craig A. Berry [Wed, 2 Apr 2003 18:09:03 +0000]
VMS %ENV fix (follow-up to 18852)
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>

p4raw-id: //depot/perl@19143

21 years agoRe: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
Andreas König [Thu, 3 Apr 2003 08:28:52 +0000]
Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>

p4raw-id: //depot/perl@19142

21 years agoDon't recurse from threads to threads/shared (since
Jarkko Hietaniemi [Thu, 3 Apr 2003 05:00:36 +0000]
Don't recurse from threads to threads/shared (since
threads/shared is built separately, temp solution from
Schwern while MM is being fixed.)

p4raw-id: //depot/perl@19141

21 years agoFix missing functions when splitting perlfunc
Steve Hay [Thu, 20 Mar 2003 11:55:01 +0000]
Fix missing functions when splitting perlfunc
Message-ID: <3E79AC15.80307@uk.radan.com>

p4raw-id: //depot/perl@19140

21 years agoMake perldiag agree with #19138.
Jarkko Hietaniemi [Wed, 2 Apr 2003 19:44:07 +0000]
Make perldiag agree with #19138.

p4raw-id: //depot/perl@19139

21 years agoMake at least the thread count make sense.
Jarkko Hietaniemi [Wed, 2 Apr 2003 19:37:59 +0000]
Make at least the thread count make sense.

p4raw-id: //depot/perl@19138

21 years agoAdjust test for the recent change (#19136) to Pod::Html
Rafael Garcia-Suarez [Wed, 2 Apr 2003 19:24:47 +0000]
Adjust test for the recent change (#19136) to Pod::Html

p4raw-id: //depot/perl@19137

21 years agoFixes for "installhtml --splithead", based on :
Steve Hay [Wed, 2 Apr 2003 11:33:41 +0000]
Fixes for "installhtml --splithead", based on :
Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
Message-ID: <3E8ABC85.5060807@uk.radan.com>

This also includes a small patch to Pod::Html : when generating
anchor names, play on the safe side and turn every non-alphanumeric
character into an '_'. Moreover, Pod::Html::anchorify() is now
optionally exported.

p4raw-id: //depot/perl@19136

21 years agoRe: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
Yitzchak Scott-Thoennes [Tue, 1 Apr 2003 16:32:46 +0000]
Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
Message-ID: <u+ii+gzkgqkV092yn@efn.org>

p4raw-id: //depot/perl@19135

21 years agoFix some small nits, thanks to Rafael.
Artur Bergman [Wed, 2 Apr 2003 18:01:40 +0000]
Fix some small nits, thanks to Rafael.

p4raw-id: //depot/perl@19134

21 years agoAdd packname->stash cache before the check if a packname is a
Artur Bergman [Wed, 2 Apr 2003 13:41:14 +0000]
Add packname->stash cache before the check if a packname is a
filehandle or a package, it works because only packnames
that have been resolved to stashes are added to the cache,
and when a newIO is created we clean the cache.
Results in roughly 1.8 speed increase for class->method()
calls.

p4raw-id: //depot/perl@19133

21 years ago#19122 should have been tested on non-glibc system (like AIX)
H.Merijn Brand [Wed, 2 Apr 2003 11:28:02 +0000]
#19122 should have been tested on non-glibc system (like AIX)

p4raw-id: //depot/perl@19132

21 years agoSpread IlyaZ's PERL_CORE detection trick.
Jarkko Hietaniemi [Wed, 2 Apr 2003 05:25:19 +0000]
Spread IlyaZ's PERL_CORE detection trick.

p4raw-id: //depot/perl@19131

21 years agoCannot portably compare files if one of them is still open
Jarkko Hietaniemi [Wed, 2 Apr 2003 04:42:40 +0000]
Cannot portably compare files if one of them is still open
(from Craig Berry).

p4raw-id: //depot/perl@19130

21 years agoMM_VMS tweak from Craig Berry:
Jarkko Hietaniemi [Wed, 2 Apr 2003 04:30:45 +0000]
MM_VMS tweak from Craig Berry:
http://nntp.x.perl.org/group/perl.makemaker/1002

p4raw-id: //depot/perl@19129

21 years agoFix installhtml for splitting and PM/POD conflicts
Steve Hay [Thu, 20 Mar 2003 12:34:15 +0000]
Fix installhtml for splitting and PM/POD conflicts
Message-ID: <3E79B547.6030201@uk.radan.com>
(with a few minor tweaks)

p4raw-id: //depot/perl@19128

21 years agoRe: [perl #21744] Deparse bug: "\::" deparsed as "::"
Adrian M. Enache [Sat, 29 Mar 2003 19:45:41 +0000]
Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
Message-ID: <20030329174541.GA8138@ratsnest.hole>

p4raw-id: //depot/perl@19127

21 years agoFix bug #21742. require should be always invoked in
Rafael Garcia-Suarez [Tue, 1 Apr 2003 18:39:43 +0000]
Fix bug #21742. require should be always invoked in
scalar context. This wasn't the case when called from
an eval(""), because the void context doesn't propagate
through the leaveeval op. Instead of making scalarvoid()
handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
a workaround in doeval().

p4raw-id: //depot/perl@19126

21 years ago[patch] fix HiRes.t failures on Stratus VOS
Paul Green [Tue, 1 Apr 2003 12:37:38 +0000]
[patch] fix HiRes.t failures on Stratus VOS
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>

p4raw-id: //depot/perl@19124

21 years agoIntegrate:
Jarkko Hietaniemi [Tue, 1 Apr 2003 16:36:52 +0000]
Integrate:
[ 19119]
Address "5.8.1@19053: crypt_r() takes 128K per thread".
p4raw-link: @19119 on //depot/maint-5.8/perl: 5338c2bbd71426ba96ace22615fafeda3d05e36d
p4raw-link: @19053 on //depot/maint-5.8/perl: dab75801826d3b09804fff099d3631e91578dcd1

p4raw-id: //depot/perl@19122
p4raw-integrated: from //depot/maint-5.8/perl@19121 'copy in' reentr.c
reentr.h reentr.pl (@19106..) 'merge in' pp.c (@19045..)

21 years agoIntegrate:
Ilya Zakharevich [Mon, 31 Mar 2003 12:53:01 +0000]
Integrate:
[ 19109]
Subject: [PATCH 5.8.1 @19053] Time::HiRes
Message-ID: <20030331205301.GA3687@math.berkeley.edu>

[ 19111]
A cleaner way to detect PERL_CORE, from IlyaZ.
p4raw-link: @19111 on //depot/maint-5.8/perl: 180158515bf55baba130dc335fb25e9d48016830
p4raw-link: @19109 on //depot/maint-5.8/perl: 0de7851241e3f1d50d1f426c11333d0f72bd7fcb

p4raw-id: //depot/perl@19121
p4raw-integrated: from //depot/maint-5.8/perl@19120 'copy in'
ext/Time/HiRes/HiRes.t (@18080..) ext/Time/HiRes/Makefile.PL
(@18922..)

21 years agoIntegrate:
Ilya Zakharevich [Mon, 31 Mar 2003 12:43:37 +0000]
Integrate:
[ 19106]
Subject: [PATCH 5.8.1 @19053] OS/2-related patches
Message-ID: <20030331204337.GA3634@math.berkeley.edu>

and regen Configure.
p4raw-link: @19106 on //depot/maint-5.8/perl: 8257dec7ed17c0d4d721411d2a781ceadf724da5

p4raw-id: //depot/perl@19120
p4raw-edited: from //depot/maint-5.8/perl@19118 'edit in' embedvar.h
(@18804..)
p4raw-integrated: from //depot/maint-5.8/perl@19118 'copy in'
os2/Makefile.SHs os2/OS2/ExtAttr/Changes
os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2thread.h (@17645..)
ext/threads/threads.xs (@18619..) perlio.c (@18948..)
Makefile.SH (@19061..) 'ignore' embed.pl (@18872..) embed.h
(@19011..) embed.fnc (@19030..) 'merge in' os2/os2ish.h
(@17645..) os2/os2.c (@18347..) perlapi.h (@18804..) perlvars.h
(@18808..) makedef.pl (@18896..) intrpvar.h (@18920..) sv.c
(@18961..)
p4raw-edited: from //depot/maint-5.8/perl@19106 'edit in' Configure
(@19040..)
p4raw-integrated: from //depot/maint-5.8/perl@19106 'copy in' reentr.h
(@18850..) reentr.c reentr.pl (@18922..)

21 years agoDocument the _exit() issue with threads in Linux [perl #17057].
Jarkko Hietaniemi [Tue, 1 Apr 2003 16:17:04 +0000]
Document the _exit() issue with threads in Linux [perl #17057].

p4raw-id: //depot/perl@19118

21 years agoRe: 5.8.1@19053 bug: make minitest fails with threads
Rafael Garcia-Suarez [Tue, 1 Apr 2003 11:02:35 +0000]
Re: 5.8.1@19053 bug: make minitest fails with threads
Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@19117

21 years agoMM hackery and whitespace changes
Michael G. Schwern [Mon, 31 Mar 2003 15:16:57 +0000]
MM hackery and whitespace changes
Message-ID: <20030331231657.GJ17529@windhund.schwern.org>

p4raw-id: //depot/perl@19116

21 years agooverdue perlhack.pod corrections for RT
Richard Foley [Mon, 31 Mar 2003 16:27:14 +0000]
overdue perlhack.pod corrections for RT
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>

p4raw-id: //depot/perl@19115

21 years agoText::Abbrev warnings safe
Peter Scott [Fri, 28 Mar 2003 16:34:47 +0000]
Text::Abbrev warnings safe
Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>

p4raw-id: //depot/perl@19114

21 years agoImplemented AIX longdouble support in hints/aix.sh, which now
H.Merijn Brand [Tue, 1 Apr 2003 17:18:57 +0000]
Implemented AIX longdouble support in hints/aix.sh, which now
actually work.  Thanks to John L. Allen for the hint.

Subject: Re: AIX longdoubles
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@19113

21 years agoTabify; strictly speaking unnecessary but anyway...
Jarkko Hietaniemi [Mon, 31 Mar 2003 10:51:36 +0000]
Tabify; strictly speaking unnecessary but anyway...

p4raw-id: //depot/perl@19104

21 years agoUpgrade to Test::Harness 2.27_02.
Jarkko Hietaniemi [Mon, 31 Mar 2003 10:36:48 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
[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]
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]
[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]
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]
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]
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]
[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]
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]
[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]
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]
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]
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]
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]
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]
[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]
[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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
[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]
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]
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]
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]
[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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
clarify behaviour of $a++

p4raw-id: //depot/perl@19014

21 years agoIntegrate:
Jarkko Hietaniemi [Mon, 17 Mar 2003 19:52:06 +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]
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]
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]
Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
Message-ID: <3E576A58.8010901@chocolatey.com>

p4raw-id: //depot/perl@19005