16 years agoAdd i_syspoll to all the pre-canned configs.
Nicholas Clark [Sat, 29 Mar 2008 11:08:07 +0000]
Add i_syspoll to all the pre-canned configs.

p4raw-id: //depot/perl@33597

16 years agoFix compiler warning about comparison of pointer types.
Nicholas Clark [Sat, 29 Mar 2008 07:08:50 +0000]
Fix compiler warning about comparison of pointer types.

p4raw-id: //depot/perl@33596

16 years agodo not use SVTYPEMASK to prevent cleaning of PL_fdpid and PL_strtab
Gerard Goossen [Wed, 26 Mar 2008 14:07:13 +0000]
do not use SVTYPEMASK to prevent cleaning of PL_fdpid and PL_strtab
Message-ID: <20080326130713.GL4409@ostwald>
Date: Wed, 26 Mar 2008 14:07:13 +0100

p4raw-id: //depot/perl@33595

16 years agoRe: Tests failed on PPC64
Dominic Dunlop [Fri, 14 Mar 2008 14:45:39 +0000]
Re: Tests failed on PPC64
Message-Id: <53E6407E-B87C-4D6A-A6E7-D842BDF30292@mac.com>
Date: Fri, 14 Mar 2008 14:45:39 +0100

p4raw-id: //depot/perl@33594

16 years agoAdditional CGI.pm test files that got missed at some point.
Steve Peters [Fri, 28 Mar 2008 19:16:53 +0000]
Additional CGI.pm test files that got missed at some point.

p4raw-id: //depot/perl@33592

