This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
16 years agostate variables shouldn't be shared between anon subs
Dave Mitchell [Sun, 9 Sep 2007 19:51:50 +0000 (19:51 +0000)]
state variables shouldn't be shared between anon subs

p4raw-id: //depot/perl@31833

16 years agoMoved really outdated Y2K comment from INSTALL to README.hpux
H.Merijn Brand [Sun, 9 Sep 2007 10:09:34 +0000 (10:09 +0000)]
Moved really outdated Y2K comment from INSTALL to README.hpux

p4raw-id: //depot/perl@31832

16 years agoMerged duplicate info about GDBM/threads on HP-UX 11
H.Merijn Brand [Sun, 9 Sep 2007 09:54:38 +0000 (09:54 +0000)]
Merged duplicate info about GDBM/threads on HP-UX 11
from INSTALL to README.hpux

p4raw-id: //depot/perl@31831

16 years agoThe question auctioned at YAPC::Europe-2007 in Vienna
H.Merijn Brand [Sun, 9 Sep 2007 09:37:40 +0000 (09:37 +0000)]
The question auctioned at YAPC::Europe-2007 in Vienna

p4raw-id: //depot/perl@31830

16 years agoMore INSTALL nits. Move Tru64 specific info in the related
Rafael Garcia-Suarez [Sun, 9 Sep 2007 09:18:12 +0000 (09:18 +0000)]
More INSTALL nits. Move Tru64 specific info in the related
README file. (is it outdated?)

p4raw-id: //depot/perl@31828

16 years agoNot many people reuse an old config.sh nowadays, I suppose.
Rafael Garcia-Suarez [Sun, 9 Sep 2007 08:26:02 +0000 (08:26 +0000)]
Not many people reuse an old config.sh nowadays, I suppose.
Move the section "start with a fresh distribution" further down.

p4raw-id: //depot/perl@31827

16 years agoMove the "reporting problems" section further in the INSTALL file,
Rafael Garcia-Suarez [Sun, 9 Sep 2007 07:43:50 +0000 (07:43 +0000)]
Move the "reporting problems" section further in the INSTALL file,
and simplify the synopsis, as suggested by Richard Foley.

p4raw-id: //depot/perl@31826

16 years agoBand-aid for Pod::Man::devise_title to keep it from looking
Craig A. Berry [Sun, 9 Sep 2007 00:31:51 +0000 (00:31 +0000)]
Band-aid for Pod::Man::devise_title to keep it from looking
beyond the end of an array and generating undefined warnings.

p4raw-id: //depot/perl@31825

16 years agoFor now, forbid all list assignment initialisation of state variables,
Nicholas Clark [Sat, 8 Sep 2007 22:34:29 +0000 (22:34 +0000)]
For now, forbid all list assignment initialisation of state variables,
as the precise semantics in Perl 6 are not clear. Better to make it a
syntax error, than to have one behaviour now, but change it later.
[I believe that this is the consensus. If not, it will be backed out]

p4raw-id: //depot/perl@31824

16 years agoMake 'state $$' etc report 'Can't use global $$ in "state"' (not "my")
Nicholas Clark [Sat, 8 Sep 2007 21:47:24 +0000 (21:47 +0000)]
Make 'state $$' etc report 'Can't use global $$ in "state"' (not "my")

p4raw-id: //depot/perl@31823

16 years agoUpdate perldiag.pod to mention "state" in all places where state
Nicholas Clark [Sat, 8 Sep 2007 21:21:37 +0000 (21:21 +0000)]
Update perldiag.pod to mention "state" in all places where state
variables can report the same errors as my variables.

p4raw-id: //depot/perl@31822

16 years agoB.pm still assumed that SVt_PVBM exists. Correct this.
Nicholas Clark [Sat, 8 Sep 2007 15:20:14 +0000 (15:20 +0000)]
B.pm still assumed that SVt_PVBM exists. Correct this.
Tweak the alignment of ASCII art inheritance diagrams.

p4raw-id: //depot/perl@31821

16 years ago[patch] readabilty tweaks
Jim Cromie [Fri, 7 Sep 2007 13:12:22 +0000 (07:12 -0600)]
[patch] readabilty tweaks
Message-ID: <46E1A296.1020101@gmail.com>

