platform/upstream/perl.git
17 years agoSpelling and formatting nits
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:43:50 +0000 (08:43 +0000)]
Spelling and formatting nits

p4raw-id: //depot/perl@31607

17 years agoThat's NAME, not TITLE.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:36:23 +0000 (08:36 +0000)]
That's NAME, not TITLE.

p4raw-id: //depot/perl@31606

17 years agoPut a proper title like in every man page
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:32:44 +0000 (08:32 +0000)]
Put a proper title like in every man page

p4raw-id: //depot/perl@31605

17 years agoAvoid POD in test files
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:29:28 +0000 (08:29 +0000)]
Avoid POD in test files

p4raw-id: //depot/perl@31604

17 years ago* make splitpod actually work if perl isn't installed
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:16:41 +0000 (08:16 +0000)]
* make splitpod actually work if perl isn't installed
* prevent doc extractors to extract POD from splitpod

p4raw-id: //depot/perl@31603

17 years agoShorten description.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 07:59:15 +0000 (07:59 +0000)]
Shorten description.

p4raw-id: //depot/perl@31602

17 years agoSilence mandatory warning by using @# instead of $#.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 06:12:50 +0000 (06:12 +0000)]
Silence mandatory warning by using @# instead of $#.
"no warnings" is probably a bit inappropriate for a
base test. Putting -X on the command-line is probably
not a good idea, since it may hide other interesting
warnings in the future.

p4raw-id: //depot/perl@31601

