16 years agobye bye charsize
H.Merijn Brand [Tue, 21 Aug 2007 14:31:45 +0000]
bye bye charsize
it is^Wwas always 1

p4raw-id: //depot/perl@31745

16 years agoChanges to unicore files to fix issues with certain quotation mark
Steve Peters [Tue, 21 Aug 2007 14:16:54 +0000]
Changes to unicore files to fix issues with certain quotation mark
characters.  Fixes are noted at the Unicode web site
<http://www.unicode.org/versions/corrigendum6.html>.  This fix
was pointed out by Jarkko.

p4raw-id: //depot/perl@31744

16 years agoUse -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings
Steve Hay [Tue, 21 Aug 2007 09:55:07 +0000]
Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings
about POSIX CRT function names being deprecated in VC8
(-wd4996 suppresses all deprecated function warnings, so is more
wide-ranging than is required)

p4raw-id: //depot/perl@31742

16 years ago[patch] File::CheckTree - a side effect of making the build whitespace safe(r)
Max Maischein [Sun, 19 Aug 2007 23:45:57 +0000]
[patch] File::CheckTree - a side effect of making the build whitespace safe(r)
Message-Id: <46C8BA15.3080300@corion.net>

(Applied with some tweaks.)

p4raw-id: //depot/perl@31741

16 years agopatch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform
Chun Bing Ge [Tue, 21 Aug 2007 14:37:25 +0000]
patch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform
Message-Id: <OFF86FB888.70D5EF70-ON4825733E.0021A246-4825733E.00246265@IBMCN>

p4raw-id: //depot/perl@31740

16 years agoUpgrade to Devel::PPPort 3.11_05
Marcus Holland-Moritz [Mon, 20 Aug 2007 17:31:12 +0000]
Upgrade to Devel::PPPort 3.11_05

p4raw-id: //depot/perl@31739

16 years agoDefault LOG_PRIMASK for Sys-Syslog in cases where it is not
Steve Peters [Mon, 20 Aug 2007 16:49:21 +0000]
Default LOG_PRIMASK for Sys-Syslog in cases where it is not
defined.

p4raw-id: //depot/perl@31738

16 years agoGet Cwd->cwd() to work under Cygwin
Jerry D. Hedden [Wed, 15 Aug 2007 10:39:41 +0000]
Get Cwd->cwd() to work under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510708150739q18fa5863s55010b538d11f77f@mail.gmail.com>

Updated patch originally by Reini Urban.

p4raw-id: //depot/perl@31737

16 years agoFix some typos in threads.pm
Jerry D. Hedden [Sun, 19 Aug 2007 13:53:17 +0000]
Fix some typos in threads.pm
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-Id: <1ff86f510708191053x36f35619yaa019db70a623612@mail.gmail.com>

p4raw-id: //depot/perl@31736

16 years agoTypo prevented test from doing what it meant to do.
Yves Orton [Sat, 18 Aug 2007 13:07:06 +0000]
Typo prevented test from doing what it meant to do.

p4raw-id: //depot/perl@31735

16 years agoAdd note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp...
Yves Orton [Sat, 18 Aug 2007 11:31:08 +0000]
Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp.pl to update regnodes.h

Currently the *NIX makefiles are not set up to update regnodes.h automatically when regexp.h is modified.
This at least warns people modifying the list about what they should do. A better solution is needed.

p4raw-id: //depot/perl@31734

16 years agoTRIE must use 'yes' state transitions when more than one match possible to ensure...
Marcus Holland-Moritz [Sat, 18 Aug 2007 01:55:37 +0000]
TRIE must use 'yes' state transitions when more than one match possible to ensure proper scope cleanup.

Fix and test for issue raised in:

Subject: Very strange interaction between regex and lexical array in blead
Message-ID: <20070818015537.0088db31@r2d2>

p4raw-id: //depot/perl@31733

