This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
16 years agoAdded all traceable Unicode versions
H.Merijn Brand [Wed, 9 May 2007 15:39:40 +0000 (15:39 +0000)]
Added all traceable Unicode versions

p4raw-id: //depot/perl@31177

16 years ago1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
H.Merijn Brand [Wed, 9 May 2007 14:17:57 +0000 (14:17 +0000)]
1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext

p4raw-id: //depot/perl@31176

16 years agoAdd examples for h2xs -X, by Andy Armstrong
Rafael Garcia-Suarez [Wed, 9 May 2007 07:57:50 +0000 (07:57 +0000)]
Add examples for h2xs -X, by Andy Armstrong

p4raw-id: //depot/perl@31175

16 years agoRe: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
Brandon Black [Tue, 8 May 2007 15:15:29 +0000 (10:15 -0500)]
Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>

p4raw-id: //depot/perl@31174

16 years agoReapply patch 31028, that wasn't integrated in CPANPLUS
Rafael Garcia-Suarez [Tue, 8 May 2007 22:19:21 +0000 (22:19 +0000)]
Reapply patch 31028, that wasn't integrated in CPANPLUS

p4raw-id: //depot/perl@31173

16 years agoUpgrade to Math-BigInt-FastCalc-0.14
Steve Peters [Tue, 8 May 2007 16:40:51 +0000 (16:40 +0000)]
Upgrade to Math-BigInt-FastCalc-0.14

p4raw-id: //depot/perl@31172

16 years agoUpgrade to Module-Build-0.2808
Steve Peters [Tue, 8 May 2007 16:34:36 +0000 (16:34 +0000)]
Upgrade to Module-Build-0.2808

p4raw-id: //depot/perl@31171

16 years agoUpgrade to CGI.pm-3.29
Steve Peters [Tue, 8 May 2007 15:09:20 +0000 (15:09 +0000)]
Upgrade to CGI.pm-3.29

p4raw-id: //depot/perl@31170

16 years agoUpgrage to bignum-0.21 and Math-BigRat-0.19
Steve Peters [Tue, 8 May 2007 14:36:47 +0000 (14:36 +0000)]
Upgrage to bignum-0.21 and Math-BigRat-0.19

p4raw-id: //depot/perl@31169

16 years agoUpdate CPANPLUS to 0.79_02
Jos I. Boumans [Tue, 8 May 2007 14:05:34 +0000 (16:05 +0200)]
Update CPANPLUS to 0.79_02
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>

p4raw-id: //depot/perl@31168

16 years agomore consting
Andy Lester [Mon, 7 May 2007 11:34:16 +0000 (06:34 -0500)]
more consting
Message-ID: <20070507163416.GA6187@petdance.com>

p4raw-id: //depot/perl@31167

16 years agoSync Tie::RefHash with CPAN (1.37)
Yuval Kogman [Mon, 7 May 2007 18:35:08 +0000 (21:35 +0300)]
Sync Tie::RefHash with CPAN (1.37)
Message-ID: <20070507153508.GZ17982@woobling.org>

p4raw-id: //depot/perl@31166

16 years agobytecode.pl: Exterminate!
Nicholas Clark [Mon, 7 May 2007 15:35:56 +0000 (15:35 +0000)]
bytecode.pl:        Exterminate!
ext/B/B/Asmdata.pm: Exterminate!

p4raw-id: //depot/perl@31165

16 years agoGiven that @optype and @specialsv_name are hard coded tables, it seems
Nicholas Clark [Mon, 7 May 2007 14:53:05 +0000 (14:53 +0000)]
Given that @optype and @specialsv_name are hard coded tables, it seems
more logical for them to be in B.pm, rather than in the "boilerplate"
for the machine generated B/Asmdata.pm

p4raw-id: //depot/perl@31164

