This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoMake usemallocwrap a Configure-time question. Default is yes for
Nicholas Clark [Tue, 23 Mar 2004 22:35:09 +0000 (22:35 +0000)]
Make usemallocwrap a Configure-time question. Default is yes for
usedevel, no otherwise, but I'm expecting hints files on known
good platforms to override this. (and known bad)
Demonstration hints file for darwin.

p4raw-id: //depot/perl@22571

20 years agohv_delete_common was freeing the key, then passing the freed pointer
Nicholas Clark [Tue, 23 Mar 2004 17:47:44 +0000 (17:47 +0000)]
hv_delete_common was freeing the key, then passing the freed pointer
to S_hv_notallowed. D'oh!

p4raw-id: //depot/perl@22569

20 years agoUnify 5.008 and 5.009's B::Concise 0.58
Nicholas Clark [Tue, 23 Mar 2004 16:23:58 +0000 (16:23 +0000)]
Unify 5.008 and 5.009's B::Concise 0.58

p4raw-id: //depot/perl@22566

20 years agoUnify 5.008 and 5.009's B::Concise 0.56
Nicholas Clark [Tue, 23 Mar 2004 16:05:28 +0000 (16:05 +0000)]
Unify 5.008 and 5.009's B::Concise 0.56

p4raw-id: //depot/perl@22565