p4raw-id: //depot/perl@31820

16 years agosync blead with File-Path 2.00_11
David Landgren [Sat, 8 Sep 2007 10:46:15 +0000 (12:46 +0200)]
sync blead with File-Path 2.00_11
Message-ID: <46E26157.4050307@landgren.net>

p4raw-id: //depot/perl@31819

16 years agoUserdefined properties
Abigail [Fri, 7 Sep 2007 18:38:47 +0000 (20:38 +0200)]
Userdefined properties
Message-ID: <20070907163847.GB16395@abigail.be>

p4raw-id: //depot/perl@31818

16 years agoerr should be removed from perl_keyword.pl, too
Rafael Garcia-Suarez [Sat, 8 Sep 2007 12:34:27 +0000 (12:34 +0000)]
err should be removed from perl_keyword.pl, too

p4raw-id: //depot/perl@31817

16 years agoSpelling nit by Jim Cromie
Rafael Garcia-Suarez [Fri, 7 Sep 2007 15:50:10 +0000 (15:50 +0000)]
Spelling nit by Jim Cromie

p4raw-id: //depot/perl@31816

16 years agoTwo Module::Build::Platform::VMS tweaks:
Craig A. Berry [Fri, 7 Sep 2007 15:07:14 +0000 (15:07 +0000)]
Two Module::Build::Platform::VMS tweaks:
-- Override expand_test_dir to relativize paths.
-- Eliminate eliminate_macros; M::B doesn't need it.

p4raw-id: //depot/perl@31815

16 years ago[patch@31780] fixes for cpanplus on VMS
John E. Malmberg [Sun, 2 Sep 2007 17:23:04 +0000 (12:23 -0500)]
[patch@31780] fixes for cpanplus on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46DB37C8.3060100@qsl.net>

Only the hunk containing the replacement of catdir with
catfile in Module::Build::Base::install_map.

p4raw-id: //depot/perl@31814

16 years agoBump version of Module::Build after change #31619
Rafael Garcia-Suarez [Fri, 7 Sep 2007 14:03:52 +0000 (14:03 +0000)]
Bump version of Module::Build after change #31619
p4raw-link: @31619 on //depot/perl: f82d2ab4f80792a36288c2270b44dbb7387cc379

p4raw-id: //depot/perl@31813

16 years agoRemove the 'err' keyword
Rafael Garcia-Suarez [Fri, 7 Sep 2007 09:25:24 +0000 (09:25 +0000)]
Remove the 'err' keyword

p4raw-id: //depot/perl@31812

16 years agofeature bundle :5.10 should be equivalent to latest :5.10.X
Rafael Garcia-Suarez [Fri, 7 Sep 2007 08:55:19 +0000 (08:55 +0000)]
feature bundle :5.10 should be equivalent to latest :5.10.X

p4raw-id: //depot/perl@31811

16 years agoTest fixes to go along with longpath.inc patch
Jerry D. Hedden [Thu, 6 Sep 2007 14:50:15 +0000 (10:50 -0400)]
Test fixes to go along with longpath.inc patch
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709061150t4838c7d4i4c5b3f1f7dc0edd1@mail.gmail.com>

p4raw-id: //depot/perl@31810

16 years agoFix t/op/magic.t failures under Cygwin
Jerry D. Hedden [Thu, 6 Sep 2007 13:37:34 +0000 (09:37 -0400)]
Fix t/op/magic.t failures under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709061037q6744827cub29f666ca5fb5904@mail.gmail.com>

p4raw-id: //depot/perl@31809

16 years agoFix ext/Win32/t/Unicode.t test failure under Cygwin
Jerry D. Hedden [Thu, 6 Sep 2007 13:07:51 +0000 (09:07 -0400)]
Fix ext/Win32/t/Unicode.t test failure under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709061007x57e86b50led110861846cdc02@mail.gmail.com>

p4raw-id: //depot/perl@31808

16 years agoForce uppercase drive letters
Jerry D. Hedden [Thu, 6 Sep 2007 12:57:09 +0000 (08:57 -0400)]
Force uppercase drive letters
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709060957p9a530feu7b97616dd8cd3b50@mail.gmail.com>

p4raw-id: //depot/perl@31807

