This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
16 years agoPorting/corecpan.pl -f option doesn't work
Jan Dubois [Mon, 25 Jun 2007 16:55:01 +0000 (09:55 -0700)]
Porting/corecpan.pl -f option doesn't work
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02a101c7b784$3f79c720$be6d5560$@com>

p4raw-id: //depot/perl@31467

16 years agoRevert #30197 and #30219, which #31464 has just made redundant
Steve Hay [Mon, 25 Jun 2007 15:10:34 +0000 (15:10 +0000)]
Revert #30197 and #30219, which #31464 has just made redundant

p4raw-id: //depot/perl@31466

16 years agoAccept file exists error in ext/Win32API/File/t/file.t
Jerry D. Hedden [Mon, 25 Jun 2007 10:23:15 +0000 (06:23 -0400)]
Accept file exists error in ext/Win32API/File/t/file.t
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com>

p4raw-id: //depot/perl@31465

16 years agoRename README and Changes for more readability
Rafael Garcia-Suarez [Mon, 25 Jun 2007 14:20:04 +0000 (14:20 +0000)]
Rename README and Changes for more readability

p4raw-id: //depot/perl@31464

16 years agoUpgrade to libnet 1.21
Rafael Garcia-Suarez [Mon, 25 Jun 2007 14:16:28 +0000 (14:16 +0000)]
Upgrade to libnet 1.21

p4raw-id: //depot/perl@31463

