18 years agoAdd reduce duplication in sv_setsv_flags to TODO
Nicholas Clark [Sat, 17 Sep 2005 18:59:37 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
[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]
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]
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]
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]
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]
[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]
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]
[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]
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]
[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]
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]
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]
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]
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]
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]
[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]
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]
[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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
RE: [ANNOUNCE] Archive::Tar 1.25
Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>

p4raw-id: //depot/perl@25348

18 years agoRegression test for the fix in change #25308,
Rafael Garcia-Suarez [Fri, 2 Sep 2005 12:53:49 +0000]
Regression test for the fix in change #25308,
based on code by Troy Loveday
p4raw-link: @25308 on //depot/perl: 27688d77084069fcb656e12fab5d3ee0ba810e6c

p4raw-id: //depot/perl@25347

18 years agoOops, fix threaded build
Rafael Garcia-Suarez [Thu, 1 Sep 2005 15:00:15 +0000]
Oops, fix threaded build

p4raw-id: //depot/perl@25346

18 years agoDon't list test modules when listing cpan versions
Rafael Garcia-Suarez [Thu, 1 Sep 2005 14:50:24 +0000]
Don't list test modules when listing cpan versions

p4raw-id: //depot/perl@25345

18 years agoAdd the "no 6" / "no v6" syntax.
Rafael Garcia-Suarez [Thu, 1 Sep 2005 14:45:23 +0000]
Add the "no 6" / "no v6" syntax.

p4raw-id: //depot/perl@25344

18 years agoRemove no 6 from the todo list
Rafael Garcia-Suarez [Thu, 1 Sep 2005 14:43:19 +0000]
Remove no 6 from the todo list

p4raw-id: //depot/perl@25343

18 years agoDocument that Sys::Syslog::openlog might die.
Rafael Garcia-Suarez [Wed, 31 Aug 2005 15:14:28 +0000]
Document that Sys::Syslog::openlog might die.
Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running

p4raw-id: //depot/perl@25342

18 years agoFix for [perl #37036] perl segfault at 'compile'-time
Rafael Garcia-Suarez [Wed, 31 Aug 2005 14:14:21 +0000]
Fix for [perl #37036] perl segfault at 'compile'-time

p4raw-id: //depot/perl@25341

18 years ago[patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
John E. Malmberg [Tue, 30 Aug 2005 22:17:42 +0000]
[patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <43151346.4010001@qsl.net>

p4raw-id: //depot/perl@25340

18 years agoClarify the cases where system() returns 1,
Rafael Garcia-Suarez [Tue, 30 Aug 2005 18:55:46 +0000]
Clarify the cases where system() returns 1,
per a suggestion of Rick Delaney (bug #36976)

p4raw-id: //depot/perl@25339

18 years agoUpgrade to PathTools 3.11
Rafael Garcia-Suarez [Tue, 30 Aug 2005 09:38:54 +0000]
Upgrade to PathTools 3.11
(no real changes)

p4raw-id: //depot/perl@25338

18 years agosv-head refactor
Jim Cromie [Thu, 25 Aug 2005 21:42:44 +0000]
sv-head refactor
Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>

p4raw-id: //depot/perl@25337

18 years ago[patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
John E. Malmberg [Sat, 27 Aug 2005 19:54:26 +0000]
[patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <4310FD32.70809@qsl.net>

p4raw-id: //depot/perl@25336

18 years ago[patch@25334] hv.c vms environment fix.
John E. Malmberg [Sat, 27 Aug 2005 19:20:50 +0000]
[patch@25334] hv.c vms environment fix.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <4310F552.8050401@qsl.net>

p4raw-id: //depot/perl@25335

18 years agoUpgrade to PathTools 3.10
Rafael Garcia-Suarez [Sat, 27 Aug 2005 16:59:02 +0000]
Upgrade to PathTools 3.10

p4raw-id: //depot/perl@25334

18 years agoFix failure in Archive::Tar tests when perl is built
Rafael Garcia-Suarez [Sat, 27 Aug 2005 16:28:27 +0000]
Fix failure in Archive::Tar tests when perl is built
with -Dmksymlinks

p4raw-id: //depot/perl@25333

18 years agoRevert 25331 (except for the typo fix).
Nicholas Clark [Thu, 25 Aug 2005 14:53:23 +0000]
Revert 25331 (except for the typo fix).

p4raw-id: //depot/perl@25332

18 years agoTo make the current implementation of sv_replace sane, we should
Nicholas Clark [Thu, 25 Aug 2005 14:06:43 +0000]
To make the current implementation of sv_replace sane, we should
assert that the reference count of the target is also 1.
(Given that we're splatting an SV with a reference count of 1 onto
the target)

p4raw-id: //depot/perl@25331

18 years agoPromote the warning about reference miscount in sv_replace to a panic.
Nicholas Clark [Thu, 25 Aug 2005 13:46:31 +0000]
Promote the warning about reference miscount in sv_replace to a panic.
TODO - document the panics

p4raw-id: //depot/perl@25330

18 years agoNo need to manually set the reference count of a new IO to 1.
Nicholas Clark [Thu, 25 Aug 2005 13:15:17 +0000]
No need to manually set the reference count of a new IO to 1.

p4raw-id: //depot/perl@25329

18 years agoDon't mention redundant usethreads in -V output
Rafael Garcia-Suarez [Thu, 25 Aug 2005 09:29:43 +0000]
Don't mention redundant usethreads in -V output
Be more consistent in using commas

p4raw-id: //depot/perl@25328

18 years agoupdate B::Concise pod to reflect previous changes
Jim Cromie [Wed, 24 Aug 2005 11:05:47 +0000]
update B::Concise pod to reflect previous changes
Message-ID: <430CA8EB.3010904@divsol.com>

p4raw-id: //depot/perl@25327

18 years agoFix miniperl build with threaded perl
Rafael Garcia-Suarez [Thu, 25 Aug 2005 08:45:04 +0000]
Fix miniperl build with threaded perl

p4raw-id: //depot/perl@25326

18 years ago[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
John Peacock [Tue, 23 Aug 2005 20:41:11 +0000]
[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
From: "John Peacock" <jpeacock@rowman.com>
Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>

p4raw-id: //depot/perl@25325

18 years agoUnmatched parentheses (thanks to Steve Peters)
Rafael Garcia-Suarez [Wed, 24 Aug 2005 07:28:27 +0000]
Unmatched parentheses (thanks to Steve Peters)

p4raw-id: //depot/perl@25324

18 years agoMy system produces core.$$ files
Rafael Garcia-Suarez [Tue, 23 Aug 2005 13:52:17 +0000]
My system produces core.$$ files

p4raw-id: //depot/perl@25323

18 years agoUse SvGETMAGIC more often
Rick Delaney [Mon, 22 Aug 2005 13:00:33 +0000]
Use SvGETMAGIC more often
Message-ID: <20050822170033.GH7674@localhost.localdomain>

p4raw-id: //depot/perl@25322

18 years agoAdd Windows Vista support to Win32::GetOSName()
Jan Dubois [Mon, 22 Aug 2005 15:37:09 +0000]
Add Windows Vista support to Win32::GetOSName()
From: "Jan Dubois" <jand@ActiveState.com>
Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>

p4raw-id: //depot/perl@25321

18 years agoRe: Documentation change for IPC::Open*.pm
Ben Tilly [Mon, 22 Aug 2005 08:30:14 +0000]
Re: Documentation change for IPC::Open*.pm
Message-ID: <acc274b3050822083093357fe@mail.gmail.com>

p4raw-id: //depot/perl@25320

18 years agoRe: [perl #36959] List Constructor Operator - Undefined Values
Rick Delaney [Sun, 21 Aug 2005 15:09:57 +0000]
Re: [perl #36959] List Constructor Operator - Undefined Values
Message-ID: <20050821190957.GE7674@localhost.localdomain>

p4raw-id: //depot/perl@25319

18 years agoUpgrade to Term::ANSIColor 1.10
Rafael Garcia-Suarez [Mon, 22 Aug 2005 13:41:10 +0000]
Upgrade to Term::ANSIColor 1.10

p4raw-id: //depot/perl@25318

18 years agoMake curl follow redirects
Michael G. Schwern [Sun, 21 Aug 2005 00:16:26 +0000]
Make curl follow redirects
Message-ID: <20050821071625.GA29394@windhund.schwern.org>

p4raw-id: //depot/perl@25317

18 years agoArgh. I've overwritten local changes to ptar with change 25312
Rafael Garcia-Suarez [Mon, 22 Aug 2005 12:59:27 +0000]
Argh. I've overwritten local changes to ptar with change 25312

p4raw-id: //depot/perl@25316

18 years agoRe: Building 25309 on VAX (OpenVMS 7.2) not ok
Abe Timmerman [Sun, 21 Aug 2005 16:28:42 +0000]
Re: Building 25309 on VAX (OpenVMS 7.2) not ok
Message-Id: <200508211628.42409.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@25315

18 years agoDon't install ptar in module tree
Rafael Garcia-Suarez [Mon, 22 Aug 2005 11:14:59 +0000]
Don't install ptar in module tree

p4raw-id: //depot/perl@25314

18 years agoFix typo in file name
Rafael Garcia-Suarez [Mon, 22 Aug 2005 10:29:45 +0000]
Fix typo in file name

p4raw-id: //depot/perl@25313

18 years agoUpgrade to Archive::Tar 1.26
Rafael Garcia-Suarez [Mon, 22 Aug 2005 10:09:40 +0000]
Upgrade to Archive::Tar 1.26
Preserve some local typo fixes
Don't load Data::Dumper

p4raw-id: //depot/perl@25312

18 years ago[patch@25305] t/op/arith.t fix for VMS with IEEE float
John E. Malmberg [Sat, 20 Aug 2005 23:21:44 +0000]
[patch@25305] t/op/arith.t fix for VMS with IEEE float
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <4307F348.70603@qsl.net>
Date: Sat, 20 Aug 2005 23:21:44 -0400

p4raw-id: //depot/perl@25311

18 years ago[patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
John E. Malmberg [Sun, 21 Aug 2005 00:31:17 +0000]
[patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <43080395.50807@qsl.net>
Date: Sun, 21 Aug 2005 00:31:17 -0400

p4raw-id: //depot/perl@25310

18 years agoWhitespace
Abigail [Sat, 23 Jul 2005 02:32:35 +0000]
Whitespace
Message-ID: <20050723003235.GJ15093@abigail.nl>
Date: Sat, 23 Jul 2005 02:32:35 +0200

p4raw-id: //depot/perl@25309

18 years agoRe: Data::Dumper bug?
Yitzchak Scott-Thoennes [Mon, 8 Aug 2005 20:33:02 +0000]
Re: Data::Dumper bug?
Message-ID: <20050809033301.GA3804@efn.org>

p4raw-id: //depot/perl@25308

18 years agomake threads.xs emit warnings properly
Tassilo von Parseval [Sun, 7 Aug 2005 07:10:00 +0000]
make threads.xs emit warnings properly
Message-id: <20050807051041.GA3924@ethan>

p4raw-id: //depot/perl@25307

18 years ago[patch@25305] fixes to const fixes + Case Preserved start
John E. Malmberg [Thu, 18 Aug 2005 21:18:27 +0000]
[patch@25305] fixes to const fixes + Case Preserved start
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <43053363.8090809@qsl.net>

p4raw-id: //depot/perl@25306

18 years agomake test of perl 5.8.7 failed on icc9
YAMASHINA Hio [Thu, 18 Aug 2005 20:36:57 +0000]
make test of perl 5.8.7 failed on icc9
Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>

p4raw-id: //depot/perl@25305

18 years ago5.9.x (and 5.8.x): Symbian update
Jarkko Hietaniemi [Thu, 18 Aug 2005 13:43:46 +0000]
5.9.x (and 5.8.x): Symbian update
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25304

18 years agoRe: Transliteration operator(tr//)on EBCDIC platform
SADAHIRO Tomoyuki [Fri, 12 Aug 2005 00:20:39 +0000]
Re: Transliteration operator(tr//)on EBCDIC platform
Message-Id: <20050812001541.EA69.BQW10602@nifty.com>

p4raw-id: //depot/perl@25303

18 years agoautouse.pm: remove unneeded eval
Alexey Tourbin [Thu, 18 Aug 2005 08:13:24 +0000]
autouse.pm: remove unneeded eval
Date: Thu, 18 Aug 2005 08:13:24 +0400
Message-ID: <20050818041324.GO19097@solemn.turbinal.org>

Subject: autouse.pm: check stub, use goto in stub
From: Alexey Tourbin <at@altlinux.ru>
Date: Thu, 18 Aug 2005 09:06:20 +0400
Message-ID: <20050818050620.GP19097@solemn.turbinal.org>

p4raw-id: //depot/perl@25302

18 years agoFAQ sync
Rafael Garcia-Suarez [Wed, 17 Aug 2005 15:57:09 +0000]
FAQ sync

p4raw-id: //depot/perl@25301

18 years agoYour bug reports for Time::Local
Dave Rolsky [Tue, 16 Aug 2005 11:22:20 +0000]
Your bug reports for Time::Local
Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>

An improvement on change 25287 from Dave Rolsky

p4raw-id: //depot/perl@25300

18 years agoRe: [perl #36654] Inconsistent treatment of NaN
Yitzchak Scott-Thoennes [Sun, 7 Aug 2005 20:03:00 +0000]
Re: [perl #36654] Inconsistent treatment of NaN
Date: Aug 7, 2005 8:03 PM
Message-ID: <20050807180308.GA2112@efn.org>

Subject: Re: [perl #36654] Inconsistent treatment of NaN
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Wed, 10 Aug 2005 22:53:51 -0700
Message-ID: <20050811055351.GA2296@efn.org>

p4raw-id: //depot/perl@25299

18 years agoUpgrade to Time::HiRes 1.73
Rafael Garcia-Suarez [Wed, 17 Aug 2005 09:35:32 +0000]
Upgrade to Time::HiRes 1.73

p4raw-id: //depot/perl@25298

18 years agoGiven that we now have a union, there's no need for all the HvARRAY()
Nicholas Clark [Wed, 17 Aug 2005 09:06:33 +0000]
Given that we now have a union, there's no need for all the HvARRAY()
casting games.

p4raw-id: //depot/perl@25297

18 years agoFix for [perl #36853] -Dx can crash bleadperl
Rafael Garcia-Suarez [Tue, 16 Aug 2005 17:57:27 +0000]
Fix for [perl #36853] -Dx can crash bleadperl
The PL_op_sequence global hash wasn't initialized

p4raw-id: //depot/perl@25296

18 years agoTime::HiRes::nanosleep support for Solaris [PATCH]
Gisle Aas [Mon, 15 Aug 2005 21:05:22 +0000]
Time::HiRes::nanosleep support for Solaris [PATCH]
Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@25295

18 years agoRe: [PATCH@25292] add nonxs_ext to configure.com
John E. Malmberg [Sat, 13 Aug 2005 12:20:34 +0000]
Re: [PATCH@25292] add nonxs_ext to configure.com
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42FE1DD2.8050803@qsl.net>

p4raw-id: //depot/perl@25294