17 years agoreally really fix S_emulate_eaccess compiler warning (#31536 didn't)
Dave Mitchell [Thu, 12 Jul 2007 22:10:35 +0000 (22:10 +0000)]
really really fix S_emulate_eaccess compiler warning (#31536 didn't)

p4raw-id: //depot/perl@31600

17 years agoperlbug
Alexandr Ciornii [Thu, 12 Jul 2007 13:46:24 +0000 (16:46 +0300)]
perlbug
Message-ID: <1367844687.20070712134624@gmail.com>

p4raw-id: //depot/perl@31599

17 years agoRe: [PATCH] 'make veryclean' still dirty
Jerry D. Hedden [Thu, 12 Jul 2007 10:49:29 +0000 (06:49 -0400)]
Re: [PATCH] 'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>

p4raw-id: //depot/perl@31598

17 years agoSet $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
Craig A. Berry [Thu, 12 Jul 2007 10:57:36 +0000 (10:57 +0000)]
Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.

p4raw-id: //depot/perl@31597

17 years agomention of g and c modifiers missing from perlre.pod
David Nicol [Wed, 11 Jul 2007 17:31:45 +0000 (12:31 -0500)]
mention of g and c modifiers missing from perlre.pod
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>

p4raw-id: //depot/perl@31596

17 years agoRevert part of #31591
Rafael Garcia-Suarez [Thu, 12 Jul 2007 08:50:56 +0000 (08:50 +0000)]
Revert part of #31591

p4raw-id: //depot/perl@31595

17 years agoLink TODO test to appropriate RT ticket
Rafael Garcia-Suarez [Thu, 12 Jul 2007 07:48:29 +0000 (07:48 +0000)]
Link TODO test to appropriate RT ticket

p4raw-id: //depot/perl@31594

17 years agoA couple of additions in perltodo for the future
Rafael Garcia-Suarez [Thu, 12 Jul 2007 07:39:53 +0000 (07:39 +0000)]
A couple of additions in perltodo for the future

p4raw-id: //depot/perl@31593

17 years agoMore terminology updates for warnings
Rafael Garcia-Suarez [Thu, 12 Jul 2007 05:51:35 +0000 (05:51 +0000)]
More terminology updates for warnings

p4raw-id: //depot/perl@31592

17 years ago'make veryclean' still dirty
Jerry D. Hedden [Wed, 11 Jul 2007 20:06:39 +0000 (16:06 -0400)]
'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>

p4raw-id: //depot/perl@31591

17 years agoBetter wording, suggested by Eric Cholet.
Rafael Garcia-Suarez [Wed, 11 Jul 2007 20:33:27 +0000 (20:33 +0000)]
Better wording, suggested by Eric Cholet.

p4raw-id: //depot/perl@31590

17 years agoTurn the "$# / $* is no longer supported" warnings into
Rafael Garcia-Suarez [Wed, 11 Jul 2007 19:31:40 +0000 (19:31 +0000)]
Turn the "$# / $* is no longer supported" warnings into
severe warnings (as suggested by Audrey Tang)

p4raw-id: //depot/perl@31589

17 years agodump.c: do not use sv_len_utf8 because it modified the scalar
Gerard Goossen [Wed, 11 Jul 2007 19:19:11 +0000 (21:19 +0200)]
dump.c: do not use sv_len_utf8 because it modified the scalar
Message-ID: <20070711171911.GD8177@ostwald>

do not use sv_len_utf8 because it modified the scalar.
Add a test to Peek.t to check that dumping doesn't modify anything;
the test is still TODO because hashiteration in dump.c set the OOK flag.

p4raw-id: //depot/perl@31588

17 years agoRe: [perl #43545] 'no warnings' effects $@.
Rick Delaney [Sat, 7 Jul 2007 23:06:11 +0000 (19:06 -0400)]
Re: [perl #43545] 'no warnings' effects $@.
Message-ID: <20070708030611.GJ436@bort.ca>

p4raw-id: //depot/perl@31587

17 years agoUse Perl_croak() rather than DIE() in S_doeval() because "DIE()"
Steve Hay [Wed, 11 Jul 2007 09:00:49 +0000 (09:00 +0000)]
Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"
becomes "return Perl_die()" and Perl_die() returns an OP*, which
isn't appropriate to return from S_doeval.

p4raw-id: //depot/perl@31586

17 years agoLess indirect object notation
Rafael Garcia-Suarez [Wed, 11 Jul 2007 07:48:46 +0000 (07:48 +0000)]
Less indirect object notation

p4raw-id: //depot/perl@31585

17 years agoRemove wrong equivalent to pop() (bug #43705)
Rafael Garcia-Suarez [Wed, 11 Jul 2007 07:40:17 +0000 (07:40 +0000)]
Remove wrong equivalent to pop() (bug #43705)

p4raw-id: //depot/perl@31584

17 years agoRe: [PATCH] File-Path fix wrong skip count
David Landgren [Tue, 10 Jul 2007 22:48:53 +0000 (00:48 +0200)]
Re: [PATCH] File-Path fix wrong skip count
Message-ID: <4693F0B5.1030505@landgren.net>

p4raw-id: //depot/perl@31583

17 years agoFix assertion failure on failed magic eval - eg FETCH {eval'('}
Dave Mitchell [Tue, 10 Jul 2007 23:51:58 +0000 (23:51 +0000)]
Fix assertion failure on failed magic eval - eg FETCH {eval'('}
S_doeval()'s behaviour varies depending on whether the code
compiles or not; on failure it pops the EVAL context block. This
is bad because later on, S_docatch() assumes that the block is
still there. Make docatch() return a boolean instead, indicating
success. The value it formerly returned (the next op) can be deduced
as PL_eval_start or PL_op->op_next on success/failure.

p4raw-id: //depot/perl@31582

17 years agoAdd additional SUSV3 constants to Socket for use with setsockopt()
Steve Peters [Tue, 10 Jul 2007 20:31:31 +0000 (20:31 +0000)]
Add additional SUSV3 constants to Socket for use with setsockopt()
and getsockopt().

p4raw-id: //depot/perl@31581

17 years agoRe: Small addition to perlcheat.pod
Spiros Denaxas [Mon, 9 Jul 2007 17:14:43 +0000 (18:14 +0100)]
Re: Small addition to perlcheat.pod
From: "Spiros Denaxas" <spiros@lokku.com>
Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>

p4raw-id: //depot/perl@31580

17 years agoFix Digest::SHA test boilerplate.
Rafael Garcia-Suarez [Tue, 10 Jul 2007 14:10:43 +0000 (14:10 +0000)]
Fix Digest::SHA test boilerplate.

p4raw-id: //depot/perl@31579

17 years agoUpgrade to Digest::SHA 5.45.
Rafael Garcia-Suarez [Tue, 10 Jul 2007 14:08:35 +0000 (14:08 +0000)]
Upgrade to Digest::SHA 5.45.

p4raw-id: //depot/perl@31578

17 years agoHow this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
Steve Peters [Tue, 10 Jul 2007 13:18:20 +0000 (13:18 +0000)]
How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
do not know.

p4raw-id: //depot/perl@31577

17 years agoModernize opendir() syntax
Rafael Garcia-Suarez [Tue, 10 Jul 2007 06:17:50 +0000 (06:17 +0000)]
Modernize opendir() syntax

p4raw-id: //depot/perl@31576

17 years agoMention the two ways of overriding built-ins.
Rafael Garcia-Suarez [Tue, 10 Jul 2007 06:16:43 +0000 (06:16 +0000)]
Mention the two ways of overriding built-ins.
Link to perlsub. Fix typos and indentation.

p4raw-id: //depot/perl@31575

17 years agoCORE.pod
Tels [Mon, 9 Jul 2007 17:28:43 +0000 (19:28 +0200)]
CORE.pod
Message-Id: <200707091728.43634@bloodgate.com>

p4raw-id: //depot/perl@31574

17 years agoPERL_PATCHNUM is dead. Long live SMOKEs!
H.Merijn Brand [Mon, 9 Jul 2007 14:21:00 +0000 (14:21 +0000)]
PERL_PATCHNUM is dead. Long live SMOKEs!
Started by Steve Hay <steve.hay@uk.radan.com>
Subject: [PATCH] Re: patch level of blead/maintperl
Date: Mon, 09 Jul 2007 13:10:11 +0100
Message-ID: <469225A3.5010909@uk.radan.com>

p4raw-id: //depot/perl@31573

17 years agoUpdate references to Win32's Platform SDK installation location.
Marvin Humphrey [Sun, 8 Jul 2007 08:27:44 +0000 (01:27 -0700)]
Update references to Win32's Platform SDK installation location.

Different versions install into different default locations, as
pointed out here:

Subject: Building 5.9.5 with Win2k, MSVC8FREE
Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com>

p4raw-id: //depot/perl@31571

17 years agoDon't install static library files of statically linked extensions
Steve Hay [Fri, 6 Jul 2007 12:20:06 +0000 (13:20 +0100)]
Don't install static library files of statically linked extensions
when using a shared perl library. The files are not needed, and this
fixes a problem building PAR-Packer on Win32 with a debug build of
perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
against it and its PDB file, vc60.pdb, but the latter is not installed.)
Also skip installing a few other unnecessary files.

Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
Message-ID: <468E2566.8090504@uk.radan.com>

p4raw-id: //depot/perl@31570

17 years agoSome Win32 Config fixes for patchlevel and perl_patchlevel:
Steve Hay [Mon, 9 Jul 2007 11:43:09 +0000 (11:43 +0000)]
Some Win32 Config fixes for patchlevel and perl_patchlevel:
- Set $Config{patchlevel} to PERL_VERSION (it was previously blank
  because it was wrongly being set from PATCHLEVEL, which was blank)
- Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
  value in the top-level ".patch" file if it exists (the former was
  previously not set, while the latter was previously wrongly set to
  PERL_VERSION)

p4raw-id: //depot/perl@31569

17 years agocygwin path conversions, take 4
Reini Urban [Sat, 7 Jul 2007 15:00:54 +0000 (17:00 +0200)]
cygwin path conversions, take 4
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>

p4raw-id: //depot/perl@31568

17 years agoUpdate Filter::Call::Util version
Paul Marquess [Sat, 7 Jul 2007 20:24:21 +0000 (21:24 +0100)]
Update Filter::Call::Util version
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>

p4raw-id: //depot/perl@31567

17 years agoMore missing dual-life modules
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:49:44 +0000 (16:49 +0000)]
More missing dual-life modules

p4raw-id: //depot/perl@31566

17 years agoAdd CPANPLUS::Dist to Maintainers.pl
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:37:33 +0000 (16:37 +0000)]
Add CPANPLUS::Dist to Maintainers.pl

p4raw-id: //depot/perl@31565

17 years agoReinstate "DEVEL" in patchlevel
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:34:50 +0000 (16:34 +0000)]
Reinstate "DEVEL" in patchlevel

p4raw-id: //depot/perl@31564

17 years agoRegenerate Changes.
Rafael Garcia-Suarez [Sat, 7 Jul 2007 11:01:31 +0000 (11:01 +0000)]
Regenerate Changes.

p4raw-id: //depot/perl@31563

17 years agoFix corelist.pl after the reorganisation of the
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:59:10 +0000 (10:59 +0000)]
Fix corelist.pl after the reorganisation of the
Compress modules in ext/. Re-update Module::CoreList.

p4raw-id: //depot/perl@31562

17 years agoUpdate Module::CoreList, regenerate META.yml,
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:51:08 +0000 (10:51 +0000)]
Update Module::CoreList, regenerate META.yml,
mention Log::Message::* in perldelta and
update perlhist with 5.9.5

