19 years agoperl-5.8.8 also contained change 27040.
Gisle Aas [Thu, 2 Feb 2006 10:05:32 +0000]
perl-5.8.8 also contained change 27040.

p4raw-id: //depot/perl@27051

19 years agoYet more instances of gv_fetchpv... that should be GV_ADD rather than
Nicholas Clark [Thu, 2 Feb 2006 00:36:38 +0000]
Yet more instances of gv_fetchpv... that should be GV_ADD rather than
TRUE.
Convert two gv_fetchpvn_flags to gv_fetchpvs.

p4raw-id: //depot/perl@27050

19 years agoAnd another assumption.
Nicholas Clark [Thu, 2 Feb 2006 00:24:06 +0000]
And another assumption.

p4raw-id: //depot/perl@27049

19 years agoSince PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE it seems that
Nicholas Clark [Wed, 1 Feb 2006 23:38:53 +0000]
Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE it seems that
no-one has been testing it, as there was a const too far.

p4raw-id: //depot/perl@27048

19 years agoDoc nit found by Stephen Gordon.
Steve Peters [Wed, 1 Feb 2006 23:34:47 +0000]
Doc nit found by Stephen Gordon.

p4raw-id: //depot/perl@27047

19 years agodoubleplusoops. Apart from the documented NUL termination assumption.
Nicholas Clark [Wed, 1 Feb 2006 23:03:11 +0000]
doubleplusoops. Apart from the documented NUL termination assumption.
Now removed.

p4raw-id: //depot/perl@27046

19 years agoReferences can't have SVp_IOK or SVp_NOK set, so no need for all the
Nicholas Clark [Wed, 1 Feb 2006 22:39:29 +0000]
References can't have SVp_IOK or SVp_NOK set, so no need for all the
conditional code to copy IVX and NVX if true. "You cannot get here".

p4raw-id: //depot/perl@27045

19 years agoOops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
Nicholas Clark [Wed, 1 Feb 2006 22:03:37 +0000]
Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags

p4raw-id: //depot/perl@27044

19 years agoCorrect my comment, so that it's actually useful. :-)
Nicholas Clark [Wed, 1 Feb 2006 20:26:46 +0000]
Correct my comment, so that it's actually useful. :-)

p4raw-id: //depot/perl@27043

19 years ago[[:...:]] is equivalent to \p{...}, not [:...:], tweaked from
Steve Purkis [Fri, 20 Jan 2006 12:35:06 +0000]
[[:...:]] is equivalent to \p{...}, not [:...:], tweaked from
Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
Date: Fri, 20 Jan 2006 12:35:06 -0500

p4raw-id: //depot/perl@27042

19 years agoImprove a bit the documentation for kill() with SIGNAL==0
Rafael Garcia-Suarez [Wed, 1 Feb 2006 18:07:26 +0000]
Improve a bit the documentation for kill() with SIGNAL==0

p4raw-id: //depot/perl@27039

19 years agoMmm, it looks like it's a bad plan to rebuild the TOC from a tree that
Nicholas Clark [Wed, 1 Feb 2006 18:05:20 +0000]
Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
has other modules in ext/
TODO - fix buildtoc to cross check with MANIFEST.

p4raw-id: //depot/perl@27038

19 years agoIntegrate perl588delta.pod from maint, and re-run pod/buildtoc.
Nicholas Clark [Wed, 1 Feb 2006 17:53:28 +0000]
Integrate perl588delta.pod from maint, and re-run pod/buildtoc.

p4raw-id: //depot/perl@27037
p4raw-branched: from //depot/maint-5.8/perl@27036 'branch in'
pod/perl588delta.pod (@27012..)
p4raw-edited: from //depot/maint-5.8/perl@24695 'edit in'
vms/descrip_mms.template (@24616..)
p4raw-integrated: from //depot/maint-5.8/perl@24695 'edit in'
Makefile.SH (@23936..) pod.lst pod/perltoc.pod win32/Makefile
win32/makefile.mk (@24616..) 'merge in' win32/pod.mak
(@23573..) MANIFEST (@24611..)

