This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
18 years agoWarnings in tests @25605 due to cmp_ok behavior change.
Michael G. Schwern [Mon, 26 Sep 2005 14:21:09 +0000 (07:21 -0700)]
Warnings in tests @25605 due to cmp_ok behavior change.
Message-ID: <20050926212109.GA11036@windhund.schwern.org>

p4raw-id: //depot/perl@25610

18 years agoUpgrade to Encode 2.12
Steve Peters [Tue, 27 Sep 2005 02:45:50 +0000 (02:45 +0000)]
Upgrade to Encode 2.12

p4raw-id: //depot/perl@25609

18 years agoUpgrade to Digest 1.11 with a minor Pod fix. Also my first commit :)
Steve Peters [Mon, 26 Sep 2005 23:09:44 +0000 (23:09 +0000)]
Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)

p4raw-id: //depot/perl@25608

18 years agoconst sausage const const bacon const tomato and const
Nicholas Clark [Mon, 26 Sep 2005 17:54:06 +0000 (17:54 +0000)]
const sausage const const bacon const tomato and const
The search_ext parameter to find_script can be a little more const.

p4raw-id: //depot/perl@25605

18 years agoUpgrade to Test::Simple 0.61
Rafael Garcia-Suarez [Mon, 26 Sep 2005 16:31:43 +0000 (16:31 +0000)]
Upgrade to Test::Simple 0.61

p4raw-id: //depot/perl@25604

18 years agoFix change 25597 for non-Windows platforms
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:45:53 +0000 (14:45 +0000)]
Fix change 25597 for non-Windows platforms

p4raw-id: //depot/perl@25602

18 years agoMake B::Deparse handle correctly CORE::require
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:24:20 +0000 (14:24 +0000)]
Make B::Deparse handle correctly CORE::require

p4raw-id: //depot/perl@25601

18 years agoDocument the new meaning of OPf_SPECIAL on OP_REQUIRE
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:22:43 +0000 (14:22 +0000)]
Document the new meaning of OPf_SPECIAL on OP_REQUIRE

p4raw-id: //depot/perl@25600

18 years agoCORE::require was always parsed as require().
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:04:21 +0000 (14:04 +0000)]
CORE::require was always parsed as require().
That's because require() isn't overridable at tokenizer-level
like other overridable built-ins, but is handled by the optree
builder. So, find a way to pass the information that require()
was written as CORE::require() to Perl_ck_require. This is
done by adding a new token type REQUIRE and by adding OPf_SPECIAL
to OP_REQUIRE when it's saw as CORE::require in the program text.
This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.

p4raw-id: //depot/perl@25599