p4raw-id: //depot/perl@31561

17 years agoRegenerate table of contents
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:38:56 +0000 (10:38 +0000)]
Regenerate table of contents

p4raw-id: //depot/perl@31560

17 years agoFAQ sync
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:19:07 +0000 (10:19 +0000)]
FAQ sync

p4raw-id: //depot/perl@31559

17 years agoUpdate CPANPLUS to 0.81_01
Jos I. Boumans [Sat, 7 Jul 2007 11:39:12 +0000 (13:39 +0200)]
Update CPANPLUS to 0.81_01
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>

p4raw-id: //depot/perl@31558

17 years agoDesactive the "DEVEL" local patch tag for release.
Rafael Garcia-Suarez [Sat, 7 Jul 2007 09:32:30 +0000 (09:32 +0000)]
Desactive the "DEVEL" local patch tag for release.

p4raw-id: //depot/perl@31557

17 years agoMention that pseudo-hashes are no longer supported
Rafael Garcia-Suarez [Sat, 7 Jul 2007 09:03:41 +0000 (09:03 +0000)]
Mention that pseudo-hashes are no longer supported

p4raw-id: //depot/perl@31556

17 years agoUpdate Changes
Rafael Garcia-Suarez [Sat, 7 Jul 2007 08:22:46 +0000 (08:22 +0000)]
Update Changes

