18 years agoOne quick fix to the test for differences in error output.
Steve Peters [Wed, 7 Dec 2005 20:39:24 +0000]
One quick fix to the test for differences in error output.

p4raw-id: //depot/perl@26297

18 years agoAll args in embed.fnc should be named
Andy Lester [Wed, 7 Dec 2005 10:08:18 +0000]
All args in embed.fnc should be named
Message-ID: <20051207160818.GA13465@petdance.com>

p4raw-id: //depot/perl@26296

18 years agoDon't build manpages for Encode and Unicode::Normalize
Rafael Garcia-Suarez [Wed, 7 Dec 2005 15:13:03 +0000]
Don't build manpages for Encode and Unicode::Normalize
(when compiling perl manpages are built afterwards, not
by MakeMaker like when installing modules.) This fix a
bootstrap problem (now that Pod::Man uses POSIX.)

p4raw-id: //depot/perl@26295

18 years agoCheck in those files as text, not binary
Rafael Garcia-Suarez [Wed, 7 Dec 2005 13:22:39 +0000]
Check in those files as text, not binary

p4raw-id: //depot/perl@26294

18 years agoRemove space
Rafael Garcia-Suarez [Wed, 7 Dec 2005 13:01:00 +0000]
Remove space

p4raw-id: //depot/perl@26293

18 years agoUpgrade to podlators-2.00
Steve Peters [Wed, 7 Dec 2005 12:36:59 +0000]
Upgrade to podlators-2.00

p4raw-id: //depot/perl@26292

18 years agoAssimilate Pod-Simple-3.03 to the Perl core
Steve Peters [Wed, 7 Dec 2005 11:38:00 +0000]
Assimilate Pod-Simple-3.03 to the Perl core

p4raw-id: //depot/perl@26291

18 years agoPull the regexp stringification code out into S_stringify_regexp, to
Nicholas Clark [Wed, 7 Dec 2005 08:53:03 +0000]
Pull the regexp stringification code out into S_stringify_regexp, to
make sv_2pv_flags clearer.

p4raw-id: //depot/perl@26290

18 years ago3 instances of SvIsUV_on(sv); can be replaced with one.
Nicholas Clark [Wed, 7 Dec 2005 08:30:26 +0000]
3 instances of SvIsUV_on(sv); can be replaced with one.

p4raw-id: //depot/perl@26289

18 years agoUpgrade to CGI-3.14.
Steve Peters [Wed, 7 Dec 2005 02:10:26 +0000]
Upgrade to CGI-3.14.

       Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
       yet been applied to the actual CGI distribution yet.

p4raw-id: //depot/perl@26288

18 years agoAdd a ; that 26281 was lacking.
Nicholas Clark [Tue, 6 Dec 2005 21:55:29 +0000]
Add a ; that 26281 was lacking.
(Dear Mark, please can I have back one of the two that I sent you after
change 23614)

p4raw-id: //depot/perl@26287

18 years agoMove vast swathes of common code from sv_2iv_flags and sv_2uv_flags
Nicholas Clark [Tue, 6 Dec 2005 21:39:24 +0000]
Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
into S_sv_2iuv_common.

p4raw-id: //depot/perl@26286

18 years agoThe early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
Nicholas Clark [Tue, 6 Dec 2005 19:41:43 +0000]
The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
duplication.

p4raw-id: //depot/perl@26285

18 years agoMore consting, and putting stuff in embed.fnc
Andy Lester [Mon, 5 Dec 2005 13:46:13 +0000]
More consting, and putting stuff in embed.fnc
Message-ID: <20051205194613.GB7791@petdance.com>

p4raw-id: //depot/perl@26281

18 years agoRe: stringification of v-string references
John Peacock [Tue, 6 Dec 2005 08:31:32 +0000]
Re: stringification of v-string references
Message-ID: <439592B4.2050101@rowman.com>
Date: Tue, 06 Dec 2005 08:31:32 -0500