19 years agoDoc nit by Andy Dougherty
Rafael Garcia-Suarez [Wed, 1 Feb 2006 17:49:53 +0000]
Doc nit by Andy Dougherty

p4raw-id: //depot/perl@27036

19 years agoautouse actually requires perl 5.6 at least.
Rafael Garcia-Suarez [Wed, 1 Feb 2006 16:14:07 +0000]
autouse actually requires perl 5.6 at least.

p4raw-id: //depot/perl@27035

19 years agoAvoid "Prototype mismatch" warnings with autouse.
Rafael Garcia-Suarez [Wed, 1 Feb 2006 15:51:35 +0000]
Avoid "Prototype mismatch" warnings with autouse.

p4raw-id: //depot/perl@27034

19 years agoFix corelist data for 5.8.8
Rafael Garcia-Suarez [Wed, 1 Feb 2006 13:22:26 +0000]
Fix corelist data for 5.8.8

p4raw-id: //depot/perl@27033

19 years agoMore history
Rafael Garcia-Suarez [Wed, 1 Feb 2006 12:41:37 +0000]
More history

p4raw-id: //depot/perl@27032

19 years agoUpdate to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
Rafael Garcia-Suarez [Wed, 1 Feb 2006 12:30:14 +0000]
Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)

p4raw-id: //depot/perl@27031

19 years ago[patch] arena rework - unify arenaroots
Jim Cromie [Tue, 31 Jan 2006 03:33:46 +0000]
[patch] arena rework - unify arenaroots
Message-ID: <43DF3D0A.3040102@gmail.com>
Date: Tue, 31 Jan 2006 03:33:46 -0700

p4raw-id: //depot/perl@27030

19 years agoMake Perl_gv_fetchpvn_flags actually heed the passed in length.
Nicholas Clark [Tue, 31 Jan 2006 22:59:27 +0000]
Make Perl_gv_fetchpvn_flags actually heed the passed in length.
This means that \0 bytes in symbolic references now work.

p4raw-id: //depot/perl@27028

19 years agoIntel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately,
Steve Peters [Tue, 31 Jan 2006 18:42:31 +0000]
Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately,
icc does not support gcc built-ins like __attribiute__.

p4raw-id: //depot/perl@27027