p4raw-id: //depot/perl@31555

17 years agoMAD: disable constant subs when PL_madskills
Gerard Goossen [Wed, 27 Jun 2007 13:04:00 +0000 (15:04 +0200)]
MAD: disable constant subs when PL_madskills
Message-ID: <20070627110400.GC11336@ostwald>

p4raw-id: //depot/perl@31554

17 years agop55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
Gerard Goossen [Wed, 27 Jun 2007 11:58:28 +0000 (13:58 +0200)]
p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
Message-ID: <20070627095828.GB11336@ostwald>

p4raw-id: //depot/perl@31553

17 years agop55: correctly translate things like s//$#foo/ge
Gerard Goossen [Tue, 26 Jun 2007 20:33:50 +0000 (22:33 +0200)]
p55: correctly translate things like s//$#foo/ge
Message-ID: <20070626183350.GA11336@ostwald>

p4raw-id: //depot/perl@31552

17 years agoRe: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommun...
Edgar Bering [Wed, 4 Jul 2007 11:51:53 +0000 (13:51 +0200)]
Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
From: "Edgar Bering" <trizor@gmail.com>
Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>

p4raw-id: //depot/perl@31551

17 years agoAdd a note in perldelta about undefining *ISA
Rafael Garcia-Suarez [Sat, 7 Jul 2007 07:29:08 +0000 (07:29 +0000)]
Add a note in perldelta about undefining *ISA

p4raw-id: //depot/perl@31550