p4raw-id: //depot/perl@26280

18 years agoFix typo spotted by Ronald J Kimball.
Gisle Aas [Tue, 6 Dec 2005 16:42:31 +0000]
Fix typo spotted by Ronald J Kimball.

p4raw-id: //depot/perl@26279

18 years agoRe: Perl PR: "Security holes in Sys::Syslog"
Ronald J. Kimball [Tue, 6 Dec 2005 09:56:12 +0000]
Re: Perl PR: "Security holes in Sys::Syslog"
Message-ID: <20051206145612.GA94530@penkwe.pair.com>

p4raw-id: //depot/perl@26278

18 years agoDocument why syslog($priority, "%s", $message) is a good idea
Gisle Aas [Tue, 6 Dec 2005 14:45:30 +0000]
Document why syslog($priority, "%s", $message) is a good idea
if the code might be running with older versions of Sys::Syslog.

p4raw-id: //depot/perl@26277

18 years agoItanium blade servers added to the model list
H.Merijn Brand [Tue, 6 Dec 2005 14:30:53 +0000]
Itanium blade servers added to the model list

p4raw-id: //depot/perl@26276

18 years agoDon't use Copy for 1 and 2 character string constants.
Nicholas Clark [Tue, 6 Dec 2005 13:56:15 +0000]
Don't use Copy for 1 and 2 character string constants.

p4raw-id: //depot/perl@26275

18 years agoEliminate an unneeded local variable.
Nicholas Clark [Tue, 6 Dec 2005 13:40:07 +0000]
Eliminate an unneeded local variable.

p4raw-id: //depot/perl@26274

18 years agoEliminate all the gotos in sv_2pv_flags, by moving the tokensave*
Nicholas Clark [Tue, 6 Dec 2005 13:08:57 +0000]
Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
code into the GMAGIC block.

p4raw-id: //depot/perl@26273

18 years agosv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
Nicholas Clark [Tue, 6 Dec 2005 12:19:23 +0000]
sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
only constant non-"" string returned.

p4raw-id: //depot/perl@26272

18 years agoMake all the return statements closer to the final calcuation of the
Nicholas Clark [Mon, 5 Dec 2005 23:57:51 +0000]
Make all the return statements closer to the final calcuation of the
returned value in the reference stringification code. Pull variables
into tigher scope which also allows some to become const.

p4raw-id: //depot/perl@26271

18 years agoMove the scope of origsv inwards, and rename variables to avoid the
Nicholas Clark [Mon, 5 Dec 2005 23:29:46 +0000]
Move the scope of origsv inwards, and rename variables to avoid the
need to re-assign to sv.

p4raw-id: //depot/perl@26270

18 years agoClone the brief return logic and thereby remove a goto.
Nicholas Clark [Mon, 5 Dec 2005 23:12:33 +0000]
Clone the brief return logic and thereby remove a goto.

p4raw-id: //depot/perl@26269

18 years agoAs they are now the same, can fold the entire switch statement for
Nicholas Clark [Mon, 5 Dec 2005 22:44:32 +0000]
As they are now the same, can fold the entire switch statement for
reference type in sv_2pv_flags into a call to sv_reftype.

p4raw-id: //depot/perl@26268

18 years agoUntease the regexp stringification from the reference naming in
Nicholas Clark [Mon, 5 Dec 2005 22:20:31 +0000]
Untease the regexp stringification from the reference naming in
sv_2pv_flags. (Lots of re-indentation, little real change)

p4raw-id: //depot/perl@26267

18 years agoReferences to version objects should stringify as VSTRING. This makes
Nicholas Clark [Mon, 5 Dec 2005 21:58:20 +0000]
References to version objects should stringify as VSTRING. This makes
stringification consistent with the output of ref().

p4raw-id: //depot/perl@26266

18 years agoThe extra return is actually a duplicated code path, and can go.
Nicholas Clark [Mon, 5 Dec 2005 20:37:11 +0000]
The extra return is actually a duplicated code path, and can go.