16 years agoMore tests
Abigail [Thu, 6 Sep 2007 18:56:34 +0000 (20:56 +0200)]
More tests
Message-ID: <20070906165634.GB446@abigail.be>

p4raw-id: //depot/perl@31806

16 years agostate $foo if 0 shouldn't warn. Spotted by Abigail.
Rafael Garcia-Suarez [Thu, 6 Sep 2007 14:57:03 +0000 (14:57 +0000)]
state $foo if 0 shouldn't warn. Spotted by Abigail.

p4raw-id: //depot/perl@31805

16 years agoChange 31798 forgot to add the op 'once' to Opcode.pm
Nicholas Clark [Thu, 6 Sep 2007 14:45:52 +0000 (14:45 +0000)]
Change 31798 forgot to add the op 'once' to Opcode.pm

p4raw-id: //depot/perl@31804

16 years agoPart of the 5.10.0 bump
H.Merijn Brand [Thu, 6 Sep 2007 14:18:30 +0000 (14:18 +0000)]
Part of the 5.10.0 bump

p4raw-id: //depot/perl@31803

16 years agoUpstream netbsd patch. Also unified the whitespace. (thanks BinGOs)
H.Merijn Brand [Thu, 6 Sep 2007 14:15:07 +0000 (14:15 +0000)]
Upstream netbsd patch. Also unified the whitespace. (thanks BinGOs)

p4raw-id: //depot/perl@31802

16 years agoIf perl's minimal required version number is >= 5.6.0,
Rafael Garcia-Suarez [Thu, 6 Sep 2007 13:46:33 +0000 (13:46 +0000)]
If perl's minimal required version number is >= 5.6.0,
we can write it 5.XXXXXX always. Fixes h2xs.t failiing
tests with 5.10.0.

p4raw-id: //depot/perl@31801

16 years agoFix CPANPLUS test to work with 5.10.0
Rafael Garcia-Suarez [Thu, 6 Sep 2007 13:23:02 +0000 (13:23 +0000)]
Fix CPANPLUS test to work with 5.10.0

p4raw-id: //depot/perl@31800

16 years agoBump version number to 5.10.0.
Rafael Garcia-Suarez [Thu, 6 Sep 2007 13:21:34 +0000 (13:21 +0000)]
Bump version number to 5.10.0.

p4raw-id: //depot/perl@31799