19 years ago[perl #38380] Typo in perlfunc.pod
p.boven@sara.nl [Tue, 31 Jan 2006 05:22:28 +0000]
[perl #38380] Typo in perlfunc.pod
From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
Date: Tue, 31 Jan 2006 05:22:28 -0800

p4raw-id: //depot/perl@27022

19 years agoEliminate save_threadsv, as it is never linked to, and all it does
Nicholas Clark [Tue, 31 Jan 2006 15:10:37 +0000]
Eliminate save_threadsv, as it is never linked to, and all it does
post 5005 threads is croak().

p4raw-id: //depot/perl@27021

19 years agoRe: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
Yves Orton [Tue, 31 Jan 2006 09:55:25 +0000]
Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>

p4raw-id: //depot/perl@27016

19 years agopatch@26996 - patch around stat("_NLA0:") bug
John E. Malmberg [Tue, 31 Jan 2006 04:37:27 +0000]
patch@26996 - patch around stat("_NLA0:") bug
From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
Message-id: <43DEE5CE.7060108@qsl.net>

p4raw-id: //depot/perl@27015

19 years agoSilence a warning from the MS compiler about signed/unsigned mismatch.
Nicholas Clark [Tue, 31 Jan 2006 00:15:26 +0000]
Silence a warning from the MS compiler about signed/unsigned mismatch.

p4raw-id: //depot/perl@27014

19 years agoAdd perl594delta
Rafael Garcia-Suarez [Mon, 30 Jan 2006 17:47:56 +0000]
Add perl594delta

p4raw-id: //depot/perl@27010

19 years agoChange the author aliasing to reflect updates to AUTHORS.
Nicholas Clark [Mon, 30 Jan 2006 17:12:54 +0000]
Change the author aliasing to reflect updates to AUTHORS.

p4raw-id: //depot/perl@27009

19 years agoBump version number to 5.9.4
Rafael Garcia-Suarez [Mon, 30 Jan 2006 16:58:47 +0000]
Bump version number to 5.9.4
Regenerate template config in Porting

p4raw-id: //depot/perl@27007

19 years agoSilence another Irix compiler warning.
Nicholas Clark [Mon, 30 Jan 2006 16:50:38 +0000]
Silence another Irix compiler warning.

p4raw-id: //depot/perl@27006

19 years agoAvoid a warning from the Irix C compiler.
Nicholas Clark [Mon, 30 Jan 2006 16:29:38 +0000]
Avoid a warning from the Irix C compiler.

p4raw-id: //depot/perl@27005

19 years agoTeach the Makefile how to cleanup config.over.
Steve Peters [Mon, 30 Jan 2006 15:04:50 +0000]
Teach the Makefile how to cleanup config.over.

p4raw-id: //depot/perl@27004

19 years agoCode assumes that *FOO{SCALAR} will always return a scalar reference,
Nicholas Clark [Mon, 30 Jan 2006 13:42:56 +0000]
Code assumes that *FOO{SCALAR} will always return a scalar reference,
so make it so, creating $FOO if necessary.
(Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
visible to XS code, but isn't visible to Perl code)

p4raw-id: //depot/perl@27002

19 years agoAdd -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.
Steve Peters [Mon, 30 Jan 2006 13:25:04 +0000]
Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.
Otherwise, the build fails in POSIX.

p4raw-id: //depot/perl@27001

19 years agoUse a union for storing the shared hash key reference count, rather
Nicholas Clark [Mon, 30 Jan 2006 12:59:12 +0000]
Use a union for storing the shared hash key reference count, rather
than messy pointer hacks.

p4raw-id: //depot/perl@27000

19 years ago[DOC PATCH] $^X isn't necessarily argv[0]
Yitzchak Scott-Thoennes [Mon, 30 Jan 2006 01:06:24 +0000]
[DOC PATCH] $^X isn't necessarily argv[0]
Message-ID: <20060130090624.GA3760@efn.org>

p4raw-id: //depot/perl@26999

19 years agomaint and blead: unicos.sh hints
Jarkko Hietaniemi [Sun, 29 Jan 2006 23:45:03 +0000]
maint and blead: unicos.sh hints
Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>

p4raw-id: //depot/perl@26998

19 years agoAssert that IVs and NVs can never be tainted.
Nicholas Clark [Mon, 30 Jan 2006 00:18:52 +0000]
Assert that IVs and NVs can never be tainted.

p4raw-id: //depot/perl@26997

19 years agoSolaris seems not to enjoy initialising constants from SIG_??? on 64
Nicholas Clark [Sun, 29 Jan 2006 22:00:11 +0000]
Solaris seems not to enjoy initialising constants from SIG_??? on 64
bit builds.

p4raw-id: //depot/perl@26996

19 years agoUpgrade to podlators-2.0.3
Steve Peters [Sun, 29 Jan 2006 20:43:44 +0000]
Upgrade to podlators-2.0.3

p4raw-id: //depot/perl@26995

19 years agoEmail change for Steven Schubiger
Rafael Garcia-Suarez [Sun, 29 Jan 2006 18:31:52 +0000]
Email change for Steven Schubiger

p4raw-id: //depot/perl@26994

19 years agoRe: [patch] s/ar ts/ar s/g
Philippe M. Chiasson [Thu, 26 Jan 2006 13:53:07 +0000]
Re: [patch] s/ar ts/ar s/g
From: "Philippe M. Chiasson" <gozer@ActiveState.com>
Message-ID: <43D944C3.60101@ActiveState.com>

p4raw-id: //depot/perl@26993

19 years agoC compilers don't let you return void. Pay attention gcc, and
Nicholas Clark [Sun, 29 Jan 2006 00:25:04 +0000]
C compilers don't let you return void. Pay attention gcc, and
stop aping Shildt.

p4raw-id: //depot/perl@26991

19 years agoAvoid using space to create 2 functions just to force mathoms to be
Nicholas Clark [Sun, 29 Jan 2006 00:09:10 +0000]
Avoid using space to create 2 functions just to force mathoms to be
linked. Instead, force the link via the perl interpreter structure
via a function pointer that gets replaced at run time anyway.

p4raw-id: //depot/perl@26990

19 years agoCall gv_fetchpvn_flags where we already know the length.
Nicholas Clark [Sat, 28 Jan 2006 17:46:56 +0000]
Call gv_fetchpvn_flags where we already know the length.

p4raw-id: //depot/perl@26989

19 years agoUpgrade to podlators-2.0.2
Steve Peters [Sat, 28 Jan 2006 17:25:03 +0000]
Upgrade to podlators-2.0.2

p4raw-id: //depot/perl@26988

19 years agoSqueeze more flag manipulations together in sv_setsv_flags.
Nicholas Clark [Sat, 28 Jan 2006 17:15:21 +0000]
Squeeze more flag manipulations together in sv_setsv_flags.

p4raw-id: //depot/perl@26987

19 years agoUpgrade to CPAN-1.83_59
Steve Peters [Sat, 28 Jan 2006 16:50:32 +0000]
Upgrade to CPAN-1.83_59

p4raw-id: //depot/perl@26986

19 years agoUpgrade to Archive-Tar-1.28
Steve Peters [Sat, 28 Jan 2006 16:43:43 +0000]
Upgrade to Archive-Tar-1.28

p4raw-id: //depot/perl@26985

19 years agoAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
Nicholas Clark [Sat, 28 Jan 2006 15:44:04 +0000]
Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
Many strlen()s saved.

p4raw-id: //depot/perl@26983

19 years agoMerge the IOK and NOK clauses together in sv_setsv_flags.
Nicholas Clark [Sat, 28 Jan 2006 14:46:35 +0000]
Merge the IOK and NOK clauses together in sv_setsv_flags.

p4raw-id: //depot/perl@26982

19 years agoThe flags manipulation in sv_setsv_flags can be more efficient.
Nicholas Clark [Sat, 28 Jan 2006 14:23:49 +0000]
The flags manipulation in sv_setsv_flags can be more efficient.

p4raw-id: //depot/perl@26981

19 years agoPERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
Nicholas Clark [Sat, 28 Jan 2006 14:02:10 +0000]
PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.

p4raw-id: //depot/perl@26980

19 years agoBy changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
Nicholas Clark [Sat, 28 Jan 2006 13:38:28 +0000]
By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
save duplicating mg_find calls, without changing the semantics in any
boolean context.

p4raw-id: //depot/perl@26979

19 years agoPull the other large chunk of PVGV assignment code into S_pvgv_assign.
Nicholas Clark [Sat, 28 Jan 2006 12:49:15 +0000]
Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
There seems to be some duplication with S_glob_assign.

p4raw-id: //depot/perl@26978

19 years agoRemove goto glob_assign;
Nicholas Clark [Sat, 28 Jan 2006 12:26:47 +0000]
Remove goto glob_assign;

p4raw-id: //depot/perl@26977

19 years agoPull glob_assign out from sv_setsv_flags into a static function.
Nicholas Clark [Sat, 28 Jan 2006 12:08:01 +0000]
Pull glob_assign out from sv_setsv_flags into a static function.

p4raw-id: //depot/perl@26976

19 years agoUpdate Changes
Rafael Garcia-Suarez [Sat, 28 Jan 2006 11:00:30 +0000]
Update Changes

p4raw-id: //depot/perl@26975

19 years agoAdd perl 5.9.3 in release list
Rafael Garcia-Suarez [Sat, 28 Jan 2006 10:57:04 +0000]
Add perl 5.9.3 in release list

p4raw-id: //depot/perl@26974

19 years agoRe: Make Passive mode the default for Net::FTP
Gisle Aas [Fri, 27 Jan 2006 07:21:16 +0000]
Re: Make Passive mode the default for Net::FTP
Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@26970

19 years agoOops. Forgot to add this file.
Rafael Garcia-Suarez [Fri, 27 Jan 2006 18:27:22 +0000]
Oops. Forgot to add this file.

p4raw-id: //depot/perl@26969

19 years agoRegenerate META.yml
Rafael Garcia-Suarez [Fri, 27 Jan 2006 18:07:54 +0000]
Regenerate META.yml

p4raw-id: //depot/perl@26968

19 years agoRegenerate Changes; remove ^M chars in Changes
Rafael Garcia-Suarez [Fri, 27 Jan 2006 18:04:17 +0000]
Regenerate Changes; remove ^M chars in Changes

p4raw-id: //depot/perl@26967

19 years agoRemove patch number
Rafael Garcia-Suarez [Fri, 27 Jan 2006 17:47:32 +0000]
Remove patch number

p4raw-id: //depot/perl@26966

19 years agoMention ptardiff in perldelta.
Rafael Garcia-Suarez [Fri, 27 Jan 2006 17:44:48 +0000]
Mention ptardiff in perldelta.

p4raw-id: //depot/perl@26965

19 years agoDon't install ptardiff in the module tree
Rafael Garcia-Suarez [Fri, 27 Jan 2006 17:37:27 +0000]
Don't install ptardiff in the module tree

p4raw-id: //depot/perl@26964

19 years agoInstall the ptardiff utility that comes with Archive::Tar
Rafael Garcia-Suarez [Fri, 27 Jan 2006 17:19:52 +0000]
Install the ptardiff utility that comes with Archive::Tar

p4raw-id: //depot/perl@26963

19 years agoInstall nit : README.e2x should be installed, the other READMEs shouldn't
Rafael Garcia-Suarez [Fri, 27 Jan 2006 17:04:35 +0000]
Install nit : README.e2x should be installed, the other READMEs shouldn't

p4raw-id: //depot/perl@26962

19 years agoRegenerate PODs
Rafael Garcia-Suarez [Fri, 27 Jan 2006 16:31:33 +0000]
Regenerate PODs

p4raw-id: //depot/perl@26961

19 years agoSome spelling fixes by David Landgren.
Rafael Garcia-Suarez [Fri, 27 Jan 2006 15:35:01 +0000]
Some spelling fixes by David Landgren.
Mention perltodo.

p4raw-id: //depot/perl@26960

19 years agoRevert change 24461, now that change 26757 allows TEST
Rafael Garcia-Suarez [Fri, 27 Jan 2006 15:26:05 +0000]
Revert change 24461, now that change 26757 allows TEST
to accept extra output from module tests

p4raw-id: //depot/perl@26959

19 years agoquiet gcc Info message in cygwin
Yitzchak Scott-Thoennes [Wed, 25 Jan 2006 19:16:09 +0000]
quiet gcc Info message in cygwin
Message-ID: <20060126031608.GA2588@efn.org>

p4raw-id: //depot/perl@26958

19 years agoRemove note about #elif, see :
Steve Hay [Fri, 27 Jan 2006 11:09:02 +0000]
Remove note about #elif, see :
Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
Message-ID: <43D9FF4E.6010501@uk.radan.com>

p4raw-id: //depot/perl@26957

19 years agoA description of the new constants.
Nicholas Clark [Fri, 27 Jan 2006 10:36:05 +0000]
A description of the new constants.

p4raw-id: //depot/perl@26955

19 years agoSimplify nested '#ifdef' by replacing it with '#elif defined()'
Gisle Aas [Fri, 27 Jan 2006 08:54:04 +0000]
Simplify nested '#ifdef' by replacing it with '#elif defined()'

p4raw-id: //depot/perl@26954

19 years agoSafer implementation of RTRIM().
Gisle Aas [Fri, 27 Jan 2006 08:49:34 +0000]
Safer implementation of RTRIM().
Don't rely on SvCUR to be sane unless SvPOK.

p4raw-id: //depot/perl@26953

19 years agoChange 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
Philippe M. Chiasson [Thu, 26 Jan 2006 13:39:59 +0000]
Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
From: "Philippe M. Chiasson" <gozer@ActiveState.com>
Message-ID: <43D941AF.1060503@ActiveState.com>
Date: Thu, 26 Jan 2006 13:39:59 -0800

p4raw-id: //depot/perl@26952

19 years agoFix a few nits in perl593delta
Steve Peters [Thu, 26 Jan 2006 19:23:48 +0000]
Fix a few nits in perl593delta

p4raw-id: //depot/perl@26951

19 years agominiperl isn't enough anymore to run pod2man.
Rafael Garcia-Suarez [Thu, 26 Jan 2006 18:48:27 +0000]
miniperl isn't enough anymore to run pod2man.

p4raw-id: //depot/perl@26950

19 years ago2 spelling corrections, and rephrase the entry on perlivp (better
Nicholas Clark [Thu, 26 Jan 2006 18:35:56 +0000]
2 spelling corrections, and rephrase the entry on perlivp (better
grammer, more succinct)

p4raw-id: //depot/perl@26949

19 years agoMore work on perldelta
Rafael Garcia-Suarez [Thu, 26 Jan 2006 18:14:26 +0000]
More work on perldelta

p4raw-id: //depot/perl@26948

19 years agoMake dump and -u croak on Win32 and Cygwin to avoid confusion
Yves Orton [Thu, 26 Jan 2006 15:40:42 +0000]
Make dump and -u croak on Win32 and Cygwin to avoid confusion
such as was seen here:

Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>

p4raw-id: //depot/perl@26947

19 years agoSvREADONLY_off inside the magic routines is also dangerous on shared
Nicholas Clark [Thu, 26 Jan 2006 14:57:42 +0000]
SvREADONLY_off inside the magic routines is also dangerous on shared
hash key scalars, so decompose them to normal scalars if they ever
get here.

p4raw-id: //depot/perl@26946

19 years agoassertions.pm is dual-lived
Rafael Garcia-Suarez [Thu, 26 Jan 2006 11:49:22 +0000]
assertions.pm is dual-lived

p4raw-id: //depot/perl@26945

19 years agoaelemfast optimization opclass problem (c.f. [perl #38279])
Stephen McCamant [Tue, 24 Jan 2006 07:23:00 +0000]
aelemfast optimization opclass problem (c.f. [perl #38279])
Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>

p4raw-id: //depot/perl@26943

19 years agoSimplify &IO::Handle::say
Gisle Aas [Tue, 24 Jan 2006 05:01:28 +0000]
Simplify &IO::Handle::say
Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@26941

19 years agoFix a regression on suidperl : the error message "No #! line" was
Rafael Garcia-Suarez [Tue, 24 Jan 2006 15:10:27 +0000]
Fix a regression on suidperl : the error message "No #! line" was
produced in erroneous cases, because we used to read values in a
string buffer that pointed to nothing.

p4raw-id: //depot/perl@26940

19 years agoRemove d_nanosleep from win32 configs
Steve Hay [Tue, 24 Jan 2006 12:13:15 +0000]
Remove d_nanosleep from win32 configs
Change 19899 removed them before, but they have accidentally crept back.

p4raw-id: //depot/perl@26936

19 years agoSPRINTF_RETURNS_STRLEN isn't really a compile-time option
Steve Hay [Tue, 24 Jan 2006 09:22:44 +0000]
SPRINTF_RETURNS_STRLEN isn't really a compile-time option
From: Gisle Aas <gisle@ActiveState.com>
Date: 23 Jan 2006 02:12:04 -0800
Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>

Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
From: "Jan Dubois" <jand@ActiveState.com>
Date: Mon, 23 Jan 2006 11:30:51 -0800
Message-ID: <008001c62053$86adf680$2217a8c0@candy>

p4raw-id: //depot/perl@26935

19 years agoMore work on perldelta
Rafael Garcia-Suarez [Mon, 23 Jan 2006 19:24:06 +0000]
More work on perldelta

p4raw-id: //depot/perl@26933

19 years agoconstant_add_symbol needs to be static, else static builds can fail at
Nicholas Clark [Mon, 23 Jan 2006 19:06:41 +0000]
constant_add_symbol needs to be static, else static builds can fail at
link time. (*How* many meanings is "static" overloaded with?)

p4raw-id: //depot/perl@26932

19 years agoTru64: -Uusedl: lib/ExtUtils/t/Embed.t
Jarkko Hietaniemi [Mon, 23 Jan 2006 20:34:18 +0000]
Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
Message-ID: <43D521AA.7030008@gmail.com>

p4raw-id: //depot/perl@26930

19 years agoUpgrade to Pod-Simple-3.04
Steve Peters [Mon, 23 Jan 2006 15:56:34 +0000]
Upgrade to Pod-Simple-3.04

p4raw-id: //depot/perl@26929

19 years agoNow that change #26410 is reverted, mark as TODO the tests added
Rafael Garcia-Suarez [Mon, 23 Jan 2006 15:28:51 +0000]
Now that change #26410 is reverted, mark as TODO the tests added
by change #26925.
p4raw-link: @26925 on //depot/perl: 86f12da24a95dda38e6d599b881a5cca226226e4
p4raw-link: @26410 on //depot/perl: e26a497577f3ce7b9a4d9e1e62062839554dfd8f

p4raw-id: //depot/perl@26928

19 years agoMissing chunk in change #26926
Rafael Garcia-Suarez [Mon, 23 Jan 2006 15:18:30 +0000]
Missing chunk in change #26926
p4raw-link: @26926 on //depot/perl: 6fbb66d654f8539b40e6cdc4ce45f9e073f37d64

p4raw-id: //depot/perl@26927

19 years agoRevert change 26410, marking the test that was added there as TODO.
Nicholas Clark [Wed, 18 Jan 2006 21:30:00 +0000]
Revert change 26410, marking the test that was added there as TODO.
See the thread :
Subject: LVALUE m//g (was Re: au revoir ...)
Message-ID: <20060118203058.GQ616@plum.flirble.org>

p4raw-id: //depot/perl@26926

19 years agoChange the regression test added by 26410 to use test.pl; this makes
Nicholas Clark [Mon, 23 Jan 2006 15:11:11 +0000]
Change the regression test added by 26410 to use test.pl; this makes
it easier to TODO if needed.
Add the TODO test provided by Rick Delaney, but not as TODO, because
change 26410 also made pos on LVALUE subroutines work for the first
time.

p4raw-id: //depot/perl@26925

19 years agoUn-const magic virtual tables; this consting breaks the nasty
Rafael Garcia-Suarez [Mon, 23 Jan 2006 14:44:59 +0000]
Un-const magic virtual tables; this consting breaks the nasty
things done by Swig, as noticed by Audrey.

p4raw-id: //depot/perl@26924

19 years agoUpgrade to CPAN-1.83_58
Steve Peters [Mon, 23 Jan 2006 14:35:52 +0000]
Upgrade to CPAN-1.83_58

p4raw-id: //depot/perl@26923