18 years ago[perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1
Steve Peters [Sun, 25 Sep 2005 14:41:03 +0000 (07:41 -0700)]
[perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>

and update docs

p4raw-id: //depot/perl@25597

18 years agoUpgrade to Compress::Zlib 1.40
Rafael Garcia-Suarez [Fri, 23 Sep 2005 20:46:04 +0000 (20:46 +0000)]
Upgrade to Compress::Zlib 1.40

p4raw-id: //depot/perl@25591

18 years agoFix to PERL_DEBUG_COW
Steve Peters [Fri, 23 Sep 2005 20:11:00 +0000 (20:11 +0000)]
Fix to PERL_DEBUG_COW
Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@25590

18 years agoRe: pod/pod2usage2.t
H.Merijn Brand [Thu, 22 Sep 2005 12:12:49 +0000 (14:12 +0200)]
Re: pod/pod2usage2.t
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Message-ID: <20050922121249.5077ee3e@pc09>

Also, skip all tests on Windows until we find a way
to write them portably

p4raw-id: //depot/perl@25588

18 years agoquiet a few warnings
Yitzchak Scott-Thoennes [Wed, 21 Sep 2005 18:45:56 +0000 (11:45 -0700)]
quiet a few warnings
Message-ID: <20050922014555.GA2852@efn.org>

p4raw-id: //depot/perl@25586

18 years agoChanges for hints/linux.sh for Purify
Steve Peters [Fri, 23 Sep 2005 08:38:58 +0000 (03:38 -0500)]
Changes for hints/linux.sh for Purify
Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@25582

18 years agoExtend 25579 to cover vc64 too
Steve Hay [Fri, 23 Sep 2005 13:46:40 +0000 (13:46 +0000)]
Extend 25579 to cover vc64 too

p4raw-id: //depot/perl@25581

18 years agoAdd Porting/checkcfgvar.pl by Jarkko
Rafael Garcia-Suarez [Fri, 23 Sep 2005 13:08:14 +0000 (13:08 +0000)]
Add Porting/checkcfgvar.pl by Jarkko

p4raw-id: //depot/perl@25579

18 years agoSAPER is the new maintainer of XSLoader
Rafael Garcia-Suarez [Fri, 23 Sep 2005 12:35:30 +0000 (12:35 +0000)]
SAPER is the new maintainer of XSLoader

p4raw-id: //depot/perl@25578

18 years agoChange 25226 should have done this too
Steve Hay [Fri, 23 Sep 2005 08:40:58 +0000 (08:40 +0000)]
Change 25226 should have done this too

p4raw-id: //depot/perl@25573

18 years agoAs SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
Nicholas Clark [Thu, 22 Sep 2005 14:35:52 +0000 (14:35 +0000)]
As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs

p4raw-id: //depot/perl@25571

18 years agoThe New*() compatibility macros aren't needed inside the perl core.
Nicholas Clark [Thu, 22 Sep 2005 14:09:37 +0000 (14:09 +0000)]
The New*() compatibility macros aren't needed inside the perl core.

p4raw-id: //depot/perl@25570

18 years agoForgot to update MANIFEST in change 25547
Steve Hay [Thu, 22 Sep 2005 07:26:20 +0000 (07:26 +0000)]
Forgot to update MANIFEST in change 25547

p4raw-id: //depot/perl@25563

18 years agoAdd an option --ignore to installhtml
Rafael Garcia-Suarez [Wed, 21 Sep 2005 21:10:50 +0000 (21:10 +0000)]
Add an option --ignore to installhtml
and use it to avoid to install doc in Porting/.
Skip also test modules.

p4raw-id: //depot/perl@25560

18 years agoLocalize $@ in Locale::Maketext::maketext()
Steve Hay [Wed, 21 Sep 2005 16:19:03 +0000 (16:19 +0000)]
Localize $@ in Locale::Maketext::maketext()
so that $lh->maketext("Error: [_1]\n", $@) works as expected

Also added a new test for this fix

p4raw-id: //depot/perl@25547

18 years agoA few POD fixes
Rafael Garcia-Suarez [Wed, 21 Sep 2005 15:53:33 +0000 (15:53 +0000)]
A few POD fixes

p4raw-id: //depot/perl@25544

18 years agoUpgrade to Pod::Parser 1.33
Rafael Garcia-Suarez [Wed, 21 Sep 2005 15:31:02 +0000 (15:31 +0000)]
Upgrade to Pod::Parser 1.33

p4raw-id: //depot/perl@25543

18 years agoPodParser is now Pod-Parser on CPAN
Rafael Garcia-Suarez [Wed, 21 Sep 2005 14:20:14 +0000 (14:20 +0000)]
PodParser is now Pod-Parser on CPAN

p4raw-id: //depot/perl@25537

18 years agomisc a2p fixes
Brendan O'Dea [Sun, 11 Sep 2005 19:43:14 +0000 (05:43 +1000)]
misc a2p fixes
Message-ID: <20050911094314.GA15155@londo.c47.org>

and remove the check_byacc target from the x2p makefile

p4raw-id: //depot/perl@25534

18 years agoUpgrade to ExtUtils::ParseXS 2.12
Rafael Garcia-Suarez [Wed, 21 Sep 2005 11:25:54 +0000 (11:25 +0000)]
Upgrade to ExtUtils::ParseXS 2.12

p4raw-id: //depot/perl@25533

18 years agoUpgrade to Time::HiRes 1.74
Rafael Garcia-Suarez [Wed, 21 Sep 2005 11:15:43 +0000 (11:15 +0000)]
Upgrade to Time::HiRes 1.74

p4raw-id: //depot/perl@25532

18 years agoRemove the last STRLEN n_a;s that my compiler can reach.
Nicholas Clark [Wed, 21 Sep 2005 10:53:56 +0000 (10:53 +0000)]
Remove the last STRLEN n_a;s that my compiler can reach.

p4raw-id: //depot/perl@25530

18 years agoIntegrate changes from Text::Tabs and Text::Wrap on CPAN
Rafael Garcia-Suarez [Wed, 21 Sep 2005 09:37:27 +0000 (09:37 +0000)]
Integrate changes from Text::Tabs and Text::Wrap on CPAN
(Text-Tabs+Wrap-2005.0824). Keep local changes.

p4raw-id: //depot/perl@25526

18 years agoYitzchak says that Tim says that we can distribute
Rafael Garcia-Suarez [Tue, 20 Sep 2005 19:12:28 +0000 (19:12 +0000)]
Yitzchak says that Tim says that we can distribute
the perl glossary under the same terms as Perl itself.

p4raw-id: //depot/perl@25523

18 years agoRe: [perl #36733] %SIG not properly local-ized
Rick Delaney [Thu, 8 Sep 2005 08:55:16 +0000 (04:55 -0400)]
Re: [perl #36733] %SIG not properly local-ized
Message-ID: <20050908125516.GA18184@localhost.localdomain>

p4raw-id: //depot/perl@25515

18 years agoResolve [perl #37110]: Update README.win32
Steve Hay [Tue, 20 Sep 2005 09:20:16 +0000 (09:20 +0000)]
Resolve [perl #37110]: Update README.win32

I give up trying to keep the Platform SDK links up-to-date. They seem
to have changed every time that I look at them, so make the
instructions more general.

p4raw-id: //depot/perl@25513

18 years agoUpgrade to Compress::Zlib 1.39
Rafael Garcia-Suarez [Tue, 20 Sep 2005 09:15:17 +0000 (09:15 +0000)]
Upgrade to Compress::Zlib 1.39

p4raw-id: //depot/perl@25512

18 years agoPATCH for #37138: using XSUB as DB::DB causes perl to crash
Salvador Fandiño [Mon, 19 Sep 2005 06:56:39 +0000 (23:56 -0700)]
PATCH for #37138: using XSUB as DB::DB causes perl to crash
Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>

(adapted to bleadperl)

p4raw-id: //depot/perl@25511

18 years ago[patch@25502] Add hard link and V8.2 crtl support to VMS.
John E. Malmberg [Tue, 20 Sep 2005 01:22:24 +0000 (21:22 -0400)]
[patch@25502] Add hard link and V8.2 crtl support to VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <432F9C90.7080702@qsl.net>

p4raw-id: //depot/perl@25507

18 years agoThe second argument to Move() is the destination, so cannot possibly
Nicholas Clark [Mon, 19 Sep 2005 21:02:02 +0000 (21:02 +0000)]
The second argument to Move() is the destination, so cannot possibly
be const. Pesky casting in handy.h. Getting in the way of correctness.

p4raw-id: //depot/perl@25502

18 years agoAdd parallel testing to TODO
Nicholas Clark [Mon, 19 Sep 2005 19:44:07 +0000 (19:44 +0000)]
Add parallel testing to TODO

p4raw-id: //depot/perl@25499

18 years agoFirst argument to he_dup is actually a const HE *
Nicholas Clark [Mon, 19 Sep 2005 18:48:10 +0000 (18:48 +0000)]
First argument to he_dup is actually a const HE *

p4raw-id: //depot/perl@25497

18 years agoAll Perl_hv_name_set()s need to be plain hv_name_set if they are to
Nicholas Clark [Mon, 19 Sep 2005 15:59:44 +0000 (15:59 +0000)]
All Perl_hv_name_set()s need to be plain hv_name_set if they are to
work with a macro version.

p4raw-id: //depot/perl@25493

18 years agoUpdate win32 config files w.r.t. change #25387
Steve Hay [Mon, 19 Sep 2005 14:18:40 +0000 (14:18 +0000)]
Update win32 config files w.r.t. change #25387
p4raw-link: @25387 on //depot/perl: 7dd121aefd69a3ba2201a35698deaeda3a8a77ad

p4raw-id: //depot/perl@25488

18 years agobleadperl DProf.xs:140: warning: `unused' attribute ignored
Yitzchak Scott-Thoennes [Sun, 18 Sep 2005 19:46:37 +0000 (12:46 -0700)]
bleadperl DProf.xs:140: warning: `unused' attribute ignored
Message-ID: <20050919024637.GA2860@efn.org>

p4raw-id: //depot/perl@25486

18 years agoImprove failure case diagnostics from comp/package.t
Nicholas Clark [Mon, 19 Sep 2005 07:11:38 +0000 (07:11 +0000)]
Improve failure case diagnostics from comp/package.t

p4raw-id: //depot/perl@25480

18 years agoShould have been embed.h, not proto.h, in 25475
Nicholas Clark [Sun, 18 Sep 2005 21:54:18 +0000 (21:54 +0000)]
Should have been embed.h, not proto.h, in 25475

p4raw-id: //depot/perl@25476

18 years agoIt looks like the only way to reliably make Perl_hv_name_set a pure
Nicholas Clark [Sun, 18 Sep 2005 21:52:25 +0000 (21:52 +0000)]
It looks like the only way to reliably make Perl_hv_name_set a pure
macro in 5.8.x is to make it available as hv_name_set.
[Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
 warnings or other games when Perl_hv_name_set() is a macro]

p4raw-id: //depot/perl@25475

18 years ago[patch@25452] VMS fix required by Change 25387
John E. Malmberg [Sun, 18 Sep 2005 14:53:09 +0000 (10:53 -0400)]
[patch@25452] VMS fix required by Change 25387
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <432DB795.8050801@qsl.net>

p4raw-id: //depot/perl@25474

18 years agoTidying up the unused or unneeded global variables would be good.
Nicholas Clark [Sun, 18 Sep 2005 11:07:51 +0000 (11:07 +0000)]
Tidying up the unused or unneeded global variables would be good.

p4raw-id: //depot/perl@25463

18 years agoControlling what the GNU linker exports from a shared library would
Nicholas Clark [Sun, 18 Sep 2005 10:12:51 +0000 (10:12 +0000)]
Controlling what the GNU linker exports from a shared library would
be a useful thing TODO

p4raw-id: //depot/perl@25459

18 years agoDetail the minimal rewards programme we have on offer.
Nicholas Clark [Sun, 18 Sep 2005 09:38:59 +0000 (09:38 +0000)]
Detail the minimal rewards programme we have on offer.
Hoik relocatable perl to the top of its section.
Some other formatting tweaks.

p4raw-id: //depot/perl@25457

18 years agorefactoring xsubpp should have been in the "just perl" section.
Nicholas Clark [Sat, 17 Sep 2005 19:50:47 +0000 (19:50 +0000)]
refactoring xsubpp should have been in the "just perl" section.

p4raw-id: //depot/perl@25452

18 years agoAdd "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
Nicholas Clark [Sat, 17 Sep 2005 19:49:27 +0000 (19:49 +0000)]
Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
to the TODO

p4raw-id: //depot/perl@25451

18 years agoAdd shrinking GVs and CVs to the TODO
Nicholas Clark [Sat, 17 Sep 2005 19:11:33 +0000 (19:11 +0000)]
Add shrinking GVs and CVs to the TODO

p4raw-id: //depot/perl@25448

18 years agoAdd reduce duplication in sv_setsv_flags to TODO
Nicholas Clark [Sat, 17 Sep 2005 18:59:37 +0000 (18:59 +0000)]
Add reduce duplication in sv_setsv_flags to TODO

p4raw-id: //depot/perl@25446

18 years agoMissing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
Nicholas Clark [Sat, 17 Sep 2005 18:53:39 +0000 (18:53 +0000)]
Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
(and the don't know the pointer size case)

p4raw-id: //depot/perl@25445

18 years agovv5.9.3 is clearly a bug.
Nicholas Clark [Sat, 17 Sep 2005 18:40:29 +0000 (18:40 +0000)]
vv5.9.3 is clearly a bug.

p4raw-id: //depot/perl@25444

18 years agoAdd ordering of "global" variables to TODO
Nicholas Clark [Sat, 17 Sep 2005 18:34:37 +0000 (18:34 +0000)]
Add ordering of "global" variables to TODO

p4raw-id: //depot/perl@25443

18 years agoHolding a mutex then croak()ing strikes me as deadlock.
Nicholas Clark [Sat, 17 Sep 2005 18:05:30 +0000 (18:05 +0000)]
Holding a mutex then croak()ing strikes me as deadlock.

p4raw-id: //depot/perl@25442

18 years agoAdd emulate the per-thread memory pool on Unix to the TODO
Nicholas Clark [Sat, 17 Sep 2005 17:09:25 +0000 (17:09 +0000)]
Add emulate the per-thread memory pool on Unix to the TODO

p4raw-id: //depot/perl@25439

18 years agoAdd suggestion to profile to find a better set of hot ops for pp_hot.
Nicholas Clark [Sat, 17 Sep 2005 15:42:51 +0000 (15:42 +0000)]
Add suggestion to profile to find a better set of hot ops for pp_hot.

p4raw-id: //depot/perl@25436

18 years agoadd merge Perl_sv_2[inpu]v to TODO
Nicholas Clark [Sat, 17 Sep 2005 15:32:36 +0000 (15:32 +0000)]
add merge Perl_sv_2[inpu]v to TODO

p4raw-id: //depot/perl@25434

18 years agoMaking make -j... work is a TODO
Nicholas Clark [Sat, 17 Sep 2005 14:36:14 +0000 (14:36 +0000)]
Making make -j... work is a TODO

p4raw-id: //depot/perl@25431

18 years agoAdd "automating coverage tests" as a TODO
Nicholas Clark [Sat, 17 Sep 2005 14:33:33 +0000 (14:33 +0000)]
Add "automating coverage tests" as a TODO

p4raw-id: //depot/perl@25430

18 years agoRe-order the TODO tasks based on the skills they need, putting the
Nicholas Clark [Sat, 17 Sep 2005 14:19:54 +0000 (14:19 +0000)]
Re-order the TODO tasks based on the skills they need, putting the
easist tasks first. I've categorised them as

=head1 Tasks that only need Perl knowledge
=head1 Tasks that need a little sysadmin-type knowledge
=head1 Tasks that need a little C knowledge
=head1 Tasks that need a knowledge of XS
=head1 Tasks that need a knowledge of the interpreter
=head1 Big projects

Lets see if we get any takers.

p4raw-id: //depot/perl@25429

18 years agoRevert change #24223 : select() will continue
Rafael Garcia-Suarez [Fri, 16 Sep 2005 12:54:43 +0000 (12:54 +0000)]
Revert change #24223 : select() will continue
to return -1 on error, like in previous versions, and
like other system builtins.
p4raw-link: @24223 on //depot/perl: 5c477709a8f3aa3110d51ae872950c20ff14fed6

p4raw-id: //depot/perl@25418

18 years agoFix obsolete identifiers in comment
Rafael Garcia-Suarez [Thu, 15 Sep 2005 14:48:37 +0000 (14:48 +0000)]
Fix obsolete identifiers in comment

p4raw-id: //depot/perl@25417

18 years agoUpgrade to version.pm 0.48
Rafael Garcia-Suarez [Thu, 15 Sep 2005 14:19:19 +0000 (14:19 +0000)]
Upgrade to version.pm 0.48

p4raw-id: //depot/perl@25416

18 years agoMath::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
Jarkko Hietaniemi [Wed, 14 Sep 2005 09:26:11 +0000 (12:26 +0300)]
Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
Message-ID: <4327C283.80706@gmail.com>

p4raw-id: //depot/perl@25414

18 years ago[perl #37163] dprofpp array subscript error
scott@perlcode.org [Tue, 13 Sep 2005 12:11:46 +0000 (05:11 -0700)]
[perl #37163] dprofpp array subscript error
From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>

p4raw-id: //depot/perl@25413

18 years agoChange 25409 wasn't necessary for threaded perls
Rafael Garcia-Suarez [Wed, 14 Sep 2005 08:11:08 +0000 (08:11 +0000)]
Change 25409 wasn't necessary for threaded perls

p4raw-id: //depot/perl@25411

18 years agoThe debugger wasn't tracing correctly execution in eval("")'ed
Rafael Garcia-Suarez [Wed, 14 Sep 2005 01:08:22 +0000 (01:08 +0000)]
The debugger wasn't tracing correctly execution in eval("")'ed
code containing #line directives

p4raw-id: //depot/perl@25409

18 years agoRe: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
Dominic Dunlop [Tue, 13 Sep 2005 23:13:00 +0000 (23:13 +0000)]
Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>

p4raw-id: //depot/perl@25406

18 years agoAdd Luke Closs to AUTHORS
Nicholas Clark [Tue, 13 Sep 2005 18:16:55 +0000 (18:16 +0000)]
Add Luke Closs to AUTHORS

p4raw-id: //depot/perl@25403

18 years ago[perl #36448] configuring ranlib for perl on osx with xcode 2.1
Luke Closs [Fri, 1 Jul 2005 21:56:31 +0000 (21:56 +0000)]
[perl #36448] configuring ranlib for perl on osx with xcode 2.1
From: Luke Closs (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
Date: 1 Jul 2005 21:56:31 -0000

p4raw-id: //depot/perl@25402

18 years agoAllow non-arrowed form of chained subscripts after slices
Yitzchak Scott-Thoennes [Thu, 1 Sep 2005 17:41:36 +0000 (10:41 -0700)]
Allow non-arrowed form of chained subscripts after slices

Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
Date: Thu, 1 Sep 2005 17:41:36 -0700
Message-ID: <20050902004136.GA2656@efn.org>

Date: Mon, 5 Sep 2005 08:10:20 -0700
Message-ID: <20050905151020.GA3556@efn.org>

p4raw-id: //depot/perl@25399

18 years ago[patch@25388] vms/vms.c Perl_cando fix.
John E. Malmberg [Mon, 12 Sep 2005 23:56:36 +0000 (19:56 -0400)]
[patch@25388] vms/vms.c Perl_cando fix.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <43264DF4.6090403@qsl.net>

p4raw-id: //depot/perl@25398

18 years agoThe return of the consting
Andy Lester [Tue, 13 Sep 2005 01:08:36 +0000 (20:08 -0500)]
The return of the consting
Message-ID: <20050913060835.GA1037@petdance.com>

p4raw-id: //depot/perl@25397

18 years ago[perl #37142] h2xs skips enums with negative values
Aaron Kaplan [Sun, 11 Sep 2005 13:33:44 +0000 (06:33 -0700)]
[perl #37142] h2xs skips enums with negative values
From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>

p4raw-id: //depot/perl@25388

18 years agoDetection of malloc_size and malloc_good_size
H.Merijn Brand [Mon, 12 Sep 2005 13:26:31 +0000 (13:26 +0000)]
Detection of malloc_size and malloc_good_size

p4raw-id: //depot/perl@25387

18 years agoReverted 25364 on authors request
H.Merijn Brand [Sun, 11 Sep 2005 13:50:53 +0000 (13:50 +0000)]
Reverted 25364 on authors request

p4raw-id: //depot/perl@25383

18 years agoExperiment with putting the F<.patch>level into patchlevel.h
Nicholas Clark [Sat, 10 Sep 2005 17:07:04 +0000 (17:07 +0000)]
Experiment with putting the F<.patch>level into patchlevel.h
(a sure way to accelerate any change to subversion)

p4raw-id: //depot/perl@25374

18 years agoMinor comment fix
Rafael Garcia-Suarez [Fri, 9 Sep 2005 09:35:01 +0000 (09:35 +0000)]
Minor comment fix

p4raw-id: //depot/perl@25366

18 years agoMake t/op/local.t use test.pl.
Rick Delaney [Wed, 7 Sep 2005 22:45:44 +0000 (18:45 -0400)]
Make t/op/local.t use test.pl.
Message-ID: <20050908024544.GA4058@localhost.localdomain>

p4raw-id: //depot/perl@25365

18 years ago[patch@cbuilder_0.13] VMS fixes for cbuilder
John E. Malmberg [Wed, 7 Sep 2005 19:59:36 +0000 (15:59 -0400)]
[patch@cbuilder_0.13] VMS fixes for cbuilder
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <431F7EE8.3040908@qsl.net>

p4raw-id: //depot/perl@25364

18 years agoThe formatting function of Carp::Heavy has problem with utf8 strings.
Rafael Garcia-Suarez [Wed, 7 Sep 2005 11:09:10 +0000 (11:09 +0000)]
The formatting function of Carp::Heavy has problem with utf8 strings.
Work around it.

p4raw-id: //depot/perl@25363

18 years ago[perl #37091] File::Path::mkpath resets errno
kvr@centrum.cz [Tue, 6 Sep 2005 08:07:14 +0000 (01:07 -0700)]
[perl #37091] File::Path::mkpath resets errno
From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>

p4raw-id: //depot/perl@25362

18 years agoUpgrade to Compress::Zlib 1.38
Rafael Garcia-Suarez [Tue, 6 Sep 2005 19:06:38 +0000 (19:06 +0000)]
Upgrade to Compress::Zlib 1.38

p4raw-id: //depot/perl@25361

18 years agoAdd a TODO test for bug #37038 - assigning to the match variable
Nicholas Clark [Tue, 6 Sep 2005 17:46:33 +0000 (17:46 +0000)]
Add a TODO test for bug #37038 - assigning to the match variable
should not corrupt match vars such as $1 and $2

p4raw-id: //depot/perl@25360

18 years agoRevert Makefile.PL change from #25355
Rafael Garcia-Suarez [Tue, 6 Sep 2005 16:06:44 +0000 (16:06 +0000)]
Revert Makefile.PL change from #25355

p4raw-id: //depot/perl@25359

18 years agoRe: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
Yitzchak Scott-Thoennes [Fri, 2 Sep 2005 00:05:52 +0000 (17:05 -0700)]
Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
Message-ID: <20050902070552.GA3992@efn.org>

p4raw-id: //depot/perl@25358

18 years agoAdded amd64 and x86_64 to recognized predefined cpp syms
H.Merijn Brand [Tue, 6 Sep 2005 14:10:28 +0000 (14:10 +0000)]
Added amd64 and x86_64 to recognized predefined cpp syms

p4raw-id: //depot/perl@25357

18 years agoUpgrade to IO 1.22 from gbarr
Rafael Garcia-Suarez [Tue, 6 Sep 2005 08:46:37 +0000 (08:46 +0000)]
Upgrade to IO 1.22 from gbarr
- Adjust the regression tests to use t/test.pl from bleadperl
  when $ENV{PERL_CORE} is defined
- Add can_ok and isa_ok to t/test.pl from the implementation
  found in the IO CPAN distribution

p4raw-id: //depot/perl@25355

18 years agoregression test for 25352
Jim Cromie [Sat, 3 Sep 2005 22:38:13 +0000 (16:38 -0600)]
regression test for 25352
Message-ID: <431A7A35.6050705@gmail.com>

p4raw-id: //depot/perl@25354

18 years agoRe: [perl #37039] perlref documentation about optional -> is too vague
Yitzchak Scott-Thoennes [Thu, 1 Sep 2005 17:41:36 +0000 (10:41 -0700)]
Re: [perl #37039] perlref documentation about optional -> is too vague
Message-Id:  <20050902004136.GA2656@efn.org>

Allow any variant of bison 1.875 to be used

p4raw-id: //depot/perl@25353

18 years agoRe: Optree Generation
Yitzchak Scott-Thoennes [Wed, 31 Aug 2005 14:18:00 +0000 (14:18 +0000)]
Re: Optree Generation
Message-ID: <20050831121822.GA3464@efn.org>

p4raw-id: //depot/perl@25352

18 years agodocument index() with out of bounds POSITION
Yitzchak Scott-Thoennes [Fri, 2 Sep 2005 14:23:00 +0000 (14:23 +0000)]
document index() with out of bounds POSITION
Message-ID: <20050902122311.GA3104@efn.org>

p4raw-id: //depot/perl@25351

18 years agoReally fix the Archive::Tar setup test.
Rafael Garcia-Suarez [Fri, 2 Sep 2005 17:35:31 +0000 (17:35 +0000)]
Really fix the Archive::Tar setup test.
p4 and svn don't behave similarly concerning removal
of empty directories...

p4raw-id: //depot/perl@25350

18 years agoOnce again, fix Archive::Tar setup test with -Dmksymlinks
Rafael Garcia-Suarez [Fri, 2 Sep 2005 16:45:31 +0000 (16:45 +0000)]
Once again, fix Archive::Tar setup test with -Dmksymlinks

p4raw-id: //depot/perl@25349

18 years agoRE: [ANNOUNCE] Archive::Tar 1.25
Robin Barker [Thu, 1 Sep 2005 20:09:43 +0000 (21:09 +0100)]
RE: [ANNOUNCE] Archive::Tar 1.25
Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>

p4raw-id: //depot/perl@25348