20 years agoFix bug [perl #27839] returning @+ out of scope loses its value :
Hugo van der Sanden [Fri, 5 Mar 2004 17:42:25 +0000 (17:42 +0000)]
Fix bug [perl #27839] returning @+ out of scope loses its value :

Subject: Re: Wondering about returned regex special arrays on going out of scope
Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>

plus a test case.

p4raw-id: //depot/perl@22564

20 years ago5.9.1 suidperl
Paul Szabo [Fri, 19 Mar 2004 08:17:56 +0000 (19:17 +1100)]
5.9.1 suidperl
Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>

(which variables renamed as requested, plus tweaks to work on platforms
with no ST_NOEXEC)

p4raw-id: //depot/perl@22563

20 years agoUpdate the -v copyright notice.
Rafael Garcia-Suarez [Mon, 22 Mar 2004 21:29:51 +0000 (21:29 +0000)]
Update the -v copyright notice.

p4raw-id: //depot/perl@22560

20 years agoDon't assume that the chmod will always work.
Nicholas Clark [Mon, 22 Mar 2004 21:05:09 +0000 (21:05 +0000)]
Don't assume that the chmod will always work.
(It won't for files on *BSD where chflags has set uchg, which is
what the OS X perforce client does)

p4raw-id: //depot/perl@22559

20 years agoClarifications on constants subroutines, based on:
padre@elte.hu [Fri, 19 Mar 2004 14:56:09 +0000 (14:56 +0000)]
Clarifications on constants subroutines, based on:

Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>

p4raw-id: //depot/perl@22557

20 years agoRe: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
Steve Hay [Mon, 22 Mar 2004 14:44:46 +0000 (14:44 +0000)]
Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
Message-ID: <405EFBDE.4090209@uk.radan.com>

p4raw-id: //depot/perl@22556

20 years agoRe: [PATCH] warn on !=~
Yitzchak Scott-Thoennes [Mon, 22 Mar 2004 10:32:05 +0000 (02:32 -0800)]
Re: [PATCH] warn on !=~
Message-ID: <20040322183106.GA1284@efn.org>

More warnings for this case.

p4raw-id: //depot/perl@22553

20 years agoFinally, this "Negative repeat count" warning wasn't such a great
Andy Lester [Sun, 21 Mar 2004 09:27:04 +0000 (03:27 -0600)]
Finally, this "Negative repeat count" warning wasn't such a great
idea. Disable it. But add tests for this :

Subject: Re: [perl #27811] (@x) x -1 is a panic
Message-ID: <20040321152704.GA9041@petdance.com>

p4raw-id: //depot/perl@22549

20 years agoNobody has used SvPVbyte_force?
SADAHIRO Tomoyuki [Sun, 21 Mar 2004 21:49:53 +0000 (06:49 +0900)]
Nobody has used SvPVbyte_force?
Message-Id: <20040321213628.2461.BQW10602@nifty.com>

p4raw-id: //depot/perl@22548

20 years agoI must be tired today.
Rafael Garcia-Suarez [Sun, 21 Mar 2004 13:36:27 +0000 (13:36 +0000)]
I must be tired today.

p4raw-id: //depot/perl@22547

20 years agoSilence a gcc warning.
Rafael Garcia-Suarez [Sun, 21 Mar 2004 13:26:33 +0000 (13:26 +0000)]
Silence a gcc warning.

p4raw-id: //depot/perl@22546

20 years agoRe: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
SADAHIRO Tomoyuki [Sun, 21 Mar 2004 15:19:22 +0000 (00:19 +0900)]
Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>

p4raw-id: //depot/perl@22545

20 years agofix memory bug in vms.c:mp_do_tounixspec
Craig A. Berry [Sat, 20 Mar 2004 21:51:45 +0000 (15:51 -0600)]
fix memory bug in vms.c:mp_do_tounixspec
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <405D1151.3040308@mac.com>

p4raw-id: //depot/perl@22544

20 years agoAdd a new warning "Negative repeat count"
Rafael Garcia-Suarez [Sun, 21 Mar 2004 13:06:20 +0000 (13:06 +0000)]
Add a new warning "Negative repeat count"
for the cases $x x -1.

p4raw-id: //depot/perl@22543

20 years agowarn on !=~
Yitzchak Scott-Thoennes [Thu, 18 Mar 2004 22:24:09 +0000 (14:24 -0800)]
warn on !=~
Message-ID: <20040319062035.GA3768@efn.org>

with an improvement suggested by Ton Hospel.

p4raw-id: //depot/perl@22542

20 years agomakefile.95 tweak
Greg Matheson [Fri, 19 Mar 2004 18:15:25 +0000 (02:15 +0800)]
makefile.95 tweak
Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>

p4raw-id: //depot/perl@22541

20 years ago\x80\xFF is not valid UTF-8.
Rafael Garcia-Suarez [Sat, 20 Mar 2004 10:15:36 +0000 (10:15 +0000)]
\x80\xFF is not valid UTF-8.

p4raw-id: //depot/perl@22540

20 years ago[perl #24821] enhancement patch for B::Concise
Jim Cromie [Wed, 17 Mar 2004 14:12:43 +0000 (07:12 -0700)]
[perl #24821] enhancement patch for B::Concise
Message-ID: <4058BF4B.1000004@divsol.com>
(Only the Concise.pm part, with documentation nits)

p4raw-id: //depot/perl@22539

20 years agoopen.pm: allow upper-cased EUC
Audrey Tang [Fri, 19 Mar 2004 18:27:10 +0000 (02:27 +0800)]
open.pm: allow upper-cased EUC
Message-Id:  <20040319102710.GA91216@aut.dyndns.org>

p4raw-id: //depot/perl@22538

20 years ago[PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
Nicholas Clark [Fri, 19 Mar 2004 11:59:01 +0000 (11:59 +0000)]
[PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
From: Jan Dubois <jand@activestate.com>
Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
Date: Thu, 18 Mar 2004 13:13:49 -0800

Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
From: Steve Hay <steve.hay@uk.radan.com>
Message-ID: <405ACC6D.1040804@uk.radan.com>
Date: Fri, 19 Mar 2004 10:33:17 +0000

p4raw-id: //depot/perl@22537

20 years agoChange Storable.xs to conditionally include ppport.h for pre 5.8.0
Nicholas Clark [Fri, 19 Mar 2004 11:43:35 +0000 (11:43 +0000)]
Change Storable.xs to conditionally include ppport.h for pre 5.8.0
This allows the ppport.h to be deleted from ext/Storable, which will
reduce the potential for confusion.
Bump Storable's version to 2.12; update the ChangeLog

p4raw-id: //depot/perl@22536

20 years agoMove Beau Cox's ppport.h fixes into PPPort.pm
Nicholas Clark [Fri, 19 Mar 2004 11:03:18 +0000 (11:03 +0000)]
Move Beau Cox's ppport.h fixes into PPPort.pm

p4raw-id: //depot/perl@22535

20 years agoNit in perluniintro about the U0 and C0 templates,
Rafael Garcia-Suarez [Fri, 19 Mar 2004 10:13:14 +0000 (10:13 +0000)]
Nit in perluniintro about the U0 and C0 templates,
noticed by Steve Hay.

p4raw-id: //depot/perl@22534

20 years agoStorable PERL_NO_GET_CONTEXT
beau@beaucox.com [Thu, 18 Mar 2004 12:45:45 +0000 (02:45 -1000)]
Storable PERL_NO_GET_CONTEXT
Message-Id: <20040318_224545_009145.beau@beaucox.com>

p4raw-id: //depot/perl@22533

20 years agorange operator warnings / 64-bit fix
Marcus Holland-Moritz [Wed, 10 Mar 2004 21:45:48 +0000 (22:45 +0100)]
range operator warnings / 64-bit fix
Message-Id: <20040310214548.4f5e3ab1@r2d2>

p4raw-id: //depot/perl@22532

20 years agoadd code comment for change 22525
Dave Mitchell [Thu, 18 Mar 2004 19:02:32 +0000 (19:02 +0000)]
add code comment for change 22525

p4raw-id: //depot/perl@22531

20 years agoAdd a perl592delta.pod man page.
Rafael Garcia-Suarez [Thu, 18 Mar 2004 18:21:32 +0000 (18:21 +0000)]
Add a perl592delta.pod man page.

p4raw-id: //depot/perl@22530

20 years agoCorrections and explanations in comments
Nicholas Clark [Thu, 18 Mar 2004 16:58:06 +0000 (16:58 +0000)]
Corrections and explanations in comments

p4raw-id: //depot/perl@22528

20 years agopumpkin fodder
Jarkko Hietaniemi [Fri, 12 Mar 2004 15:16:57 +0000 (17:16 +0200)]
pumpkin fodder
Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>

p4raw-id: //depot/perl@22527

20 years agoDetypo.
Rafael Garcia-Suarez [Thu, 18 Mar 2004 14:33:14 +0000 (14:33 +0000)]
Detypo.

p4raw-id: //depot/perl@22526

20 years agomake ~$x give warning is $x isn't initialised.
Dave Mitchell [Thu, 18 Mar 2004 14:13:16 +0000 (14:13 +0000)]
make ~$x give warning is $x isn't initialised.
Also add test for uninitialised warning in & op.

p4raw-id: //depot/perl@22525

20 years agoTry to fix the AIX and Windows builds regarding the
Rafael Garcia-Suarez [Thu, 18 Mar 2004 13:20:07 +0000 (13:20 +0000)]
Try to fix the AIX and Windows builds regarding the
definedness of the PL_memory_wrap symbol.

p4raw-id: //depot/perl@22524

20 years agoBump bleadperl's version number to 5.9.2.
Rafael Garcia-Suarez [Thu, 18 Mar 2004 08:27:34 +0000 (08:27 +0000)]
Bump bleadperl's version number to 5.9.2.

p4raw-id: //depot/perl@22523

20 years agoformat/casting/warning RE: perl 5.9.1
Robin Barker [Wed, 17 Mar 2004 18:37:10 +0000 (18:37 +0000)]
format/casting/warning RE: perl 5.9.1
Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>

p4raw-id: //depot/perl@22521

20 years agoOptimize away the assignment in the constructs C<my $s = undef>,
Rafael Garcia-Suarez [Wed, 17 Mar 2004 18:20:54 +0000 (18:20 +0000)]
Optimize away the assignment in the constructs C<my $s = undef>,
C<my @a = ()>, C<my %h = ()>.

p4raw-id: //depot/perl@22520

20 years agomalloc wrappage
Jarkko Hietaniemi [Tue, 10 Feb 2004 23:15:14 +0000 (01:15 +0200)]
malloc wrappage
Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>

plus change croak to Perl_croak_nocontext to make ithread safe
plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)

p4raw-id: //depot/perl@22517

20 years agoAdd auto-require of modules to restore overloading (and tests)
Nicholas Clark [Wed, 17 Mar 2004 16:10:57 +0000 (16:10 +0000)]
Add auto-require of modules to restore overloading (and tests)

p4raw-id: //depot/perl@22516

20 years agoAdd regression tests for the auto-require of STORABLE_thaw
Nicholas Clark [Wed, 17 Mar 2004 15:48:03 +0000 (15:48 +0000)]
Add regression tests for the auto-require of STORABLE_thaw

p4raw-id: //depot/perl@22515

20 years agoMove the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
Nicholas Clark [Tue, 16 Mar 2004 22:36:49 +0000 (22:36 +0000)]
Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
block. This allows the re-entrant API to be used with ithreads,
which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
(Which may seem inane, but makes perl threaded at the C level
without enabling ithreads)

p4raw-id: //depot/perl@22514

20 years agoAdd a lchown() call to the POSIX module. [perl #27547]
Rafael Garcia-Suarez [Tue, 16 Mar 2004 21:55:10 +0000 (21:55 +0000)]
Add a lchown() call to the POSIX module. [perl #27547]

p4raw-id: //depot/perl@22513

20 years agoRe: Perl and Parrot disagree about sched_yield on Solaris
Andy Dougherty [Tue, 16 Mar 2004 16:38:58 +0000 (11:38 -0500)]
Re: Perl and Parrot disagree about sched_yield on Solaris
Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@22512

20 years agoRestore the "DEVEL" locally-applied-patches version tag in blead.
Rafael Garcia-Suarez [Tue, 16 Mar 2004 21:27:02 +0000 (21:27 +0000)]
Restore the "DEVEL" locally-applied-patches version tag in blead.

p4raw-id: //depot/perl@22511

20 years agoUpdate Changes. (again)
Rafael Garcia-Suarez [Tue, 16 Mar 2004 18:29:39 +0000 (18:29 +0000)]
Update Changes. (again)

p4raw-id: //depot/perl@22510

20 years agoUpdate copyright notices
Rafael Garcia-Suarez [Tue, 16 Mar 2004 18:19:52 +0000 (18:19 +0000)]
Update copyright notices

p4raw-id: //depot/perl@22509

20 years agoRegenerate META.yml
Rafael Garcia-Suarez [Tue, 16 Mar 2004 16:31:03 +0000 (16:31 +0000)]
Regenerate META.yml

p4raw-id: //depot/perl@22508

20 years agoUpdate Changes.
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:36:32 +0000 (15:36 +0000)]
Update Changes.

p4raw-id: //depot/perl@22507

20 years agoThis is 5.9.1. perl-5.9.1
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:32:42 +0000 (15:32 +0000)]
This is 5.9.1.

p4raw-id: //depot/perl@22506

20 years agoWe'll ship 5.9.1 today.
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:28:55 +0000 (15:28 +0000)]
We'll ship 5.9.1 today.

p4raw-id: //depot/perl@22505

20 years agoMore perldelta updates.
Rafael Garcia-Suarez [Tue, 16 Mar 2004 15:25:22 +0000 (15:25 +0000)]
More perldelta updates.

p4raw-id: //depot/perl@22504

20 years agoSince the signature.t test of CPAN relies on a non-core module,
Rafael Garcia-Suarez [Tue, 16 Mar 2004 13:23:34 +0000 (13:23 +0000)]
Since the signature.t test of CPAN relies on a non-core module,
it's not relevant to the perl core distribution.

p4raw-id: //depot/perl@22503

20 years agoFix the order of arguments in the usage message of
Rafael Garcia-Suarez [Mon, 15 Mar 2004 21:54:56 +0000 (21:54 +0000)]
Fix the order of arguments in the usage message of
POSIX::chown(). It's different from the POSIX order but
it's the same than CORE::chown(). Damn.

p4raw-id: //depot/perl@22502

20 years agoRe: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Steve Hay [Mon, 15 Mar 2004 10:28:02 +0000 (10:28 +0000)]
Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <40558532.30002@uk.radan.com>

Plus, restore patch #22489

p4raw-id: //depot/perl@22501

20 years ago [perl #27638] scope exit could expose freed local() value
Dave Mitchell [Sun, 14 Mar 2004 20:13:47 +0000 (20:13 +0000)]
 [perl #27638] scope exit could expose freed local() value

p4raw-id: //depot/perl@22500

20 years ago[perl #27628] strict 'subs' didn't warn on bareword array index
Dave Mitchell [Sun, 14 Mar 2004 17:01:34 +0000 (17:01 +0000)]
[perl #27628] strict 'subs' didn't warn on bareword array index

p4raw-id: //depot/perl@22499

20 years agoFour Storable patches towards Storable 2.11 :
Nicholas Clark [Sat, 13 Mar 2004 15:13:28 +0000 (15:13 +0000)]
Four Storable patches towards Storable 2.11 :

Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
Date: Sat, 13 Mar 2004 15:13:28 +0000
Message-ID: <20040313151327.GS701@plum.flirble.org>

Date: Sat, 13 Mar 2004 20:23:45 +0000
Message-ID: <20040313202345.GX701@plum.flirble.org>

Date: Sat, 13 Mar 2004 22:20:07 +0000
Message-ID: <20040313222007.GZ701@plum.flirble.org>

Date: Sat, 13 Mar 2004 23:03:46 +0000
Message-ID: <20040313230345.GB701@plum.flirble.org>

p4raw-id: //depot/perl@22498

20 years ago[perl #27567] [patch] a typo and a mistake in perltoot.pod
padre@elte.hu [Wed, 10 Mar 2004 17:05:09 +0000 (17:05 +0000)]
[perl #27567] [patch] a typo and a mistake in perltoot.pod
From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>

p4raw-id: //depot/perl@22497

20 years agoMore small perldelta updates.
Rafael Garcia-Suarez [Sat, 13 Mar 2004 21:16:59 +0000 (21:16 +0000)]
More small perldelta updates.

p4raw-id: //depot/perl@22496

20 years agoRevert change #22489, that seems to cause build failures on Windows.
Rafael Garcia-Suarez [Sat, 13 Mar 2004 20:05:20 +0000 (20:05 +0000)]
Revert change #22489, that seems to cause build failures on Windows.
p4raw-link: @22489 on //depot/perl: 590d29db556974e9ffeb477a1a1932ff001d099f

p4raw-id: //depot/perl@22495

20 years agoRe: [PATCH] Stop splitpod truncating sprintf manpage
Steve Hay [Fri, 12 Mar 2004 08:38:41 +0000 (08:38 +0000)]
Re: [PATCH] Stop splitpod truncating sprintf manpage
Message-ID: <40517711.9030204@uk.radan.com>

p4raw-id: //depot/perl@22494

20 years agoperl591delta nits. Regenerate the tables of contents.
Rafael Garcia-Suarez [Fri, 12 Mar 2004 23:39:16 +0000 (23:39 +0000)]
perl591delta nits. Regenerate the tables of contents.

p4raw-id: //depot/perl@22493

20 years agoUpdate perl591delta. Include a small to-do list in it.
Rafael Garcia-Suarez [Fri, 12 Mar 2004 21:35:49 +0000 (21:35 +0000)]
Update perl591delta. Include a small to-do list in it.

p4raw-id: //depot/perl@22492

20 years agoMath::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
Tels [Fri, 12 Mar 2004 18:02:30 +0000 (19:02 +0100)]
Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
Message-Id: <200403121802.31679@bloodgate.com>

p4raw-id: //depot/perl@22491

20 years agoFix a bug in the cloning of regexps
Hugo van der Sanden [Thu, 11 Mar 2004 16:21:50 +0000 (16:21 +0000)]
Fix a bug in the cloning of regexps

Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
(plus another similar fix)

p4raw-id: //depot/perl@22490

20 years agoFix minitest target in Win32 makefiles
Steve Hay [Fri, 12 Mar 2004 15:52:23 +0000 (15:52 +0000)]
Fix minitest target in Win32 makefiles
Message-ID: <4051DCB7.107@uk.radan.com>

p4raw-id: //depot/perl@22489

20 years agoDocument the new behaviour of the substr lvalue :
Dave Mitchell [Mon, 1 Mar 2004 23:59:21 +0000 (23:59 +0000)]
Document the new behaviour of the substr lvalue :
Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
Message-ID: <20040301235921.GC6469@fdisolutions.com>

p4raw-id: //depot/perl@22488

20 years agomake op/write.t work better under stdio by running the subtests
Dave Mitchell [Thu, 11 Mar 2004 14:52:58 +0000 (14:52 +0000)]
make op/write.t work better under stdio by running the subtests
in the child process rather than the parent.

p4raw-id: //depot/perl@22485

20 years agoRe: [PATCH] Re: Proposal to remove support for MachTen
Dominic Dunlop [Thu, 11 Mar 2004 10:34:01 +0000 (11:34 +0100)]
Re: [PATCH] Re: Proposal to remove support for MachTen
Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>

p4raw-id: //depot/perl@22484

20 years agocroaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
Nicholas Clark [Wed, 10 Mar 2004 20:38:49 +0000 (20:38 +0000)]
croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
back this out until we have a tangible policy

p4raw-id: //depot/perl@22483

20 years agoUpgrade to Cwd 2.17.
Rafael Garcia-Suarez [Wed, 10 Mar 2004 16:16:00 +0000 (16:16 +0000)]
Upgrade to Cwd 2.17.

p4raw-id: //depot/perl@22482

20 years agoRe: [PATCH] More "distclean" tidy ups on Win32
Steve Hay [Wed, 10 Mar 2004 10:58:15 +0000 (10:58 +0000)]
Re: [PATCH] More "distclean" tidy ups on Win32
Message-ID: <404EF4C7.9090107@uk.radan.com>

p4raw-id: //depot/perl@22481

20 years agoChange 22476 left out a similar fix for ExtUtils::MM_Win32
Rafael Garcia-Suarez [Wed, 10 Mar 2004 09:25:36 +0000 (09:25 +0000)]
Change 22476 left out a similar fix for ExtUtils::MM_Win32
(noticed by Steve Hay.)
Also, update MANIFEST.SKIP to be in line with the renaming
"blibdirs" to "blibdirs.exists".

p4raw-id: //depot/perl@22480

20 years agoA patch by Richard Foley to reduce the amount of
Rafael Garcia-Suarez [Wed, 10 Mar 2004 09:07:03 +0000 (09:07 +0000)]
A patch by Richard Foley to reduce the amount of
forkage between the 5.8 and 5.9 debuggers.

p4raw-id: //depot/perl@22479

20 years ago[PERLIO] In line-buffered mode, flush on the *last* newline,
Chip Salzenberg [Tue, 9 Mar 2004 23:51:41 +0000 (23:51 +0000)]
[PERLIO] In line-buffered mode, flush on the *last* newline,
not on every newline.

p4raw-id: //depot/perl@22478

20 years agoMore "distclean" tidy ups on Win32
Steve Hay [Fri, 5 Mar 2004 09:56:36 +0000 (09:56 +0000)]
More "distclean" tidy ups on Win32
Message-ID: <40484ED4.1050001@uk.radan.com>
(only the win32 makefiles part)

p4raw-id: //depot/perl@22477

20 years agobleadperl/MM/VMS (was Re: perl@22413)
Craig A. Berry [Mon, 8 Mar 2004 08:18:43 +0000 (02:18 -0600)]
bleadperl/MM/VMS (was Re: perl@22413)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <404C80C3.6090009@mac.com>

Avoid to build everything twice on VMS.
This is done by renaming the blibdirs target to blibdirs.exists.
No, I don't understand why.

p4raw-id: //depot/perl@22476

20 years agoImprove the "Prototype mismatch" error message when
Rafael Garcia-Suarez [Tue, 9 Mar 2004 20:29:02 +0000 (20:29 +0000)]
Improve the "Prototype mismatch" error message when
the redefined subroutine didn't have any prototype.

p4raw-id: //depot/perl@22474

20 years agoRevert change #22472, but keep the new tests.
Marcus Holland-Moritz [Tue, 9 Mar 2004 19:09:20 +0000 (19:09 +0000)]
Revert change #22472, but keep the new tests.
p4raw-link: @22472 on //depot/perl: 6b75d741eabd2f8d29b97270b6ce80b236b12a26

p4raw-id: //depot/perl@22473

20 years agoRe: undef and the range operator
Marcus Holland-Moritz [Mon, 8 Mar 2004 21:49:55 +0000 (22:49 +0100)]
Re: undef and the range operator
Message-Id: <20040308214955.3d8be3a6@r2d2>

p4raw-id: //depot/perl@22472

20 years agoMake a temporary copy of the input buffer in pp_send, so that send
Nicholas Clark [Tue, 9 Mar 2004 16:11:37 +0000 (16:11 +0000)]
Make a temporary copy of the input buffer in pp_send, so that send
and syswrite don't gratuitously upgrade their input to UTF8

p4raw-id: //depot/perl@22471

20 years agoUpgrade to Cwd 2.16
Rafael Garcia-Suarez [Tue, 9 Mar 2004 15:27:38 +0000 (15:27 +0000)]
Upgrade to Cwd 2.16

p4raw-id: //depot/perl@22470

20 years agoUpgrade to CGI.pm 3.04.
Rafael Garcia-Suarez [Tue, 9 Mar 2004 14:56:10 +0000 (14:56 +0000)]
Upgrade to CGI.pm 3.04.

p4raw-id: //depot/perl@22469

20 years agoperl591delta.pod update.
Rafael Garcia-Suarez [Mon, 8 Mar 2004 15:35:59 +0000 (15:35 +0000)]
perl591delta.pod update.

p4raw-id: //depot/perl@22468

20 years agoAnother makefile portability fix for Win32 by Steve Hay.
Rafael Garcia-Suarez [Mon, 8 Mar 2004 10:43:23 +0000 (10:43 +0000)]
Another makefile portability fix for Win32 by Steve Hay.

p4raw-id: //depot/perl@22467

20 years agowin32_fstat has a potential buffer overrun problem
Jan Dubois [Sun, 7 Mar 2004 17:04:35 +0000 (09:04 -0800)]
win32_fstat has a potential buffer overrun problem
Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>

p4raw-id: //depot/perl@22466

20 years agoFix Dave's original shared hash key corruption bug
Nicholas Clark [Sun, 7 Mar 2004 23:31:49 +0000 (23:31 +0000)]
Fix Dave's original shared hash key corruption bug

p4raw-id: //depot/perl@22465

20 years agoAdd a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
Nicholas Clark [Sun, 7 Mar 2004 21:34:01 +0000 (21:34 +0000)]
Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
in utf8.t, and fix 3 bugs it exposed in utfhash.t

p4raw-id: //depot/perl@22463

20 years agoundef and the range operator
Marcus Holland-Moritz [Sun, 7 Mar 2004 21:11:20 +0000 (22:11 +0100)]
undef and the range operator
Message-Id: <20040307211120.10e46933@r2d2>

p4raw-id: //depot/perl@22462

20 years agoRe: [PATCH Cwd 2.15] test tweak for VMS
Ken Williams [Sun, 7 Mar 2004 09:37:19 +0000 (03:37 -0600)]
Re: [PATCH Cwd 2.15] test tweak for VMS
From: "Ken Williams" <ken@mathforum.org>
Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>

p4raw-id: //depot/perl@22459

20 years agoline-end tweak for VMS
Craig A. Berry [Sat, 6 Mar 2004 22:50:25 +0000 (16:50 -0600)]
line-end tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <404AAA11.8050001@mac.com>

p4raw-id: //depot/perl@22456

20 years agotest tweak for VMS
Craig A. Berry [Sat, 6 Mar 2004 13:51:55 +0000 (07:51 -0600)]
test tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <404A2BDB.8030401@mac.com>

p4raw-id: //depot/perl@22452

20 years agoAllow syslog() to use numeric constants in addition to strings for
Jim Schneider [Fri, 5 Mar 2004 14:03:10 +0000 (09:03 -0500)]
Allow syslog() to use numeric constants in addition to strings for
facility names and priorities.

Subject: Patch for Sys::Syslog
Message-Id: <200403051403.10674.jschneid@netilla.com>

p4raw-id: //depot/perl@22451

20 years agoMake threads tests pass make minitest (by skipping)
Nicholas Clark [Sat, 6 Mar 2004 16:13:48 +0000 (16:13 +0000)]
Make threads tests pass make minitest (by skipping)

p4raw-id: //depot/perl@22446

20 years agofix coredump in /(?{sub{}})/
Dave Mitchell [Sat, 6 Mar 2004 15:25:32 +0000 (15:25 +0000)]
fix coredump in /(?{sub{}})/

p4raw-id: //depot/perl@22445

20 years agoA small perluniintro clarification by Jarkko.
Rafael Garcia-Suarez [Fri, 5 Mar 2004 21:19:06 +0000 (21:19 +0000)]
A small perluniintro clarification by Jarkko.

p4raw-id: //depot/perl@22444

20 years agoRe: Strange segfault
Marcus Holland-Moritz [Fri, 5 Mar 2004 15:13:53 +0000 (16:13 +0100)]
Re: Strange segfault
Message-ID: <20040305151353.5f3e913c@r2d2>

p4raw-id: //depot/perl@22443

20 years agoFix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
Steve Hay [Fri, 5 Mar 2004 09:42:32 +0000 (09:42 +0000)]
Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
Message-ID: <40484B88.7070608@uk.radan.com>

p4raw-id: //depot/perl@22442