16 years agoMake the nv_preserves... checking on VMS more robust (and more like
Craig A. Berry [Fri, 28 Mar 2008 19:06:35 +0000]
Make the nv_preserves... checking on VMS more robust (and more like
what Configure does).  Problem using long int without long double
reported by Jeremy Begg.

p4raw-id: //depot/perl@33591

16 years agoMake uudmap.h dependencies more explicit in the VMS build
Craig A. Berry [Fri, 28 Mar 2008 19:01:13 +0000]
Make uudmap.h dependencies more explicit in the VMS build
(needed by MMS but not MMK).

p4raw-id: //depot/perl@33589

16 years agoMAD dump xml escape regex
Gerard Goossen [Thu, 27 Mar 2008 13:55:31 +0000]
MAD dump xml escape regex
Message-ID: <20080327125531.GN4409@ostwald>

p4raw-id: //depot/perl@33584

16 years agoDB_File 1.817
Paul Marquess [Thu, 27 Mar 2008 11:12:22 +0000]
DB_File 1.817
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <051d01c88ffb$6f662eb0$6901a8c0@myopwv.com>

p4raw-id: //depot/perl@33583

16 years agoThe offset for pos is stored as bytes, and converted to (Unicode)
Nicholas Clark [Wed, 26 Mar 2008 21:05:20 +0000]
The offset for pos is stored as bytes, and converted to (Unicode)
character position when read, if needed. The code for setting pos
inside subst was incorrectly converting to character position before
storing the value. This code appears to have been buggy since it was
added in 2000 in change 7562.

p4raw-id: //depot/perl@33580

16 years agoDon't call S_utf8_mg_pos_cache_update(), and hence don't even create
Nicholas Clark [Wed, 26 Mar 2008 18:59:03 +0000]
Don't call S_utf8_mg_pos_cache_update(), and hence don't even create
the magic for the UTF-8 cache, if the UTF-8 caching is disabled.

p4raw-id: //depot/perl@33579

16 years agoUpdate makemeta to add the 3 official "resources" - homepage, license
Nicholas Clark [Wed, 26 Mar 2008 18:38:10 +0000]
Update makemeta to add the 3 official "resources" - homepage, license
and bugtracker.

p4raw-id: //depot/perl@33578

16 years agoRe-run Porting/makemeta
Nicholas Clark [Wed, 26 Mar 2008 18:37:15 +0000]
Re-run Porting/makemeta

p4raw-id: //depot/perl@33577

16 years agoWith change 33252, MM_Unix.pm isn't quite in sync with upstream any
Nicholas Clark [Wed, 26 Mar 2008 16:50:06 +0000]
With change 33252, MM_Unix.pm isn't quite in sync with upstream any
more. Of the changes references in 33252, 6.44 accepted and improved
change 32879 (grep in void context), so only changes 32905 and 32964
are outstanding (ABSPERL with whitespace).

p4raw-id: //depot/perl@33575

16 years agoFix whitespace difference between blead and upstream in MM_Unix.pm
Nicholas Clark [Wed, 26 Mar 2008 16:20:11 +0000]
Fix whitespace difference between blead and upstream in MM_Unix.pm

p4raw-id: //depot/perl@33573

16 years agoActually use the computed @path so as to write the awkwardly named test
Nicholas Clark [Wed, 26 Mar 2008 11:45:12 +0000]
Actually use the computed @path so as to write the awkwardly named test
files to the right place when in core. Without this the open fails
(silently as intended) and the tests are skipped on all OS.

p4raw-id: //depot/perl@33571

16 years agoRe: [PATCH] perlhack.pod update walkthrough
Leon Brocard [Wed, 26 Mar 2008 10:53:43 +0000]
Re: [PATCH] perlhack.pod update walkthrough
From: "Leon Brocard" <acme@astray.com>
Message-ID: <a92222c80803260353k6cae53eieea909aed0a967b5@mail.gmail.com>

p4raw-id: //depot/perl@33570

16 years agoTypo Fixes
chromatic [Wed, 26 Mar 2008 00:12:09 +0000]
Typo Fixes
Message-Id: <200803260012.09967.chromatic@wgz.org>

p4raw-id: //depot/perl@33569

16 years agoUpgrade to CGI-3.35.
Steve Peters [Wed, 26 Mar 2008 03:18:01 +0000]
Upgrade to CGI-3.35.

p4raw-id: //depot/perl@33568

16 years agoPatches for VMS by Craig Berry from
Nicholas Clark [Tue, 25 Mar 2008 16:55:03 +0000]
Patches for VMS by Craig Berry from
http://rt.cpan.org/Public/Bug/Display.html?id=34095
(1.50 has 3 failures on VMS)

p4raw-id: //depot/perl@33567

16 years agoRE: [PATCH revised] Fix ExtUtils::Install under Cygwin
Steve Hay [Mon, 17 Mar 2008 14:36:54 +0000]
RE: [PATCH revised] Fix ExtUtils::Install under Cygwin
From: "Steve Hay" <SteveHay@planit.com>
Message-ID: <1B32FF956ABF414C9BCE5E487A1497E70176BD61@ukmail02.planit.group>

"OK, so how about the attached. This fixes up -w for all compilers so
 that it is symmetrical with chmod(), and adds a note to perltodo on
 fixing POSIX::access() and chdir()."

The whole long thread started here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00056.html

p4raw-id: //depot/perl@33566

16 years agoRe: Change 33556: [PATCH] borg parent.pm
Jerry D. Hedden [Tue, 25 Mar 2008 11:51:00 +0000]
Re: Change 33556: [PATCH] borg parent.pm
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510803250851w52ea0c84n9876834d8e8b79e3@mail.gmail.com>

p4raw-id: //depot/perl@33565

16 years agoUpgrade to CGI.pm-3.34. There are still a few differences, so adding
Steve Peters [Tue, 25 Mar 2008 15:27:06 +0000]
Upgrade to CGI.pm-3.34.  There are still a few differences, so adding
a version bump.

p4raw-id: //depot/perl@33564

16 years agoRepeat change 33508 - change 33561 re-instated the mistake in change
Nicholas Clark [Tue, 25 Mar 2008 11:36:22 +0000]
Repeat change 33508 - change 33561 re-instated the mistake in change
33507.

p4raw-id: //depot/perl@33563

16 years ago"646"
Jarkko Hietaniemi [Wed, 12 Mar 2008 21:43:53 +0000]
"646"
Message-ID: <47D886D9.6060001@iki.fi>

Encode::Alias fix for encoding "646" (aka ASCII) on Solaris

p4raw-id: //depot/perl@33562

16 years agoRe: [PATCH] sv.c: consting
Steven Schubiger [Thu, 13 Mar 2008 17:58:00 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <20080313165800.GD31102@refcnt.homeunix.org>

p4raw-id: //depot/perl@33561

16 years agoUse sv_setpvs() like a few lines before since change #33557
Rafael Garcia-Suarez [Tue, 25 Mar 2008 09:52:27 +0000]
Use sv_setpvs() like a few lines before since change #33557
p4raw-link: @33557 on //depot/perl: 502d9230ec570254fed51ae721c1da50944a5cbf

p4raw-id: //depot/perl@33560

16 years ago[perl #51964] Typo on regular expression at perlopentut manual page.
pancho@pancho.name [Fri, 21 Mar 2008 03:31:04 +0000]
[perl #51964] Typo on regular expression at perlopentut manual page.
From: pancho@pancho.name (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-25460-1206095463-311.51964-75-0@perl.org>

p4raw-id: //depot/perl@33559

16 years agoRe: local $@ has an unwanted side effect
David Nicol [Fri, 21 Mar 2008 12:56:12 +0000]
Re: local $@ has an unwanted side effect
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20803211056q5148027ava77af36f51c96418@mail.gmail.com>

(with Tim Bunce's amendments)

p4raw-id: //depot/perl@33558

16 years agoRe: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10,
Vincent Pit [Sat, 22 Mar 2008 13:37:42 +0000]
Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10,
Message-ID: <47E4FD96.6080304@profvince.com>

p4raw-id: //depot/perl@33557

16 years agoborg parent.pm
Yitzchak Scott-Thoennes [Wed, 5 Mar 2008 17:19:32 +0000]
borg parent.pm
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <57512.71.32.86.11.1204766372.squirrel@webmail.efn.org>

Plus bump base.pm's version to a non-alpha number

p4raw-id: //depot/perl@33556

16 years agoIO::Socket::INET unnecessarily resolves "udp"
Niko Tyni [Mon, 24 Mar 2008 23:32:24 +0000]
IO::Socket::INET unnecessarily resolves "udp"
Message-Id: <1206394344-30835-1-git-send-email-ntyni@debian.org>

p4raw-id: //depot/perl@33554

16 years agoapidoc mismatch for Perl_magic_clearhint
Vincent Pit [Mon, 24 Mar 2008 21:30:10 +0000]
apidoc mismatch for Perl_magic_clearhint
Message-ID: <47E80F52.4030805@profvince.com>

p4raw-id: //depot/perl@33553

16 years agoUpgrade to Module-Pluggable-3.8
Steve Peters [Mon, 24 Mar 2008 17:55:29 +0000]
Upgrade to Module-Pluggable-3.8

p4raw-id: //depot/perl@33552

16 years agoGive the test file for __builtin_expect() the correct name (try.c, not
Nicholas Clark [Mon, 24 Mar 2008 16:30:26 +0000]
Give the test file for __builtin_expect() the correct name (try.c, not
builtin.c). Correct the user visible text, which was clearly a cut &
paste from __builtin_choose_expr. For both, also run the program as
part of the checks. Add a return value to the test program, and make
it return something useful (that the if statement worked).

p4raw-id: //depot/perl@33551

16 years agoconfigure.com and vms.c fixes.
John E. Malmberg [Sun, 23 Mar 2008 14:29:25 +0000]
configure.com and vms.c fixes.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <47E6AF95.1000704@qsl.net>

p4raw-id: //depot/perl@33550

16 years agoFinal move from meta-3.0 to meta-3.5
H.Merijn Brand [Fri, 21 Mar 2008 10:28:42 +0000]
Final move from meta-3.0 to meta-3.5

p4raw-id: //depot/perl@33547

16 years agoDouble warning with perl -we '\&$x'
Vincent Pit [Thu, 20 Mar 2008 12:06:47 +0000]
Double warning with perl -we '\&$x'
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <38561.147.210.17.175.1206011207.squirrel@147.210.17.175>

p4raw-id: //depot/perl@33544

16 years agoRe: Smoke [5.11.0] 33500 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
Nicholas Clark [Thu, 13 Mar 2008 12:47:51 +0000]
Re: Smoke [5.11.0] 33500 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
Message-ID: <20080313124751.GX79799@plum.flirble.org>

Fixes test failures introduced by #33480 in non-fork()-enabled builds.

p4raw-id: //depot/perl@33543

16 years agoFixing "make distclean" to remove "config.arch"
Sérgio Durigan Júnior [Tue, 18 Mar 2008 15:35:54 +0000]
Fixing "make distclean" to remove "config.arch"
Message-Id: <1205865354.16048.56.camel@miki>

p4raw-id: //depot/perl@33542

16 years agoSilence some warnings introduced by #33507
Steve Hay [Tue, 18 Mar 2008 08:41:13 +0000]
Silence some warnings introduced by #33507

p4raw-id: //depot/perl@33541

16 years agoDrag autodoc.pl and overload.pl into the age of safer_open().
Nicholas Clark [Mon, 17 Mar 2008 00:17:26 +0000]
Drag autodoc.pl and overload.pl into the age of safer_open().
Thanks to the wisdom of london.pm, stuff the filename into the SCALAR
slot of the typeglob created in safer_open(), so that ...
Add safer_close(), that will die (with the filename) if the close
fails.

p4raw-id: //depot/perl@33539

16 years agoRename safer_rename() to rename_if_different(), to accurately describe
Nicholas Clark [Sat, 15 Mar 2008 18:37:34 +0000]
Rename safer_rename() to rename_if_different(), to accurately describe
what it does. Use File::Compare rather than Digest::MD5, as the files
are small enough to simply read in. (File::Compare dates from 5.004)
Remove safer_rename_always(), which isn't used.
DRY by replacing the cargo-culted "open or die" with a new function
safer_open(), which uses Gensym (5.002) to create an anonymous file
handle, and opens and binmodes the file, or dies.
This necessitates replacing bareword file handles with lexicals in all
the callers.
Correct the names of files in close or die constructions.

p4raw-id: //depot/perl@33538

16 years agoRe: [patch] refine make regen to be more selective
Jim Cromie [Tue, 11 Mar 2008 18:16:14 +0000]
Re: [patch] refine make regen to be more selective
   Message-ID: <47D720CE.7060004@gmail.com>
   Date: Tue, 11 Mar 2008 18:16:14 -0600

p4raw-id: //depot/perl@33537

16 years ago++$Pod::Html::VERSION
Nicholas Clark [Fri, 14 Mar 2008 17:33:17 +0000]
++$Pod::Html::VERSION

p4raw-id: //depot/perl@33534

16 years agoUpdate the use of single quotes to be consistent with the advice in
Nicholas Clark [Fri, 14 Mar 2008 15:13:43 +0000]
Update the use of single quotes to be consistent with the advice in
http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html

p4raw-id: //depot/perl@33531

16 years agoFix a couple of minor differences between the Encode 2.14 CPAN tarball
Nicholas Clark [Fri, 14 Mar 2008 00:12:20 +0000]
Fix a couple of minor differences between the Encode 2.14 CPAN tarball
and blead.

p4raw-id: //depot/perl@33523

16 years agoChange 33507 had a const too far (Perl_mg_dup()'s mg is assigned to).
Nicholas Clark [Thu, 13 Mar 2008 16:03:56 +0000]
Change 33507 had a const too far (Perl_mg_dup()'s mg is assigned to).

p4raw-id: //depot/perl@33508

16 years agoRe: [PATCH] sv.c: consting
Steven Schubiger [Wed, 12 Mar 2008 12:38:46 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <20080312113846.GB31102@refcnt.homeunix.org>

p4raw-id: //depot/perl@33507

16 years ago[perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista only)
Robert May [Thu, 13 Mar 2008 19:36:33 +0000]
[perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista only)
From: "Robert May" <rob@themayfamily.me.uk>
Message-ID: <54bdc7510803130706q6523793ak1f3f1c6578fa97c1@mail.gmail.com>

p4raw-id: //depot/perl@33506

16 years agoUpgrade to Module::Pluggable 3.7
Nicholas Clark [Thu, 13 Mar 2008 13:02:05 +0000]
Upgrade to Module::Pluggable 3.7

p4raw-id: //depot/perl@33505

16 years agoCorrect two spelling mistakes, and reformat some comments.
Nicholas Clark [Thu, 13 Mar 2008 13:01:44 +0000]
Correct two spelling mistakes, and reformat some comments.

p4raw-id: //depot/perl@33504

16 years agoRegexp::DESTROY was only added in 5.8.1
Rafael Garcia-Suarez [Thu, 13 Mar 2008 10:43:13 +0000]
Regexp::DESTROY was only added in 5.8.1

p4raw-id: //depot/perl@33503

16 years agoOops. Change 33499 forgot to add the new Makefile.PL to the MANIFEST.
Nicholas Clark [Wed, 12 Mar 2008 19:40:01 +0000]
Oops. Change 33499 forgot to add the new Makefile.PL to the MANIFEST.

p4raw-id: //depot/perl@33500

16 years agoMove Module::Pluggable into ext/ as the next version has actions in its
Nicholas Clark [Wed, 12 Mar 2008 19:32:09 +0000]
Move Module::Pluggable into ext/ as the next version has actions in its
Makefile.PL that we will need to run as part of a core build.

p4raw-id: //depot/perl@33499

16 years agoChange 33492 did not spread the protection wide enough. There were
Nicholas Clark [Wed, 12 Mar 2008 19:09:21 +0000]
Change 33492 did not spread the protection wide enough. There were
still two more races to be lost.
1: The close() could still happen after the (premature) mutex release
   allowed another thread to dup() to that file descriptor.
2: The initial dup() could happen whilst another thread was in the
   mutex protected region, and had temporarily closed the file
   descriptor.
Race conditions remain with any other thread that actually does I/O
during the execution of the mutex protected region (as noted in a
comment), and dup() failure is not handled gracefully (also noted).

p4raw-id: //depot/perl@33498

16 years ago[perl #51636] segmentation fault with array ties
blino@mandriva.com [Wed, 12 Mar 2008 02:59:45 +0000]
[perl #51636] segmentation fault with array ties
From: blino@mandriva.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-25460-1205315984-377.51636-75-0@perl.org>

p4raw-id: //depot/perl@33495

16 years agoUpgrade to Encode-2.24
Steve Peters [Wed, 12 Mar 2008 14:20:49 +0000]
Upgrade to Encode-2.24

p4raw-id: //depot/perl@33493

16 years agoWe need mutex protection in PerlIOStdio_close() for the duration of
Nicholas Clark [Wed, 12 Mar 2008 12:23:55 +0000]
We need mutex protection in PerlIOStdio_close() for the duration of
holding our true love file handle open, to stop anything else
temporarily using it for a quick dup() fling, and then closing the
file handle underneath us.
I suspect that the lack of this protection was the cause of the threads
free.t and blocks.t failures on OS X on 5.8.x, where usefaststdio is
the default, and PerlIO is unable to "invalidate" the FILE *.

p4raw-id: //depot/perl@33492

16 years agoCorrect logic error in PerlIOStdio_close() - 0 is an acceptable value
Nicholas Clark [Wed, 12 Mar 2008 11:46:17 +0000]
Correct logic error in PerlIOStdio_close() - 0 is an acceptable value
from dup(), so it can't also be the "don't do anything later" value.

p4raw-id: //depot/perl@33491

16 years agoRe: [PATCH] sv.c: consting
Steven Schubiger [Tue, 11 Mar 2008 19:59:37 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <20080311185937.GA18713@refcnt.homeunix.org>

p4raw-id: //depot/perl@33489

16 years agoCorrect misleading example in perlsyn.pod (given/when/default)
Paul Fenwick [Wed, 12 Mar 2008 13:19:15 +0000]
Correct misleading example in perlsyn.pod (given/when/default)
Message-ID: <47D73DA3.8050300@perltraining.com.au>

p4raw-id: //depot/perl@33488

16 years agocygwin hints back to old
Reini Urban [Wed, 12 Mar 2008 08:11:17 +0000]
cygwin hints back to old
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60803120011y4ff1d1f0x5654906570dc19ab@mail.gmail.com>

Revert a part of blead patch #33357
* no cpu. revert the archname part of patch #33357
  to the old behaviour.

p4raw-id: //depot/perl@33487

16 years agoAn unfortunate side-effect of Encode and Encode::Alias use'ing each
Rafael Garcia-Suarez [Wed, 12 Mar 2008 08:50:11 +0000]
An unfortunate side-effect of Encode and Encode::Alias use'ing each
other, and Encode::Alias exporting functions into Encode for it to use
as methods, broke the loading of the find_alias() Encode method in some
cases since 5.10. Breaking the recursive inheritance fixes it.

p4raw-id: //depot/perl@33486

16 years agoAdd characters that VOS forbids in filenames, mentioned by Paul Green
Nicholas Clark [Tue, 11 Mar 2008 22:28:09 +0000]
Add characters that VOS forbids in filenames, mentioned by Paul Green
in private correspondence.

p4raw-id: //depot/perl@33485

16 years agoRe: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
Reini Urban [Sat, 8 Mar 2008 20:55:36 +0000]
Re: Perl @ www.ccl4.org/~nick/P/perl-33444.tar.bz2
Message-ID: <47D2EF38.10503@x-ray.at>

* CYG10 improve Win32::GetLastError test

p4raw-id: //depot/perl@33482

16 years agoRe: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
Reini Urban [Sat, 8 Mar 2008 20:55:36 +0000]
Re: Perl @ www.ccl4.org/~nick/P/perl-33444.tar.bz2
Message-ID: <47D2EF38.10503@x-ray.at>

* CYG04 At least on cygwin strip the last number
    from the dll. This is in the cygwin.com build since years.

p4raw-id: //depot/perl@33481

16 years agoRe: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
Reini Urban [Sat, 8 Mar 2008 20:55:36 +0000]
Re: Perl @ www.ccl4.org/~nick/P/perl-33444.tar.bz2
Message-ID: <47D2EF38.10503@x-ray.at>

CYG09 enhance GetCurrentThreadId test

p4raw-id: //depot/perl@33480

16 years agoRe: [PATCH] sv.c: consting
Steven Schubiger [Tue, 11 Mar 2008 11:49:30 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <20080311104929.GA4950@refcnt.homeunix.org>

p4raw-id: //depot/perl@33473

16 years agoRe: [PATCH] sv.c: consting
Steven Schubiger [Sun, 2 Mar 2008 22:09:51 +0000]
Re: [PATCH] sv.c: consting
Message-ID: <20080302210951.GD10705@refcnt.homeunix.org>

p4raw-id: //depot/perl@33471

16 years agoRe: [PATCH] make Archive::Extract's x.lzma test file be lzma'd,
Yitzchak Scott-Thoennes [Tue, 4 Mar 2008 00:28:34 +0000]
Re: [PATCH] make Archive::Extract's x.lzma test file be lzma'd,
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <52329.71.32.86.11.1204619314.squirrel@webmail.efn.org>

p4raw-id: //depot/perl@33470

16 years agoRe-apply part of #33370 to Time::Piece
Rafael Garcia-Suarez [Mon, 10 Mar 2008 21:50:24 +0000]
Re-apply part of #33370 to Time::Piece

p4raw-id: //depot/perl@33469

16 years agoUpgrade to Time::Piece 1.13
Rafael Garcia-Suarez [Mon, 10 Mar 2008 21:48:45 +0000]
Upgrade to Time::Piece 1.13

p4raw-id: //depot/perl@33468

16 years agoRe: [PATCH] MAD fix p55 $[
Gerard Goossen [Mon, 10 Mar 2008 15:44:03 +0000]
Re: [PATCH] MAD fix p55 $[
Message-ID: <20080310144403.GC28994@ostwald>

p4raw-id: //depot/perl@33467

16 years agoMAD update list of failures in mad/t/p55.t
Gerard Goossen [Mon, 10 Mar 2008 15:17:08 +0000]
MAD update list of failures in mad/t/p55.t
Message-ID: <20080310141708.GA28994@ostwald>

p4raw-id: //depot/perl@33466

16 years agoSilence warning from VC++ following #33447
Steve Hay [Mon, 10 Mar 2008 17:37:30 +0000]
Silence warning from VC++ following #33447
(not all control paths return a value)

p4raw-id: //depot/perl@33463

16 years agoAdd investigating arenas for GP and MAGIC to perltodo.
Nicholas Clark [Mon, 10 Mar 2008 14:48:29 +0000]
Add investigating arenas for GP and MAGIC to perltodo.

p4raw-id: //depot/perl@33462

16 years agoUpgrade to ExtUtils-Install-1.50
Steve Hay [Mon, 10 Mar 2008 13:58:15 +0000]
Upgrade to ExtUtils-Install-1.50

p4raw-id: //depot/perl@33460

16 years agoRe: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't
Vincent Pit [Fri, 8 Feb 2008 23:22:19 +0000]
Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't
Message-ID: <47ACD61B.6030501@profvince.com>

p4raw-id: //depot/perl@33458

16 years agocount-only transliteration needlessly makes copy-on-write
Yitzchak Scott-Thoennes [Tue, 4 Mar 2008 16:54:29 +0000]
count-only transliteration needlessly makes copy-on-write
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <47935.71.32.86.11.1204678469.squirrel@webmail.efn.org>

p4raw-id: //depot/perl@33457

16 years agocheckAUTHORS.pl update for me
Michael G. Schwern [Sun, 9 Mar 2008 00:35:48 +0000]
checkAUTHORS.pl update for me
Message-ID: <47D322D4.8090508@pobox.com>

p4raw-id: //depot/perl@33456

16 years agoTypo Fix
chromatic [Sat, 8 Mar 2008 14:08:30 +0000]
Typo Fix
Message-Id: <200803081408.30766.chromatic@wgz.org>

p4raw-id: //depot/perl@33455

16 years agoPerl_croak_nocontext() is called with NULL indirectly from
Steve Peters [Sat, 8 Mar 2008 15:13:26 +0000]
Perl_croak_nocontext() is called with NULL indirectly from
some XS-based modules.

p4raw-id: //depot/perl@33453

16 years agoAssert that the av argument to all the av_*() functions is an array.
Nicholas Clark [Sat, 8 Mar 2008 11:20:28 +0000]
Assert that the av argument to all the av_*() functions is an array.

p4raw-id: //depot/perl@33452

16 years agoOn VMS, don't call flex_stat from my_flush as the latter may be
Craig A. Berry [Fri, 7 Mar 2008 13:48:58 +0000]
On VMS, don't call flex_stat from my_flush as the latter may be
called during global destruction and the former checks hints flags
that depend on the interpreter's still existing.

p4raw-id: //depot/perl@33451

16 years agoSilence warning introduced by #32703 when building with MYMALLOC
Steve Hay [Thu, 6 Mar 2008 18:02:22 +0000]
Silence warning introduced by #32703 when building with MYMALLOC

p4raw-id: //depot/perl@33450

16 years agoSilence some warnings on Win32 with VC6
Steve Hay [Thu, 6 Mar 2008 13:29:56 +0000]
Silence some warnings on Win32 with VC6

VC7 onwards didn't seem to mind (perhaps thanks to #33411):
http://www.nntp.perl.org/group/perl.daily-build.reports/2008/03/msg54118.html
but VC6 wasn't happy:
http://www.nntp.perl.org/group/perl.daily-build.reports/2008/03/msg54099.html

p4raw-id: //depot/perl@33448

16 years agoRefactoring the /Can't return (?:array|hash) to scalar context/ croak
Nicholas Clark [Thu, 6 Mar 2008 11:08:24 +0000]
Refactoring the /Can't return (?:array|hash) to scalar context/ croak
logic in pp_rv2av into one place saves 112 bytes here.

p4raw-id: //depot/perl@33447

16 years agoBring the joy of strict to ext/B/t/lint.t.
Nicholas Clark [Wed, 5 Mar 2008 17:00:34 +0000]
Bring the joy of strict to ext/B/t/lint.t.

p4raw-id: //depot/perl@33445

16 years agoBetter line diagnostics - runlint's caller rather than runlint itself.
Nicholas Clark [Wed, 5 Mar 2008 11:58:58 +0000]
Better line diagnostics - runlint's caller rather than runlint itself.

p4raw-id: //depot/perl@33442

16 years agoFix skip counts introduced in #33433
Steve Hay [Wed, 5 Mar 2008 09:08:00 +0000]
Fix skip counts introduced in #33433

p4raw-id: //depot/perl@33440

16 years agoBump VERSION after change #33416
Rafael Garcia-Suarez [Wed, 5 Mar 2008 09:07:33 +0000]
Bump VERSION after change #33416
(so we don't end up with different code but same version in
5.10.0 and, say, 5.10.1)
p4raw-link: @33416 on //depot/perl: 5dd54fb4257bccaa223fa7d57413e664e9bb3c2c

p4raw-id: //depot/perl@33439

16 years ago*Really* add nv_overflows_integers_at to the VMS configuration
Craig A. Berry [Wed, 5 Mar 2008 03:14:28 +0000]
*Really* add nv_overflows_integers_at to the VMS configuration
as 33431 should have done (and would have if I'd remembered to
remove --dry-run from the patch command).

p4raw-id: //depot/perl@33438

16 years agoThree variables in S_scan_trans only hold flags for op_private, so can
Nicholas Clark [Tue, 4 Mar 2008 19:59:20 +0000]
Three variables in S_scan_trans only hold flags for op_private, so can
be U8.

p4raw-id: //depot/perl@33437

16 years ago[perl #50538] when( @n && %n ) fails to smart match
brian d foy [Mon, 4 Feb 2008 19:36:01 +0000]
[perl #50538] when( @n && %n ) fails to smart match
From: "brian d foy" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4355-1202182561-1550.50538-75-0@perl.org>

Updated tests in ticket to become TODO tests

p4raw-id: //depot/perl@33434

16 years agouse strict; and use Test::More; to give decent failure diagnostics.
Nicholas Clark [Tue, 4 Mar 2008 17:14:30 +0000]
use strict; and use Test::More; to give decent failure diagnostics.
(And less code)

p4raw-id: //depot/perl@33433

16 years agoDetermine nv_overflows_integers_at on VMS.
Craig A. Berry [Tue, 4 Mar 2008 13:29:01 +0000]
Determine nv_overflows_integers_at on VMS.

p4raw-id: //depot/perl@33431

16 years agoFix some checkpod complaints.
Steve Peters [Mon, 3 Mar 2008 19:20:12 +0000]
Fix some checkpod complaints.

p4raw-id: //depot/perl@33423

16 years agoRe: [PATCH] NEXT.pm bug within overloaded stringification
Marcel Grünauer [Mon, 3 Mar 2008 16:08:48 +0000]
Re: [PATCH] NEXT.pm bug within overloaded stringification
Message-Id: <511B0A54-AB2D-4A65-A02E-E2E07C043EAB@univie.ac.at>

(a resend of <7BBCFD93-91CF-4656-A97F-ED5E749F7B2E@univie.ac.at>)

p4raw-id: //depot/perl@33416

16 years ago[perl #46957] [PATCH] make Devel::Peek::mstat always available
srezic@cpan.org [Sat, 27 Oct 2007 11:33:57 +0000]
[perl #46957] [PATCH] make Devel::Peek::mstat always available
From: srezic@cpan.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4732-1193510037-297.46957-75-0@perl.org>

p4raw-id: //depot/perl@33414