16 years agoFix [perl #42163] "use base" masks $SIG{__DIE__}
Rafael Garcia-Suarez [Mon, 7 May 2007 13:38:24 +0000 (13:38 +0000)]
Fix [perl #42163] "use base" masks $SIG{__DIE__}
adapted from a patch by Michael G Schwern

p4raw-id: //depot/perl@31163

16 years agoUpgrade to Math::BigInt 1.86
Rafael Garcia-Suarez [Mon, 7 May 2007 09:47:00 +0000 (09:47 +0000)]
Upgrade to Math::BigInt 1.86

p4raw-id: //depot/perl@31159

16 years agoArchive::Extract test tries to do the logically impossible.
Craig A. Berry [Sat, 5 May 2007 23:53:58 +0000 (23:53 +0000)]
Archive::Extract test tries to do the logically impossible.

p4raw-id: //depot/perl@31158

16 years agoMake ppptools.pl allow a trailing dot in filenames for VMS.
Craig A. Berry [Sat, 5 May 2007 23:44:01 +0000 (23:44 +0000)]
Make ppptools.pl allow a trailing dot in filenames for VMS.

p4raw-id: //depot/perl@31157

16 years agoSome filename dot and extension help for Module::Build on VMS.
Craig A. Berry [Sat, 5 May 2007 23:42:42 +0000 (23:42 +0000)]
Some filename dot and extension help for Module::Build on VMS.

p4raw-id: //depot/perl@31156

16 years agomove PL_lex_state into the PL_parser struct
Dave Mitchell [Sat, 5 May 2007 17:38:12 +0000 (17:38 +0000)]
move PL_lex_state into the PL_parser struct

p4raw-id: //depot/perl@31154

16 years agoTweak change 30841 so that B works on maint too.
Nicholas Clark [Sat, 5 May 2007 17:35:22 +0000 (17:35 +0000)]
Tweak change 30841 so that B works on maint too.

p4raw-id: //depot/perl@31153

16 years agoShuffling PL_gensym saves 8 bytes on LP64 systems.
Nicholas Clark [Sat, 5 May 2007 13:26:28 +0000 (13:26 +0000)]
Shuffling PL_gensym saves 8 bytes on LP64 systems.

p4raw-id: //depot/perl@31152

16 years agomigrate more variables to PL_parser struct:
Dave Mitchell [Sat, 5 May 2007 00:49:51 +0000 (00:49 +0000)]
migrate more variables to PL_parser struct:
    PL_nexttoke PL_curforce PL_nextval PL_nexttype

p4raw-id: //depot/perl@31148

16 years agomove some more variables into the PL_parser struct:
Dave Mitchell [Fri, 4 May 2007 22:18:42 +0000 (22:18 +0000)]
move some more variables into the PL_parser struct:
    PL_bufptr PL_oldbufptr PL_oldoldbufptr
    PL_linestart PL_bufend
    PL_last_uni PL_last_lop PL_last_lop_op

p4raw-id: //depot/perl@31147

16 years agoAdd a few manpages to Maintainers.pl
Rafael Garcia-Suarez [Fri, 4 May 2007 15:33:22 +0000 (15:33 +0000)]
Add a few manpages to Maintainers.pl

p4raw-id: //depot/perl@31142

16 years agoAdd CPANPLUS to Maintainers.pl
Rafael Garcia-Suarez [Fri, 4 May 2007 14:45:09 +0000 (14:45 +0000)]
Add CPANPLUS to Maintainers.pl

p4raw-id: //depot/perl@31141

16 years agoAdd CPANPLUS::Dist::Build to the core
Jos I. Boumans [Fri, 4 May 2007 14:41:39 +0000 (16:41 +0200)]
Add CPANPLUS::Dist::Build to the core
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>

p4raw-id: //depot/perl@31140

16 years agoA patch from ExtUtils::CBuilder::Base from :
Jos I. Boumans [Fri, 4 May 2007 14:41:39 +0000 (16:41 +0200)]
A patch from ExtUtils::CBuilder::Base from :

Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>

p4raw-id: //depot/perl@31139

16 years ago[perl #42844] careless use of gethostbyname() in Socket.xs
kan@dcit.cz [Tue, 1 May 2007 09:17:22 +0000 (02:17 -0700)]
[perl #42844] careless use of gethostbyname() in Socket.xs
From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>

p4raw-id: //depot/perl@31138

16 years agoDocumentation fixes for EGID/GID confusion
David Leadbeater [Thu, 3 May 2007 18:27:13 +0000 (19:27 +0100)]
Documentation fixes for EGID/GID confusion
Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>

p4raw-id: //depot/perl@31137

16 years agotoke.c changes missed from change #31134
Dave Mitchell [Fri, 4 May 2007 09:18:05 +0000 (09:18 +0000)]
toke.c changes missed from change #31134
p4raw-link: @31134 on //depot/perl: 53a7735b62aee14640bc8ca619b4267f07d686b9

p4raw-id: //depot/perl@31136

16 years agoeliminate PL_bufend from util.c (missed from #30820)
Dave Mitchell [Fri, 4 May 2007 00:57:20 +0000 (00:57 +0000)]
eliminate PL_bufend from util.c (missed from #30820)

p4raw-id: //depot/perl@31135

16 years agomove PL_expect and PL_copline into the PL_parser structure
Dave Mitchell [Fri, 4 May 2007 00:41:51 +0000 (00:41 +0000)]
move PL_expect and PL_copline into the PL_parser structure

p4raw-id: //depot/perl@31134

16 years agoFix breakages caused by #31130:
Steve Hay [Thu, 3 May 2007 17:17:01 +0000 (17:17 +0000)]
Fix breakages caused by #31130:
report_uninit was not exported on Win32 and
my_reg_numbered_buff_length had wrong prototype

p4raw-id: //depot/perl@31132

16 years agoSilence some VC6 compiler warnings in the regex code
Steve Hay [Thu, 3 May 2007 16:41:29 +0000 (16:41 +0000)]
Silence some VC6 compiler warnings in the regex code

p4raw-id: //depot/perl@31131

16 years agoFETCH/STORE/LENGTH callbacks for numbered capture variables
Ævar Arnfjörð Bjarmason [Tue, 1 May 2007 23:58:44 +0000 (23:58 +0000)]
FETCH/STORE/LENGTH callbacks for numbered capture variables
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>

p4raw-id: //depot/perl@31130

16 years agoMove PL_delayedisa into a better spot in the interpreter structure.
Nicholas Clark [Thu, 3 May 2007 14:45:32 +0000 (14:45 +0000)]
Move PL_delayedisa into a better spot in the interpreter structure.

p4raw-id: //depot/perl@31127

16 years agoAdd John Peacock as maintainer of version.pm
Gerard Goossen [Thu, 3 May 2007 16:23:58 +0000 (18:23 +0200)]
Add John Peacock as maintainer of version.pm
Message-ID: <20070503142358.GE27210@ostwald>

p4raw-id: //depot/perl@31126

16 years agoInitialise PL_delayedisa on thread clone.
Nicholas Clark [Thu, 3 May 2007 14:23:14 +0000 (14:23 +0000)]
Initialise PL_delayedisa on thread clone.

p4raw-id: //depot/perl@31125

16 years agoFix warning.
Abigail [Tue, 24 Apr 2007 00:37:15 +0000 (02:37 +0200)]
Fix warning.
Message-ID: <20070423223715.GB544@abigail.nl>

p4raw-id: //depot/perl@31124

16 years agoThe revenge of the consts
Andy Lester [Thu, 3 May 2007 00:45:54 +0000 (19:45 -0500)]
The revenge of the consts
Message-ID: <20070503054554.GA30975@petdance.com>

p4raw-id: //depot/perl@31123

16 years agoRe: mro status, etc
Brandon Black [Mon, 30 Apr 2007 16:45:54 +0000 (11:45 -0500)]
Re: mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>

p4raw-id: //depot/perl@31122

16 years agoFix a CPANPLUS test that fails when run on a read-only source tree
Steve Hay [Thu, 3 May 2007 07:51:17 +0000 (07:51 +0000)]
Fix a CPANPLUS test that fails when run on a read-only source tree
(such as a p4 client repository)

p4raw-id: //depot/perl@31121

16 years agoGet PERL_OLD_COPY_ON_WRITE passing all tests, apart from
Nicholas Clark [Wed, 2 May 2007 16:26:24 +0000 (16:26 +0000)]
Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
ext/Compress/Raw/Zlib/t/07bufsize.t
which still puzzles me.

p4raw-id: //depot/perl@31120

16 years ago[perl #42839] Swatch hash cache has key mismatch
Jonathan Steinert [Tue, 1 May 2007 05:18:52 +0000 (22:18 -0700)]
[perl #42839] Swatch hash cache has key mismatch
From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>

p4raw-id: //depot/perl@31119

16 years agotweak some regexp params to avoid warnings
Yves Orton [Tue, 1 May 2007 23:46:40 +0000 (01:46 +0200)]
tweak some regexp params to avoid warnings
Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>

p4raw-id: //depot/perl@31118

16 years agoUpgrade to XSLoader 0.08
Rafael Garcia-Suarez [Wed, 2 May 2007 12:42:04 +0000 (12:42 +0000)]
Upgrade to XSLoader 0.08

p4raw-id: //depot/perl@31117

16 years agoWhen FETCHSIZE returns <0 perl segfaults
Ævar Arnfjörð Bjarmason [Tue, 1 May 2007 21:06:47 +0000 (21:06 +0000)]
When FETCHSIZE returns <0 perl segfaults
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>

p4raw-id: //depot/perl@31116

16 years agoFix threaded builds (broken by change #31112)
Steve Hay [Wed, 2 May 2007 11:22:19 +0000 (11:22 +0000)]
Fix threaded builds (broken by change #31112)
p4raw-link: @31112 on //depot/perl: 3497a01ff49c0a24f2db9e69c6bb89e36e940ed4

p4raw-id: //depot/perl@31115

16 years agoRemove ext/Thread
Jerry D. Hedden [Mon, 30 Apr 2007 17:06:28 +0000 (13:06 -0400)]
Remove ext/Thread
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>

p4raw-id: //depot/perl@31114

16 years agoFixing a Perl_my_dirfd() related test failure.
Steve Peters [Tue, 1 May 2007 18:20:02 +0000 (18:20 +0000)]
Fixing a Perl_my_dirfd() related test failure.

p4raw-id: //depot/perl@31113

16 years agoAdd Perl_my_dirfd() to util.c
Steve Peters [Tue, 1 May 2007 15:32:15 +0000 (15:32 +0000)]
Add Perl_my_dirfd() to util.c

p4raw-id: //depot/perl@31112

16 years agoRe: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match...
Yves Orton [Tue, 1 May 2007 12:35:37 +0000 (14:35 +0200)]
Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>

p4raw-id: //depot/perl@31111

16 years agoTwo new manpages, by Abigail
Rafael Garcia-Suarez [Mon, 30 Apr 2007 15:34:29 +0000 (15:34 +0000)]
Two new manpages, by Abigail

p4raw-id: //depot/perl@31110

16 years agoSignedness nit, found by Jarkko
Rafael Garcia-Suarez [Mon, 30 Apr 2007 12:21:50 +0000 (12:21 +0000)]
Signedness nit, found by Jarkko

p4raw-id: //depot/perl@31109

16 years agomake mad/PLXML.pm use strict
Gerard Goossen [Thu, 19 Apr 2007 14:56:13 +0000 (16:56 +0200)]
make mad/PLXML.pm use strict
Message-ID: <20070419125613.GF19244@ostwald>

p4raw-id: //depot/perl@31108

16 years agoRe: mro status, etc
Brandon Black [Sun, 29 Apr 2007 17:27:03 +0000 (12:27 -0500)]
Re: mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>

p4raw-id: //depot/perl@31107

16 years agoRe: [PATCH] Cleanup of the regexp API
Ævar Arnfjörð Bjarmason [Fri, 27 Apr 2007 02:22:25 +0000 (02:22 +0000)]
Re: [PATCH] Cleanup of the regexp API
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>

p4raw-id: //depot/perl@31106

16 years agoVMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
Craig A. Berry [Sat, 28 Apr 2007 16:06:01 +0000 (16:06 +0000)]
VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.

p4raw-id: //depot/perl@31105

16 years agoDon't try to build old Thread extension on VMS when -Duseithreads
Craig A. Berry [Sat, 28 Apr 2007 14:28:00 +0000 (14:28 +0000)]
Don't try to build old Thread extension on VMS when -Duseithreads
has been chosen.

p4raw-id: //depot/perl@31104

16 years agoDo the same as #31095 for Win32
Steve Hay [Fri, 27 Apr 2007 17:12:05 +0000 (17:12 +0000)]
Do the same as #31095 for Win32

p4raw-id: //depot/perl@31103

16 years agoRe: Analysis of problems with mixed encoding case insensitive matches in regex engine.
Yves Orton [Fri, 27 Apr 2007 16:09:56 +0000 (18:09 +0200)]
Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>

p4raw-id: //depot/perl@31102

16 years agoReindent bash functions properly
Rafael Garcia-Suarez [Fri, 27 Apr 2007 13:10:06 +0000 (13:10 +0000)]
Reindent bash functions properly

p4raw-id: //depot/perl@31101

16 years agoCargo-cult fix for an AIX build problem
Jan Dubois [Thu, 26 Apr 2007 17:02:01 +0000 (10:02 -0700)]
Cargo-cult fix for an AIX build problem
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <048b01c7885f$48862510$d9926f30$@com>

p4raw-id: //depot/perl@31098

16 years agoFix a signed/unsigned comparison warning
Rafael Garcia-Suarez [Fri, 27 Apr 2007 07:55:34 +0000 (07:55 +0000)]
Fix a signed/unsigned comparison warning

p4raw-id: //depot/perl@31097

16 years agoMore up-to-date info about the metaunits
H.Merijn Brand [Fri, 27 Apr 2007 06:16:02 +0000 (06:16 +0000)]
More up-to-date info about the metaunits

p4raw-id: //depot/perl@31096

16 years agospecial Configure handling for IO/Compress modules no longer needed
Craig A. Berry [Thu, 26 Apr 2007 18:59:15 +0000 (13:59 -0500)]
special Configure handling for IO/Compress modules no longer needed
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <p06240812c256eae2b552@[172.16.52.1]>

p4raw-id: //depot/perl@31095

16 years agoAvoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
Nicholas Clark [Thu, 26 Apr 2007 20:43:13 +0000 (20:43 +0000)]
Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
which expects a STRLEN pointer.
Avoid some signed/unsigned casting warnings by adding casts.

p4raw-id: //depot/perl@31093

16 years agostrxfrm() returns a size_t, not a ssize_t. See:
Devin Heitmueller [Fri, 20 Apr 2007 18:20:21 +0000 (14:20 -0400)]
strxfrm() returns a size_t, not a ssize_t. See:

Subject: locale.c usage of strxfrm
From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>

p4raw-id: //depot/perl@31092

16 years agoFix a bug in method caching. Better version (broader) of change #29336.
Brandon Black [Thu, 26 Apr 2007 10:52:20 +0000 (05:52 -0500)]
Fix a bug in method caching. Better version (broader) of change #29336.

Subject: Re: mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
p4raw-link: @29336 on //depot/perl: ae6d515f69537dd5e2631b15104c2c90d022fd19

p4raw-id: //depot/perl@31091

16 years agoDoc nit, by Peter Scott
Rafael Garcia-Suarez [Thu, 26 Apr 2007 14:27:18 +0000 (14:27 +0000)]
Doc nit, by Peter Scott

p4raw-id: //depot/perl@31090

16 years agoRe: VMS and Win32 Makefiles in change 31059
Steve Hay [Thu, 26 Apr 2007 10:12:33 +0000 (11:12 +0100)]
Re: VMS and Win32 Makefiles in change 31059
Message-ID: <46306D01.6070607@uk.radan.com>
Date: Thu, 26 Apr 2007 10:12:33 +0100

p4raw-id: //depot/perl@31089

16 years agoRemove the Thread typemap
Rafael Garcia-Suarez [Thu, 26 Apr 2007 13:58:34 +0000 (13:58 +0000)]
Remove the Thread typemap

p4raw-id: //depot/perl@31088

16 years agomro status, etc
Brandon Black [Wed, 25 Apr 2007 18:37:21 +0000 (13:37 -0500)]
mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>

p4raw-id: //depot/perl@31087

16 years agoFix mro docs.
Brandon Black [Mon, 23 Apr 2007 18:58:39 +0000 (13:58 -0500)]
Fix mro docs.

Subject: Re: mro callbacks patch
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>

p4raw-id: //depot/perl@31086

16 years agoForgot to submit regcomp.c in change #31081
Rafael Garcia-Suarez [Thu, 26 Apr 2007 12:53:30 +0000 (12:53 +0000)]
Forgot to submit regcomp.c in change #31081
p4raw-link: @31081 on //depot/perl: 32e6a07c84b153f78f946de50870bc0ee030624f

p4raw-id: //depot/perl@31085

16 years agoDo the same thing as change #31082, but for warnings.pm.
Rafael Garcia-Suarez [Thu, 26 Apr 2007 12:47:57 +0000 (12:47 +0000)]
Do the same thing as change #31082, but for warnings.pm.
p4raw-link: @31082 on //depot/perl: e3def60f2e5ccd1bf34656c3a5e1691f3bdc48a9

p4raw-id: //depot/perl@31084

16 years agoeliminate "unused var" warning
Dave Mitchell [Thu, 26 Apr 2007 12:36:45 +0000 (12:36 +0000)]
eliminate "unused var" warning

p4raw-id: //depot/perl@31083

16 years agoRe: The Strict trap
Johan Vromans [Wed, 25 Apr 2007 16:12:58 +0000 (18:12 +0200)]
Re: The Strict trap
Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>

p4raw-id: //depot/perl@31082

16 years agoRe: Analysis of problems with mixed encoding case insensitive matches in regex engine.
Yves Orton [Tue, 24 Apr 2007 16:46:05 +0000 (18:46 +0200)]
Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>

p4raw-id: //depot/perl@31081

16 years agofixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
Alexey Tourbin [Wed, 25 Apr 2007 18:12:22 +0000 (22:12 +0400)]
fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
Message-ID: <20070425141222.GA24828@solemn.turbinal>

p4raw-id: //depot/perl@31080

16 years agoSafely store user locks in threads::shared
Jerry D. Hedden [Mon, 23 Apr 2007 13:21:11 +0000 (09:21 -0400)]
Safely store user locks in threads::shared
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>

p4raw-id: //depot/perl@31079

16 years agoThread.xs doesn't need magic sig anymore
Jerry D. Hedden [Mon, 23 Apr 2007 13:25:20 +0000 (09:25 -0400)]
Thread.xs doesn't need magic sig anymore
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>

p4raw-id: //depot/perl@31078

16 years agoSmall perlivp.PL updates
Johan Vromans [Wed, 25 Apr 2007 14:37:16 +0000 (16:37 +0200)]
Small perlivp.PL updates

Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>

p4raw-id: //depot/perl@31077

16 years agooverload must not load XS modules at compile time, or perl
Rafael Garcia-Suarez [Wed, 25 Apr 2007 15:19:21 +0000 (15:19 +0000)]
overload must not load XS modules at compile time, or perl
doesn't compile.
overload must not clobber $! or $@ behind the scenes when
loading an XS module.

p4raw-id: //depot/perl@31076

16 years agoRemove a now redundant require
Rafael Garcia-Suarez [Wed, 25 Apr 2007 15:03:21 +0000 (15:03 +0000)]
Remove a now redundant require

p4raw-id: //depot/perl@31075

16 years agoMove the require at the top of the file.
Rafael Garcia-Suarez [Wed, 25 Apr 2007 14:53:57 +0000 (14:53 +0000)]
Move the require at the top of the file.
Else, Test::More has test failures.

p4raw-id: //depot/perl@31074

16 years agoRe: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
Brandon Black [Tue, 24 Apr 2007 07:58:44 +0000 (02:58 -0500)]
Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>

p4raw-id: //depot/perl@31073

16 years agoUpgrade to CPAN-1.9101
Steve Peters [Wed, 25 Apr 2007 11:00:34 +0000 (11:00 +0000)]
Upgrade to CPAN-1.9101

p4raw-id: //depot/perl@31072

16 years agoAvoid the need for 2 casts added in 31055 by using a better type for
Nicholas Clark [Wed, 25 Apr 2007 09:54:17 +0000 (09:54 +0000)]
Avoid the need for 2 casts added in 31055 by using a better type for
the local variable. Add an assertion that another cast is not a data
loss (and that there is no buffer overflow)

p4raw-id: //depot/perl@31069

16 years agoRemove vestigical include of <ctype.h>, which came from a previous
Nicholas Clark [Wed, 25 Apr 2007 09:32:50 +0000 (09:32 +0000)]
Remove vestigical include of <ctype.h>, which came from a previous
version that tried to make the initialiser out of a single "" string.
(Which turned out to be over 509 characters long)

p4raw-id: //depot/perl@31068

16 years agoperlre.pod spellcheck
Alexandr Ciornii [Tue, 24 Apr 2007 00:45:05 +0000 (03:45 +0300)]
perlre.pod spellcheck
From: "Alexandr Ciornii" <alexchorny@gmail.com>
Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>

p4raw-id: //depot/perl@31067

16 years agoLeave try.c and include files where they are if we need them later
H.Merijn Brand [Wed, 25 Apr 2007 08:12:16 +0000 (08:12 +0000)]
Leave try.c and include files where they are if we need them later

p4raw-id: //depot/perl@31066

16 years agoMove hash action constants to hv.h
Jerry D. Hedden [Tue, 24 Apr 2007 10:35:43 +0000 (06:35 -0400)]
Move hash action constants to hv.h
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>

p4raw-id: //depot/perl@31064

16 years agoperlguts nit, found by Jerry D. Hedden
Rafael Garcia-Suarez [Wed, 25 Apr 2007 08:08:18 +0000 (08:08 +0000)]
perlguts nit, found by Jerry D. Hedden

p4raw-id: //depot/perl@31063

16 years agoWork a little harder at building generate_uudmap on VMS.
Craig A. Berry [Wed, 25 Apr 2007 03:10:23 +0000 (03:10 +0000)]
Work a little harder at building generate_uudmap on VMS.

p4raw-id: //depot/perl@31062

16 years agoUpgrade to Encode-2.20
Steve Peters [Wed, 25 Apr 2007 01:06:23 +0000 (01:06 +0000)]
Upgrade to Encode-2.20

p4raw-id: //depot/perl@31061

16 years agoOoops. It helps to p4 add the new file.
Nicholas Clark [Tue, 24 Apr 2007 23:16:12 +0000 (23:16 +0000)]
Ooops. It helps to p4 add the new file.

p4raw-id: //depot/perl@31060

16 years agoMake PL_uudmap a constant global. Remove the run time initialisation
Nicholas Clark [Tue, 24 Apr 2007 23:10:05 +0000 (23:10 +0000)]
Make PL_uudmap a constant global. Remove the run time initialisation
code, and instead use it to generate a header at perl build time.
By removing uudmap from the interpreter structure we save 256 bytes
per child thread.

p4raw-id: //depot/perl@31059

16 years agomove PL_linestr from the interpreter struct to the parser struct
Dave Mitchell [Tue, 24 Apr 2007 16:42:12 +0000 (16:42 +0000)]
move PL_linestr from the interpreter struct to the parser struct

p4raw-id: //depot/perl@31058