16 years agoMake state $zok = slosh(); behave as the Perl 6 design with an implicit
Nicholas Clark [Thu, 6 Sep 2007 09:18:41 +0000 (09:18 +0000)]
Make state $zok = slosh(); behave as the Perl 6 design with an implicit
START block. First time through, call slosh() and assign to $zok.
Subsequently neither call slosh() nor assign to $zok. Adds a new op
ONCE to control the conditonal call and assign. No change to list
context, so state ($zok) = slosh() and (state $zok) = ... etc will
still repeatedly evaluate and assign. [Can't fix that before 5.10]
Use as an RVALUE is as Larry's design - my $boff = state $zok = ...;
will evaluate, assign and return first time, and subsequently act as if
it were written my $boff = $zok;
FIXME - state $zok = ...; won't deparse - I believe op->op_last isn't
being correctly set on the sassign, but I don't know how to fix this.
This change may be backed out before 5.10.

p4raw-id: //depot/perl@31798

16 years agoRe: [perl #44969] Restricted hashes do not handle private fields properly
Rick Delaney [Wed, 5 Sep 2007 14:38:40 +0000 (10:38 -0400)]
Re: [perl #44969] Restricted hashes do not handle private fields properly
Message-ID: <20070905183840.GE9260@bort.ca>

p4raw-id: //depot/perl@31797

16 years agoFix ext/Win32/t/Unicode.t test bug
Jerry D. Hedden [Wed, 5 Sep 2007 10:59:49 +0000 (06:59 -0400)]
Fix ext/Win32/t/Unicode.t test bug
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709050759v27872bbam3f191283996960d3@mail.gmail.com>

p4raw-id: //depot/perl@31796

16 years agothreads::shared 1.13
Jerry D. Hedden [Wed, 5 Sep 2007 09:50:24 +0000 (05:50 -0400)]
threads::shared 1.13
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709050650j3c3f54b2o64c8ce05dc4c8604@mail.gmail.com>

p4raw-id: //depot/perl@31795

16 years agothreads 1.65
Jerry D. Hedden [Wed, 5 Sep 2007 09:29:57 +0000 (05:29 -0400)]
threads 1.65
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709050629x7698cedes9b09c7d8eecc786b@mail.gmail.com>

p4raw-id: //depot/perl@31794

16 years agoRe: perlfunc.pod/split; concerning trailing fields
Father Chrysostomos [Tue, 4 Sep 2007 14:40:24 +0000 (07:40 -0700)]
Re: perlfunc.pod/split; concerning trailing fields
Message-Id: <5A964B87-8725-4BB3-A782-0189B1481113@cpan.org>

p4raw-id: //depot/perl@31793

16 years agoFw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gz
Sébastien Aperghis-Tramoni [Wed, 5 Sep 2007 12:27:54 +0000 (14:27 +0200)]
Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gz
Message-ID: <1188988074.46de84aa8fceb@imp.free.fr>

p4raw-id: //depot/perl@31792

16 years agoRe: The path to the Release
Jim Cromie [Wed, 5 Sep 2007 03:56:19 +0000 (21:56 -0600)]
Re: The path to the Release
Message-ID: <46DE7D43.9040309@gmail.com>

Doc patch to perlglossary, with tweaks.

p4raw-id: //depot/perl@31791

16 years agoRe: [patch] perlhack.pod
Jim Cromie [Mon, 3 Sep 2007 20:02:05 +0000 (14:02 -0600)]
Re: [patch] perlhack.pod
Message-ID: <46DCBC9D.3070409@gmail.com>

p4raw-id: //depot/perl@31790

16 years agoRe: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)]
Jarkko Hietaniemi [Tue, 4 Sep 2007 08:00:07 +0000 (08:00 +0000)]
Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)]
Message-ID: <46DC3C7B.9000602@iki.fi>
Message-ID: <46DC3C7B.9000602@iki.fi>

Add { } to keep all variable declarations at the start of blocks.

p4raw-id: //depot/perl@31789

16 years agoPortability tweaks for Archive::Tar::_extract_file.
Craig A. Berry [Mon, 3 Sep 2007 19:36:39 +0000 (19:36 +0000)]
Portability tweaks for Archive::Tar::_extract_file.

p4raw-id: //depot/perl@31788

16 years agoDeprecate the -P switch.
Rafael Garcia-Suarez [Mon, 3 Sep 2007 17:11:02 +0000 (17:11 +0000)]
Deprecate the -P switch.

p4raw-id: //depot/perl@31787

16 years agoRegenerate Changes
Rafael Garcia-Suarez [Mon, 3 Sep 2007 16:47:52 +0000 (16:47 +0000)]
Regenerate Changes

p4raw-id: //depot/perl@31786

16 years agoRe: [patch-at-31775] Re: [PATCH-revised] [perl #44999]
Vadim Konovalov [Sun, 2 Sep 2007 02:52:13 +0000 (06:52 +0400)]
Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999]
Message-ID: <46D9ED1D.8060104@vkonovalov.ru>

Better way to silence unwanted warnings. (The previous method didn't
work with an "all static" build made with #31784. This method does
work.)

p4raw-id: //depot/perl@31785

16 years agoAdd Win32 makefile option to link all extensions statically
Vadim Konovalov [Fri, 31 Aug 2007 08:56:47 +0000 (10:56 +0200)]
Add Win32 makefile option to link all extensions statically

Subject: [PATCH-at31768] RE: [PATCH at 31761] RE: MakeMaker + static misbehaviour
From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@alcatel-lucent.com>
Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D448945@DEEXC1U02.de.lucent.com>

(with a couple of tweaks to comments in Makefile, exclusion of one more
module (Hash/Utils) from the "all static" build option, plus the same
changes in makefile.mk)

p4raw-id: //depot/perl@31784

16 years agoImproved error messages for new comers and non-English speakers
Gabor Szabo [Sun, 2 Sep 2007 11:12:53 +0000 (14:12 +0300)]
Improved error messages for new comers and non-English speakers
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10709020112o77419172q4cc2f2ff66dca385@mail.gmail.com>

p4raw-id: //depot/perl@31783