17 years ago[patch] add verbose mode to -DU debugging option
Jim Cromie [Thu, 5 Jul 2007 10:17:24 +0000 (04:17 -0600)]
[patch]  add verbose mode to -DU debugging option
Message-ID: <468D1994.1090909@gmail.com>

p4raw-id: //depot/perl@31549

17 years agoMake Perl_find_runcv a member of the public API
Rafael Garcia-Suarez [Sat, 7 Jul 2007 07:02:21 +0000 (07:02 +0000)]
Make Perl_find_runcv a member of the public API
(so Sub::Current works on Windows)

p4raw-id: //depot/perl@31548

17 years agoRemove 5.10.0 section from perltodo
Rafael Garcia-Suarez [Sat, 7 Jul 2007 06:56:48 +0000 (06:56 +0000)]
Remove 5.10.0 section from perltodo

p4raw-id: //depot/perl@31547

17 years agoFix commented out function names in proto.h
Jan Dubois [Fri, 6 Jul 2007 17:59:38 +0000 (10:59 -0700)]
Fix commented out function names in proto.h
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <058b01c7c032$18a6a260$49f3e720$@com>

p4raw-id: //depot/perl@31546

17 years agobase.pm is belong to me
Rafael Garcia-Suarez [Sat, 7 Jul 2007 05:05:50 +0000 (05:05 +0000)]
base.pm is belong to me

p4raw-id: //depot/perl@31545

17 years agoFix the case of $Config{perl_patchlevel} on VMS.
Craig A. Berry [Fri, 6 Jul 2007 20:39:46 +0000 (20:39 +0000)]
Fix the case of $Config{perl_patchlevel} on VMS.

p4raw-id: //depot/perl@31544

17 years agoRe: Beyond 5.10
Abigail [Thu, 5 Jul 2007 21:55:20 +0000 (23:55 +0200)]
Re: Beyond 5.10
Message-ID: <20070705195520.GB1314@abigail.nl>

Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
to it, and adds missing entries to AUTHORS.

p4raw-id: //depot/perl@31543

17 years agoAdd test preambles
Rafael Garcia-Suarez [Fri, 6 Jul 2007 16:00:57 +0000 (16:00 +0000)]
Add test preambles

p4raw-id: //depot/perl@31542

17 years agoMake this new test be skipped with 5.8.x
Rafael Garcia-Suarez [Fri, 6 Jul 2007 15:52:40 +0000 (15:52 +0000)]
Make this new test be skipped with 5.8.x

p4raw-id: //depot/perl@31541

17 years agoUpgrade to base and fields 2.12, mostly by Michael G Schwern
Rafael Garcia-Suarez [Fri, 6 Jul 2007 13:58:58 +0000 (13:58 +0000)]
Upgrade to base and fields 2.12, mostly by Michael G Schwern

p4raw-id: //depot/perl@31540

