This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoRegenerated Configure after backported #22571
H.Merijn Brand [Wed, 31 Mar 2004 13:02:32 +0000 (13:02 +0000)]
Regenerated Configure after backported #22571
Some indent leftovers from earlier patches
We don't like double negatives, not even in comment

p4raw-id: //depot/perl@22619

20 years agoRe: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
Gisle Aas [Tue, 30 Mar 2004 04:29:18 +0000 (20:29 -0800)]
Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@22617

20 years agoUnknowingly for years we've had a test that has assumed the order
Nicholas Clark [Wed, 31 Mar 2004 08:24:29 +0000 (08:24 +0000)]
Unknowingly for years we've had a test that has assumed the order
of results from readdir. Fixed.

p4raw-id: //depot/perl@22615

20 years agoZaurus SL-[78]60 native compile patch
Dan Kogai [Tue, 30 Mar 2004 00:53:52 +0000 (09:53 +0900)]
Zaurus SL-[78]60 native compile patch
Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
Date: Tue, 30 Mar 2004 00:53:52 +0900

p4raw-id: //depot/perl@22614

20 years agovarious win32 build fixes
Steve Hay [Tue, 23 Mar 2004 10:42:12 +0000 (10:42 +0000)]
various win32 build fixes

Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
Date: Tue, 23 Mar 2004 10:42:12 +0000
Message-ID: <40601484.7040905@uk.radan.com>

Subject: [PATCH] distclean on Win32 should delete perl.base
From: Steve Hay <steve.hay@uk.radan.com>
Date: Tue, 23 Mar 2004 11:35:56 +0000
Message-ID: <4060211C.8020704@uk.radan.com>

Subject: Re: [PATCH] Create debug symbols files on Windows even for release
From: Steve Hay <steve.hay@uk.radan.com>
Date: Fri, 26 Mar 2004 10:46:07 +0000
Message-ID: <406409EF.9020404@uk.radan.com>

p4raw-id: //depot/perl@22610

20 years ago[perl #27986] IPC::Open3 fails in mod_perl (tie bug)
Benjamin J. Tilly [Fri, 26 Mar 2004 21:02:19 +0000 (21:02 +0000)]
[perl #27986] IPC::Open3 fails in mod_perl (tie bug)
   From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
   Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>

   The forked child should make sure STDIN and STDOUT aren't tied
   before messing with them

p4raw-id: //depot/perl@22609

20 years agobackout change 22606 (make gv_fullname() include a literal '^')
Dave Mitchell [Mon, 29 Mar 2004 20:10:05 +0000 (20:10 +0000)]
backout change 22606 (make gv_fullname() include a literal '^')
it breaks select.

p4raw-id: //depot/perl@22608

20 years agoupdate -Dx to cope with lexical version of OP_AELEMFAST
Dave Mitchell [Sun, 28 Mar 2004 15:10:48 +0000 (15:10 +0000)]
update -Dx to cope with lexical version of OP_AELEMFAST

p4raw-id: //depot/perl@22607

20 years agomake gv_fullname() etc include a literal '^' for *^FOO style names
Dave Mitchell [Sun, 28 Mar 2004 15:08:23 +0000 (15:08 +0000)]
make gv_fullname() etc include a literal '^' for *^FOO style names

p4raw-id: //depot/perl@22606

20 years agopv_display() had code to display \n etc as escapes but it didn't
Dave Mitchell [Sun, 28 Mar 2004 13:11:30 +0000 (13:11 +0000)]
pv_display() had code to display \n etc as escapes but it didn't
actually work.

p4raw-id: //depot/perl@22605

20 years agofix typo in change 22597
Dave Mitchell [Sun, 28 Mar 2004 10:55:30 +0000 (10:55 +0000)]
fix typo in change 22597

p4raw-id: //depot/perl@22604

20 years ago-Dusemallocwrap for VMS)
Craig A. Berry [Fri, 26 Mar 2004 22:46:50 +0000 (16:46 -0600)]
-Dusemallocwrap for VMS)
From:  "Craig A. Berry" <craigberry@mac.com>
Message-Id:  <4065073A.30007@mac.com>

Mimic in configure.com what Configure does to enable or disable
the new feature -Dusemallocwrap

p4raw-id: //depot/perl@22601

20 years agodon't clean-up perly.* on VMS
Craig A. Berry [Fri, 26 Mar 2004 16:54:44 +0000 (10:54 -0600)]
don't clean-up perly.* on VMS
From:  "Craig A. Berry" <craigberry@mac.com>
Message-Id:  <4064B4B4.2030203@mac.com>

refrain from getting rid of perly.c and perly.h now that there are
no longer VMS-specific overrides for these files

p4raw-id: //depot/perl@22600

