This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
18 years agoFix the copy sizes for PVFM and PVCV back to sanity.
Nicholas Clark [Thu, 23 Feb 2006 00:29:04 +0000 (00:29 +0000)]
Fix the copy sizes for PVFM and PVCV back to sanity.

p4raw-id: //depot/perl@27276

18 years agoFix typos and a missing bracket.
Nicholas Clark [Wed, 22 Feb 2006 23:43:10 +0000 (23:43 +0000)]
Fix typos and a missing bracket.

p4raw-id: //depot/perl@27274

18 years agoAvoid C<study>ing any strings that might change underneath us, such
Nicholas Clark [Wed, 22 Feb 2006 22:30:19 +0000 (22:30 +0000)]
Avoid C<study>ing any strings that might change underneath us, such
as tied scalars and scalars with overloaded stringification.

p4raw-id: //depot/perl@27273

18 years agoMark some new study tests as TODO
Rafael Garcia-Suarez [Wed, 22 Feb 2006 22:09:41 +0000 (22:09 +0000)]
Mark some new study tests as TODO

p4raw-id: //depot/perl@27272

18 years agoAdd a test for study() on tied scalars, by Andy Lester after
Rafael Garcia-Suarez [Wed, 22 Feb 2006 21:04:33 +0000 (21:04 +0000)]
Add a test for study() on tied scalars, by Andy Lester after
Rick Delaney

p4raw-id: //depot/perl@27271

18 years agoTurn on match string copying when /e flag is set on a substitution.
Jarkko Hietaniemi [Wed, 22 Feb 2006 20:16:00 +0000 (20:16 +0000)]
Turn on match string copying when /e flag is set on a substitution.

Subject: [PATCH] dodge a valgrind error (for maint or blead)
Message-ID: <43FCB896.7060106@gmail.com>

p4raw-id: //depot/perl@27270

18 years agosv_dump should report the PV for PVGVs, as it can get set.
Nicholas Clark [Wed, 22 Feb 2006 18:21:30 +0000 (18:21 +0000)]
sv_dump should report the PV for PVGVs, as it can get set.
(Typeglobs stringify via a call to GET magic, which uses the PV slot.)

p4raw-id: //depot/perl@27269

18 years agoTest warnings for converting globs to other forms.
Nicholas Clark [Wed, 22 Feb 2006 16:50:25 +0000 (16:50 +0000)]
Test warnings for converting globs to other forms.

p4raw-id: //depot/perl@27268

18 years agoChange 24643 made the mistake of assuming that CvCONST can only be true
Nicholas Clark [Wed, 22 Feb 2006 00:23:49 +0000 (00:23 +0000)]
Change 24643 made the mistake of assuming that CvCONST can only be true
on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
test case from Marcus Holland-Moritz.

p4raw-id: //depot/perl@27267

18 years agoCan merge the two arms of Perl_magic_getglob to save space.
Nicholas Clark [Tue, 21 Feb 2006 20:09:25 +0000 (20:09 +0000)]
Can merge the two arms of Perl_magic_getglob to save space.

p4raw-id: //depot/perl@27265