16 years ago[perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's.
Shlomi Fish [Wed, 15 Aug 2007 04:19:53 +0000]
[perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's.
Message-Id: <rt-3.6.HEAD-10743-1187176792-1816.44647-75-0@perl.org>

p4raw-id: //depot/perl@31732

16 years agoChange 31710 causes t/op/taint.t to fail
Reini Urban [Fri, 17 Aug 2007 08:56:38 +0000]
Change 31710 causes t/op/taint.t to fail
Message-Id: <46C546A6.6020000@x-ray.at>

p4raw-id: //depot/perl@31731

16 years agoRe: t/op/taint.t failed on EBCDIC platform
Rick Delaney [Thu, 16 Aug 2007 23:35:26 +0000]
Re: t/op/taint.t failed on EBCDIC platform
Message-Id: <20070817033526.GA9639@bort.ca>

p4raw-id: //depot/perl@31730

16 years agoOops, forgot to bump $VERSION for #31728
Steve Hay [Fri, 17 Aug 2007 11:00:24 +0000]
Oops, forgot to bump $VERSION for #31728

p4raw-id: //depot/perl@31729

16 years agoClean up debug symbol files (.pdb for VC++, .tds for BCC) when running
Steve Hay [Fri, 17 Aug 2007 10:58:46 +0000]
Clean up debug symbol files (.pdb for VC++, .tds for BCC) when running
ExtUtils::CBuilder->new()->have_compiler()

p4raw-id: //depot/perl@31728

16 years agoFix 01_Module_Load_Conditional.t on Win32 (broken by #31726)
Steve Hay [Fri, 17 Aug 2007 10:55:22 +0000]
Fix 01_Module_Load_Conditional.t on Win32 (broken by #31726)

p4raw-id: //depot/perl@31727

16 years ago[patch@31706]01_module_load_conditional.t fix for VMS
John E. Malmberg [Thu, 16 Aug 2007 00:27:35 +0000]
[patch@31706]01_module_load_conditional.t fix for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46C3E047.4010001@qsl.net>
p4raw-link: @31706 on //depot/perl: a1ccf0c4149bb99ed14901ae02b811f242bba527

p4raw-id: //depot/perl@31726

16 years agoCorrect parentheses. Calling Win32::GetOSVersion() on non-win32 would
Nicholas Clark [Thu, 16 Aug 2007 11:14:34 +0000]
Correct parentheses. Calling Win32::GetOSVersion() on non-win32 would
be bad, m'kay.

p4raw-id: //depot/perl@31725

16 years agoBump version to 1.26_01 after #31707.
Abhijit Menon-Sen [Thu, 16 Aug 2007 10:12:11 +0000]
Bump version to 1.26_01 after #31707.

p4raw-id: //depot/perl@31724

16 years agoUpgrade to CPANPLUS-0.82
Steve Peters [Wed, 15 Aug 2007 16:17:13 +0000]
Upgrade to CPANPLUS-0.82

p4raw-id: //depot/perl@31723

16 years agoUpgrade to Archive-Tar-1.34. Omitted re-addition of the Pod
Steve Peters [Wed, 15 Aug 2007 14:58:57 +0000]
Upgrade to Archive-Tar-1.34.  Omitted re-addition of the Pod
tests.

p4raw-id: //depot/perl@31722

16 years agoSkip the POSIX::strftime() time test with a 60sec parameter on Vista:
Steve Hay [Wed, 15 Aug 2007 12:44:08 +0000]
Skip the POSIX::strftime() time test with a 60sec parameter on Vista:
it seems to have the same problem as when built with the VC8 CRT
(Fixes perl #44589)

Also, change the %D to the equivalent %m/%d/%y because %D isn't
supported at all by Microsoft's CRT and just converts to nothing
with VC6's CRT and causes another invalid parameter error with VC8
and Vista

p4raw-id: //depot/perl@31721

16 years agoFix syntax error introduced by #31715
Steve Hay [Wed, 15 Aug 2007 10:06:20 +0000]
Fix syntax error introduced by #31715

Fix "Useless use of a constant in void context" warning introduced by
#31709 which was causing failures in ext/Compress/Zlib/t/05examples.t
and ext/IO_Compress_Zlib/t/010examples.t on Win32.

p4raw-id: //depot/perl@31720

16 years agoTest update to demonstrate @ISA assignment bug:
Rick Delaney [Tue, 14 Aug 2007 01:45:17 +0000]
Test update to demonstrate @ISA assignment bug:

Subject: Optimized magic_setisa has bug
Message-Id: <20070814054517.GA12709@bort.ca>

p4raw-id: //depot/perl@31719

16 years agoDocument SvSHARED_HASH.
Vincent Pit [Tue, 14 Aug 2007 20:54:36 +0000]
Document SvSHARED_HASH.

Subject: Re: newSVpvn_share doesn't seem to correctly initialize the hash
value with perl >= 5.9.3
Message-Id: <46C1FA6C.4090801@profvince.com>

p4raw-id: //depot/perl@31718

16 years agoHarness prove-switches.t for fixed bug 30952
Reini Urban [Tue, 14 Aug 2007 22:49:32 +0000]
Harness prove-switches.t for fixed bug 30952
Message-Id: <46C2155C.3000905@x-ray.at>

p4raw-id: //depot/perl@31717

16 years agoRe: Test failure @recent bleadperls (31712,31711)
Reini Urban [Wed, 15 Aug 2007 09:44:29 +0000]
Re: Test failure @recent bleadperls (31712,31711)
Message-Id: <46C2AEDD.80400@x-ray.at>

p4raw-id: //depot/perl@31715

16 years ago[patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ?
John E. Malmberg [Mon, 13 Aug 2007 20:44:41 +0000]
[patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ?
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46C10909.6010805@qsl.net>

p4raw-id: //depot/perl@31714

16 years agoUpgrade to Devel::PPPort 3.11_03
Marcus Holland-Moritz [Tue, 14 Aug 2007 19:22:20 +0000]
Upgrade to Devel::PPPort 3.11_03

p4raw-id: //depot/perl@31713

16 years agoDelete the files which #31710 should have removed.
Abhijit Menon-Sen [Tue, 14 Aug 2007 16:14:45 +0000]
Delete the files which #31710 should have removed.

p4raw-id: //depot/perl@31712

16 years agoRe: [PATCH] get rid of cygwin perlld and ld2 - installperl also
Reini Urban [Tue, 14 Aug 2007 08:59:58 +0000]
Re: [PATCH] get rid of cygwin perlld and ld2 - installperl also
Message-Id: <46C152EE.2080506@x-ray.at>

p4raw-id: //depot/perl@31711

16 years agoget rid of cygwin perlld and ld2
Reini Urban [Tue, 14 Aug 2007 08:51:50 +0000]
get rid of cygwin perlld and ld2
Message-Id: <46C15106.9080003@x-ray.at>

p4raw-id: //depot/perl@31710

16 years agoCYG07-File-Spec-case_tolerant
Reini Urban [Tue, 14 Aug 2007 08:45:34 +0000]
CYG07-File-Spec-case_tolerant
Message-Id: <46C14F8E.9080402@x-ray.at>

p4raw-id: //depot/perl@31709

16 years agoCygwin::mount_table, Cygwin::mount_flags
Reini Urban [Tue, 14 Aug 2007 08:40:44 +0000]
Cygwin::mount_table, Cygwin::mount_flags
Message-Id: <46C14E6C.8020809@x-ray.at>

p4raw-id: //depot/perl@31708

16 years agoStrip whitespace from the beginning of static_ext:
Reini Urban [Tue, 14 Aug 2007 08:21:11 +0000]
Strip whitespace from the beginning of static_ext:

Subject: [PATCH] CYG02lib-ExtUtils-Embed.patch
Message-Id: <46C149D7.5060307@x-ray.at>

p4raw-id: //depot/perl@31707

16 years ago[patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ?
John E. Malmberg [Sat, 11 Aug 2007 23:44:44 +0000]
[patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ?
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46BE903C.90403@qsl.net>

VMS-specific File::Find changes to support symlinks

p4raw-id: //depot/perl@31706

16 years agoUpgrade to Devel::PPPort 3.11_02
Marcus Holland-Moritz [Sun, 12 Aug 2007 23:17:42 +0000]
Upgrade to Devel::PPPort 3.11_02

p4raw-id: //depot/perl@31705

16 years agoRe: [PATCH] Optimize split //
Ævar Arnfjörð Bjarmason [Sat, 11 Aug 2007 20:33:49 +0000]
Re: [PATCH] Optimize split //
From: Ã\86var Arnfjörð Bjarmason <avarab@gmail.com>
Message-Id: <51dd1af80708111333kfd82e12u145b5ba38e23dcce@mail.gmail.com>

p4raw-id: //depot/perl@31704

16 years agoregcomp.c fix 64int warning
Reini Urban [Sun, 12 Aug 2007 15:38:46 +0000]
regcomp.c fix 64int warning
Message-Id: <46BF0D66.5020605@x-ray.at>

p4raw-id: //depot/perl@31703

16 years agoUse sysconf/getpagesize/page.h to determine page size on Linux,
Marcus Holland-Moritz [Sun, 12 Aug 2007 13:16:52 +0000]
Use sysconf/getpagesize/page.h to determine page size on Linux,
in that order.

Subject: Re: [PATCH] Various Gentoo Patches
Message-Id: <20070812131652.16ca5444@r2d2>

p4raw-id: //depot/perl@31702

16 years agoSkip a couple of case sensitive tests in Pod::Simple on VMS.
Craig A. Berry [Fri, 10 Aug 2007 16:28:34 +0000]
Skip a couple of case sensitive tests in Pod::Simple on VMS.

p4raw-id: //depot/perl@31701

16 years agoFix compilation with threads
Rafael Garcia-Suarez [Fri, 10 Aug 2007 13:37:42 +0000]
Fix compilation with threads

p4raw-id: //depot/perl@31700

16 years agoRe: [PATCH] Adding more information to "Unrecognized character" error in toke.c
Claes Jacobsson [Sat, 4 Aug 2007 16:00:19 +0000]
Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c
Message-Id: <57CEC660-0020-48DF-A72A-931BCADC2AEE@surfar.nu>

p4raw-id: //depot/perl@31699

16 years agoWin32CORE can be upgraded separately (see change #31663)
Rafael Garcia-Suarez [Fri, 10 Aug 2007 08:51:30 +0000]
Win32CORE can be upgraded separately (see change #31663)
p4raw-link: @31663 on //depot/perl: 0df3f8e0ab50aff5c8b517e2759e788a33db4509

p4raw-id: //depot/perl@31698

16 years agoSWIG uses XS() like this (in the perlrun.swg template):
Abhijit Menon-Sen [Fri, 10 Aug 2007 05:42:26 +0000]
SWIG uses XS() like this (in the perlrun.swg template):

typedef XS(SwigPerlWrapper);
typedef SwigPerlWrapper *SwigPerlWrapperPtr;

This breaks if XS() includes the 'extern "C"' decoration under C++.
The appended patch provides an XSPROTO() macro that could be used
by SWIG instead.

(Patch from Jan Dubois to fix breakage caused by #28734.)

p4raw-id: //depot/perl@31697

16 years agoTest '-x dir'
Jerry D. Hedden [Thu, 9 Aug 2007 08:28:17 +0000]
Test '-x dir'
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510708090528w5579515bp6f862c613abccf84@mail.gmail.com>

p4raw-id: //depot/perl@31696

16 years agoAdd an idea by Hugo
Rafael Garcia-Suarez [Thu, 9 Aug 2007 13:41:28 +0000]
Add an idea by Hugo

p4raw-id: //depot/perl@31695

16 years agoFix a bunch of typos
Rafael Garcia-Suarez [Thu, 9 Aug 2007 10:17:07 +0000]
Fix a bunch of typos

p4raw-id: //depot/perl@31694

16 years agoOptimize split //
Ævar Arnfjörð Bjarmason [Thu, 9 Aug 2007 07:49:16 +0000]
Optimize split //
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80708090049p2cf4810ep5a437ad53f64fa78@mail.gmail.com>

p4raw-id: //depot/perl@31693

16 years agoRe: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted...
David Nicol [Wed, 8 Aug 2007 18:06:16 +0000]
Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted from perlrun.pod
From: "David Nicol" <davidnicol@gmail.com>
Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com>

p4raw-id: //depot/perl@31692

16 years agoRevert #31690, because it can make -x eat arguments. Even if the
Abhijit Menon-Sen [Wed, 8 Aug 2007 21:58:29 +0000]
Revert #31690, because it can make -x eat arguments. Even if the
next argument happens to be a directory name, changing this does
not seem worthwhile. It's as likely as not to break something.

The many -x users clamouring for consistency must go home
empty-handed, alas.

p4raw-id: //depot/perl@31691

16 years agoMake '-xx' and '-x x' work the same way (see #44387).
Abhijit Menon-Sen [Wed, 8 Aug 2007 18:45:34 +0000]
Make '-xx' and '-x x' work the same way (see #44387).

p4raw-id: //depot/perl@31690

16 years agoMove Tie::StdHandle into its own file.
Michael G. Schwern [Tue, 7 Aug 2007 15:47:31 +0000]
Move Tie::StdHandle into its own file.
Message-Id: <46B8F683.7040607@pobox.com>

p4raw-id: //depot/perl@31689

16 years ago#31687-bis.
Abhijit Menon-Sen [Wed, 8 Aug 2007 16:52:41 +0000]
#31687-bis.

p4raw-id: //depot/perl@31688

16 years agothreads 1.64 (repost)
Jerry D. Hedden [Mon, 6 Aug 2007 15:09:41 +0000]
threads 1.64 (repost)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-Id: <1ff86f510708061209m130fd1fbxe03dce2351ae37c9@mail.gmail.com>

p4raw-id: //depot/perl@31687

16 years agoFrom #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()
Abhijit Menon-Sen [Wed, 8 Aug 2007 16:28:40 +0000]
From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()

p4raw-id: //depot/perl@31686

16 years agopatch for perlboot.pod
YAMASHINA Hio [Wed, 8 Aug 2007 01:12:06 +0000]
patch for perlboot.pod
Message-Id: <20070808011206.db7d5184.hio@hio.jp>

p4raw-id: //depot/perl@31685

16 years agoThe documentation for prototype() sounds a bit better like that.
Rafael Garcia-Suarez [Tue, 7 Aug 2007 14:47:35 +0000]
The documentation for prototype() sounds a bit better like that.

p4raw-id: //depot/perl@31684

16 years agoDocumentation updates for new regexp features
Rafael Garcia-Suarez [Tue, 7 Aug 2007 09:41:31 +0000]
Documentation updates for new regexp features

p4raw-id: //depot/perl@31683

16 years agoinstallperl patch
Jerry D. Hedden [Fri, 3 Aug 2007 09:55:10 +0000]
installperl patch
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-Id: <1ff86f510708030655tdef838p859bb1ac7b05dcf9@mail.gmail.com>

(Applied after splitting up the tests a little.)

p4raw-id: //depot/perl@31682

16 years agossh-keygen usage in repository.pod out of date
Yitzchak Scott-Thoennes [Fri, 3 Aug 2007 11:47:22 +0000]
ssh-keygen usage in repository.pod out of date
Message-Id: <37856.64.81.167.122.1186166842.squirrel@webmail.efn.org>

p4raw-id: //depot/perl@31681

16 years agoadd BigInt changes to perl595delta.pod
Tels [Fri, 3 Aug 2007 13:19:17 +0000]
add BigInt changes to perl595delta.pod
Message-Id: <200708031319.18320@bloodgate.com>

p4raw-id: //depot/perl@31680

16 years agofix typo in bigint POD
Tels [Fri, 3 Aug 2007 12:06:01 +0000]
fix typo in bigint POD
Message-Id: <200708031206.10365@bloodgate.com>

p4raw-id: //depot/perl@31679

16 years agoproblems in ext/Storable/t/file_magic.t on EBCDIC platform
Chun Bing Ge [Fri, 3 Aug 2007 14:16:34 +0000]
problems in ext/Storable/t/file_magic.t on EBCDIC platform
Message-Id: <OF9205F187.AEDD9A24-ON4825732C.0021701B-4825732C.002279E4@IBMCN>

p4raw-id: //depot/perl@31678

16 years ago[perl #44349] DProf - poor timer resolution on BSDs (patch)
agrow@thegotonerd.com [Thu, 2 Aug 2007 15:36:42 +0000]
[perl #44349] DProf - poor timer resolution on BSDs (patch)
From: "agrow@thegotonerd.com" <perlbug-followup@perl.org>
Message-Id: <rt-3.6.HEAD-23341-1186094202-398.44349-75-0@perl.org>

p4raw-id: //depot/perl@31677

16 years agoMake installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub.
Jerry D. Hedden [Thu, 2 Aug 2007 23:05:14 +0000]
Make installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub.

Subject: [PATCH - revised] Fix CPAN issues in blead
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-Id: <1ff86f510708022005i2d73247eo96e692acd17a2547@mail.gmail.com>

p4raw-id: //depot/perl@31676

16 years agoApplied after word-wrapping:
Benjamin Smith [Thu, 2 Aug 2007 18:28:05 +0000]
Applied after word-wrapping:

Subject: [PATCH] Time::HiRes is a better suggestion than setitimer in perlfunc.
Message-Id: <20070802172804.GA7856@vtrl.co.uk>

p4raw-id: //depot/perl@31675

16 years ago[patch@31670] vms.c - Missing null terminator
John E. Malmberg [Wed, 1 Aug 2007 08:25:22 +0000]
[patch@31670] vms.c - Missing null terminator
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46B089C2.9000508@qsl.net>

p4raw-id: //depot/perl@31674

16 years agoMANIFEST.SKIP ought not to have been skipped after all.
Abhijit Menon-Sen [Wed, 1 Aug 2007 18:37:04 +0000]
MANIFEST.SKIP ought not to have been skipped after all.

p4raw-id: //depot/perl@31673

16 years agoFor files ignored by installperl:
Jerry D. Hedden [Wed, 1 Aug 2007 12:28:49 +0000]
For files ignored by installperl:

- Split README handling into a separate case.
- Extend the MANIFEST pattern to include .SKIP.

Based on the following:

Subject: [PATCH] Don't install MANIFEST.SKIP files
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-Id: <1ff86f510708010928o48ea74d6je46148b0a409bffa@mail.gmail.com>

p4raw-id: //depot/perl@31672

16 years agoMissing a couple of aTHX_'s in #31670.
Craig A. Berry [Wed, 1 Aug 2007 12:35:11 +0000]
Missing a couple of aTHX_'s in #31670.

p4raw-id: //depot/perl@31671

16 years ago[patch@31688] VMS symbolic links - part 1 of ? 2nd try.
John E. Malmberg [Mon, 30 Jul 2007 23:55:34 +0000]
[patch@31688] VMS symbolic links - part 1 of ? 2nd try.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46AEC0C6.5020702@qsl.net>

Patch for VMS so that remove/delete/unlink/kill_file and
rmdir will work on symbolic links where support is available
in VMS 8.3.

p4raw-id: //depot/perl@31670

16 years agoUpgrade to Net-Ping-2.32
Steve Peters [Tue, 31 Jul 2007 14:27:00 +0000]
Upgrade to Net-Ping-2.32

p4raw-id: //depot/perl@31669

16 years agoFix typos in comments.
Nicholas Clark [Mon, 30 Jul 2007 13:17:14 +0000]
Fix typos in comments.

p4raw-id: //depot/perl@31668

16 years agoExample in perlthrtut.pod doesn't work
Elizabeth Mattijsen [Mon, 30 Jul 2007 11:19:01 +0000]
Example in perlthrtut.pod doesn't work
Message-Id: <p06230913c2d35ab76254@[10.0.1.200]>

p4raw-id: //depot/perl@31667

16 years agoOops, 31665 was empty.
Craig A. Berry [Sun, 29 Jul 2007 18:13:46 +0000]
Oops, 31665 was empty.

p4raw-id: //depot/perl@31666

16 years ago[patch@31553] t/op/stat.t Test $nlink if $Config{d_link}
John E. Malmberg [Sun, 29 Jul 2007 07:56:22 +0000]
[patch@31553] t/op/stat.t Test $nlink if $Config{d_link}
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46AC8E76.5040902@qsl.net>

p4raw-id: //depot/perl@31665

16 years ago[rt.cpan.org #28537] PATCH for croak.t test failure
Slaven_Rezic [Sun, 29 Jul 2007 05:10:46 +0000]
[rt.cpan.org #28537] PATCH for croak.t test failure
From: Slaven_Rezic via RT <bug-Storable@rt.cpan.org>
Message-Id: <rt-3.6.HEAD-28249-1185700244-992.28537-4-0@rt.cpan.org>

"The attached patch solves a possible failure in the croak.t
test. It seems that in some version Config.pm pre-loads Carp.pm,
causing the test to fail. The patch just makes sure that
Config.pm is only loaded when building Storable within core
perl."

p4raw-id: //depot/perl@31664

16 years agoRE: Sorry, no Win32CORE-update for you unless you use development version...
Jan Dubois [Thu, 26 Jul 2007 17:51:37 +0000]
RE: Sorry, no Win32CORE-update for you unless you use development version...
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <03a701c7cfe8$4989abf0$dc9d03d0$@com>

p4raw-id: //depot/perl@31663

16 years agoDon't use C++ comments.
Rafael Garcia-Suarez [Thu, 26 Jul 2007 10:01:31 +0000]
Don't use C++ comments.

p4raw-id: //depot/perl@31662

16 years ago[patch@31658] Dynamically load dbg xterm on VMS
John E. Malmberg [Thu, 26 Jul 2007 00:28:04 +0000]
[patch@31658] Dynamically load dbg xterm on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <46A830E4.1040708@qsl.net>

p4raw-id: //depot/perl@31661

16 years ago[PATCH] Silence diag in ext/Data/Dumper/t/bless.t
Jerry D. Hedden [Wed, 25 Jul 2007 14:27:44 +0000]
[PATCH] Silence diag in ext/Data/Dumper/t/bless.t
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Wed, 25 Jul 2007 14:27:44 -0400
Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com>

Subject: Cleanup CPANPLUS test dirs
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Wed, 25 Jul 2007 14:30:25 -0400
Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com>

p4raw-id: //depot/perl@31660

16 years agoRework Text::ParseWords regex so it doesnt core dump on older perls due to stack...
Yves Orton [Thu, 26 Jul 2007 00:21:29 +0000]
Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion.

This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from
before the time this construct was added.

p4raw-id: //depot/perl@31659

16 years agoAllow TEST_FILES make var to be used to pass an argument list through to harness...
Yves Orton [Wed, 25 Jul 2007 19:13:56 +0000]
Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target.

This allows things like

  make test_harness TEST_FILES='-re x2p'

which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful.

p4raw-id: //depot/perl@31658

16 years agoChange stripRegex prototype to $$;$ because only one caller uses
Abhijit Menon-Sen [Wed, 25 Jul 2007 19:02:44 +0000]
Change stripRegex prototype to $$;$ because only one caller uses
the third argument.

p4raw-id: //depot/perl@31657

16 years agos2p.PL
Wolfgang Laun [Mon, 23 Jul 2007 11:28:02 +0000]
s2p.PL
Message-Id: <46A474A2.2060400@thalesgroup.com>

p4raw-id: //depot/perl@31656

16 years agoUpdate AUTHORS following change #31653
Steve Hay [Wed, 25 Jul 2007 12:35:47 +0000]
Update AUTHORS following change #31653
p4raw-link: @31653 on //depot/perl: 4ef0c66ee576bfc2e9944029fde5fa533ac892b6

p4raw-id: //depot/perl@31655

16 years agoFix incorrect =head1 NAME.
Abhijit Menon-Sen [Wed, 25 Jul 2007 12:21:19 +0000]
Fix incorrect =head1 NAME.

p4raw-id: //depot/perl@31654

16 years agoXSUB.h - silence MSVC6 compiler warning
Robert May [Sun, 22 Jul 2007 02:29:37 +0000]
XSUB.h - silence MSVC6 compiler warning
From: "Robert May" <robertmay@cpan.org>
Message-ID: <54bdc7510707211829t67e8b82eo7d8e722e73c6a3b3@mail.gmail.com>

p4raw-id: //depot/perl@31653

16 years agoDoc re-ordering to have ALIASES and CUSTOM ALIASES together
H.Merijn Brand [Wed, 25 Jul 2007 08:49:23 +0000]
Doc re-ordering to have ALIASES and CUSTOM ALIASES together

p4raw-id: //depot/perl@31652

16 years ago[perl #39420] [PATCH] Data::Dumper fails to escape bless class name
Adriano Ferreira [Tue, 24 Jul 2007 16:29:21 +0000]
[perl #39420] [PATCH] Data::Dumper fails to escape bless class name
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0707241229of8f87d7r9315855344451b05@mail.gmail.com>

p4raw-id: //depot/perl@31651

16 years ago[patch@31649] vms.c realpath prototype mismatch
John E. Malmberg [Tue, 24 Jul 2007 07:56:39 +0000]
[patch@31649] vms.c realpath prototype mismatch
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <46A5F707.1080502@qsl.net>

p4raw-id: //depot/perl@31650

16 years agoNeed to run the plan() at BEGIN time, else the use_ok() will fail.
Nicholas Clark [Mon, 23 Jul 2007 20:07:29 +0000]
Need to run the plan() at BEGIN time, else the use_ok() will fail.
However, it doesn't actually produce any output due to a known core
bug: http://rt.cpan.org/Ticket/Display.html?id=28345
(But the test count in the plan saves our bacon by alerting us)

p4raw-id: //depot/perl@31649

16 years agoVarious fixes for EBCDIC platforms.
Steve Peters [Mon, 23 Jul 2007 13:42:24 +0000]
Various fixes for EBCDIC platforms.

p4raw-id: //depot/perl@31648

16 years agoUpdate utility commands for VMS.
Craig A. Berry [Mon, 23 Jul 2007 01:48:34 +0000]
Update utility commands for VMS.

p4raw-id: //depot/perl@31647

16 years agoMake TabsWrap tests work around broken VMS pipes.
Craig A. Berry [Mon, 23 Jul 2007 01:47:12 +0000]
Make TabsWrap tests work around broken VMS pipes.

p4raw-id: //depot/perl@31646

16 years agoUpdate ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version...
Yves Orton [Fri, 20 Jul 2007 22:46:47 +0000]
Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version 1.43

p4raw-id: //depot/perl@31645

16 years agoExtend the update info regarding Configure changes
H.Merijn Brand [Fri, 20 Jul 2007 09:53:20 +0000]
Extend the update info regarding Configure changes

p4raw-id: //depot/perl@31644