p4raw-id: //depot/perl@26265

18 years agoFix typo in description.
Nicholas Clark [Mon, 5 Dec 2005 20:09:23 +0000]
Fix typo in description.

p4raw-id: //depot/perl@26264

18 years agoAdd ext/MIME/Base64/README to MANIFEST
Nicholas Clark [Mon, 5 Dec 2005 19:56:43 +0000]
Add ext/MIME/Base64/README to MANIFEST

p4raw-id: //depot/perl@26263

18 years agoUpgrade to MIME-Base64-3.07
Steve Peters [Mon, 5 Dec 2005 16:35:14 +0000]
Upgrade to MIME-Base64-3.07

p4raw-id: //depot/perl@26262

18 years agoUpgrade to Digest-MD5-2.36
Steve Peters [Mon, 5 Dec 2005 16:29:46 +0000]
Upgrade to Digest-MD5-2.36

p4raw-id: //depot/perl@26261

18 years agoUpgrade to CGI.pm-3.13
Steve Peters [Mon, 5 Dec 2005 16:20:17 +0000]
Upgrade to CGI.pm-3.13

p4raw-id: //depot/perl@26260

18 years ago"Malformed UTF-8 character" was a severe warning, and can now be
Rafael Garcia-Suarez [Mon, 5 Dec 2005 16:19:35 +0000]
"Malformed UTF-8 character" was a severe warning, and can now be
also a fatal error (since change #26258)
p4raw-link: @26258 on //depot/perl: 19f6729910f1cd22aa33cc8443fa168b7813bd95

p4raw-id: //depot/perl@26259

18 years agoRe: [perl #37836] Simple Regex causes SEGV when run on specific data
SADAHIRO Tomoyuki [Tue, 6 Dec 2005 00:35:52 +0000]
Re: [perl #37836] Simple Regex causes SEGV when run on specific data
Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>

p4raw-id: //depot/perl@26258

18 years agoBetter variable names make code clearer
SADAHIRO Tomoyuki [Sun, 4 Dec 2005 16:24:29 +0000]
Better variable names make code clearer

Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051204162412.D720.BQW10602@nifty.com>

p4raw-id: //depot/perl@26257

18 years agoRework the error messages from the swashget code.
SADAHIRO Tomoyuki [Sun, 4 Dec 2005 16:24:59 +0000]
Rework the error messages from the swashget code.

Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051204162431.D723.BQW10602@nifty.com>

p4raw-id: //depot/perl@26256

18 years agoClarification and cleanup of the XS SWASHGET code
SADAHIRO Tomoyuki [Sun, 4 Dec 2005 16:28:35 +0000]
Clarification and cleanup of the XS SWASHGET code

Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051204162508.D726.BQW10602@nifty.com>

p4raw-id: //depot/perl@26255

18 years ago[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
Andreas König [Sat, 3 Dec 2005 12:24:05 +0000]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
Message-ID: <87mzji8luy.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@26254

18 years agoNULL is a legal value for newXS()'s name parameter.
Marcus Holland-Moritz [Sun, 4 Dec 2005 19:37:58 +0000]
NULL is a legal value for newXS()'s name parameter.
(This caused strange build failures with gcc4 -O3)

p4raw-id: //depot/perl@26253

18 years agoFix handling of author's names that had apostrophes. Based on a patch
Steve Peters [Sun, 4 Dec 2005 15:30:55 +0000]
Fix handling of author's names that had apostrophes.  Based on a patch
by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.

p4raw-id: //depot/perl@26252

18 years agoclarify description of vector (v) sprintf format modifier
Dave Mitchell [Sat, 3 Dec 2005 15:20:24 +0000]
clarify description of vector (v) sprintf format modifier

p4raw-id: //depot/perl@26251

18 years agoIn vms/vms.c, don't use the thread-specific Newx() during
Craig A. Berry [Sat, 3 Dec 2005 15:15:47 +0000]
In vms/vms.c, don't use the thread-specific Newx() during
startup before threads are initialized.

p4raw-id: //depot/perl@26250

18 years agoUpdate perlhack.pod with the updated, permanent ActiveState URLs
Steve Peters [Sat, 3 Dec 2005 12:31:02 +0000]
Update perlhack.pod with the updated, permanent ActiveState URLs

p4raw-id: //depot/perl@26249

18 years agoMissing chunk in change #26247.
Rafael Garcia-Suarez [Sat, 3 Dec 2005 12:16:54 +0000]
Missing chunk in change #26247.
p4raw-link: @26247 on //depot/perl: ce43db9bedd4c6999381bd25cfc0127c2b615272

p4raw-id: //depot/perl@26248

18 years agoSys::Syslog::syslog can accept a message without printf
Gisle Aas [Sat, 3 Dec 2005 03:35:32 +0000]
Sys::Syslog::syslog can accept a message without printf
escapes and arguments.

Subject: Re: Perl PR: "Security holes in Sys::Syslog"
Message-ID: <lracfi2z23.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@26247

18 years agoUpgrade to version-0.50
Steve Peters [Sat, 3 Dec 2005 03:30:00 +0000]
Upgrade to version-0.50

p4raw-id: //depot/perl@26246

18 years agoReplace ^M by a space in test for bug #37716, to make
Rafael Garcia-Suarez [Fri, 2 Dec 2005 23:00:55 +0000]
Replace ^M by a space in test for bug #37716, to make
Cygwin happy (found by Yitzchak)

p4raw-id: //depot/perl@26245

18 years agoAddress Hugo's comment on Dave's change (26240)
Nicholas Clark [Fri, 2 Dec 2005 17:15:27 +0000]
Address Hugo's comment on Dave's change (26240)

p4raw-id: //depot/perl@26244

18 years agoStorable retrieve_lscalar fails for empty strings [PATCH]
Gisle Aas [Mon, 28 Nov 2005 04:48:18 +0000]
Storable retrieve_lscalar fails for empty strings [PATCH]
Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>

and
Message-ID: <lrwtisn062.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@26243

18 years agoSigns, signs, everywhere a sign
Andy Lester [Thu, 1 Dec 2005 14:24:51 +0000]
Signs, signs, everywhere a sign
Message-ID: <20051201202451.GI22713@petdance.com>

p4raw-id: //depot/perl@26242

18 years agoNit from change #26232 noticed by H. Merijn Brand
Steve Peters [Thu, 1 Dec 2005 20:27:34 +0000]
Nit from change #26232 noticed by H. Merijn Brand
p4raw-link: @26232 on //depot/perl: 5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1

p4raw-id: //depot/perl@26241

18 years agosprintf %NNN$ check for large values wrapping to negative
Dave Mitchell [Thu, 1 Dec 2005 16:40:29 +0000]
sprintf %NNN$ check for large values wrapping to negative

p4raw-id: //depot/perl@26240

18 years agoAlways define PL_memory_wrap, and use it for the new sprintf checks
Rafael Garcia-Suarez [Thu, 1 Dec 2005 15:40:11 +0000]
Always define PL_memory_wrap, and use it for the new sprintf checks

p4raw-id: //depot/perl@26239

18 years agoMissing #ifdef, noticed by Jan Dubois
Rafael Garcia-Suarez [Thu, 1 Dec 2005 15:26:09 +0000]
Missing #ifdef, noticed by Jan Dubois

p4raw-id: //depot/perl@26238

18 years ago[PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
Gisle Aas [Thu, 1 Dec 2005 06:20:14 +0000]
[PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
Date: 01 Dec 2005 06:20:14 -0800
Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>

Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
From: Gisle Aas <gisle@ActiveState.com>
Date: 01 Dec 2005 06:11:44 -0800
Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@26237

18 years agoDisable constant folding of sprintf
Gisle Aas [Thu, 1 Dec 2005 03:22:10 +0000]
Disable constant folding of sprintf
Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@26236

18 years ago[patch] Re: Perl PR: "Security holes in Sys::Syslog"
Philippe M. Chiasson [Wed, 30 Nov 2005 20:17:31 +0000]
[patch] Re: Perl PR: "Security holes in Sys::Syslog"
From: "Philippe M. Chiasson" <gozer@ActiveState.com>
Message-ID: <438E795B.9060805@ActiveState.com>

p4raw-id: //depot/perl@26235

18 years agoRevert change #26110 (already reverted in maintperl by change 26182)
Rafael Garcia-Suarez [Thu, 1 Dec 2005 08:34:42 +0000]
Revert change #26110 (already reverted in maintperl by change 26182)
p4raw-link: @26110 on //depot/perl: 678f9f8e69283f64dcdcd30e3fe602110d10a5a6

p4raw-id: //depot/perl@26234

18 years agoJan Dubois notices that sitecustomize.pl is to be found in sitelib,
Rafael Garcia-Suarez [Wed, 30 Nov 2005 21:15:21 +0000]
Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
not siteperl

p4raw-id: //depot/perl@26233

18 years agodor-assign (//=) was missing from perlop.pod
Steve Peters [Wed, 30 Nov 2005 19:09:17 +0000]
dor-assign (//=) was missing from perlop.pod

p4raw-id: //depot/perl@26232

18 years agoRemove redundant SvUTF8_on() calls
Gisle Aas [Wed, 30 Nov 2005 09:28:54 +0000]
Remove redundant SvUTF8_on() calls
Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@26231

18 years agoRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
SADAHIRO Tomoyuki [Sun, 27 Nov 2005 17:02:02 +0000]
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051127170016.A786.BQW10602@nifty.com>

p4raw-id: //depot/perl@26229

18 years agoThe regexp engine should check SV flags rather than SV type for
Nicholas Clark [Wed, 30 Nov 2005 13:55:05 +0000]
The regexp engine should check SV flags rather than SV type for
determining if something is a reference, because under the debugger
the value returned by the swash code is SVt_PVMG.
Not doing this has the side effect of repeatedly reassigning the
same array element, which causes destructors to fire on the reassignment
which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
of save_re_context, which under the debugger involves re-entering the
regexp engine, which causes corruption of the regexp engine's global
state.

p4raw-id: //depot/perl@26228

18 years agoFix B::Concise tests after change #26226
Rafael Garcia-Suarez [Wed, 30 Nov 2005 12:30:47 +0000]
Fix B::Concise tests after change #26226
p4raw-link: @26226 on //depot/perl: 7c8a3dfd3bf64e6ea427f38183b879af54fe8f18

p4raw-id: //depot/perl@26227

18 years agoRevert change #22520 (optimise away my $foo = undef and similar
Rafael Garcia-Suarez [Wed, 30 Nov 2005 09:53:11 +0000]
Revert change #22520 (optimise away my $foo = undef and similar
constructs), in order to fix bug perl #37776
p4raw-link: @22520 on //depot/perl: b9d46b3942a9a8cce9cbca1e08f61ac23083a740

p4raw-id: //depot/perl@26226

18 years agoRe: [perl #37716] Re: File::Compare broken for filenames with whitespace
Andreas König [Tue, 29 Nov 2005 08:07:19 +0000]
Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
Message-ID: <878xv89bko.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@26225

18 years agoAssimilate Pod-Escapes-1.04. This is a prereq for Pod::Simple,
Steve Peters [Tue, 29 Nov 2005 12:36:46 +0000]
Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple,
which is now a prereq for podlators.

p4raw-id: //depot/perl@26224

18 years agoTypo fix, by Olivier Blin
Rafael Garcia-Suarez [Mon, 28 Nov 2005 18:43:51 +0000]
Typo fix, by Olivier Blin

p4raw-id: //depot/perl@26223

18 years agoFix ext/POSIX/t/time.t on Win32
Steve Hay [Mon, 28 Nov 2005 17:07:25 +0000]
Fix ext/POSIX/t/time.t on Win32

According to MSDN, "The string result produced by ctime contains
exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
so we *do* want the leading zero on the day returned by strftime

p4raw-id: //depot/perl@26222

18 years agoMac OS X/Darwin seems to have problems with tzname().
Steve Peters [Mon, 28 Nov 2005 14:11:23 +0000]
Mac OS X/Darwin seems to have problems with tzname().

p4raw-id: //depot/perl@26221

18 years agoFAQ sync.
Rafael Garcia-Suarez [Mon, 28 Nov 2005 11:00:37 +0000]
FAQ sync.

p4raw-id: //depot/perl@26220

18 years agoMath::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
Jarkko Hietaniemi [Sun, 27 Nov 2005 23:04:31 +0000]
Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>

p4raw-id: //depot/perl@26219

18 years agoMention of possible use of a scalar variable on the rhs of an arrow "->"
Steve Peters [Mon, 28 Nov 2005 02:34:49 +0000]
Mention of possible use of a scalar variable on the rhs of an arrow "->"
operator added to close two tickets.

p4raw-id: //depot/perl@26218

18 years agoDon't let MakeMaker install doc for MIME::Base64
Rafael Garcia-Suarez [Sun, 27 Nov 2005 23:18:38 +0000]
Don't let MakeMaker install doc for MIME::Base64
(since installpod does it already)

p4raw-id: //depot/perl@26217

18 years agoUpgrade to Getopt::Long 2.34_04
Rafael Garcia-Suarez [Sun, 27 Nov 2005 22:42:42 +0000]
Upgrade to Getopt::Long 2.34_04

p4raw-id: //depot/perl@26216

18 years agofix wrong pool error in cygwin build
Yitzchak Scott-Thoennes [Sun, 27 Nov 2005 09:29:00 +0000]
fix wrong pool error in cygwin build
Message-ID: <20051127082918.GA2556@efn.org>

p4raw-id: //depot/perl@26215

18 years agoUpgrade to MIME-Base64-3.06
Steve Peters [Sun, 27 Nov 2005 02:35:25 +0000]
Upgrade to MIME-Base64-3.06

p4raw-id: //depot/perl@26214

18 years agoDeal with differences in what clock() does between POSIX and BSD.
Steve Peters [Sat, 26 Nov 2005 12:48:42 +0000]
Deal with differences in what clock() does between POSIX and BSD.

p4raw-id: //depot/perl@26213

18 years agoUpgrade to Scalar-List-Utils-1.18
Steve Peters [Sat, 26 Nov 2005 12:04:00 +0000]
Upgrade to Scalar-List-Utils-1.18

p4raw-id: //depot/perl@26212

18 years agoUpgrade to Digest-MD5-2.35
Steve Peters [Sat, 26 Nov 2005 11:50:17 +0000]
Upgrade to Digest-MD5-2.35

p4raw-id: //depot/perl@26211

18 years agoActually update one of the files from the previous change.
Steve Peters [Sat, 26 Nov 2005 11:40:57 +0000]
Actually update one of the files from the previous change.

p4raw-id: //depot/perl@26210

18 years agoUpgrade to Digest-1.14
Steve Peters [Sat, 26 Nov 2005 11:38:02 +0000]
Upgrade to Digest-1.14

p4raw-id: //depot/perl@26209

18 years agoJust be explicit about $TZ.
Steve Peters [Sat, 26 Nov 2005 02:56:26 +0000]
Just be explicit about $TZ.

p4raw-id: //depot/perl@26208

18 years agoHmmm...strftime() does work on Win32, but tzset() is having problems
Steve Peters [Sat, 26 Nov 2005 02:32:10 +0000]
Hmmm...strftime() does work on Win32, but tzset() is having problems
on OpenBSD.

p4raw-id: //depot/perl@26207

18 years agoAdditional tests for B and POSIX. The POSIX ones concern me a bit,
Steve Peters [Sat, 26 Nov 2005 01:31:24 +0000]
Additional tests for B and POSIX.  The POSIX ones concern me a bit,
but I don't expect any black smokes because of testing on OpenBSD,
Linux, Win32, an Cygwin.

p4raw-id: //depot/perl@26206

18 years agoMove report_uninit() and its static supporting functions to the end of
Nicholas Clark [Fri, 25 Nov 2005 15:12:02 +0000]
Move report_uninit() and its static supporting functions to the end of
sv.c, so that they are not sandwiched between the two halves of the
SV allocation code. However, the diff looks far more evil than it
should given that this is just moving a single albeit large hunk.

p4raw-id: //depot/perl@26205

18 years agoperlpod documentation discrepancy in 5.8.6 ( and maybe later? )
Yves Orton [Fri, 25 Nov 2005 13:57:38 +0000]
perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>

p4raw-id: //depot/perl@26204

18 years agoRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
SADAHIRO Tomoyuki [Fri, 25 Nov 2005 00:19:35 +0000]
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Date: Fri, 25 Nov 2005 00:19:35 +0900
Message-Id: <20051125001031.24E3.BQW10602@nifty.com>

Date: Fri, 25 Nov 2005 01:18:17 +0900
Message-Id: <20051125011410.24E9.BQW10602@nifty.com>

p4raw-id: //depot/perl@26203

18 years agoDocument new perldoc -L switch
Enrico Sorcinelli [Thu, 24 Nov 2005 16:04:03 +0000]
Document new perldoc -L switch

Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
Message-Id: <20051124160403.568a194b.bepi@perl.it>

p4raw-id: //depot/perl@26202

18 years agoDelete a README made redundant by change 26200.
Rafael Garcia-Suarez [Thu, 24 Nov 2005 08:52:35 +0000]
Delete a README made redundant by change 26200.

p4raw-id: //depot/perl@26201

18 years agoperlce touches
Vadim Konovalov [Wed, 23 Nov 2005 20:55:00 +0000]
perlce touches
From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>

p4raw-id: //depot/perl@26200

18 years agoXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
SADAHIRO Tomoyuki [Wed, 23 Nov 2005 17:57:34 +0000]
XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>

And :
Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>

with some nits to use U8 instead of char more consistently

p4raw-id: //depot/perl@26199

18 years agoNotes in perlstyle about POD formatting, by Sébastien
Rafael Garcia-Suarez [Tue, 22 Nov 2005 21:24:19 +0000]
Notes in perlstyle about POD formatting, by Sébastien
Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.

p4raw-id: //depot/perl@26198

18 years agoNote the URL describing the vast riches awaiting us.
Nicholas Clark [Tue, 22 Nov 2005 20:23:34 +0000]
Note the URL describing the vast riches awaiting us.

p4raw-id: //depot/perl@26197

18 years agoinclude PERL_TRACK_MEMPOOL in perl -V output
Dave Mitchell [Tue, 22 Nov 2005 16:52:24 +0000]
include PERL_TRACK_MEMPOOL in perl -V output

p4raw-id: //depot/perl@26196

18 years ago[perl #37725] perl segfaults on reversed array reference
Dave Mitchell [Tue, 22 Nov 2005 16:32:42 +0000]
[perl #37725] perl segfaults on reversed array reference

The 'for (reverse @a)' optimisation got its index wrong when
create LVALUE SVs for undef elements

p4raw-id: //depot/perl@26195

18 years ago[DOC PATCH] Sort subs *can* now be recursive
Robin Houston [Tue, 22 Nov 2005 13:28:17 +0000]
[DOC PATCH] Sort subs *can* now be recursive
Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>

p4raw-id: //depot/perl@26194