16 years agoCompress* 2.006
Paul Marquess [Sat, 1 Sep 2007 20:41:57 +0000 (21:41 +0100)]
Compress* 2.006
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <00f501c7ecd0$29b32ef0$6601a8c0@myopwv.com>

p4raw-id: //depot/perl@31782

16 years ago[patch] perlhack.pod
Jim Cromie [Sat, 1 Sep 2007 15:43:53 +0000 (09:43 -0600)]
[patch] perlhack.pod
Message-ID: <46D9DD19.1050709@gmail.com>

p4raw-id: //depot/perl@31781

16 years ago[perl #45093] Can't find ODBM library while compiling 5.9.5
Clinton Gormley [Fri, 31 Aug 2007 10:29:13 +0000 (03:29 -0700)]
[perl #45093] Can't find ODBM library while compiling 5.9.5
From: Clinton Gormley (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-10743-1188581353-593.45093-75-0@perl.org>

p4raw-id: //depot/perl@31780

16 years agoRe: RFC patch - display src-lines in B::Concise
Jim Cromie [Thu, 16 Aug 2007 22:31:31 +0000 (16:31 -0600)]
Re: RFC patch - display src-lines in B::Concise
Message-ID: <46C524A3.2080708@gmail.com>

p4raw-id: //depot/perl@31779

16 years agoRe: INC handlers and shutdown-time warnings
Rafael Garcia-Suarez [Thu, 9 Aug 2007 14:56:19 +0000 (16:56 +0200)]
Re: INC handlers and shutdown-time warnings
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Message-ID: <b77c1dce0708090556k68768897yb8ccc1c0dd2ce714@mail.gmail.com>

p4raw-id: //depot/perl@31778

16 years ago[patch@31750] rename directories on VMS like on UNIX
John E. Malmberg [Thu, 30 Aug 2007 22:59:50 +0000 (17:59 -0500)]
[patch@31750] rename directories on VMS like on UNIX
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46D79236.4070207@qsl.net>

More aggressive UNIX-like renaming of directories on VMS by analogy
with unlink() and rmdir().  Patch modified to compile under threads.

p4raw-id: //depot/perl@31777

16 years ago[patch@31750] CPANPLUS extract.pm fixes for VMS.
John E. Malmberg [Fri, 31 Aug 2007 00:21:52 +0000 (19:21 -0500)]
[patch@31750] CPANPLUS extract.pm fixes for VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46D7A570.4050801@qsl.net>

catdir was used where catfile was meant.

p4raw-id: //depot/perl@31776

16 years agoAvoid infinite recursion in File::Path::_rmtree on VMS when there
Craig A. Berry [Fri, 31 Aug 2007 14:14:52 +0000 (14:14 +0000)]
Avoid infinite recursion in File::Path::_rmtree on VMS when there
is a file present with a single dot as the name.  Reported by
John Malmberg in <46D79A90.50405@qsl.net>.

p4raw-id: //depot/perl@31775

16 years agoSuppress Sys::Syslog diag msg (repost)
Jerry D. Hedden [Fri, 31 Aug 2007 09:42:31 +0000 (05:42 -0400)]
Suppress Sys::Syslog diag msg (repost)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510708310642mee767bdk6351a590c0f32d7a@mail.gmail.com>

p4raw-id: //depot/perl@31774

16 years agoFollowing Jan's advice, remove Cygwin::is_textmount(),
Rafael Garcia-Suarez [Fri, 31 Aug 2007 13:28:46 +0000 (13:28 +0000)]
Following Jan's advice, remove Cygwin::is_textmount(),
which duplicates the functionality of is_binmount().

p4raw-id: //depot/perl@31773

16 years agoBump $VERSION due to #31686
Rafael Garcia-Suarez [Fri, 31 Aug 2007 13:23:29 +0000 (13:23 +0000)]
Bump $VERSION due to #31686

p4raw-id: //depot/perl@31772

16 years agoPatch by Gerard Goosen to avoid building man pages for extensions
Rafael Garcia-Suarez [Fri, 31 Aug 2007 13:16:42 +0000 (13:16 +0000)]
Patch by Gerard Goosen to avoid building man pages for extensions
even if the Makefile.PL forgets to specify it.

p4raw-id: //depot/perl@31771

16 years agoRe: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)
Brandon Black [Sun, 12 Aug 2007 13:36:14 +0000 (06:36 -0700)]
Re: optimize push @ISA, (was Re: parent.pm at corion.net/perl-dev)
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60708121336m13dcf9e5uac624fb246f2a79c@mail.gmail.com>

p4raw-id: //depot/perl@31770

16 years agoFix Win32 breakage (code before declaration) caused by #31766
Steve Hay [Fri, 31 Aug 2007 08:54:12 +0000 (08:54 +0000)]
Fix Win32 breakage (code before declaration) caused by #31766

p4raw-id: //depot/perl@31769

16 years agoNeed to bump MakeMaker's $VERSION too.
Rafael Garcia-Suarez [Thu, 30 Aug 2007 16:12:06 +0000 (16:12 +0000)]
Need to bump MakeMaker's $VERSION too.

p4raw-id: //depot/perl@31768

16 years agoRE: MakeMaker + static misbehaviour
Vadim Konovalov [Thu, 30 Aug 2007 08:11:04 +0000 (10:11 +0200)]
RE: MakeMaker + static misbehaviour
From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D4486C3@DEEXC1U02.de.lucent.com>

p4raw-id: //depot/perl@31767

16 years ago[perl #44999] ExtUtils::Constant::ProxySubs not thread-safe
Jerry D. Hedden [Thu, 30 Aug 2007 09:37:59 +0000 (05:37 -0400)]
[perl #44999] ExtUtils::Constant::ProxySubs not thread-safe
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510708300637i7fb7b790x3ea1c459a1debb33@mail.gmail.com>

p4raw-id: //depot/perl@31766

16 years agomisc blead stuff
Jarkko Hietaniemi [Wed, 29 Aug 2007 21:04:53 +0000 (17:04 -0400)]
misc blead stuff
Message-ID: <46D617B5.3000002@iki.fi>

p4raw-id: //depot/perl@31765

16 years agoRe: [patch] First batch of whitespace patches (Test::Harness)
Max Maischein [Fri, 24 Aug 2007 22:04:56 +0000 (00:04 +0200)]
Re: [patch] First batch of whitespace patches (Test::Harness)
Message-ID: <46CF39E8.8020707@corion.net>

p4raw-id: //depot/perl@31764

16 years agoTypo fix
Rafael Garcia-Suarez [Thu, 30 Aug 2007 08:51:20 +0000 (08:51 +0000)]
Typo fix

p4raw-id: //depot/perl@31763

16 years agolib/Pod/Perldoc.pm - make -L more forgiving
Adriano Ferreira [Thu, 23 Aug 2007 15:37:13 +0000 (12:37 -0300)]
lib/Pod/Perldoc.pm - make -L more forgiving
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0708231137w2d436cfbo7409345c37280560@mail.gmail.com>

p4raw-id: //depot/perl@31762

16 years agoAdd support for Visual C++ 2008 Express Edition (Beta 2)
Steve Hay [Wed, 29 Aug 2007 16:58:25 +0000 (16:58 +0000)]
Add support for Visual C++ 2008 Express Edition (Beta 2)

p4raw-id: //depot/perl@31761

16 years agoRe: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
Yitzchak Scott-Thoennes [Thu, 16 Aug 2007 13:25:53 +0000 (06:25 -0700)]
Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org>

p4raw-id: //depot/perl@31760

16 years ago[patch@31750] Unit variable in /lib/File/Copy.pm
John E. Malmberg [Mon, 27 Aug 2007 23:21:31 +0000 (18:21 -0500)]
[patch@31750] Unit variable in /lib/File/Copy.pm
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <46D3A2CB.8010205@qsl.net>

p4raw-id: //depot/perl@31759

16 years agoRevert/fix 31731 - Empty PATH taint test on Cygwin
Jerry D. Hedden [Tue, 28 Aug 2007 10:43:41 +0000 (06:43 -0400)]
Revert/fix 31731 - Empty PATH taint test on Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510708280743n7c0424berb9a402f864dcd399@mail.gmail.com>

p4raw-id: //depot/perl@31758

16 years agoFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
Robin Barker [Wed, 22 Aug 2007 18:22:59 +0000 (19:22 +0100)]
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D18B@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@31757

16 years agoFix configure.com's d_fcntl_can_lock test to look for a file
Craig A. Berry [Mon, 27 Aug 2007 02:46:41 +0000 (02:46 +0000)]
Fix configure.com's d_fcntl_can_lock test to look for a file
that actually exists.

p4raw-id: //depot/perl@31756

16 years agoErm. -u may have been superseded by the bytecode generator, but
Nicholas Clark [Sat, 25 Aug 2007 22:05:55 +0000 (22:05 +0000)]
Erm. -u may have been superseded by the bytecode generator, but
we've recently removed it, having never let it pass beyond
"experimental" status. So this paragraph is now wrong, although it's
not clear what we do recommend in place of -u.

p4raw-id: //depot/perl@31755

16 years agoTest that all the unknown command line flags are unknown.
Nicholas Clark [Sat, 25 Aug 2007 22:04:06 +0000 (22:04 +0000)]
Test that all the unknown command line flags are unknown.

p4raw-id: //depot/perl@31754

16 years ago[patch] me, in AUTHORS
Ricardo SIGNES [Fri, 24 Aug 2007 20:59:22 +0000 (16:59 -0400)]
[patch] me, in AUTHORS
Message-Id: <20070825005922.GA388@knight.manxome.org>

p4raw-id: //depot/perl@31753

16 years ago[patch@31739] ASTFLT in HiRes.t on VMS
John E. Malmberg [Tue, 21 Aug 2007 22:44:58 +0000 (17:44 -0500)]
[patch@31739] ASTFLT in HiRes.t on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46CBB13A.6090405@qsl.net>

Skip test #17 because select() is not interruptible and we run afoul
of Perl's signal deferrals.

p4raw-id: //depot/perl@31752

16 years agothinko in 10_Archive-Extract.t portion of #31747
Craig A. Berry [Fri, 24 Aug 2007 20:31:14 +0000 (20:31 +0000)]
thinko in 10_Archive-Extract.t portion of #31747

p4raw-id: //depot/perl@31751

16 years agoUpgrade Sys::Syslog to 0.19_01
Sébastien Aperghis-Tramoni [Thu, 23 Aug 2007 16:04:46 +0000 (18:04 +0200)]
Upgrade Sys::Syslog to 0.19_01
Message-ID: <1187877886.46cd93fe13b12@imp.free.fr>

p4raw-id: //depot/perl@31750

16 years agoUpgrade to Text-Soundex-3.03
Steve Peters [Wed, 22 Aug 2007 15:15:10 +0000 (15:15 +0000)]
Upgrade to Text-Soundex-3.03

p4raw-id: //depot/perl@31749

16 years ago[patch@31739] regop.t fix for VMS
John E. Malmberg [Tue, 21 Aug 2007 20:38:41 +0000 (15:38 -0500)]
[patch@31739] regop.t fix for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46CB93A1.2090407@qsl.net>
p4raw-link: @31739 on //depot/perl: c83e6f195f905dd4809cef6ea71ef6cef8c9f7b8

p4raw-id: //depot/perl@31748

16 years ago[patch@31735]Archive Extract fix on VMS.
John E. Malmberg [Mon, 20 Aug 2007 22:05:11 +0000 (17:05 -0500)]
[patch@31735]Archive Extract fix on VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46CA5667.2050207@qsl.net>

Quote -Z for unzip.

p4raw-id: //depot/perl@31747

16 years ago[patch@31735] Module-load/require fixes for VMS
John E. Malmberg [Mon, 20 Aug 2007 21:55:07 +0000 (16:55 -0500)]
[patch@31735] Module-load/require fixes for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46CA540B.4070001@qsl.net>

Avoid double module loads by populating %INC keys in unix format.

p4raw-id: //depot/perl@31746

16 years agobye bye charsize
H.Merijn Brand [Tue, 21 Aug 2007 14:31:45 +0000 (14:31 +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 (14:16 +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 (09:55 +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 (01:45 +0200)]
[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 (22:37 +0800)]
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 (17:31 +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 (16:49 +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 (06:39 -0400)]
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 (09:53 -0400)]
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 (13:07 +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 (11:31 +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 (03:55 +0200)]
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 (21:19 -0700)]
[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