18 years agoReorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
Nicholas Clark [Tue, 21 Feb 2006 19:04:39 +0000 (19:04 +0000)]
Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
and might also help on other architectures (eg with 8 contiguous bits,
the SvOK() test on ARM won't need an intermediate constant).

p4raw-id: //depot/perl@27264

18 years agoAdditional hints needed to build threaded Perls on NetBSD.
Steve Peters [Tue, 21 Feb 2006 18:44:21 +0000 (18:44 +0000)]
Additional hints needed to build threaded Perls on NetBSD.

p4raw-id: //depot/perl@27263

18 years agoPL_body_arenas should be set to NULL when the interpreter is cleared.
Nicholas Clark [Tue, 21 Feb 2006 18:00:57 +0000 (18:00 +0000)]
PL_body_arenas should be set to NULL when the interpreter is cleared.

p4raw-id: //depot/perl@27262

18 years agoTeach B about CVf_ISXSUB
Nicholas Clark [Tue, 21 Feb 2006 16:28:02 +0000 (16:28 +0000)]
Teach B about CVf_ISXSUB

p4raw-id: //depot/perl@27261

18 years agoGoodbye PERL_XSUB_OLDSTYLE.
Nicholas Clark [Tue, 21 Feb 2006 16:12:37 +0000 (16:12 +0000)]
Goodbye PERL_XSUB_OLDSTYLE.

p4raw-id: //depot/perl@27260

18 years agoRe-order the definitions of the private bits in SvFLAGS by value, so
Nicholas Clark [Tue, 21 Feb 2006 15:40:04 +0000 (15:40 +0000)]
Re-order the definitions of the private bits in SvFLAGS by value, so
that we can see where we're already double-booked.

p4raw-id: //depot/perl@27259

18 years agoDocument the many uses of SVf_FAKE.
Nicholas Clark [Tue, 21 Feb 2006 15:23:21 +0000 (15:23 +0000)]
Document the many uses of SVf_FAKE.

p4raw-id: //depot/perl@27258

18 years agoAdd tests for the previously untested Hash::Util::all_keys().
Steve Peters [Tue, 21 Feb 2006 15:18:58 +0000 (15:18 +0000)]
Add tests for the previously untested Hash::Util::all_keys().

p4raw-id: //depot/perl@27257

18 years ago$ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
Steve Peters [Tue, 21 Feb 2006 00:43:43 +0000 (00:43 +0000)]
$ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
warnings.

p4raw-id: //depot/perl@27256

18 years agoPatches: B, CGI, ExtUtils::MM_Unix
Joshua ben Jore [Sun, 19 Feb 2006 02:58:10 +0000 (20:58 -0600)]
Patches: B, CGI, ExtUtils::MM_Unix
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>

p4raw-id: //depot/perl@27255

18 years agoRe: Patches: B, CGI, ExtUtils::MM_Unix
Joshua ben Jore [Mon, 20 Feb 2006 09:50:15 +0000 (03:50 -0600)]
Re: Patches: B, CGI, ExtUtils::MM_Unix
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>

Includes changes to increment test count in ext/B/t/concise-xs.t and
uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to
avoid the warning.

p4raw-id: //depot/perl@27254

18 years agoop/magic failure on cygwin after 1.5.19-4
Yitzchak Scott-Thoennes [Mon, 20 Feb 2006 11:09:33 +0000 (03:09 -0800)]
op/magic failure on cygwin after 1.5.19-4
Message-ID: <20060220190933.GA1316@efn.org>

p4raw-id: //depot/perl@27252

18 years agoSteal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
Nicholas Clark [Mon, 20 Feb 2006 20:32:09 +0000 (20:32 +0000)]
Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
the number of genuine SV types, unclouded by implementation details.

p4raw-id: //depot/perl@27251

18 years agoMake SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
Dominic Dunlop [Mon, 20 Feb 2006 13:46:00 +0000 (13:46 +0000)]
Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>

p4raw-id: //depot/perl@27250

18 years agoPVCVs don't need XNVs either.
Nicholas Clark [Mon, 20 Feb 2006 19:00:22 +0000 (19:00 +0000)]
PVCVs don't need XNVs either.
(And actually remove xcv_depth)
(And fix the copy lengths in bodies_by_type)

p4raw-id: //depot/perl@27249

18 years agoTrouble with $ENV{CDPATH} after change #27236
Dominic Dunlop [Mon, 20 Feb 2006 14:49:00 +0000 (14:49 +0000)]
Trouble with $ENV{CDPATH} after change #27236
Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>

p4raw-id: //depot/perl@27248

18 years agoPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
Nicholas Clark [Mon, 20 Feb 2006 17:48:21 +0000 (17:48 +0000)]
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
xcv_depth into the IV union saves 4(ish) bytes per CV and format.
"ish" because it was a long, but has been changed to I32 (along with
the corresponding field in struct block_sub) so as not to enlarge the
IV union on platforms where sizeof(long) > sizeof(IV), or struct
block_sub where sizeof(long) > sizeof(I32)

p4raw-id: //depot/perl@27247

18 years agoFix sv_dump to dump formats without the (non-existent) NVX.
Nicholas Clark [Mon, 20 Feb 2006 14:01:59 +0000 (14:01 +0000)]
Fix sv_dump to dump formats without the (non-existent) NVX.

p4raw-id: //depot/perl@27245

18 years agoxcv_root and xcv_xsub can also be merged into a union, providing a new
Nicholas Clark [Mon, 20 Feb 2006 13:42:47 +0000 (13:42 +0000)]
xcv_root and xcv_xsub can also be merged into a union, providing a new
flag is added to denote whether the PVCV is perl or XSUB.

p4raw-id: //depot/perl@27244

18 years agoxcv_start and xcv_xsubany can be merged into a union, as they are never
Nicholas Clark [Mon, 20 Feb 2006 11:54:38 +0000 (11:54 +0000)]
xcv_start and xcv_xsubany can be merged into a union, as they are never
both needed.

p4raw-id: //depot/perl@27243

18 years agoNeed to clear CvXSUBANY() too to turn a constant sub into a prototype.
Nicholas Clark [Mon, 20 Feb 2006 11:54:03 +0000 (11:54 +0000)]
Need to clear CvXSUBANY() too to turn a constant sub into a prototype.

p4raw-id: //depot/perl@27242

18 years agoAdd a new CvISXSUB() macro, for abstracting the test as to whether a
Nicholas Clark [Mon, 20 Feb 2006 10:40:59 +0000 (10:40 +0000)]
Add a new CvISXSUB() macro, for abstracting the test as to whether a
PVCV is perl or XS.

p4raw-id: //depot/perl@27241

18 years agoAbolish BROKEN_UNION_INIT in B::C, as it works around problems in
Nicholas Clark [Mon, 20 Feb 2006 10:10:11 +0000 (10:10 +0000)]
Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
pre-ANSI C compilers, but pays in code duplication.

p4raw-id: //depot/perl@27240

18 years agopatch@27236 vms glob/readdir/chdir EFS/long filename support
John E. Malmberg [Mon, 20 Feb 2006 03:43:00 +0000 (03:43 +0000)]
patch@27236 vms glob/readdir/chdir EFS/long filename support
Message-ID: <43F92CE6.5040704@qsl.net>

p4raw-id: //depot/perl@27239

18 years agoMore NullXXX macro removal from Andy Lester
Rafael Garcia-Suarez [Mon, 20 Feb 2006 09:26:15 +0000 (09:26 +0000)]
More NullXXX macro removal from Andy Lester

p4raw-id: //depot/perl@27238

18 years agoYitzchak points out that the perldiag entry for "Integer overflow in
Rafael Garcia-Suarez [Mon, 20 Feb 2006 08:54:22 +0000 (08:54 +0000)]
Yitzchak points out that the perldiag entry for "Integer overflow in
division" is no longer useful.

p4raw-id: //depot/perl@27237

18 years agoutftaint.t won't be able to run tests with -T if you have
Nicholas Clark [Mon, 20 Feb 2006 00:36:34 +0000 (00:36 +0000)]
utftaint.t won't be able to run tests with -T if you have
Insecure directory in $ENV{PATH}
so skip them. (Probably this means you have . in your PATH)

p4raw-id: //depot/perl@27236

18 years agoRemove the last (U16) cast for CV depths, missed by change 17835.
Nicholas Clark [Mon, 20 Feb 2006 00:21:09 +0000 (00:21 +0000)]
Remove the last (U16) cast for CV depths, missed by change 17835.

p4raw-id: //depot/perl@27235

18 years agoRe-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
Nicholas Clark [Mon, 20 Feb 2006 00:02:53 +0000 (00:02 +0000)]
Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
and make other flag bits that are paired in the code adjacent.
Will produce tighter code on ARM; might help on other platforms too.

p4raw-id: //depot/perl@27234

18 years agoMinistry of Truth removes typo in description of Change 26166.
Nicholas Clark [Sun, 19 Feb 2006 23:59:52 +0000 (23:59 +0000)]
Ministry of Truth removes typo in description of Change 26166.
Change 26166 was correct from the start.
Nothing to see. Move along.
We thank Big Brother for raising the chocolate ration to 20g per week.

p4raw-id: //depot/perl@27233

18 years agoShave sizeof(NV) bytes from formats, by using the same offset
Nicholas Clark [Sun, 19 Feb 2006 22:35:24 +0000 (22:35 +0000)]
Shave sizeof(NV) bytes from formats, by using the same offset
manoeuvre as PVs, PVIVs, PVAVs and PVHVs.

p4raw-id: //depot/perl@27231

18 years agoAVs and HVs don't have IVXs or NVXs, so assert this too.
Nicholas Clark [Sun, 19 Feb 2006 20:30:24 +0000 (20:30 +0000)]
AVs and HVs don't have IVXs or NVXs, so assert this too.

p4raw-id: //depot/perl@27230

18 years agoUnder -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
Nicholas Clark [Sun, 19 Feb 2006 20:10:34 +0000 (20:10 +0000)]
Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
used on scalars that don't have the memory allocated. Correct
SvSTASH and SvMAGIC to only evaluate the sv argument once.

p4raw-id: //depot/perl@27229

18 years agoTo make arithmetic on tainted dualvars work properly requires that
Nicholas Clark [Sun, 19 Feb 2006 18:57:35 +0000 (18:57 +0000)]
To make arithmetic on tainted dualvars work properly requires that
sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.

p4raw-id: //depot/perl@27228

18 years agoSvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
Nicholas Clark [Sun, 19 Feb 2006 12:14:15 +0000 (12:14 +0000)]
SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
code inside the if() test in sv_2pv_flags is dead and can be removed.

p4raw-id: //depot/perl@27227

18 years agoAs Anno Siegel points out, mtime/ctime test should be skipped
Rafael Garcia-Suarez [Sat, 18 Feb 2006 20:13:51 +0000 (20:13 +0000)]
As Anno Siegel points out, mtime/ctime test should be skipped
on OS X on HFS+.

p4raw-id: //depot/perl@27223

18 years agosave_re_context() and even errsv_save = newSVsv(ERRSV); can turn
Nicholas Clark [Sat, 18 Feb 2006 19:01:48 +0000 (19:01 +0000)]
save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
PL_tainted back on, so defer turning if off as late as possible.
This gets lib/locale.t working once more.

p4raw-id: //depot/perl@27222

18 years agoTurn of tainting locally inside swash_init(), as the internal
Nicholas Clark [Sat, 18 Feb 2006 18:23:43 +0000 (18:23 +0000)]
Turn of tainting locally inside swash_init(), as the internal
implementation of the regexp engine has nothing to do with user data,
so when and where it happens to call require is agnostic of the current
expression's taintedness.

p4raw-id: //depot/perl@27221

18 years agoAssume that if runperl is called under tainting, that the caller really
Nicholas Clark [Sat, 18 Feb 2006 18:22:13 +0000 (18:22 +0000)]
Assume that if runperl is called under tainting, that the caller really
really wanted to run perl, so brute force untaint everything.

p4raw-id: //depot/perl@27220

18 years agoConvert utftaint.t to test.pl (from Test.pm) and provide it with
Nicholas Clark [Sat, 18 Feb 2006 17:38:38 +0000 (17:38 +0000)]
Convert utftaint.t to test.pl (from Test.pm) and provide it with
tainted() from taint.t to remove the dependency on Scalar::Util.
(So it will now work with miniperl)

p4raw-id: //depot/perl@27219

18 years agoUpgrade to Digest-SHA-5.34.
Steve Peters [Sat, 18 Feb 2006 12:58:49 +0000 (12:58 +0000)]
Upgrade to Digest-SHA-5.34.

p4raw-id: //depot/perl@27218

18 years agoarena-rework : consolidated patch
Jim Cromie [Mon, 13 Feb 2006 14:12:41 +0000 (07:12 -0700)]
arena-rework : consolidated patch
Message-ID: <43F0F649.9040205@gmail.com>

Tweaked somewhat to split the arena boolean from the arena_size,
and with the PTE still doubling-up with one of the SV types in the
array.

p4raw-id: //depot/perl@27215

18 years agoRe: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
Abe Timmerman [Fri, 17 Feb 2006 23:58:23 +0000 (00:58 +0100)]
Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
Date: Fri, 17 Feb 2006 23:58:23 +0100

p4raw-id: //depot/perl@27214

18 years agoThe two whitespace changes from
Jim Cromie [Mon, 13 Feb 2006 14:12:41 +0000 (07:12 -0700)]
The two whitespace changes from

Subject: arena-rework : consolidated patch
Message-ID: <43F0F649.9040205@gmail.com>
Date: Mon, 13 Feb 2006 14:12:41 -0700

p4raw-id: //depot/perl@27213

18 years agoDon't add -fPIC if already present.
Brendan O'Dea [Sat, 11 Feb 2006 00:37:15 +0000 (11:37 +1100)]
Don't add -fPIC if already present.

Subject: [PATCH] 5.8.8: Debian patches
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20060210133715.GA6826@londo.c47.org>

p4raw-id: //depot/perl@27212

18 years agoFix precedence.
Brendan O'Dea [Sat, 11 Feb 2006 00:37:15 +0000 (11:37 +1100)]
Fix precedence.

Subject: [PATCH] 5.8.8: Debian patches
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20060210133715.GA6826@londo.c47.org>

p4raw-id: //depot/perl@27211

18 years agoFix quote typo.
Brendan O'Dea [Sat, 11 Feb 2006 00:37:15 +0000 (11:37 +1100)]
Fix quote typo.

Subject: [PATCH] 5.8.8: Debian patches
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20060210133715.GA6826@londo.c47.org>

p4raw-id: //depot/perl@27210

18 years agoIn TODO: make encoding.pm lexical ?
Rafael Garcia-Suarez [Fri, 17 Feb 2006 15:48:59 +0000 (15:48 +0000)]
In TODO: make encoding.pm lexical ?

p4raw-id: //depot/perl@27209

18 years agocleaning up perly.c
Andy Lester [Sun, 12 Feb 2006 23:04:56 +0000 (17:04 -0600)]
cleaning up perly.c
Message-ID: <20060213050455.GA27993@petdance.com>

p4raw-id: //depot/perl@27208

18 years agoRe: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net...
Robin Houston [Sun, 27 Nov 2005 00:43:13 +0000 (00:43 +0000)]
Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>

Simplification of the code in my_exit_jump() that unwinds context
stacks

p4raw-id: //depot/perl@27207

18 years agoRe: [perl #38485] use integer; 0x80000000/-1; # coredump
Yitzchak Scott-Thoennes [Mon, 13 Feb 2006 01:39:25 +0000 (17:39 -0800)]
Re: [perl #38485] use integer; 0x80000000/-1; # coredump
Message-ID: <20060213093925.GA3476@efn.org>

p4raw-id: //depot/perl@27205

18 years agoRe: how to build with -DPERL_MEM_LOG ?
Andy Dougherty [Fri, 3 Feb 2006 11:55:58 +0000 (06:55 -0500)]
Re: how to build with -DPERL_MEM_LOG ?
Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@27204

18 years agoProblem compiling swigged c++ code with 5.8.8
Merijn Broeren [Wed, 15 Feb 2006 13:51:49 +0000 (14:51 +0100)]
Problem compiling swigged c++ code with 5.8.8
Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>

p4raw-id: //depot/perl@27203

18 years agoUpgrade to CGI-3.16, with version bump on CGI.pm for documentation
Steve Peters [Thu, 16 Feb 2006 12:54:08 +0000 (12:54 +0000)]
Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
fixes not yet integrated.

p4raw-id: //depot/perl@27202

18 years agoRemove lib/Hash directory when doing make distclean
Rafael Garcia-Suarez [Thu, 16 Feb 2006 12:47:13 +0000 (12:47 +0000)]
Remove lib/Hash directory when doing make distclean

p4raw-id: //depot/perl@27201

18 years agostat() on Windows doesn't handle trailing slashes/backslashes correctly
Jan Dubois [Wed, 15 Feb 2006 17:19:29 +0000 (09:19 -0800)]
stat() on Windows doesn't handle trailing slashes/backslashes correctly
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>

p4raw-id: //depot/perl@27200

18 years ago[patch] t/lib/warnings/pp_sys
Paul Green [Wed, 15 Feb 2006 11:09:57 +0000 (06:09 -0500)]
[patch] t/lib/warnings/pp_sys
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>

p4raw-id: //depot/perl@27199

18 years agoCPAN::FirstTime can go as well from the untested module list
Rafael Garcia-Suarez [Thu, 16 Feb 2006 11:40:42 +0000 (11:40 +0000)]
CPAN::FirstTime can go as well from the untested module list

p4raw-id: //depot/perl@27198

18 years agoPod::Plainer is tested, actually (spotted by chromatic)
Rafael Garcia-Suarez [Thu, 16 Feb 2006 11:38:00 +0000 (11:38 +0000)]
Pod::Plainer is tested, actually (spotted by chromatic)

p4raw-id: //depot/perl@27197

18 years agoMake XCOPY not prompt every two seconds when rebuilding on Win32
Yves Orton [Mon, 13 Feb 2006 09:41:37 +0000 (10:41 +0100)]
Make XCOPY not prompt every two seconds when rebuilding on Win32
Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>

p4raw-id: //depot/perl@27195

18 years agoGet perl_fini() running on HP-UX again.
Gisle Aas [Wed, 15 Feb 2006 15:25:36 +0000 (15:25 +0000)]
Get perl_fini() running on HP-UX again.
It was effectively disabled by change 24667 since
__ux_version is only available under DCE threads
which isn't used when perl is built on HP-UX 11
and later.

p4raw-id: //depot/perl@27194

18 years agoFix to run this test in the core
Rafael Garcia-Suarez [Wed, 15 Feb 2006 13:22:27 +0000 (13:22 +0000)]
Fix to run this test in the core

p4raw-id: //depot/perl@27193

18 years ago[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
Andreas König [Wed, 15 Feb 2006 09:19:56 +0000 (10:19 +0100)]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
Message-ID: <87oe19owyb.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@27192

18 years agoAdded hints/dragonfly.sh for #27189
H.Merijn Brand [Wed, 15 Feb 2006 09:11:12 +0000 (09:11 +0000)]
Added hints/dragonfly.sh for #27189

p4raw-id: //depot/perl@27190

18 years agoPatch for perl to compile/work on DragonFlyBSD
Robert Sebastian Gerus [Tue, 14 Feb 2006 17:27:52 +0000 (18:27 +0100)]
Patch for perl to compile/work on DragonFlyBSD
Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>

p4raw-id: //depot/perl@27189

18 years agopatch@27162 long path name support in readdir / cando_by_name
John E. Malmberg [Sun, 12 Feb 2006 15:24:58 +0000 (10:24 -0500)]
patch@27162 long path name support in readdir / cando_by_name
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <43EF999A.1020500@qsl.net>

p4raw-id: //depot/perl@27187

18 years agoVersion bump to go along with change #27185
Steve Peters [Wed, 15 Feb 2006 02:55:13 +0000 (02:55 +0000)]
Version bump to go along with change #27185
p4raw-link: @27185 on //depot/perl: 70e28ff32415da9c0786352e034cc6de6db9ec65

p4raw-id: //depot/perl@27186

18 years agoGetopt::Long::Configure 'no_getopt_compat'
Abigail [Tue, 14 Feb 2006 23:58:07 +0000 (00:58 +0100)]
Getopt::Long::Configure 'no_getopt_compat'
Message-ID: <20060214225806.GA4120@abigail.nl>

p4raw-id: //depot/perl@27185

18 years agoBack out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
Nicholas Clark [Tue, 14 Feb 2006 23:42:45 +0000 (23:42 +0000)]
Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
never felt quite correct, and other parts of the SV conversion
implementation have improved such that the symptoms 10214 covered
over are gone even without it.

p4raw-id: //depot/perl@27184

18 years agoUpgrade to Time-HiRes-1.87
Steve Peters [Tue, 14 Feb 2006 17:50:06 +0000 (17:50 +0000)]
Upgrade to Time-HiRes-1.87

p4raw-id: //depot/perl@27182

18 years agoHash::Util tests should check if Hash::Util has been built, not
Steve Peters [Tue, 14 Feb 2006 17:41:02 +0000 (17:41 +0000)]
Hash::Util tests should check if Hash::Util has been built, not
List::Util (spotted by Rafael).

p4raw-id: //depot/perl@27181

18 years ago[Patch] Enhance Hash::Util
Yves Orton [Mon, 13 Feb 2006 11:39:33 +0000 (12:39 +0100)]
[Patch] Enhance Hash::Util
Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>

p4raw-id: //depot/perl@27180

18 years agoOne shouldn't be able to dereference a GLOB as a SCALAR.
Yitzchak Scott-Thoennes [Sun, 12 Feb 2006 09:18:39 +0000 (01:18 -0800)]
One shouldn't be able to dereference a GLOB as a SCALAR.

Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
Message-ID: <20060212171839.GA3604@efn.org>

plus regression tests.

p4raw-id: //depot/perl@27179

18 years agoRemove a my_perl that slipped in
Rafael Garcia-Suarez [Tue, 14 Feb 2006 10:18:48 +0000 (10:18 +0000)]
Remove a my_perl that slipped in

p4raw-id: //depot/perl@27178

18 years agoSun Studio lint patches
Andy Lester [Mon, 13 Feb 2006 23:46:17 +0000 (17:46 -0600)]
Sun Studio lint patches
Message-ID: <20060214054617.GA8824@petdance.com>

p4raw-id: //depot/perl@27177

18 years agoEnsure that public I, N and P flags are off when SvTAINT is called on
Nicholas Clark [Mon, 13 Feb 2006 21:46:13 +0000 (21:46 +0000)]
Ensure that public I, N and P flags are off when SvTAINT is called on
something that already has taint magic.

p4raw-id: //depot/perl@27176

18 years agoperldiag.pod patching re: integer overflow
Andy Lester [Sun, 12 Feb 2006 23:08:48 +0000 (17:08 -0600)]
perldiag.pod patching re: integer overflow
Message-ID: <20060213050848.GB27993@petdance.com>

p4raw-id: //depot/perl@27174

18 years ago[perl #38346] [PATCH] Re: B::Deparse's bug?
Stephen McCamant [Wed, 8 Feb 2006 17:48:49 +0000 (09:48 -0800)]
[perl #38346] [PATCH] Re: B::Deparse's bug?
Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>

p4raw-id: //depot/perl@27173

18 years agoTeach checkAUTHORS.pl about Changelogs with leading tabs
Steve Hay [Mon, 13 Feb 2006 16:46:14 +0000 (16:46 +0000)]
Teach checkAUTHORS.pl about Changelogs with leading tabs
in the log entries, and fix a malformed log entry in Changes5.005

p4raw-id: //depot/perl@27172

18 years agoRevert an assert() fix in the light of change #27152
Steve Hay [Mon, 13 Feb 2006 16:03:23 +0000 (16:03 +0000)]
Revert an assert() fix in the light of change #27152

The MinGW problem described here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
was fixed by change #26664. This is no longer relevant in the light of
change #27152, so revert it.

(The other problems with VC++ 6 and BCC, fixed by change #26634, have
not gone away, however.)
p4raw-link: @27152 on //depot/perl: b0e6ae5b51a7c163ac7cdb0d18b54bb1819f6c13
p4raw-link: @26664 on //depot/perl: fb9e8e97420770e8f89d9f2196e1b7b0c855e8bb
p4raw-link: @26634 on //depot/perl: 834268b87a8eb670d899a13106c8dfcdfc7c9b66

p4raw-id: //depot/perl@27171

18 years agoAll the bits of clone_params.flags need to be initialised, not just
Nicholas Clark [Mon, 13 Feb 2006 15:12:58 +0000 (15:12 +0000)]
All the bits of clone_params.flags need to be initialised, not just
CLONEf_JOIN_IN.

p4raw-id: //depot/perl@27169

18 years agoFix change 27059 so that it actually works with >16 file descriptors.
Nicholas Clark [Sun, 12 Feb 2006 19:03:47 +0000 (19:03 +0000)]
Fix change 27059 so that it actually works with >16 file descriptors.
With programmers like these, we need Stadler & Waldorf on code review.

p4raw-id: //depot/perl@27166

18 years agoIn perldiag.pod add an entry for the error message that change 27155
Nicholas Clark [Sat, 11 Feb 2006 22:52:40 +0000 (22:52 +0000)]
In perldiag.pod add an entry for the error message that change 27155
introduced.

p4raw-id: //depot/perl@27162

18 years agoRemove SOFT_CAST() as it no longer does anything useful.
Nicholas Clark [Sat, 11 Feb 2006 16:10:22 +0000 (16:10 +0000)]
Remove SOFT_CAST() as it no longer does anything useful.

p4raw-id: //depot/perl@27161

18 years agoCoalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
Nicholas Clark [Sat, 11 Feb 2006 15:10:32 +0000 (15:10 +0000)]
Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.

p4raw-id: //depot/perl@27159

18 years agoTest to go with change #27155.
Steve Peters [Sat, 11 Feb 2006 14:16:45 +0000 (14:16 +0000)]
Test to go with change #27155.
p4raw-link: @27155 on //depot/perl: ece1bcefc6e1d5c666cb173e3db4fb5c6663a8b9

p4raw-id: //depot/perl@27158

18 years agoDie when integer overflow condition is detected in division under
Steve Peters [Sat, 11 Feb 2006 06:14:02 +0000 (06:14 +0000)]
Die when integer overflow condition is detected in division under
C<use integer>.  Hopefully fixes RT #38485.

p4raw-id: //depot/perl@27155

18 years agoassert() that we can't reach two unreachable code paths
Nicholas Clark [Sat, 11 Feb 2006 00:40:04 +0000 (00:40 +0000)]
assert() that we can't reach two unreachable code paths
(in Perl_magic_get and Perl_pp_shift).

p4raw-id: //depot/perl@27154

18 years agoThe return value from S_hv_auxinit can be ignored, as it's also stored
Nicholas Clark [Fri, 10 Feb 2006 22:37:23 +0000 (22:37 +0000)]
The return value from S_hv_auxinit can be ignored, as it's also stored
within the passed in hv parameter.

p4raw-id: //depot/perl@27153

18 years agoA better fix than 27148
Steve Hay [Fri, 10 Feb 2006 17:46:35 +0000 (17:46 +0000)]
A better fix than 27148

Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 10 Feb 2006 14:58:47 +0000
Message-ID: <20060210145847.GA85020@plum.flirble.org>

Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
From: "Jan Dubois" <jand@ActiveState.com>
Date: Fri, 10 Feb 2006 09:03:41 -0800
Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>

p4raw-id: //depot/perl@27152