16 years agoApply doc suggestion from:
Danny Rathjens [Thu, 21 Jun 2007 17:35:26 +0000 (10:35 -0700)]
Apply doc suggestion from:
Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity
From: Danny Rathjens (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1276-1182472526-1129.43287-75-0@perl.org>

p4raw-id: //depot/perl@31462

16 years agoremove op_static
Paul Johnson [Fri, 22 Jun 2007 02:13:20 +0000 (04:13 +0200)]
remove op_static
Message-ID: <20070622001320.GD20560@pjcj.net>

Plus version bumps

p4raw-id: //depot/perl@31461

16 years agoThat test too should be skipped in the core on EBCDIC platforms
Rafael Garcia-Suarez [Mon, 25 Jun 2007 10:23:47 +0000 (10:23 +0000)]
That test too should be skipped in the core on EBCDIC platforms
(because it requires Convert::EBCDIC)

p4raw-id: //depot/perl@31460

16 years ago[Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
Tels [Sat, 23 Jun 2007 15:30:49 +0000 (17:30 +0200)]
[Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
Message-Id: <200706231530.49865@bloodgate.com>

p4raw-id: //depot/perl@31459

16 years agoRemove now-irrelevant comment
Rafael Garcia-Suarez [Mon, 25 Jun 2007 09:08:53 +0000 (09:08 +0000)]
Remove now-irrelevant comment

p4raw-id: //depot/perl@31458

16 years ago[perl #43285] Win32API::File tests language specific
Reini Urban [Sat, 23 Jun 2007 11:15:07 +0000 (04:15 -0700)]
[perl #43285] Win32API::File tests language specific
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1276-1182622506-790.43285-15-0@perl.org>

p4raw-id: //depot/perl@31457

16 years agoPerlFAQ sync.
Rafael Garcia-Suarez [Mon, 25 Jun 2007 09:02:18 +0000 (09:02 +0000)]
PerlFAQ sync.

p4raw-id: //depot/perl@31456

16 years agos/\bunicode\b/Unicode/; # For everything not dual life
Nicholas Clark [Sun, 24 Jun 2007 15:46:40 +0000 (15:46 +0000)]
s/\bunicode\b/Unicode/; # For everything not dual life

p4raw-id: //depot/perl@31455

16 years agoAlso get copy on write working with ithreads. It hadn't been working
Nicholas Clark [Sun, 24 Jun 2007 13:32:42 +0000 (13:32 +0000)]
Also get copy on write working with ithreads. It hadn't been working
since change 26684 (which uses sv_setsv_flags to copy a value from an
SV in one interpreter context to an SV in another), despite what
change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails.

p4raw-id: //depot/perl@31454

16 years agoRename test files starting with regexp_ that do not
Yves Orton [Sat, 23 Jun 2007 19:53:53 +0000 (19:53 +0000)]
Rename test files starting with regexp_ that do not
wrap regexp.t (and thus use re_tests) to reg_ to make
it clear they are standalone.

p4raw-id: //depot/perl@31453

16 years agoResolve
Yves Orton [Sat, 23 Jun 2007 19:04:04 +0000 (19:04 +0000)]
Resolve
http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html
by reverting part of change #29354.

Unfortunately match vars after a /g match in scalar context will be
unsafe (again) after this, but such matches on long strings won't be
as diabolically slow.

Question: why does the new test in t/op/pat.t pass, but the same test
in t/op/reg_unsafe.t fail? (Latter is TODO for now)
p4raw-link: @29354 on //depot/perl: 58e23c8d7d24dd08c87b5d56819ad45527176c15

p4raw-id: //depot/perl@31451

16 years agoTels' patch to defer overloading of hex and oct,
Rafael Garcia-Suarez [Sat, 23 Jun 2007 10:14:43 +0000 (10:14 +0000)]
Tels' patch to defer overloading of hex and oct,
to avoid magic leaking and smoke failures under
utf-8 locales

p4raw-id: //depot/perl@31450

16 years agoMath::BigInt v1.87 take 10
Tels [Fri, 22 Jun 2007 19:02:22 +0000 (21:02 +0200)]
Math::BigInt v1.87 take 10
Message-Id: <200706221902.22487@bloodgate.com>

p4raw-id: //depot/perl@31449

16 years agoremove the test added by change #31447
Dave Mitchell [Sat, 23 Jun 2007 00:08:44 +0000 (00:08 +0000)]
remove the test added by change #31447
(I couldn't get a test that worked, and accidentally included my
failed attempt in the patch).
p4raw-link: @31447 on //depot/perl: efa785391fea9e6aff4c999b27ad62b7d8f9ea99

p4raw-id: //depot/perl@31448

16 years agosafely handle cloning a stale lexical var
Dave Mitchell [Fri, 22 Jun 2007 23:46:36 +0000 (23:46 +0000)]
safely handle cloning a stale lexical var
This code:
    my $x if ...; sub { $x}
could attempt to clone $x even if $x is stale.

p4raw-id: //depot/perl@31447

16 years agoRemove orphaned (and unused) Test::Simple test
Jerry D. Hedden [Thu, 21 Jun 2007 14:28:12 +0000 (10:28 -0400)]
Remove orphaned (and unused) Test::Simple test
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com>

p4raw-id: //depot/perl@31446

16 years ago[perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues
Niklas Edmundsson [Fri, 22 Jun 2007 00:30:36 +0000 (17:30 -0700)]
[perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues
From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org>

p4raw-id: //depot/perl@31445

16 years agoperlopentut
Peter Dintelmann [Fri, 22 Jun 2007 10:30:50 +0000 (12:30 +0200)]
perlopentut
From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net>

p4raw-id: //depot/perl@31444

16 years agoAdd avar to the authors file... Apparently the 'ae' ligature sorts after z in Iceland...
Yves Orton [Thu, 21 Jun 2007 22:57:20 +0000 (22:57 +0000)]
Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file.

p4raw-id: //depot/perl@31443

16 years agoCorrect my email address. (My very first commit!)
Yves Orton [Thu, 21 Jun 2007 22:23:20 +0000 (22:23 +0000)]
Correct my email address. (My very first commit!)

p4raw-id: //depot/perl@31442

16 years agoRemove unused Module::Build tests
Jerry D. Hedden [Thu, 21 Jun 2007 10:24:01 +0000 (06:24 -0400)]
Remove unused Module::Build tests
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com>

p4raw-id: //depot/perl@31441

16 years agoFile::Spec::Cygwin more tests and silence warning
Reini Urban [Wed, 20 Jun 2007 21:10:05 +0000 (23:10 +0200)]
File::Spec::Cygwin more tests and silence warning
Message-ID: <46797B8D.8040002@x-ray.at>

p4raw-id: //depot/perl@31440

16 years ago[perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC
cygwin@cygwin.com [Wed, 20 Jun 2007 09:39:31 +0000 (02:39 -0700)]
[perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC
From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org>

p4raw-id: //depot/perl@31439

16 years agocloexec.t works under Cygwin
Jerry D. Hedden [Wed, 20 Jun 2007 09:39:20 +0000 (05:39 -0400)]
cloexec.t works under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com>

p4raw-id: //depot/perl@31438

16 years agoRemove Archive::Test POD check
Jerry D. Hedden [Wed, 20 Jun 2007 09:43:27 +0000 (05:43 -0400)]
Remove Archive::Test POD check
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com>

p4raw-id: //depot/perl@31437

16 years ago[perl #40103] File::Spec->case_tolerant() should return true on Cygwin
Reini Urban [Wed, 20 Jun 2007 11:50:21 +0000 (04:50 -0700)]
[perl #40103] File::Spec->case_tolerant() should return true on Cygwin
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1276-1182365420-145.40103-15-0@perl.org>

p4raw-id: //depot/perl@31436

16 years ago[perl #43273] Enable lib/User/*.t on cygwin
Reini Urban [Wed, 20 Jun 2007 16:22:48 +0000 (09:22 -0700)]
[perl #43273] Enable lib/User/*.t on cygwin
From: Reini Urban (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1276-1182381767-470.43273-75-0@perl.org>

p4raw-id: //depot/perl@31435

16 years ago[PATH] AUTHORS rurban
Reini Urban [Wed, 20 Jun 2007 23:35:03 +0000 (01:35 +0200)]
[PATH] AUTHORS rurban
Message-ID: <46799D87.50906@x-ray.at>

p4raw-id: //depot/perl@31434

16 years agopod/perlhack.pod where to go for information about smoke testing
Gabor Szabo [Thu, 21 Jun 2007 08:19:33 +0000 (11:19 +0300)]
pod/perlhack.pod where to go for information about smoke testing
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com>

p4raw-id: //depot/perl@31433

16 years agoSkip a test that causes list assignment to %ENV errors on VMS.
Craig A. Berry [Thu, 21 Jun 2007 03:24:02 +0000 (03:24 +0000)]
Skip a test that causes list assignment to %ENV errors on VMS.

p4raw-id: //depot/perl@31432

16 years agoMake File::Spec::VMS->splitdir stop returning an empty first directory
Craig A. Berry [Thu, 21 Jun 2007 03:15:59 +0000 (03:15 +0000)]
Make File::Spec::VMS->splitdir stop returning an empty first directory
when passed a relative path.  Also, don't split on escaped directory
delimiters.

p4raw-id: //depot/perl@31431

16 years agoSilence "signed/unsigned mismatch" warning from VC++ when building
Steve Hay [Wed, 20 Jun 2007 16:26:01 +0000 (16:26 +0000)]
Silence "signed/unsigned mismatch" warning from VC++ when building
with -DPERL_DEBUGGING_MSTATS

p4raw-id: //depot/perl@31430

16 years agoStop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
Steve Hay [Wed, 20 Jun 2007 16:07:06 +0000 (16:07 +0000)]
Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
returning int" by shuffling the functions around so that that
function is defined before it is called (since there are no forward
declarations of functions in this file)

p4raw-id: //depot/perl@31429

16 years agoChange #31426 should also be applied to the PERL_IMPLICIT_SYS
Steve Hay [Wed, 20 Jun 2007 16:03:10 +0000 (16:03 +0000)]
Change #31426 should also be applied to the PERL_IMPLICIT_SYS
version of ioctl()

p4raw-id: //depot/perl@31428

16 years agoChange #31426 should also be applied to the windows CE version
Rafael Garcia-Suarez [Wed, 20 Jun 2007 14:36:19 +0000 (14:36 +0000)]
Change #31426 should also be applied to the windows CE version

p4raw-id: //depot/perl@31427

16 years agoRe: Net::SMTP can't send large messages with bleadperl
Yves Orton [Wed, 20 Jun 2007 15:22:31 +0000 (17:22 +0200)]
Re: Net::SMTP can't send large messages with bleadperl
Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com>

p4raw-id: //depot/perl@31426

16 years agoA first stab at making perlreref.pod up to date
Rafael Garcia-Suarez [Wed, 20 Jun 2007 07:45:43 +0000 (07:45 +0000)]
A first stab at making perlreref.pod up to date

p4raw-id: //depot/perl@31425

16 years agoFix docs for \u ; plus a POD formatting nit
Rafael Garcia-Suarez [Wed, 20 Jun 2007 07:41:15 +0000 (07:41 +0000)]
Fix docs for \u ; plus a POD formatting nit

p4raw-id: //depot/perl@31424

16 years agoRe: Net::SMTP can't send large messages with bleadperl
Yves Orton [Mon, 18 Jun 2007 18:43:17 +0000 (20:43 +0200)]
Re: Net::SMTP can't send large messages with bleadperl
Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com>
Date: Mon, 18 Jun 2007 18:43:17 +0200

p4raw-id: //depot/perl@31423

16 years agoWork on getting B compiling outside of the perl source tree.
Nicholas Clark [Tue, 19 Jun 2007 18:32:59 +0000 (18:32 +0000)]
Work on getting B compiling outside of the perl source tree.

p4raw-id: //depot/perl@31422

16 years agoBetter handling of escapes in filenames when converting between VMS
Craig A. Berry [Tue, 19 Jun 2007 12:29:32 +0000 (12:29 +0000)]
Better handling of escapes in filenames when converting between VMS
and Unix syntax.

p4raw-id: //depot/perl@31421

16 years ago[perl #43242] "use base" breaks code containing peculiarly named constant
Martin Becker [Mon, 18 Jun 2007 09:48:54 +0000 (02:48 -0700)]
[perl #43242] "use base" breaks code containing peculiarly named constant
From: Martin Becker (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-7948-1182185333-640.43242-75-0@perl.org>

plus a test case

p4raw-id: //depot/perl@31420

16 years agoUpdate list of files that need crlf line endings
Rafael Garcia-Suarez [Tue, 19 Jun 2007 09:43:21 +0000 (09:43 +0000)]
Update list of files that need crlf line endings

p4raw-id: //depot/perl@31419

16 years agofix S_emulate_eaccess compiler warning
Dave Mitchell [Mon, 18 Jun 2007 22:48:25 +0000 (22:48 +0000)]
fix S_emulate_eaccess compiler warning

p4raw-id: //depot/perl@31418

16 years ago[perl #43159] 5.9.4 regexp capturing wrongly
Dave Mitchell [Mon, 18 Jun 2007 15:10:32 +0000 (15:10 +0000)]
[perl #43159] 5.9.4 regexp capturing wrongly
change #28398 accidently made the last branch of an alternation
not restore the paren state after failure backtrack. Fix this by
removing the last-branch-skips-pushing-a-state optimisation.
p4raw-link: @28398 on //depot/perl: 40a824489101168f94fce98aa2824baf40bad402

p4raw-id: //depot/perl@31417

16 years agoR stands for Report, not Reporting.
Rafael Garcia-Suarez [Mon, 18 Jun 2007 13:20:50 +0000 (13:20 +0000)]
R stands for Report, not Reporting.

p4raw-id: //depot/perl@31416

16 years agoRegenerate META.yml.
Rafael Garcia-Suarez [Mon, 18 Jun 2007 13:19:23 +0000 (13:19 +0000)]
Regenerate META.yml.
Put MAD in Maintainers.pl.

p4raw-id: //depot/perl@31415

16 years agoRegen pods
Rafael Garcia-Suarez [Mon, 18 Jun 2007 11:39:04 +0000 (11:39 +0000)]
Regen pods

p4raw-id: //depot/perl@31414

16 years agoRe: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
Tels [Fri, 15 Jun 2007 19:56:10 +0000 (21:56 +0200)]
Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
Message-Id: <200706151956.11861@bloodgate.com>

p4raw-id: //depot/perl@31413

16 years agoRemove PERL_MAGIC_mutex
Rafael Garcia-Suarez [Mon, 18 Jun 2007 08:27:59 +0000 (08:27 +0000)]
Remove PERL_MAGIC_mutex

p4raw-id: //depot/perl@31412

16 years agoperlreapi.pod documentation for flags & cleanup
Ævar Arnfjörð Bjarmason [Sun, 17 Jun 2007 18:09:25 +0000 (18:09 +0000)]
perlreapi.pod documentation for flags & cleanup
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com>

p4raw-id: //depot/perl@31411

16 years agoPOD Alignment for the magic table in perlapi.pod
Ævar Arnfjörð Bjarmason [Sun, 17 Jun 2007 18:41:29 +0000 (18:41 +0000)]
POD Alignment for the magic table in perlapi.pod
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com>

p4raw-id: //depot/perl@31410

16 years agoSvRX() and SvRXOK() macros
Ævar Arnfjörð Bjarmason [Mon, 18 Jun 2007 03:33:34 +0000 (03:33 +0000)]
SvRX() and SvRXOK() macros
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>

p4raw-id: //depot/perl@31409

16 years agoadd test for, and update comments for, old defined($1) oddity.
Dave Mitchell [Mon, 18 Jun 2007 00:00:30 +0000 (00:00 +0000)]
add test for, and update comments for, old defined($1) oddity.

Some code in regexec.c had a comment to the effect that without
this code, Dynaloader failed (this is back at 5.6.0). Replace the
comments with something more specific, and add a test for it
(basically without the code $1 is '' rather than undefined
sometimes).

p4raw-id: //depot/perl@31408

16 years agoPOD fixes in Hash::Util and Hash::Util::FieldHash
Rafael Garcia-Suarez [Sun, 17 Jun 2007 17:14:12 +0000 (17:14 +0000)]
POD fixes in Hash::Util and Hash::Util::FieldHash

p4raw-id: //depot/perl@31407

16 years ago[patch] Hash::Util::FieldHash v1.01
Anno Siegel [Sun, 17 Jun 2007 17:13:06 +0000 (19:13 +0200)]
[patch] Hash::Util::FieldHash v1.01
Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de>

p4raw-id: //depot/perl@31406

16 years agoPatches to compile perl on Cray XT4 Catamount/Qk, by Jarkko
Rafael Garcia-Suarez [Sun, 17 Jun 2007 14:48:11 +0000 (14:48 +0000)]
Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko

p4raw-id: //depot/perl@31404

16 years agobignum 0.22 take 4 (hex()/oct() overloading)
Tels [Sat, 16 Jun 2007 14:33:47 +0000 (16:33 +0200)]
bignum 0.22 take 4 (hex()/oct() overloading)
Message-Id: <200706161433.47489@bloodgate.com>

p4raw-id: //depot/perl@31403

16 years agoEBCDIC fixes for gzip
Paul Marquess [Sun, 17 Jun 2007 01:43:11 +0000 (02:43 +0100)]
EBCDIC fixes for gzip
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com>

p4raw-id: //depot/perl@31402

16 years agoCPANPLUS 0.80
Jos I. Boumans [Sun, 17 Jun 2007 14:39:29 +0000 (16:39 +0200)]
CPANPLUS 0.80
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org>

p4raw-id: //depot/perl@31401

16 years agoMath::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
Tels [Sat, 16 Jun 2007 13:43:45 +0000 (15:43 +0200)]
Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
Message-Id: <200706161343.47110@bloodgate.com>

p4raw-id: //depot/perl@31400

16 years ago[DOC PATCH] Pod nits in doc/perlpodspec.pod
Adriano Ferreira [Sat, 16 Jun 2007 14:30:16 +0000 (11:30 -0300)]
[DOC PATCH] Pod nits in doc/perlpodspec.pod
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>

p4raw-id: //depot/perl@31399

16 years agoTest::Builder tickles Pod::Html parsing stupidity bug
Yves Orton [Sat, 16 Jun 2007 18:47:22 +0000 (20:47 +0200)]
Test::Builder tickles Pod::Html parsing stupidity bug
Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com>

p4raw-id: //depot/perl@31398

16 years ago[DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
Adriano Ferreira [Sat, 16 Jun 2007 15:03:41 +0000 (12:03 -0300)]
[DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com>

p4raw-id: //depot/perl@31397

16 years agoMore portability nits by Jarkko
Rafael Garcia-Suarez [Sat, 16 Jun 2007 06:10:19 +0000 (06:10 +0000)]
More portability nits by Jarkko

p4raw-id: //depot/perl@31396

16 years agoRe: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
Andy Dougherty [Fri, 15 Jun 2007 12:05:36 +0000 (08:05 -0400)]
Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@31395

16 years agoShow warning bits on failure in t/op/caller.t
Jerry D. Hedden [Fri, 15 Jun 2007 16:05:36 +0000 (12:05 -0400)]
Show warning bits on failure in t/op/caller.t
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com>

p4raw-id: //depot/perl@31393

16 years agocheckAUTHORS.pl once more
Jerry D. Hedden [Fri, 15 Jun 2007 10:54:28 +0000 (06:54 -0400)]
checkAUTHORS.pl once more
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com>

p4raw-id: //depot/perl@31392

16 years agocheckAUTHORS.pl again
Jerry D. Hedden [Fri, 15 Jun 2007 10:16:38 +0000 (06:16 -0400)]
checkAUTHORS.pl again
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com>

p4raw-id: //depot/perl@31391

16 years agoI have a name
Jerry D. Hedden [Fri, 15 Jun 2007 09:54:57 +0000 (05:54 -0400)]
I have a name
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com>

p4raw-id: //depot/perl@31390

16 years agoWarning bit fixes to t/op/caller.t
Jerry D. Hedden [Fri, 15 Jun 2007 09:49:47 +0000 (05:49 -0400)]
Warning bit fixes to t/op/caller.t
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com>

p4raw-id: //depot/perl@31389

16 years agomiscellanea
Jarkko Hietaniemi [Thu, 14 Jun 2007 22:32:49 +0000 (18:32 -0400)]
miscellanea
Message-ID: <4671FA51.4070001@iki.fi>

p4raw-id: //depot/perl@31388

16 years agoRe: vsprintf
Andy Dougherty [Thu, 14 Jun 2007 13:12:57 +0000 (09:12 -0400)]
Re: vsprintf
Message-ID: <Pine.LNX.4.64.0706141312510.31762@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@31387

16 years agoForgot to regen warnings
Rafael Garcia-Suarez [Fri, 15 Jun 2007 08:55:38 +0000 (08:55 +0000)]
Forgot to regen warnings

p4raw-id: //depot/perl@31386

16 years agoDon't let the home-grown readdir() on VMS return results with
Craig A. Berry [Fri, 15 Jun 2007 03:19:46 +0000 (03:19 +0000)]
Don't let the home-grown readdir() on VMS return results with
ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz).

p4raw-id: //depot/perl@31385

16 years agoFix missing PerlIO_releaseFILE in VMS::Stdio::getname().
Craig A. Berry [Thu, 14 Jun 2007 18:23:18 +0000 (18:23 +0000)]
Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().

p4raw-id: //depot/perl@31384

16 years agoUpdate Changes.
Rafael Garcia-Suarez [Thu, 14 Jun 2007 15:36:16 +0000 (15:36 +0000)]
Update Changes.
Mention the removal of -A and assertions.pm in perldelta.

p4raw-id: //depot/perl@31383

16 years agoUpgrade to PathTools 3.25
Rafael Garcia-Suarez [Thu, 14 Jun 2007 14:12:35 +0000 (14:12 +0000)]
Upgrade to PathTools 3.25

p4raw-id: //depot/perl@31382

16 years agoUpgrade to ExtUtils::CBuilder 0.19
Rafael Garcia-Suarez [Thu, 14 Jun 2007 13:12:56 +0000 (13:12 +0000)]
Upgrade to ExtUtils::CBuilder 0.19

p4raw-id: //depot/perl@31381

16 years agoSync Archive::Extract with CPAN
Rafael Garcia-Suarez [Thu, 14 Jun 2007 13:06:13 +0000 (13:06 +0000)]
Sync Archive::Extract with CPAN

p4raw-id: //depot/perl@31380

16 years agoLess sed'ing in Cygwin Makefile.SHs
Jerry D. Hedden [Thu, 14 Jun 2007 08:13:29 +0000 (04:13 -0400)]
Less sed'ing in Cygwin Makefile.SHs
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com>

p4raw-id: //depot/perl@31379

16 years agoassertions has been removed
Rafael Garcia-Suarez [Thu, 14 Jun 2007 12:27:41 +0000 (12:27 +0000)]
assertions has been removed

p4raw-id: //depot/perl@31378

16 years agoFix [perl #43207] lc() or uc() inside sort affect the return value.
Rafael Garcia-Suarez [Thu, 14 Jun 2007 11:06:02 +0000 (11:06 +0000)]
Fix [perl #43207] lc() or uc() inside sort affect the return value.

p4raw-id: //depot/perl@31377

16 years agochange #31134 broke DEBUG_LEAKING_SCALARS builds
Dave Mitchell [Wed, 13 Jun 2007 22:41:33 +0000 (22:41 +0000)]
change #31134 broke DEBUG_LEAKING_SCALARS builds
p4raw-link: @31134 on //depot/perl: 53a7735b62aee14640bc8ca619b4267f07d686b9

p4raw-id: //depot/perl@31376

16 years agoRe: vsprintf
Andy Dougherty [Wed, 13 Jun 2007 14:41:44 +0000 (10:41 -0400)]
Re: vsprintf
Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@31375

16 years agoConfigure: Erroneous C++ message
Andy Dougherty [Wed, 13 Jun 2007 14:33:54 +0000 (10:33 -0400)]
Configure: Erroneous C++ message
Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@31373

16 years agoFix random failures in CPANPLUS tests on Win32
Steve Hay [Wed, 13 Jun 2007 17:12:21 +0000 (17:12 +0000)]
Fix random failures in CPANPLUS tests on Win32

The failures were a result of calling Win32::GetShortPathName with
the program argument " /nologo" appended to the path. Program
arguments should not be passed to Win32::GetShortPathName.

(The randomness occurred because random garbage was being produced
due to a separate bug in that Win32 function, for which a fix is
forthcoming...).

p4raw-id: //depot/perl@31371

16 years agoyet another mro.c patch
Brandon Black [Wed, 13 Jun 2007 08:19:11 +0000 (03:19 -0500)]
yet another mro.c patch
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com>

p4raw-id: //depot/perl@31370

16 years agomad-const patch
Jim Cromie [Mon, 11 Jun 2007 13:49:06 +0000 (07:49 -0600)]
mad-const patch
Message-ID: <466DA732.3010608@gmail.com>

p4raw-id: //depot/perl@31369

16 years agoRe: integer vs. bigint [PATCH]
Tels [Mon, 11 Jun 2007 19:31:16 +0000 (21:31 +0200)]
Re: integer vs. bigint [PATCH]
Message-Id: <200706111931.17616@bloodgate.com>

p4raw-id: //depot/perl@31368

16 years agoperltodo: more vtable musings
Jarkko Hietaniemi [Tue, 12 Jun 2007 03:15:26 +0000 (06:15 +0300)]
perltodo: more vtable musings
Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi>

p4raw-id: //depot/perl@31367

16 years agoRe: [PATCH-at-31365] (was - configpm frustrations)
Vadim Konovalov [Mon, 11 Jun 2007 19:19:31 +0000 (23:19 +0400)]
Re: [PATCH-at-31365] (was - configpm frustrations)
Message-ID: <466D6803.1020808@vkonovalov.ru>

p4raw-id: //depot/perl@31366

16 years agoMath::BigInt v1.87 take 8
Tels [Sat, 9 Jun 2007 14:07:34 +0000 (16:07 +0200)]
Math::BigInt v1.87 take 8
Message-Id: <200706091407.36659@bloodgate.com>

p4raw-id: //depot/perl@31365

16 years agopidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
Tels [Fri, 8 Jun 2007 19:29:41 +0000 (21:29 +0200)]
pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
Message-Id: <200706081929.44888@bloodgate.com>

p4raw-id: //depot/perl@31364

16 years agoDoc adjustments for the number localization and setlocale().
Rafael Garcia-Suarez [Mon, 11 Jun 2007 14:27:40 +0000 (14:27 +0000)]
Doc adjustments for the number localization and setlocale().
See debian bug #379463.

p4raw-id: //depot/perl@31363