19 years agogenuine possible buffer problems spotted by flawfinder
Nicholas Clark [Sat, 20 Nov 2004 14:21:28 +0000]
genuine possible buffer problems spotted by flawfinder

p4raw-id: //depot/perl@23520

19 years agoMake "err" a weak keyword;
Rafael Garcia-Suarez [Fri, 19 Nov 2004 14:48:35 +0000]
Make "err" a weak keyword;
that is, it will be overriden by any sub named "err", except when
really an operator is expected at this point. ([perl #32347])

p4raw-id: //depot/perl@23519

19 years ago[perl #32486] error in documentation for POSIX::pipe
Chris Lightfoot [Thu, 18 Nov 2004 18:09:54 +0000]
[perl #32486] error in documentation for POSIX::pipe
From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>

p4raw-id: //depot/perl@23518

19 years agoBump version number
Nicholas Clark [Thu, 18 Nov 2004 23:32:20 +0000]
Bump version number

p4raw-id: //depot/perl@23517

19 years agoRemaining nit in the deparsing of reversed foreach loops
Rafael Garcia-Suarez [Thu, 18 Nov 2004 22:06:21 +0000]
Remaining nit in the deparsing of reversed foreach loops

p4raw-id: //depot/perl@23516

19 years agoFix deparsing of reversed foreach loops,
Rafael Garcia-Suarez [Thu, 18 Nov 2004 18:01:52 +0000]
Fix deparsing of reversed foreach loops,
plus a bug in the previous commit

p4raw-id: //depot/perl@23514

19 years agoFix deparsing of reversed sort and descending sorts,
Rafael Garcia-Suarez [Thu, 18 Nov 2004 17:25:19 +0000]
Fix deparsing of reversed sort and descending sorts,
due to the recent optimisations on this part of the optree.

p4raw-id: //depot/perl@23513

19 years ago[perl #28929] File::Find follow_fast => 1 loses dangling symlink
Steve Peters [Fri, 12 Nov 2004 02:47:36 +0000]
[perl #28929] File::Find follow_fast => 1 loses dangling symlink
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>

p4raw-id: //depot/perl@23510

19 years agoPerlFAQ sync.
Rafael Garcia-Suarez [Wed, 17 Nov 2004 10:22:52 +0000]
PerlFAQ sync.

p4raw-id: //depot/perl@23509

19 years agoFix a couple of typos.
Rafael Garcia-Suarez [Wed, 17 Nov 2004 10:14:58 +0000]
Fix a couple of typos.

p4raw-id: //depot/perl@23508

19 years agoSuSE's perl safe_putenf diff
Michael Schroeder [Thu, 11 Nov 2004 15:54:43 +0000]
SuSE's perl safe_putenf diff
Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>

slightly reworked to make the PL_use_safe_putenv variable fit in
the current framework. This patch turns on the use of safe putenv
for any application that embeds a perl interpreter.

p4raw-id: //depot/perl@23507

19 years agoperl5db.pl POD cleanup
Audrey Tang [Fri, 12 Nov 2004 12:41:33 +0000]
perl5db.pl POD cleanup
Message-ID: <20041112044133.GA92924@aut.dyndns.org>

p4raw-id: //depot/perl@23506

19 years agoAllow more tries for t/op/time.t test 2.
Andy Dougherty [Tue, 16 Nov 2004 12:11:00 +0000]
Allow more tries for t/op/time.t test 2.
Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@23505

19 years agoMake all scripts run by regen.pl write output with UNIX style EOL's.
Steve Hay [Tue, 16 Nov 2004 10:55:20 +0000]
Make all scripts run by regen.pl write output with UNIX style EOL's.

(autodoc.pl was already done by change 23371.)

p4raw-id: //depot/perl@23501

19 years agos/hierachy/hierarchy/
Larry Shatzer Jr. [Mon, 15 Nov 2004 15:59:14 +0000]
s/hierachy/hierarchy/
From: "Larry Shatzer Jr." <larrysh@cpan.org>
Message-ID: <20041115225913.GA22373@zippy.zyx.net>

p4raw-id: //depot/perl@23500

19 years agoFix Win32 breakage caused by changes to op.c in change 23433.
Steve Hay [Tue, 16 Nov 2004 09:42:50 +0000]
Fix Win32 breakage caused by changes to op.c in change 23433.

Also limit the scope of the locks in a couple of places, as suggested
by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.

p4raw-id: //depot/perl@23499

19 years agoAdd the minitest target to vms buildsystem
Abe Timmerman [Sun, 14 Nov 2004 00:48:17 +0000]
Add the minitest target to vms buildsystem
Message-Id: <200411140048.17035.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@23498

19 years ago[perl #32400] Unnecessary warning from constant.pm
Anno Siegel [Wed, 10 Nov 2004 18:30:38 +0000]
[perl #32400] Unnecessary warning from constant.pm
From: Anno Siegel (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>

p4raw-id: //depot/perl@23497

19 years ago[perl #32419] Spelling fixes for perl@23492
Richard Soderberg [Fri, 12 Nov 2004 16:14:49 +0000]
[perl #32419] Spelling fixes for perl@23492
From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>

p4raw-id: //depot/perl@23496

19 years agoSmall documentation fix to ExtUtils::Constant
Steve Peters [Fri, 12 Nov 2004 11:15:47 +0000]
Small documentation fix to ExtUtils::Constant
Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>

p4raw-id: //depot/perl@23495

19 years agoAdd some descriptive text from Larry to op.c on how optrees are built
Dave Mitchell [Fri, 12 Nov 2004 18:59:06 +0000]
Add some descriptive text from Larry to op.c on how optrees are built

p4raw-id: //depot/perl@23494

19 years agoReplace a skip by a todo.
Yitzchak Scott-Thoennes [Wed, 10 Nov 2004 01:30:14 +0000]
Replace a skip by a todo.
Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
Message-ID: <20041110093014.GA1676@efn.org>

p4raw-id: //depot/perl@23492

19 years agoRe: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1...
Yitzchak Scott-Thoennes [Tue, 9 Nov 2004 17:40:13 +0000]
Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
Message-ID: <20041110014012.GA2796@efn.org>

p4raw-id: //depot/perl@23491

19 years agoAdjust test count for non-windows machines
Rafael Garcia-Suarez [Tue, 9 Nov 2004 18:17:07 +0000]
Adjust test count for non-windows machines

p4raw-id: //depot/perl@23490

19 years agofix IO::File to support binmode
Jos I. Boumans [Tue, 9 Nov 2004 16:59:27 +0000]
fix IO::File to support binmode
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>

p4raw-id: //depot/perl@23489

19 years agoNo more late changes, dammit
Nicholas Clark [Mon, 8 Nov 2004 20:27:42 +0000]
No more late changes, dammit

p4raw-id: //depot/perl@23487

19 years agoRe: optree tests and VMS progress (no really)
Yitzchak Scott-Thoennes [Sun, 7 Nov 2004 23:24:15 +0000]
Re: optree tests and VMS progress (no really)
Message-ID: <20041108072415.GA3928@efn.org>

p4raw-id: //depot/perl@23485

19 years agodocument regcomp.c/regexec.c's dual life under ext/re/
Dave Mitchell [Sat, 6 Nov 2004 11:59:16 +0000]
document regcomp.c/regexec.c's dual life under ext/re/

p4raw-id: //depot/perl@23482

19 years agoRe: optree tests and VMS progress (no really)
Jim Cromie [Sat, 6 Nov 2004 00:57:13 +0000]
Re: optree tests and VMS progress (no really)
Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
Date: Sat, 6 Nov 2004 00:57:13 -0700

p4raw-id: //depot/perl@23481

19 years agoRe: Buidling stable.tar.gz on Unix as non-root [PATCH]
Andy Dougherty [Fri, 5 Nov 2004 10:36:57 +0000]
Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@23475

19 years agoSkip failing thread/wait tests on HP-UX 10.20
H.Merijn Brand [Fri, 5 Nov 2004 13:07:16 +0000]
Skip failing thread/wait tests on HP-UX 10.20
These will never ever be fixed, since 10.20 is obsolete
perl583delta describes this. The quote is included in wait.t

p4raw-id: //depot/perl@23474

19 years ago[perl #32327] Benchmark calls coderef with spurious arguments
Anno Siegel [Thu, 4 Nov 2004 20:12:36 +0000]
[perl #32327] Benchmark calls coderef with spurious arguments
From: Anno Siegel (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>

p4raw-id: //depot/perl@23473

19 years ago[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
Rick Delaney [Sun, 31 Oct 2004 22:40:40 +0000]
[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
Message-ID: <20041101034040.GC1232@biff.bort.ca>

p4raw-id: //depot/perl@23471

19 years agoRe: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with...
Rick Delaney [Wed, 3 Nov 2004 19:46:16 +0000]
Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
Message-ID: <20041104004616.GA11214@biff.bort.ca>

p4raw-id: //depot/perl@23470

19 years agoMostly revert change #23347 (keep the test suite, fixed),
Rafael Garcia-Suarez [Wed, 3 Nov 2004 11:54:28 +0000]
Mostly revert change #23347 (keep the test suite, fixed),
having decided that it wasn't a correct fix for bug #31793.
p4raw-link: @23347 on //depot/perl: d411a6a9eb5df09116806ed1c441d30d37e8d5e8

p4raw-id: //depot/perl@23469

19 years agoRe: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
Yitzchak Scott-Thoennes [Tue, 2 Nov 2004 17:24:29 +0000]
Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
Message-ID: <20041103012429.GA7196@efn.org>

p4raw-id: //depot/perl@23468

19 years agoRe: [PATCH] Detecting strlcat() and strlcpy() in Configure
Craig A. Berry [Tue, 2 Nov 2004 20:02:04 +0000]
Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <41883C1C.3080108@mac.com>

p4raw-id: //depot/perl@23467

19 years agoFAQ sync
Rafael Garcia-Suarez [Tue, 2 Nov 2004 12:33:57 +0000]
FAQ sync

p4raw-id: //depot/perl@23466

19 years agoReformulate an error
Rafael Garcia-Suarez [Tue, 2 Nov 2004 08:18:15 +0000]
Reformulate an error
(so the error message given by "perl -M" is a bit more
meaningful, as Jarkko pointed out)

p4raw-id: //depot/perl@23465

19 years agoNew Glossary and samples for blead
H.Merijn Brand [Mon, 1 Nov 2004 13:26:43 +0000]
New Glossary and samples for blead
Glossary now is in line with recent changes to config_h.SH

p4raw-id: //depot/perl@23457

19 years agoSince strlcat/strlcpy are not argument/return value compatible
H.Merijn Brand [Mon, 1 Nov 2004 12:51:52 +0000]
Since strlcat/strlcpy are not argument/return value compatible
with strncat/strncpy, replace the misleading defines with comment

p4raw-id: //depot/perl@23455

19 years agoThe next step in strlcat ()/ strcpy () detection and usage
H.Merijn Brand [Sun, 31 Oct 2004 16:33:17 +0000]
The next step in strlcat ()/ strcpy () detection and usage
preparation. Change to handy.h eeded for config_h.SH

p4raw-id: //depot/perl@23450

19 years agoMake TEST and harness skip tests for extensions that were not
Nicholas Clark [Sun, 31 Oct 2004 14:37:46 +0000]
Make TEST and harness skip tests for extensions that were not
configured. Currently this skipping is silent - maybe they should
report what they are skipping.

p4raw-id: //depot/perl@23448

19 years ago[patches] optree_* tests unexpectedly succeeding. + maint-only patch
Jim Cromie [Mon, 25 Oct 2004 16:36:40 +0000]
[patches] optree_* tests unexpectedly succeeding. + maint-only patch
Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
Date: Mon, 25 Oct 2004 16:36:40 -0600

p4raw-id: //depot/perl@23446

19 years agoSet the IV values for PL_sv_yes and PL_sv_no at initialisation time.
Nicholas Clark [Sun, 31 Oct 2004 12:24:09 +0000]
Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.

p4raw-id: //depot/perl@23445

19 years agoSkip tests if Devel::Peek not built
Nicholas Clark [Sun, 31 Oct 2004 11:20:27 +0000]
Skip tests if Devel::Peek not built

p4raw-id: //depot/perl@23444

19 years agoAssimilate PathTools 3.01 (File::Spec and Cwd)
Nicholas Clark [Sun, 31 Oct 2004 11:19:47 +0000]
Assimilate PathTools 3.01 (File::Spec and Cwd)

p4raw-id: //depot/perl@23443

19 years agoOops. Forgot to add the new test in I18N::LangTags 0.35
Nicholas Clark [Sun, 31 Oct 2004 11:07:57 +0000]
Oops. Forgot to add the new test in I18N::LangTags 0.35

p4raw-id: //depot/perl@23442

19 years agoCorrect change 23437 - as Config isn't imported, need to use a fully
Nicholas Clark [Sun, 31 Oct 2004 10:41:17 +0000]
Correct change 23437 - as Config isn't imported, need to use a fully
qualified package

p4raw-id: //depot/perl@23441

19 years agoAssimilate I18N::LangTags 0.35
Nicholas Clark [Sun, 31 Oct 2004 10:40:11 +0000]
Assimilate I18N::LangTags 0.35

p4raw-id: //depot/perl@23440

19 years agoTemporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems...
Ed Allen Smith [Sun, 31 Oct 2004 04:01:42 +0000]
Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>

p4raw-id: //depot/perl@23439

19 years ago[perl #32033] Using foreach on threads::shared array crashes perl
Dave Mitchell [Sat, 30 Oct 2004 23:25:37 +0000]
[perl #32033] Using foreach on threads::shared array crashes perl
The FETCH code for shared aggregate elements could leak a shared RV
address into a private SV. RVs are now handled specially, in the
same way that they already were for scalar shared magic.

p4raw-id: //depot/perl@23438

19 years agoSkip tests that require Data::Dumper if it is not built
Nicholas Clark [Sat, 30 Oct 2004 22:49:18 +0000]
Skip tests that require Data::Dumper if it is not built

p4raw-id: //depot/perl@23437

19 years agoPromote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
H.Merijn Brand [Sat, 30 Oct 2004 16:11:15 +0000]
Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's

p4raw-id: //depot/perl@23436

19 years agoAdded probes for strlcat () and strlcpy () to Configure
H.Merijn Brand [Sat, 30 Oct 2004 15:54:48 +0000]
Added probes for strlcat () and strlcpy () to Configure
Re-ordered config_h.SH

p4raw-id: //depot/perl@23435

19 years ago[perl #31851] Threading crash with closures
Dave Mitchell [Fri, 29 Oct 2004 21:04:17 +0000]
[perl #31851] Threading crash with closures
various OpREFCNT_inc() operations weren't doing locking

p4raw-id: //depot/perl@23433

19 years agoDocument sv_magic() changes brought about by sv_magicext()
Steve Hay [Fri, 29 Oct 2004 14:12:02 +0000]
Document sv_magic() changes brought about by sv_magicext()

Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
but didn't update the documentation for sv_magic() to reflect
the changed handling of the name/namlen arguments.

Also correct a couple of typos, and mention sv_magicext() in
perlguts.

p4raw-id: //depot/perl@23432

19 years ago36 additional tests for B
Steve Peters [Fri, 29 Oct 2004 00:53:22 +0000]
36 additional tests for B
Message-Id: <200410290053.22947.steve@fisharerojo.org>

p4raw-id: //depot/perl@23431

19 years agoinclude flags and refcount in the list of leaked scalars
Dave Mitchell [Wed, 27 Oct 2004 22:50:57 +0000]
include flags and refcount in the list of leaked scalars

p4raw-id: //depot/perl@23426

19 years agolib/Carp.t improvements
Craig A. Berry [Tue, 26 Oct 2004 23:32:25 +0000]
lib/Carp.t improvements
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <417F24D9.1000904@mac.com>

p4raw-id: //depot/perl@23425

19 years agoFix [perl #32130] Errno.pm must not pass references to "prototype"
Rafael Garcia-Suarez [Mon, 25 Oct 2004 15:31:21 +0000]
Fix [perl #32130] Errno.pm must not pass references to "prototype"

p4raw-id: //depot/perl@23424

19 years agoSmall updates to the web addresses for Perl, noticed by Robert Spier
Rafael Garcia-Suarez [Mon, 25 Oct 2004 15:09:27 +0000]
Small updates to the web addresses for Perl, noticed by Robert Spier

p4raw-id: //depot/perl@23423

19 years ago[perl #30227] [PATCH]splain vs. -w
Steve Peters [Sat, 23 Oct 2004 13:55:41 +0000]
[perl #30227] [PATCH]splain vs. -w
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>

p4raw-id: //depot/perl@23422

19 years agoUpgrade to Encode 2.08.
Rafael Garcia-Suarez [Mon, 25 Oct 2004 07:29:50 +0000]
Upgrade to Encode 2.08.

p4raw-id: //depot/perl@23421

19 years agoRe: [perl #31937] perlop: add basic =~ examples
Steve Peters [Sat, 23 Oct 2004 08:01:51 +0000]
Re: [perl #31937] perlop: add basic =~ examples
Message-Id: <200410230801.51649.steve@fisharerojo.org>

p4raw-id: //depot/perl@23420

19 years agoRe: Devel::Peek: hash quality 125%?
Tels [Sat, 23 Oct 2004 16:56:31 +0000]
Re: Devel::Peek: hash quality 125%?
Message-Id: <200410231656.40995@bloodgate.com>

p4raw-id: //depot/perl@23419

19 years ago[perl #32039] Chained goto &sub drops data too early.
Dave Mitchell [Sat, 23 Oct 2004 21:50:19 +0000]
[perl #32039] Chained goto &sub drops data too early.

Change 22373 to stop a memory leak in goto &foo intead caused
the elements of @_ to be freed too early. This revised fix
just transfers the reifiedness of the old @_ to the new @_

p4raw-id: //depot/perl@23418

19 years agoUpgrade to Encode 2.07
Rafael Garcia-Suarez [Sat, 23 Oct 2004 19:58:07 +0000]
Upgrade to Encode 2.07

p4raw-id: //depot/perl@23417

19 years agoext/IO/IO.xs: fix blocking on sparc linux
Brendan O'Dea [Fri, 22 Oct 2004 13:30:33 +0000]
ext/IO/IO.xs: fix blocking on sparc linux
Message-ID: <20041022033033.GA12362@londo.c47.org>
Date: Fri, 22 Oct 2004 13:30:33 +1000

p4raw-id: //depot/perl@23416

19 years agodocpatch for perltie.pod
David Cantrell [Thu, 21 Oct 2004 12:21:52 +0000]
docpatch for perltie.pod
Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>

p4raw-id: //depot/perl@23410

19 years ago[PATCH] Math::BigInt v1.73 final
Abhijit Menon-Sen [Thu, 21 Oct 2004 01:36:49 +0000]
[PATCH] Math::BigInt v1.73 final
From: Tels <perl_dummy@bloodgate.com>
Date: Wed, 20 Oct 2004 21:06:40 +0200
Message-Id: <200410202106.41840@bloodgate.com>

Subject: [PATCH] Math::BigRat v0.13 (pre-release)
From: Tels <tels@bloodgate.com>
Date: Wed, 20 Oct 2004 22:03:55 +0200
Message-Id: <200410202203.56063@bloodgate.com>

p4raw-id: //depot/perl@23396

19 years agoNeed to skip optree walking tests if perlio not built
Nicholas Clark [Wed, 20 Oct 2004 22:39:36 +0000]
Need to skip optree walking tests if perlio not built

p4raw-id: //depot/perl@23395

19 years agoRemove opmini.c when cleaning up.
Rafael Garcia-Suarez [Wed, 20 Oct 2004 07:42:34 +0000]
Remove opmini.c when cleaning up.

p4raw-id: //depot/perl@23394

19 years agoEnsure that PVA.pl returns a true value.
Rafael Garcia-Suarez [Wed, 20 Oct 2004 07:36:45 +0000]
Ensure that PVA.pl returns a true value.

p4raw-id: //depot/perl@23393

19 years agoRephrase "Perl Home Page" References
chromatic [Tue, 19 Oct 2004 22:52:19 +0000]
Rephrase "Perl Home Page" References
Message-Id: <1098251539.20976.53.camel@localhost>

p4raw-id: //depot/perl@23392

19 years agoUpgrade to Encode 2.05
Rafael Garcia-Suarez [Tue, 19 Oct 2004 13:17:01 +0000]
Upgrade to Encode 2.05

p4raw-id: //depot/perl@23384

19 years agoMore Data::Dumper docs nits, fix the previous one,
Rafael Garcia-Suarez [Tue, 19 Oct 2004 11:38:37 +0000]
More Data::Dumper docs nits, fix the previous one,
suggested by Yves Orton.

p4raw-id: //depot/perl@23383

19 years agoperlfaq2.pod (add a book)
Richard Foley [Tue, 19 Oct 2004 07:29:31 +0000]
perlfaq2.pod (add a book)
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>

p4raw-id: //depot/perl@23382

19 years agoRe-apply the encoding.pm part of:
Jarkko Hietaniemi [Mon, 16 Aug 2004 22:27:00 +0000]
Re-apply the encoding.pm part of:

Subject: [PATCH] encoding and open pragmas
Message-ID: <41210A84.6060506@iki.fi>

p4raw-id: //depot/perl@23381

19 years agoUpgrade to Encode 2.04.
Marcus Holland-Moritz [Mon, 18 Oct 2004 21:00:26 +0000]
Upgrade to Encode 2.04.

p4raw-id: //depot/perl@23380

19 years agoFix a typo.
Marcus Holland-Moritz [Mon, 18 Oct 2004 15:44:05 +0000]
Fix a typo.

p4raw-id: //depot/perl@23379

19 years agoAdd a missing warning categorisation in perldiag.
Rafael Garcia-Suarez [Mon, 18 Oct 2004 11:25:20 +0000]
Add a missing warning categorisation in perldiag.

p4raw-id: //depot/perl@23378

19 years agotest_harness tweak for VMS
Craig A. Berry [Sat, 16 Oct 2004 12:15:02 +0000]
test_harness tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <41715716.5000108@mac.com>

p4raw-id: //depot/perl@23377

19 years agoMerge code from vdie and vcroak into S_vdie_croak_common
Nicholas Clark [Sat, 16 Oct 2004 18:16:12 +0000]
Merge code from vdie and vcroak into S_vdie_croak_common

p4raw-id: //depot/perl@23376

19 years agoMerge the common code from Perl_vdie and Perl_vwarner into a
Nicholas Clark [Sat, 16 Oct 2004 14:39:48 +0000]
Merge the common code from Perl_vdie and Perl_vwarner into a
S_vdie_common

p4raw-id: //depot/perl@23375

19 years agoThe second half of Perl_vwarner is actually a straight cut&paste job
Nicholas Clark [Sat, 16 Oct 2004 12:57:39 +0000]
The second half of Perl_vwarner is actually a straight cut&paste job
from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
cut&paste is bad, m'kay.

p4raw-id: //depot/perl@23374

19 years agoImplement sv_svset _nosteal variants by passing a flag into
Nicholas Clark [Fri, 15 Oct 2004 17:11:08 +0000]
Implement sv_svset _nosteal variants by passing a flag into
sv_set_flags rather than messing with the SvTEMP() flag on either
side of the call.

p4raw-id: //depot/perl@23373

19 years agoImplement a new -dt command-line flag, to enable threads under the
Rafael Garcia-Suarez [Fri, 15 Oct 2004 14:09:54 +0000]
Implement a new -dt command-line flag, to enable threads under the
debugger (bug #31666).

Subject: RE: [PATCH] debugger handles threads [perl #31666]
From: <richard.foley@ubs.com>
Date: Wed, 13 Oct 2004 13:01:18 +0200
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>

Subject: Re: [PATCH] debugger handles threads [perl #31666]
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Wed, 13 Oct 2004 02:49:58 -0700
Message-ID: <20041013094957.GA17184@efn.org>

p4raw-id: //depot/perl@23372

19 years agoMake autodoc.pl write its output with UNIX style EOL's.
Steve Hay [Fri, 15 Oct 2004 12:54:29 +0000]
Make autodoc.pl write its output with UNIX style EOL's.

This saves the Win32 committer(s?) having to dos2unix the files
before committing.  Maybe Perforce's "LineEnd: share" suffices
anyway, but there's no harm in playing safe.

p4raw-id: //depot/perl@23371

19 years agoInclude opmini.c in the dependency generation.
Nicholas Clark [Fri, 15 Oct 2004 11:01:18 +0000]
Include opmini.c in the dependency generation.

p4raw-id: //depot/perl@23370

19 years agoDoc nit to Data::Dumper, suggested by Peter Kay.
Rafael Garcia-Suarez [Fri, 15 Oct 2004 10:20:16 +0000]
Doc nit to Data::Dumper, suggested by Peter Kay.

p4raw-id: //depot/perl@23369

19 years agoDocument sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
Steve Hay [Fri, 15 Oct 2004 10:12:31 +0000]
Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.

These are already in the API supported by Devel::PPPort, and are
often more useful than sv_vcatpvfn and sv_vsetpvfn which were
already documented.

p4raw-id: //depot/perl@23368

19 years agoRe: [NOT OK] 23353 OpenVMS 7.2 VAX
Craig A. Berry [Thu, 14 Oct 2004 10:09:41 +0000]
Re: [NOT OK] 23353 OpenVMS 7.2 VAX
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <416E96B5.5020100@mac.com>

p4raw-id: //depot/perl@23367

19 years agoAW: [perl #31864] IO::Poll - undef fd not checked in mask()
Peter Dintelmann [Mon, 11 Oct 2004 09:54:15 +0000]
AW: [perl #31864] IO::Poll - undef fd not checked in mask()
From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>

p4raw-id: //depot/perl@23366

19 years agoFix [perl #31971] local $^D gives noise
Rafael Garcia-Suarez [Thu, 14 Oct 2004 14:58:21 +0000]
Fix [perl #31971] local $^D gives noise

p4raw-id: //depot/perl@23365

19 years agoA few fixes in the list of -D debugging flags
Rafael Garcia-Suarez [Thu, 14 Oct 2004 14:25:29 +0000]
A few fixes in the list of -D debugging flags

p4raw-id: //depot/perl@23364

19 years agoRE: [PATCH-for-23358] enable statically linked exte nsions for Win32
Vadim Konovalov [Wed, 13 Oct 2004 09:45:31 +0000]
RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>

p4raw-id: //depot/perl@23363

19 years agoMinor tweaks for the test.utf16 target, by Jarkko
Rafael Garcia-Suarez [Tue, 12 Oct 2004 16:49:53 +0000]
Minor tweaks for the test.utf16 target, by Jarkko

p4raw-id: //depot/perl@23362

19 years ago[perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
kaminsky@math.huji.ac.il [Tue, 5 Oct 2004 09:52:07 +0000]
[perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
(with tweaks)

p4raw-id: //depot/perl@23361

19 years agoenable statically linked extensions for Win32
Vadim Konovalov [Mon, 11 Oct 2004 22:57:00 +0000]
enable statically linked extensions for Win32
Message-ID: <80173417046.20041011225700@vkonovalov.ru>

p4raw-id: //depot/perl@23360