This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
16 years agoDisable operator target setting for 'my' variables (OPpTARGET_MY)
Gerard Goossen [Thu, 19 Apr 2007 15:31:27 +0000 (17:31 +0200)]
Disable operator target setting for 'my' variables (OPpTARGET_MY)
when madskills is active. Remove the p55 code required for dealing
with the optimized tree.

Subject:  [PATCH] disable operator with target my when madskills enabled
Message-Id:  <20070419133822.GG19244@ostwald>

also:

Remove the just remove madprop 'M' doc

Message-ID: <20070419134549.GH19244@ostwald>

p4raw-id: //depot/perl@31204

16 years agomove PL_in_my and PL_in_my_stash into the PL_parser struct
Dave Mitchell [Sat, 12 May 2007 22:17:40 +0000 (22:17 +0000)]
move PL_in_my and PL_in_my_stash into the PL_parser struct

p4raw-id: //depot/perl@31203

16 years agoeliminate a stray PL_lex_state
Dave Mitchell [Sat, 12 May 2007 20:06:41 +0000 (20:06 +0000)]
eliminate a stray PL_lex_state

p4raw-id: //depot/perl@31202

16 years agosave old PL_curcop value in parser struct
Dave Mitchell [Sat, 12 May 2007 19:51:37 +0000 (19:51 +0000)]
save old PL_curcop value in parser struct

p4raw-id: //depot/perl@31201

16 years agomove PL_rsfp_filters into the parser struct
Dave Mitchell [Sat, 12 May 2007 19:21:02 +0000 (19:21 +0000)]
move PL_rsfp_filters into the parser struct

p4raw-id: //depot/perl@31200

16 years agomove PL_rsfp into the PL_parser struct
Dave Mitchell [Fri, 11 May 2007 23:22:24 +0000 (23:22 +0000)]
move PL_rsfp into the PL_parser struct
and simplify its creation and destruction

p4raw-id: //depot/perl@31199

16 years agoWork around to get Unicode tests passing.
Nicholas Clark [Thu, 10 May 2007 22:32:57 +0000 (22:32 +0000)]
Work around to get Unicode tests passing.

p4raw-id: //depot/perl@31198

16 years agoFix Pod nit in perlfunc
Steve Peters [Thu, 10 May 2007 20:34:21 +0000 (20:34 +0000)]
Fix Pod nit in perlfunc

p4raw-id: //depot/perl@31197

16 years agoUpdate the *::Compress::* modules maintainers information
Rafael Garcia-Suarez [Thu, 10 May 2007 14:49:37 +0000 (14:49 +0000)]
Update the *::Compress::* modules maintainers information

p4raw-id: //depot/perl@31196

16 years agoReplace a call to utf8::encode by a pack/unpack combination,
Rafael Garcia-Suarez [Thu, 10 May 2007 13:12:38 +0000 (13:12 +0000)]
Replace a call to utf8::encode by a pack/unpack combination,
so that code runs under 5.6 too

p4raw-id: //depot/perl@31195

16 years agoRe: Compress::Zlib, pack "C" and utf-8 [PATCH]
Marc Lehmann [Thu, 12 Apr 2007 08:41:53 +0000 (10:41 +0200)]
Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
Message-ID: <20070412064153.GA22475@schmorp.de>

p4raw-id: //depot/perl@31194

16 years agoNew data for Unicode on older versions, thanks to Nicholas
Rafael Garcia-Suarez [Thu, 10 May 2007 10:39:13 +0000 (10:39 +0000)]
New data for Unicode on older versions, thanks to Nicholas
and Dave Rolsky

p4raw-id: //depot/perl@31193

16 years agofirst_release() now returns the first release in the order of
Rafael Garcia-Suarez [Thu, 10 May 2007 10:18:32 +0000 (10:18 +0000)]
first_release() now returns the first release in the order of
perl version numbers. Add a new method first_release_by_date()
to keep the old behaviour available. Suggested by Michael G Schwern.

p4raw-id: //depot/perl@31192

16 years agoFix bignum-0.21
Jerry D. Hedden [Wed, 9 May 2007 21:05:52 +0000 (17:05 -0400)]
Fix bignum-0.21
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>

p4raw-id: //depot/perl@31191

16 years agoSmall fix to a previous patch on magic $<digit> variables.
Ævar Arnfjörð Bjarmason [Thu, 10 May 2007 02:24:48 +0000 (02:24 +0000)]
Small fix to a previous patch on magic $<digit> variables.

Subject: [PATCH]
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>

p4raw-id: //depot/perl@31190

16 years agoRegarding precedence, filetest operators are the same than
Rafael Garcia-Suarez [Thu, 10 May 2007 08:27:35 +0000 (08:27 +0000)]
Regarding precedence, filetest operators are the same than
unary operators, but not regarding parsing and parentheses
(see toke.c). Spotted by Eirik Berg Hanssen.

p4raw-id: //depot/perl@31189

16 years agoRe: [perl #42869] Problem killing a pseudo-forked child on Win32
David Mitchell [Thu, 3 May 2007 22:39:23 +0000 (23:39 +0100)]
Re: [perl #42869] Problem killing a pseudo-forked child on Win32
Message-ID: <20070503213923.GH24804@iabyn.com>

Fixes the failure to kill a pseudo-forked child on Win32 described in
[perl #42869], but the "Free to wrong pool" error remains

p4raw-id: //depot/perl@31188

16 years agoSyntax error in Configure in blead
Ævar Arnfjörð Bjarmason [Wed, 9 May 2007 20:30:04 +0000 (20:30 +0000)]
Syntax error in Configure in blead
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>

p4raw-id: //depot/perl@31187

16 years agoRemove unused parms in S_isa_lookup
Andy Lester [Wed, 9 May 2007 11:49:13 +0000 (06:49 -0500)]
Remove unused parms in S_isa_lookup
Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>

p4raw-id: //depot/perl@31185

16 years agoPartial reversion of bignum-0.21 to get tests to pass again.
Steve Peters [Wed, 9 May 2007 17:19:10 +0000 (17:19 +0000)]
Partial reversion of bignum-0.21 to get tests to pass again.

p4raw-id: //depot/perl@31184

16 years agoTyping is for secretaries
H.Merijn Brand [Wed, 9 May 2007 16:54:21 +0000 (16:54 +0000)]
Typing is for secretaries

p4raw-id: //depot/perl@31183

16 years agoBetter help ; regen after backport #31114 ; RT#42886 ' in uname
H.Merijn Brand [Wed, 9 May 2007 16:41:01 +0000 (16:41 +0000)]
Better help ; regen after backport #31114 ; RT#42886 ' in uname

p4raw-id: //depot/perl@31181

16 years agoBump the version of Module::CoreList and add docs
Rafael Garcia-Suarez [Wed, 9 May 2007 15:56:57 +0000 (15:56 +0000)]
Bump the version of Module::CoreList and add docs
for the Unicode module name, that Merijn just added

p4raw-id: //depot/perl@31178

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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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