20 years ago[perl #24200] string corruption with lvalue sub
Dave Mitchell [Sat, 27 Mar 2004 01:54:09 +0000 (01:54 +0000)]
[perl #24200] string corruption with lvalue sub
Depending on the context, the same substr OP may want to return
a PVLV or an LV on subsequent invcations. If TARG is the wrong
type, use a mortal instead.

p4raw-id: //depot/perl@22599

20 years agoClarify op.h comments for which ops the OPpDEREF* private flags
Dave Mitchell [Fri, 26 Mar 2004 18:56:50 +0000 (18:56 +0000)]
Clarify op.h comments for which ops the OPpDEREF* private flags
are actually used; update Concise.pm to match

p4raw-id: //depot/perl@22597

20 years agofix for change #22594; if using test.pl, must tell perl where to
Dave Mitchell [Fri, 26 Mar 2004 18:53:09 +0000 (18:53 +0000)]
fix for change #22594; if using test.pl, must tell perl where to
find it!
p4raw-link: @22594 on //depot/perl: dfa41748806263fb8b5d5fcb051bd36be96fe93c

p4raw-id: //depot/perl@22596

20 years ago[perl #26839] document the return value of an empty sub
Dave Mitchell [Fri, 26 Mar 2004 17:28:48 +0000 (17:28 +0000)]
[perl #26839] document the return value of an empty sub

p4raw-id: //depot/perl@22595

20 years ago [perl #27040] - hints hash was being double freed on scope exit
Dave Mitchell [Fri, 26 Mar 2004 13:05:50 +0000 (13:05 +0000)]
 [perl #27040] - hints hash was being double freed on scope exit

p4raw-id: //depot/perl@22594

20 years agoRe: [perl #27906] stat documentation correction
Andy Lester [Wed, 24 Mar 2004 21:48:30 +0000 (15:48 -0600)]
Re: [perl #27906] stat documentation correction
Message-Id: <20040325034830.GA5865@petdance.com>
(Applied with a correction from Spider Boardman.)

p4raw-id: //depot/perl@22593

20 years agofix some comments in perly.y
Dave Mitchell [Fri, 26 Mar 2004 01:24:24 +0000 (01:24 +0000)]
fix some comments in perly.y

p4raw-id: //depot/perl@22592

20 years ago[perl #27268] Blessed reference to anonymous glob
Dave Mitchell [Fri, 26 Mar 2004 01:16:55 +0000 (01:16 +0000)]
[perl #27268] Blessed reference to anonymous glob
Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning

p4raw-id: //depot/perl@22591

20 years ago[perl #27748] 'find2perl' bug: -exec causes chdir error
jdhedden@1979.usna.com [Thu, 18 Mar 2004 20:25:50 +0000 (20:25 +0000)]
[perl #27748] 'find2perl' bug: -exec causes chdir error
From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>

Cwd code was planted in the output executable after the exit, so
was never run.

p4raw-id: //depot/perl@22586

20 years agoRemaining smoked platforms where malloc wrap is known to work.
Nicholas Clark [Wed, 24 Mar 2004 21:42:25 +0000 (21:42 +0000)]
Remaining smoked platforms where malloc wrap is known to work.
Data for Irix and NetBSD would be useful - they probably will work too.
Will Unicos work? Place bets now...

p4raw-id: //depot/perl@22585

20 years ago[perl #27790] split docs: say the string is EXPR
Dan Jacobson [Sat, 20 Mar 2004 05:21:07 +0000 (05:21 +0000)]
[perl #27790] split docs: say the string is EXPR
From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>

Minor documentation nit in split

p4raw-id: //depot/perl@22584

20 years agomintest will pass if I skip the correct number of tests. D'oh!
Nicholas Clark [Wed, 24 Mar 2004 19:15:29 +0000 (19:15 +0000)]
mintest will pass if I skip the correct number of tests. D'oh!

p4raw-id: //depot/perl@22582

20 years agoRe: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
Steve Hay [Wed, 24 Mar 2004 13:29:00 +0000 (13:29 +0000)]
Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
Message-ID: <40618D1C.7000601@uk.radan.com>
Date: Wed, 24 Mar 2004 13:29:00 +0000

p4raw-id: //depot/perl@22579

20 years agoGood catch from Dave Mitchell; plus a null pointer protection.
Rafael Garcia-Suarez [Wed, 24 Mar 2004 13:54:31 +0000 (13:54 +0000)]
Good catch from Dave Mitchell; plus a null pointer protection.

p4raw-id: //depot/perl@22578

20 years agoUnlike perl, 0 in void context isn't special cased in C :-)
Nicholas Clark [Wed, 24 Mar 2004 11:51:46 +0000 (11:51 +0000)]
Unlike perl, 0 in void context isn't special cased in C :-)
(So it warns). Tweak the no-action malloc wrap checkers to avoid
warnings.

p4raw-id: //depot/perl@22577

20 years agoExport PL_memory_wrap based on PERL_MALLOC_WRAP rather than
Nicholas Clark [Wed, 24 Mar 2004 10:29:16 +0000 (10:29 +0000)]
Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
NO_MALLOC_WRAP following Configure changes. Identical patch to
mine supplied by Steve Hay while I was working on this.
IP shootout at dawn :-)

p4raw-id: //depot/perl@22576

20 years agoTidy up function prototypes in the light of suidpatch
Nicholas Clark [Wed, 24 Mar 2004 09:14:21 +0000 (09:14 +0000)]
Tidy up function prototypes in the light of suidpatch

p4raw-id: //depot/perl@22572

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