This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
16 years agoStop VC++ from warning "'getenv' : inconsistent dll linkage.
Steve Hay [Thu, 7 Jun 2007 13:49:04 +0000 (13:49 +0000)]
Stop VC++ from warning "'getenv' : inconsistent dll linkage.
dllexport assumed." when building with -DDEBUGGING by declaring
getenv() with the same __declspec as in Microsoft's <stdlib.h>.
MinGW/GCC is happy with that too, but Borland doesn't understand
_CRTIMP so don't bother for Borland since it doesn't warn anyway.

p4raw-id: //depot/perl@31350

16 years agoRe: [PATCH] Update File-Path to 2.00
David Landgren [Thu, 7 Jun 2007 14:02:36 +0000 (16:02 +0200)]
Re: [PATCH] Update File-Path to 2.00
Message-ID: <4667F3DC.9070203@landgren.net>

p4raw-id: //depot/perl@31349

16 years agoSilence compiler warnings
Jerry D. Hedden [Wed, 6 Jun 2007 14:45:06 +0000 (10:45 -0400)]
Silence compiler warnings
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>

p4raw-id: //depot/perl@31348

16 years agoStop VC++ from warning "all references to 'SHELL32.dll' discarded
Steve Hay [Thu, 7 Jun 2007 11:48:47 +0000 (11:48 +0000)]
Stop VC++ from warning "all references to 'SHELL32.dll' discarded
by /OPT:REF" by removing the only reference to a SHELL32.dll function
(namely, CommandLineToArgvW(), called from win32_argv2utf8(), which
isn't actually used anywhere so delete it).

That then caused the warning "/DELAYLOAD:shell32.dll ignored; no
imports found from shell32.dll", so remove that /DELAYLOAD option too.

p4raw-id: //depot/perl@31347

16 years ago[patch] fix small errors in sv.c commentary
Jim Cromie [Wed, 6 Jun 2007 23:38:53 +0000 (17:38 -0600)]
[patch] fix small errors in sv.c commentary
Message-ID: <466799ED.3090705@gmail.com>

p4raw-id: //depot/perl@31346

16 years agoRe: [PATCH] Update File-Path to 2.00
David Landgren [Wed, 6 Jun 2007 23:57:34 +0000 (01:57 +0200)]
Re: [PATCH] Update File-Path to 2.00
Message-ID: <46672DCE.2080508@landgren.net>

p4raw-id: //depot/perl@31345

16 years agoStop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
Steve Hay [Wed, 6 Jun 2007 16:48:46 +0000 (16:48 +0000)]
Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
when compiling perlmain.c, and don't supply /DPERLDLL twice when
compiling perlmainst.c

p4raw-id: //depot/perl@31344

16 years agoStop VC7 and VC8 complaining about the DESCRIPTION statement
Steve Hay [Wed, 6 Jun 2007 16:33:42 +0000 (16:33 +0000)]
Stop VC7 and VC8 complaining about the DESCRIPTION statement
in perldll.def (it isn't supported any more).

p4raw-id: //depot/perl@31343

16 years agoAdjust test count (it shouldn't have changed with last patch)
Rafael Garcia-Suarez [Wed, 6 Jun 2007 14:58:27 +0000 (14:58 +0000)]
Adjust test count (it shouldn't have changed with last patch)

p4raw-id: //depot/perl@31342

16 years agoRe: [PATCH] Callbacks for named captures (%+ and %-)
Ævar Arnfjörð Bjarmason [Sun, 3 Jun 2007 20:24:59 +0000 (20:24 +0000)]
Re: [PATCH] Callbacks for named captures (%+ and %-)
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>

p4raw-id: //depot/perl@31341

16 years agoUpgrade to encoding::warnings 0.11
Rafael Garcia-Suarez [Wed, 6 Jun 2007 12:27:36 +0000 (12:27 +0000)]
Upgrade to encoding::warnings 0.11

p4raw-id: //depot/perl@31340

16 years agoA test file was removed from the latest Unicode::Normalize
Rafael Garcia-Suarez [Wed, 6 Jun 2007 12:07:13 +0000 (12:07 +0000)]
A test file was removed from the latest Unicode::Normalize

p4raw-id: //depot/perl@31339

16 years agoUpgrade to Unicode::Normalize 1.02
Rafael Garcia-Suarez [Wed, 6 Jun 2007 12:03:00 +0000 (12:03 +0000)]
Upgrade to Unicode::Normalize 1.02

p4raw-id: //depot/perl@31338

16 years agoRe: [PATCH] Update File-Path to 2.00
Joshua Juran [Wed, 6 Jun 2007 01:14:31 +0000 (18:14 -0700)]
Re: [PATCH] Update File-Path to 2.00
Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>

Fixes typo in the POD.

p4raw-id: //depot/perl@31337

16 years agoRe: [PATCH] Update File-Path to 2.00
David Landgren [Tue, 5 Jun 2007 23:21:40 +0000 (01:21 +0200)]
Re: [PATCH] Update File-Path to 2.00
Message-ID: <4665D3E4.2030809@landgren.net>

Silences some unnecessary carping (e.g. from ExtUtils::Command line 109
when building perl).

p4raw-id: //depot/perl@31336

16 years agoSilence another VC++ compiler warning (signed/unsigned mismatch in ==)
Steve Hay [Tue, 5 Jun 2007 12:51:07 +0000 (12:51 +0000)]
Silence another VC++ compiler warning (signed/unsigned mismatch in ==)

p4raw-id: //depot/perl@31335

16 years agoThere is no more a ~~ feature, noticed by Moritz Lenz
Rafael Garcia-Suarez [Tue, 5 Jun 2007 10:23:24 +0000 (10:23 +0000)]
There is no more a ~~ feature, noticed by Moritz Lenz

p4raw-id: //depot/perl@31334

16 years agoRemove support for assertions and -A
Rafael Garcia-Suarez [Tue, 5 Jun 2007 10:10:33 +0000 (10:10 +0000)]
Remove support for assertions and -A

p4raw-id: //depot/perl@31333

16 years agoanother mro patch
Brandon Black [Mon, 4 Jun 2007 00:55:15 +0000 (19:55 -0500)]
another mro patch
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com>

p4raw-id: //depot/perl@31332

16 years agocando_by_name again: work harder to identify directories
Craig A. Berry [Sun, 3 Jun 2007 22:26:20 +0000 (22:26 +0000)]
cando_by_name again: work harder to identify directories
for fileification, plus a nit missed in #31326.

p4raw-id: //depot/perl@31331

16 years agoMath::BigInt v1.87 take 6
Tels [Sat, 2 Jun 2007 13:40:45 +0000 (13:40 +0000)]
Math::BigInt v1.87 take 6
Message-Id: <200706021340.46806@bloodgate.com>

p4raw-id: //depot/perl@31330

16 years agoRe: [PATCH] Update File-Path to 2.00
David Landgren [Sat, 2 Jun 2007 20:58:16 +0000 (22:58 +0200)]
Re: [PATCH] Update File-Path to 2.00
Message-ID: <4661BDC8.6040102@landgren.net>

p4raw-id: //depot/perl@31329

16 years agoRe: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
Yves Orton [Sun, 3 Jun 2007 17:21:55 +0000 (19:21 +0200)]
Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com>

p4raw-id: //depot/perl@31328

16 years agoIn File::Path::_rmtree, we want a list of files, not directories (some of them
Craig A. Berry [Sat, 2 Jun 2007 17:47:37 +0000 (17:47 +0000)]
In File::Path::_rmtree, we want a list of files, not directories (some of them
may be directory files, which is ok).

p4raw-id: //depot/perl@31327

16 years agoAssorted fixes for VMS version of cando_by_name:
Craig A. Berry [Sat, 2 Jun 2007 16:02:03 +0000 (16:02 +0000)]
Assorted fixes for VMS version of cando_by_name:
-- Restore pre-5.9.x behavior of expanding logical names and fileifying
   directory specs regardless of whether input spec is in VMS syntax.
-- VMSify input spec unless explicitly told we don't need to (this was
   backwards since introduced in #27733).
-- Various memory handling robustifications.

p4raw-id: //depot/perl@31326

16 years ago[perl #43094] Doc patch to perlre: modifiers => quantifiers
Brad Baxter [Thu, 31 May 2007 15:04:55 +0000 (08:04 -0700)]
[perl #43094] Doc patch to perlre: modifiers => quantifiers
From: Brad Baxter (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1668-1180649095-1834.43094-75-0@perl.org>

p4raw-id: //depot/perl@31325

16 years agoFix DynaLoader::dl_findfile() to locate .so files again
Jan Dubois [Thu, 31 May 2007 13:17:22 +0000 (06:17 -0700)]
Fix DynaLoader::dl_findfile() to locate .so files again
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com>

p4raw-id: //depot/perl@31324

16 years agoConfigure: O_NONBLOCK test uses fork() and pipe()
Jarkko Hietaniemi [Fri, 1 Jun 2007 04:31:03 +0000 (07:31 +0300)]
Configure: O_NONBLOCK test uses fork() and pipe()
Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi>

p4raw-id: //depot/perl@31323

16 years agoUpdated email address for AUTHORS.txt
Chuck Phillips [Thu, 31 May 2007 19:33:08 +0000 (13:33 -0600)]
Updated email address for AUTHORS.txt
Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com>

p4raw-id: //depot/perl@31321

16 years agoMaintain UAF context across calls to sys$check_access in cando_by_name.
Craig A. Berry [Thu, 31 May 2007 22:17:17 +0000 (22:17 +0000)]
Maintain UAF context across calls to sys$check_access in cando_by_name.

p4raw-id: //depot/perl@31320

16 years agoDave remarks that I have been too terse here.
Rafael Garcia-Suarez [Thu, 31 May 2007 16:13:07 +0000 (16:13 +0000)]
Dave remarks that I have been too terse here.

p4raw-id: //depot/perl@31319

16 years agoRemove threads/typemap from Porting/Maintainers.pl
Jerry D. Hedden [Thu, 31 May 2007 11:59:31 +0000 (07:59 -0400)]
Remove threads/typemap from Porting/Maintainers.pl
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com>

p4raw-id: //depot/perl@31318

16 years agoActually, Log::Message::Simple comes from Jos, not Tels.
Rafael Garcia-Suarez [Thu, 31 May 2007 15:52:28 +0000 (15:52 +0000)]
Actually, Log::Message::Simple comes from Jos, not Tels.

p4raw-id: //depot/perl@31317

16 years agominor assertions improvements
Ricardo SIGNES [Wed, 30 May 2007 21:47:15 +0000 (17:47 -0400)]
minor assertions improvements
Message-ID: <20070531014715.GA26562@knight.manxome.org>

p4raw-id: //depot/perl@31316

16 years agoUpdate File-Path to 2.00
David Landgren [Wed, 30 May 2007 19:50:38 +0000 (21:50 +0200)]
Update File-Path to 2.00
Message-ID: <465DB96E.1020106@landgren.net>

p4raw-id: //depot/perl@31315

16 years agoGooder English
Jerry D. Hedden [Wed, 30 May 2007 17:12:32 +0000 (13:12 -0400)]
Gooder English
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com>

p4raw-id: //depot/perl@31314

16 years agoblead segfaults on local *@; eval {1} because ERRSV assumes that
Nicholas Clark [Thu, 31 May 2007 08:25:57 +0000 (08:25 +0000)]
blead segfaults on local *@; eval {1} because ERRSV assumes that
GvSV(PL_errgv) is always non-NULL. That stopped being the case with
change 25009 (ish) - when we stopped automatically creating a(n unused)
SV at GV creation time.

p4raw-id: //depot/perl@31313

16 years agoRe: HvMROMETA
Brandon Black [Tue, 29 May 2007 19:08:13 +0000 (14:08 -0500)]
Re: HvMROMETA
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com>

p4raw-id: //depot/perl@31312

16 years agoRe: localising hash element by variable
Hugo van der Sanden [Wed, 30 May 2007 13:21:15 +0000 (14:21 +0100)]
Re: localising hash element by variable
Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org>

p4raw-id: //depot/perl@31311

16 years agoUpgrade to Encode 2.23
Rafael Garcia-Suarez [Wed, 30 May 2007 10:45:08 +0000 (10:45 +0000)]
Upgrade to Encode 2.23

p4raw-id: //depot/perl@31310

16 years agoSilence a couple of VC++ compiler warnings
Steve Hay [Wed, 30 May 2007 07:38:30 +0000 (07:38 +0000)]
Silence a couple of VC++ compiler warnings

p4raw-id: //depot/perl@31309

16 years agoDBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
Nicholas Clark [Tue, 29 May 2007 19:57:34 +0000 (19:57 +0000)]
DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
on z/OS, so move them to the list of non const constants.

p4raw-id: //depot/perl@31308

16 years agoPlug a memory leak in Encode
Rafael Garcia-Suarez [Tue, 29 May 2007 15:48:27 +0000 (15:48 +0000)]
Plug a memory leak in Encode

p4raw-id: //depot/perl@31307

16 years agoUpgrade to CPAN-1.9102
Steve Peters [Tue, 29 May 2007 14:42:24 +0000 (14:42 +0000)]
Upgrade to CPAN-1.9102

p4raw-id: //depot/perl@31306

16 years agoUpgrade to Encode 2.22
Rafael Garcia-Suarez [Tue, 29 May 2007 09:33:52 +0000 (09:33 +0000)]
Upgrade to Encode 2.22

p4raw-id: //depot/perl@31305

16 years agoRevert change #30530, following Jan's advice
Rafael Garcia-Suarez [Tue, 29 May 2007 08:59:05 +0000 (08:59 +0000)]
Revert change #30530, following Jan's advice
p4raw-link: @30530 on //depot/perl: 4882b61547d81040dca6c16217df7f87642b227a

p4raw-id: //depot/perl@31304

16 years agoRe: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
Yves Orton [Mon, 28 May 2007 19:46:04 +0000 (21:46 +0200)]
Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com>

p4raw-id: //depot/perl@31303

16 years agoMention that last bugfix in perldelta
Rafael Garcia-Suarez [Tue, 29 May 2007 08:43:29 +0000 (08:43 +0000)]
Mention that last bugfix in perldelta

p4raw-id: //depot/perl@31302

16 years agoRe: localising hash element by variable
Bo Lindbergh [Mon, 28 May 2007 20:26:00 +0000 (22:26 +0200)]
Re: localising hash element by variable
Message-Id: <BC2C451F-B286-4D38-923E-E3B473F7B5E1@hagernas.com>

p4raw-id: //depot/perl@31301

16 years agowin32/makefile.mk doesn't support GSAR's old dmake (because of
Steve Hay [Tue, 29 May 2007 08:09:38 +0000 (08:09 +0000)]
win32/makefile.mk doesn't support GSAR's old dmake (because of
the use of || and && in conditional expressions, which that old
dmake doesn't understand), so stop with a helpful error message
if such a dmake is being used.

There is now no need to have all the clutter of trying to support
different backslash and newline semantics, so ditch that too.

p4raw-id: //depot/perl@31300

16 years agoRe: [PATCH] Update CPANPLUS to 0.79_03
Jos I. Boumans [Tue, 29 May 2007 09:00:53 +0000 (11:00 +0200)]
Re: [PATCH] Update CPANPLUS to 0.79_03
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org>

Removed a fatal debug statement from cpan2dist.

p4raw-id: //depot/perl@31299

16 years agoSilence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
Steve Hay [Tue, 29 May 2007 07:25:22 +0000 (07:25 +0000)]
Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
when building the POSIX extension

p4raw-id: //depot/perl@31298

16 years agoperltodo tweak on virtualizing OS/FS access
Jarkko Hietaniemi [Tue, 29 May 2007 06:50:57 +0000 (09:50 +0300)]
perltodo tweak on virtualizing OS/FS access
Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi>

p4raw-id: //depot/perl@31297

16 years agoRe: Cross patch 31287 broke blead
Vadim Konovalov [Mon, 28 May 2007 21:30:19 +0000 (01:30 +0400)]
Re: Cross patch 31287 broke blead
Message-ID: <465B11AB.8000608@vkonovalov.ru>
Date: Mon, 28 May 2007 21:30:19 +0400

p4raw-id: //depot/perl@31296

16 years agoAvoid calling SvEND() when SvPOKp() is not true.
Nicholas Clark [Mon, 28 May 2007 18:50:23 +0000 (18:50 +0000)]
Avoid calling SvEND() when SvPOKp() is not true.
Remove an unneeded duplicate SvCUR_set() in Perl_sv_2pv_flags().

p4raw-id: //depot/perl@31295

16 years agoSeveral POD fixes by Jonathan Stowe
Rafael Garcia-Suarez [Mon, 28 May 2007 13:36:43 +0000 (13:36 +0000)]
Several POD fixes by Jonathan Stowe

p4raw-id: //depot/perl@31294

16 years agoAdd /nologo to nmake in CPANPLUS::Dist::Build too
Jos I. Boumans [Mon, 28 May 2007 15:06:52 +0000 (17:06 +0200)]
Add /nologo to nmake in CPANPLUS::Dist::Build too
From: "Jos I. Boumans" <kane@xs4all.nl>
Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl>

p4raw-id: //depot/perl@31293

16 years agoUpdate CPANPLUS to 0.79_03
Jos I. Boumans [Mon, 28 May 2007 14:59:11 +0000 (16:59 +0200)]
Update CPANPLUS to 0.79_03
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>

p4raw-id: //depot/perl@31292

16 years agoMention new lexical pragmas big* in perldelta
Rafael Garcia-Suarez [Mon, 28 May 2007 12:52:08 +0000 (12:52 +0000)]
Mention new lexical pragmas big* in perldelta

p4raw-id: //depot/perl@31291

16 years agoUpdate Changes
Rafael Garcia-Suarez [Mon, 28 May 2007 12:47:32 +0000 (12:47 +0000)]
Update Changes

p4raw-id: //depot/perl@31290

16 years agoUpdate outdated example
Rafael Garcia-Suarez [Mon, 28 May 2007 12:44:29 +0000 (12:44 +0000)]
Update outdated example

p4raw-id: //depot/perl@31289

16 years agoUpdate to Archive::Extract 0.20, and re-apply patch #31158
Rafael Garcia-Suarez [Mon, 28 May 2007 12:33:05 +0000 (12:33 +0000)]
Update to Archive::Extract 0.20, and re-apply patch #31158

p4raw-id: //depot/perl@31288

16 years agolinux arm cross-compilation
Vadim Konovalov [Mon, 28 May 2007 01:23:46 +0000 (05:23 +0400)]
linux arm cross-compilation
Message-ID: <4659F6E2.3090805@vkonovalov.ru>

with adjustments to the MANIFEST

p4raw-id: //depot/perl@31287

16 years agoBump version number
Jos I. Boumans [Mon, 28 May 2007 12:04:02 +0000 (14:04 +0200)]
Bump version number

Subject: [PATCH] Update log::message::simple to 0.02
From: "Jos I. Boumans" <jib@ripe.net>
Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>

p4raw-id: //depot/perl@31286

16 years agoRe: [PATCH] Math::BigInt v1.87 take 5
Tels [Sun, 27 May 2007 15:54:29 +0000 (15:54 +0000)]
Re: [PATCH] Math::BigInt v1.87 take 5
Message-Id: <200705271554.32054@bloodgate.com>

p4raw-id: //depot/perl@31285

16 years agoMath::BigInt::FastCalc v0.15
Tels [Sun, 27 May 2007 14:43:15 +0000 (14:43 +0000)]
Math::BigInt::FastCalc v0.15
Message-Id: <200705271443.16138@bloodgate.com>

p4raw-id: //depot/perl@31284

16 years agoIn the stat() wrapper for VMS, always allow extended characters
Craig A. Berry [Sun, 27 May 2007 01:54:45 +0000 (01:54 +0000)]
In the stat() wrapper for VMS, always allow extended characters
(such as multiple dots) in the filename regardless of environment
setting.

p4raw-id: //depot/perl@31283

16 years agoIn the homegrown readdir() for VMS, always treat unix-style paths
Craig A. Berry [Sun, 27 May 2007 01:50:46 +0000 (01:50 +0000)]
In the homegrown readdir() for VMS, always treat unix-style paths
appropriately regardless of environment setting, and also remove
the escape characters from escaped dots.

p4raw-id: //depot/perl@31282

16 years agoBad orientation in doc, noticed by Jan Dubois.
Rafael Garcia-Suarez [Sat, 26 May 2007 06:54:40 +0000 (06:54 +0000)]
Bad orientation in doc, noticed by Jan Dubois.

p4raw-id: //depot/perl@31281

16 years agodelete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
Dave Mitchell [Fri, 25 May 2007 23:26:33 +0000 (23:26 +0000)]
delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
the first two aren't used, and the last two are just place holders
to ensure that both runops functions get linked in; so make them
global rather than per-interpeter

p4raw-id: //depot/perl@31280

16 years agoRe: argproc.c license Re: [perl #43037] Bad license in perl distribution
Mark Pizzolato [Fri, 25 May 2007 13:31:17 +0000 (06:31 -0700)]
Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>

p4raw-id: //depot/perl@31279

16 years agofix coredump in S_varname (tickled by Devel::Profile)
Dave Mitchell [Fri, 25 May 2007 19:16:50 +0000 (19:16 +0000)]
fix coredump in S_varname (tickled by Devel::Profile)
a 'Use of uninitialized value' warning within a DB sub
attempted to use the pad of the caller to locate the offending
lexical

p4raw-id: //depot/perl@31278

16 years ago\R can't be used in a char class
Rafael Garcia-Suarez [Fri, 25 May 2007 13:29:34 +0000 (13:29 +0000)]
\R can't be used in a char class

p4raw-id: //depot/perl@31277

16 years agoDocument new escapes in perldelta
Rafael Garcia-Suarez [Fri, 25 May 2007 13:28:39 +0000 (13:28 +0000)]
Document new escapes in perldelta

p4raw-id: //depot/perl@31276

16 years agoChange #31270 should have updated proto.h to match
Steve Hay [Fri, 25 May 2007 10:15:54 +0000 (10:15 +0000)]
Change #31270 should have updated proto.h to match

p4raw-id: //depot/perl@31275

16 years agoUpgrade to Archive::Tar 1.32.
Rafael Garcia-Suarez [Fri, 25 May 2007 09:57:33 +0000 (09:57 +0000)]
Upgrade to Archive::Tar 1.32.

p4raw-id: //depot/perl@31274

16 years agoDocument that ptardiff needs Text::Diff
Rafael Garcia-Suarez [Fri, 25 May 2007 09:29:12 +0000 (09:29 +0000)]
Document that ptardiff needs Text::Diff

p4raw-id: //depot/perl@31273

16 years agoDocument cpanp and cpan2dist
Rafael Garcia-Suarez [Fri, 25 May 2007 09:20:45 +0000 (09:20 +0000)]
Document cpanp and cpan2dist

p4raw-id: //depot/perl@31272

16 years agoFix the ext/IO/t/io_sock.t failure when built with VC++ 2005
Steve Hay [Fri, 25 May 2007 09:18:45 +0000 (09:18 +0000)]
Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005

Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
be used. It seems that this is inappropriate for VC++ versions later
than 6.x, since they don't use that DLL: simply not defining that
symbol makes the io_sock.t failure go away.

(Compare change #29233, which similarly disabled the fix to
MSVCRT.DLL's read() for VC++ versions later than 6.x.)
p4raw-link: @29233 on //depot/perl: 46e77f111828d72136c91f0837803182535da01d

p4raw-id: //depot/perl@31271

16 years agoConsting dump.c
Andy Lester [Thu, 24 May 2007 13:25:43 +0000 (08:25 -0500)]
Consting dump.c
Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>

p4raw-id: //depot/perl@31270

16 years agoRe: perl pragma [PATCH]
Tels [Wed, 23 May 2007 21:35:58 +0000 (21:35 +0000)]
Re: perl pragma [PATCH]
Message-Id: <200705232135.59546@bloodgate.com>

p4raw-id: //depot/perl@31269

16 years ago[perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc.
Father Chrysostomos [Sun, 20 May 2007 21:44:42 +0000 (14:44 -0700)]
[perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc.
From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>

p4raw-id: //depot/perl@31268

16 years agoAdjustment to the test for importing feature bundles,
Rafael Garcia-Suarez [Thu, 24 May 2007 15:37:40 +0000 (15:37 +0000)]
Adjustment to the test for importing feature bundles,
found by Hugo

p4raw-id: //depot/perl@31267

16 years agoupdate CPANPLUS::Dist::Build to 0.06_01
Jos I. Boumans [Tue, 22 May 2007 14:45:19 +0000 (16:45 +0200)]
update CPANPLUS::Dist::Build to 0.06_01
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>

p4raw-id: //depot/perl@31266

16 years agoIt suddendly annoyed me that corelist returned sometimes two
Rafael Garcia-Suarez [Thu, 24 May 2007 13:29:01 +0000 (13:29 +0000)]
It suddendly annoyed me that corelist returned sometimes two
spaces in a row.

p4raw-id: //depot/perl@31265

16 years agoDoc nits by Steven Schubiger
Rafael Garcia-Suarez [Thu, 24 May 2007 11:17:31 +0000 (11:17 +0000)]
Doc nits by Steven Schubiger

p4raw-id: //depot/perl@31264

16 years agoperldelta additions suggested by Steve Hay
Rafael Garcia-Suarez [Thu, 24 May 2007 08:25:52 +0000 (08:25 +0000)]
perldelta additions suggested by Steve Hay

p4raw-id: //depot/perl@31263

16 years agothreads::shared 1.12
Jerry D. Hedden [Wed, 23 May 2007 09:28:28 +0000 (05:28 -0400)]
threads::shared 1.12
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>

p4raw-id: //depot/perl@31262

16 years agoPerldelta nit by Brandon Black
Rafael Garcia-Suarez [Wed, 23 May 2007 10:20:29 +0000 (10:20 +0000)]
Perldelta nit by Brandon Black

p4raw-id: //depot/perl@31260

16 years agoRE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
Jan Dubois [Tue, 22 May 2007 16:35:27 +0000 (09:35 -0700)]
RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>

Reinstates the test under Cygwin and fixes it.

p4raw-id: //depot/perl@31259

16 years agoForgotten Cygwin patch
Jerry D. Hedden [Tue, 22 May 2007 20:58:04 +0000 (16:58 -0400)]
Forgotten Cygwin patch
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>

p4raw-id: //depot/perl@31258

16 years agoAdd MidnightBSD to the list of Unix-like OSes
Rafael Garcia-Suarez [Tue, 22 May 2007 14:12:18 +0000 (14:12 +0000)]
Add MidnightBSD to the list of Unix-like OSes

p4raw-id: //depot/perl@31257

16 years agoUpdate perldelta
Rafael Garcia-Suarez [Tue, 22 May 2007 10:07:09 +0000 (10:07 +0000)]
Update perldelta

p4raw-id: //depot/perl@31256

16 years agomove PL_error_count into the PL_parser struct
Dave Mitchell [Mon, 21 May 2007 22:35:15 +0000 (22:35 +0000)]
move PL_error_count into the PL_parser struct

p4raw-id: //depot/perl@31255

16 years agomove PL_multi_end into the PL_parser struct
Dave Mitchell [Mon, 21 May 2007 21:02:50 +0000 (21:02 +0000)]
move PL_multi_end into the PL_parser struct

p4raw-id: //depot/perl@31254

16 years agoRe: Smoke failures with blead@31225 (Linux) [PATCH]
Tels [Mon, 21 May 2007 20:17:20 +0000 (20:17 +0000)]
Re: Smoke failures with blead@31225 (Linux) [PATCH]
Message-Id: <200705212017.23224@bloodgate.com>

p4raw-id: //depot/perl@31253

16 years agomove PL_tokenbuf into the PL_parser struct
Dave Mitchell [Mon, 21 May 2007 19:57:24 +0000 (19:57 +0000)]
move PL_tokenbuf into the PL_parser struct

p4raw-id: //depot/perl@31252

16 years agoUpdate Changes
Rafael Garcia-Suarez [Mon, 21 May 2007 16:46:04 +0000 (16:46 +0000)]
Update Changes

p4raw-id: //depot/perl@31251

16 years agoSkip ext/Win32/t/Unicode.t under Cygwin
Jerry D. Hedden [Sat, 19 May 2007 11:56:40 +0000 (07:56 -0400)]
Skip ext/Win32/t/Unicode.t under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>

p4raw-id: //depot/perl@31250

16 years agoSkip win32core.t under Cygwin
Jerry D. Hedden [Sat, 19 May 2007 08:43:47 +0000 (04:43 -0400)]
Skip win32core.t under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>

p4raw-id: //depot/perl@31249