17 years agoAdd Borland linker option to not generate .map files
Steve Hay [Fri, 6 Jul 2007 11:08:37 +0000 (11:08 +0000)]
Add Borland linker option to not generate .map files
(They are not generated by default by VC++ or MinGW, and there
doesn't seem to be any need for them.)

p4raw-id: //depot/perl@31539

17 years agoArchive::Extract - small pod update
Paul Marquess [Thu, 5 Jul 2007 16:01:02 +0000 (17:01 +0100)]
Archive::Extract - small pod update
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>

p4raw-id: //depot/perl@31538

17 years agoclarify what text 'warn' appends to a newline-less string
Dave Mitchell [Wed, 4 Jul 2007 23:09:02 +0000 (23:09 +0000)]
clarify what text 'warn' appends to a newline-less string

p4raw-id: //depot/perl@31537

17 years agoreally fix S_emulate_eaccess compiler warning (#31418 didn't)
Dave Mitchell [Wed, 4 Jul 2007 22:39:08 +0000 (22:39 +0000)]
really fix S_emulate_eaccess compiler warning (#31418 didn't)

p4raw-id: //depot/perl@31536

17 years agoNew File::Path tests require unix syntax on VMS.
Craig A. Berry [Wed, 4 Jul 2007 16:27:16 +0000 (16:27 +0000)]
New File::Path tests require unix syntax on VMS.

p4raw-id: //depot/perl@31535

17 years agoVMS syntax nit in new MakeMaker test.
Craig A. Berry [Wed, 4 Jul 2007 16:07:33 +0000 (16:07 +0000)]
VMS syntax nit in new MakeMaker test.

p4raw-id: //depot/perl@31534

17 years agoReplace C<shrplib='define'> with C<useshrplib='true'> on VMS.
Craig A. Berry [Wed, 4 Jul 2007 15:35:56 +0000 (15:35 +0000)]
Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.

p4raw-id: //depot/perl@31533

17 years agoRemove vms/genconfig.pl and references to it; it was made obsolete way back
Craig A. Berry [Wed, 4 Jul 2007 15:18:06 +0000 (15:18 +0000)]
Remove vms/genconfig.pl and references to it; it was made obsolete way back
in change #1084.  Remove references to vms/config.vms, which was removed in
change #1084.
p4raw-link: @1084 on //depot/perl: 97abc6adffcd3efcbaee73cbdad2055b2d06be4f

p4raw-id: //depot/perl@31532

17 years agoAdapt perlivp to the ext/ reorganisation for Compress modules
Rafael Garcia-Suarez [Wed, 4 Jul 2007 14:13:55 +0000 (14:13 +0000)]
Adapt perlivp to the ext/ reorganisation for Compress modules

p4raw-id: //depot/perl@31531

17 years ago[perl #3589] [BUG#3589 bleadperl]
Reini Urban [Mon, 2 Jul 2007 14:59:08 +0000 (07:59 -0700)]
[perl #3589] [BUG#3589 bleadperl]
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>

p4raw-id: //depot/perl@31530

17 years agoRE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
Jan Dubois [Mon, 2 Jul 2007 14:21:06 +0000 (07:21 -0700)]
RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>

p4raw-id: //depot/perl@31529

17 years agoDon't require to have at least DB_File or *DBM_File
Rafael Garcia-Suarez [Wed, 4 Jul 2007 08:20:47 +0000 (08:20 +0000)]
Don't require to have at least DB_File or *DBM_File

p4raw-id: //depot/perl@31528

17 years agoregexp flags =~ s/k/p/
Rafael Garcia-Suarez [Wed, 4 Jul 2007 08:11:36 +0000 (08:11 +0000)]
regexp flags =~ s/k/p/

p4raw-id: //depot/perl@31527

17 years agoCorrect a couple more cases of $Config{useshrplib}
Steve Hay [Tue, 3 Jul 2007 16:13:58 +0000 (16:13 +0000)]
Correct a couple more cases of $Config{useshrplib}

p4raw-id: //depot/perl@31526

17 years agoMore tests for \g errors in regular expressions
Rafael Garcia-Suarez [Tue, 3 Jul 2007 14:34:05 +0000 (14:34 +0000)]
More tests for \g errors in regular expressions

p4raw-id: //depot/perl@31525

17 years agoForbid \g0. (tests coming later)
Rafael Garcia-Suarez [Tue, 3 Jul 2007 14:26:13 +0000 (14:26 +0000)]
Forbid \g0. (tests coming later)

p4raw-id: //depot/perl@31524

17 years ago$Config{useshrplib} should be 'true' rather than 'yes' when using
Steve Hay [Tue, 3 Jul 2007 14:16:23 +0000 (14:16 +0000)]
$Config{useshrplib} should be 'true' rather than 'yes' when using
a shared perl library

p4raw-id: //depot/perl@31523

17 years agoUpgrade to ExtUtils-MakeMaker-6.36
Steve Peters [Tue, 3 Jul 2007 13:51:08 +0000 (13:51 +0000)]
Upgrade to ExtUtils-MakeMaker-6.36

p4raw-id: //depot/perl@31522

17 years agoInclude file missed from change #31519.
Steve Peters [Mon, 2 Jul 2007 18:23:50 +0000 (18:23 +0000)]
Include file missed from change #31519.
p4raw-link: @31519 on //depot/perl: 277189c8ad3fc0d1dcd4c757f62b0a7bf5bacaa0

p4raw-id: //depot/perl@31521

17 years agocompression modules update to version 2.005
Paul Marquess [Sun, 1 Jul 2007 00:50:01 +0000 (01:50 +0100)]
compression modules update to version 2.005
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>

p4raw-id: //depot/perl@31520

17 years agoUpgrade to ExtUtils-MakeMaker-6.35
Steve Peters [Mon, 2 Jul 2007 15:39:52 +0000 (15:39 +0000)]
Upgrade to ExtUtils-MakeMaker-6.35

p4raw-id: //depot/perl@31519

17 years agoAdd add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in...
Jos I. Boumans [Mon, 2 Jul 2007 15:20:37 +0000 (17:20 +0200)]
Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?)
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>

p4raw-id: //depot/perl@31518

17 years agoAddress 250_ping_hires.t failure
Jerry D. Hedden [Sun, 1 Jul 2007 15:23:37 +0000 (11:23 -0400)]
Address 250_ping_hires.t failure
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>

p4raw-id: //depot/perl@31517

17 years agoFixes to threads tests
Jerry D. Hedden [Sun, 1 Jul 2007 15:03:41 +0000 (11:03 -0400)]
Fixes to threads tests
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>

p4raw-id: //depot/perl@31516

17 years agoApply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
Steve Hay [Mon, 2 Jul 2007 12:25:46 +0000 (12:25 +0000)]
Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk

p4raw-id: //depot/perl@31515

17 years agoRestore a comment from 30501 unintentionally deleted with change 31513.
Nicholas Clark [Sun, 1 Jul 2007 14:45:47 +0000 (14:45 +0000)]
Restore a comment from 30501 unintentionally deleted with change 31513.

p4raw-id: //depot/perl@31514

17 years agoAvoid copying the AV in Perl_mro_get_linear_isa_dfs()
Nicholas Clark [Sun, 1 Jul 2007 14:23:45 +0000 (14:23 +0000)]
Avoid copying the AV in Perl_mro_get_linear_isa_dfs()

p4raw-id: //depot/perl@31513

17 years agoAdd some information to the comments describing SV flag bits.
Nicholas Clark [Sun, 1 Jul 2007 12:33:39 +0000 (12:33 +0000)]
Add some information to the comments describing SV flag bits.

p4raw-id: //depot/perl@31512

17 years agotest that localised tieing of a hash or array remains local
Dave Mitchell [Sun, 1 Jul 2007 12:30:50 +0000 (12:30 +0000)]
test that localised tieing of a hash or array remains local
(tests for change #31505)
p4raw-link: @31505 on //depot/perl: c4a7531db1b7667c9d43fd3494f5bbf4901ff149

p4raw-id: //depot/perl@31511

17 years agochar is not a good type to use for array indexes;
Jerry D. Hedden [Sat, 30 Jun 2007 16:34:06 +0000 (12:34 -0400)]
char is not a good type to use for array indexes;
should have been U8 in the first place.

Originally noticed by Jerry Hedden in
Subject: [PATCH] Compiler warning in regcomp.c
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>

p4raw-id: //depot/perl@31510

17 years agoFYI: Math::BigInt v1.87 released [PATCH]
Tels [Sat, 30 Jun 2007 13:14:05 +0000 (15:14 +0200)]
FYI: Math::BigInt v1.87 released [PATCH]
Message-Id: <200706301314.07075@bloodgate.com>

p4raw-id: //depot/perl@31509

17 years agoComment typo fix
Abigail [Fri, 29 Jun 2007 22:49:35 +0000 (00:49 +0200)]
Comment typo fix
Message-ID: <20070629204935.GA13919@abigail.nl>

p4raw-id: //depot/perl@31508

17 years agoregclass on EBCDIC platforms
Benjamin Carter [Fri, 29 Jun 2007 23:42:59 +0000 (18:42 -0500)]
regclass on EBCDIC platforms
Message-ID: <20070630044259.GB22566@egg>

p4raw-id: //depot/perl@31507