20 years agoAdd Internals::HvREHASH to expose the rehashing flag
Nicholas Clark [Sat, 1 Nov 2003 14:21:38 +0000]
Add Internals::HvREHASH to expose the rehashing flag
t/op/hash.t tests that pathological data triggers rehashing

p4raw-id: //depot/perl@21604

20 years agowhoops, typo
Dave Mitchell [Sat, 1 Nov 2003 00:09:22 +0000]
whoops, typo

p4raw-id: //depot/perl@21599

20 years ago[perl #24368] seg faults when deleting keys of shared hash refs
Dave Mitchell [Sat, 1 Nov 2003 00:03:38 +0000]
[perl #24368] seg faults when deleting keys of shared hash refs
Ensure that the shared_sv get magic of the element being deleted
is called. Also, avoid posible memory leaks by wrapping all shared
context sections with ENTER/SAVETMPS

p4raw-id: //depot/perl@21598

20 years agoRe: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to...
Andy Dougherty [Fri, 31 Oct 2003 15:32:35 +0000]
Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
(plus POD link fixes)

p4raw-id: //depot/perl@21596

20 years agoPrevent the installation of makefiles that can be found
Rafael Garcia-Suarez [Fri, 31 Oct 2003 20:35:23 +0000]
Prevent the installation of makefiles that can be found
under lib/.

p4raw-id: //depot/perl@21595

20 years agoTest nit ; goes with change 21591
Rafael Garcia-Suarez [Fri, 31 Oct 2003 20:19:01 +0000]
Test nit ; goes with change 21591

p4raw-id: //depot/perl@21593

20 years agoDocument PERL_DL_NONLAZY
Gisle Aas [Fri, 31 Oct 2003 03:13:03 +0000]
Document PERL_DL_NONLAZY
Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@21592

20 years agoOff-by-one error in regcomp.c
Slaven Rezic [Fri, 31 Oct 2003 12:16:11 +0000]
Off-by-one error in regcomp.c
Message-Id: <1067602571.12768@devpc01.iconmobile.de>

p4raw-id: //depot/perl@21591

20 years ago[patch pod/perlfunc.pod] separate two unrelated notes in require
Stas Bekman [Wed, 29 Oct 2003 16:47:24 +0000]
[patch pod/perlfunc.pod] separate two unrelated notes in require
Message-ID: <3FA05F9C.2080304@stason.org>

p4raw-id: //depot/perl@21590

20 years ago[5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
Stas Bekman [Wed, 29 Oct 2003 15:15:15 +0000]
[5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
Message-ID: <3FA04A03.5010603@stason.org>
(enclosed in a #ifdef DEBUGGING)

p4raw-id: //depot/perl@21589

20 years agoDevel::PPPort and scan_bin
Marcus Holland-Moritz [Wed, 29 Oct 2003 22:53:43 +0000]
Devel::PPPort and scan_bin
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>

p4raw-id: //depot/perl@21588

20 years agochange p4d2p to deal with new style diff2 output
Jan Dubois [Thu, 30 Oct 2003 18:43:08 +0000]
change p4d2p to deal with new style diff2 output
Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>

p4raw-id: //depot/perl@21587

20 years agoComment that this "optimisation" is actually a necessary fixup.
Nicholas Clark [Fri, 31 Oct 2003 18:54:26 +0000]
Comment that this "optimisation" is actually a necessary fixup.
When the split occurs (to make the opti{miser,onal}) this isn't
(Richard Clamp reminded me that I forgot to do this)

p4raw-id: //depot/perl@21586

20 years agoRewrite to correctly use test.pl
Michael G. Schwern [Thu, 30 Oct 2003 15:51:03 +0000]
Rewrite to correctly use test.pl
Subject: Re: Fix for the orange lion bug - aka empty sub bug
Message-ID: <20031030235103.GC27017@localhost.comcast.net>

p4raw-id: //depot/perl@21583

20 years agoFix for the orange lion bug - aka empty sub bug
Artur Bergman [Thu, 30 Oct 2003 22:01:35 +0000]
Fix for the orange lion bug - aka empty sub bug
Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>

p4raw-id: //depot/perl@21582

20 years ago14 is the chain length for attack. From
Nicholas Clark [Thu, 30 Oct 2003 19:42:28 +0000]
14 is the chain length for attack. From

Message-ID: <20031030204117.16008.qmail@plover.com>
Subject: Re: 5.8.2-RC1 and mp2
Date: Thu, 30 Oct 2003 15:41:17 -0500
From: Mark Jason Dominus <mjd@plover.com>

and

From: Scott A Crosby <scrosby@cs.rice.edu>
Subject: Re: 5.8.2-RC1 and mp2
Date: 30 Oct 2003 14:08:06 -0600
Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>

p4raw-id: //depot/perl@21580

20 years agoMove a fcntl() example in perlfunc at a more proper place,
perl-5.8.0@ton.iguana.be [Tue, 28 Oct 2003 13:37:49 +0000]
Move a fcntl() example in perlfunc at a more proper place,
as suggested by :
Subject: [perl #24334] ioctl/fcntl doc confusion
From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>

p4raw-id: //depot/perl@21575

20 years agoUpgrade to Time::HiRes 1.52.
Rafael Garcia-Suarez [Tue, 28 Oct 2003 08:48:06 +0000]
Upgrade to Time::HiRes 1.52.

p4raw-id: //depot/perl@21567

20 years ago[PATCH lib/overload.t] TODO tests for bug #24313.
Rafael Garcia-Suarez [Tue, 28 Oct 2003 08:34:26 +0000]
[PATCH lib/overload.t] TODO tests for bug #24313.
From: Abigail <abigail@abigail.nl>
Date: Mon, 27 Oct 2003 13:05:37 +0100
Message-ID: <20031027120536.GA24608@abigail.nl>

Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
From: Rick Delaney <rick@bort.ca>
Date: Mon, 27 Oct 2003 12:17:49 -0500
Message-ID: <20031027121749.E2233@biff.bort.ca>

p4raw-id: //depot/perl@21566

20 years agoTest (5.9.x)
Abigail [Mon, 27 Oct 2003 14:50:24 +0000]
Test (5.9.x)
Message-ID: <20031027135024.GA12666@abigail.nl>

p4raw-id: //depot/perl@21565

20 years agoFix more shared threads leaks: add SAVETMPS to the second branch
Dave Mitchell [Mon, 27 Oct 2003 22:01:12 +0000]
Fix more shared threads leaks: add SAVETMPS to the second branch
of sharedsv_scalar_store().

p4raw-id: //depot/perl@21564

20 years agoAdd a new taint error, "%ENV is aliased to %s".
Rafael Garcia-Suarez [Mon, 27 Oct 2003 19:33:29 +0000]
Add a new taint error, "%ENV is aliased to %s".
This error is thrown when taint checks are enabled and
when *ENV has been aliased, so that %ENV has no env-magic
anymore. (see bug [perl #24291].)

p4raw-id: //depot/perl@21563

20 years agoRecord the escape^Wrelease of 5.9.0
Nicholas Clark [Mon, 27 Oct 2003 18:01:02 +0000]
Record the escape^Wrelease of 5.9.0

p4raw-id: //depot/perl@21560

20 years agoRe: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
Alan Burlison [Tue, 21 Oct 2003 15:00:58 +0000]
Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
Message-ID: <3F953C1A.3060800@sun.com>

p4raw-id: //depot/perl@21554

20 years agoSync with Unicode::Normalize 0.25
Nicholas Clark [Mon, 27 Oct 2003 13:45:27 +0000]
Sync with Unicode::Normalize 0.25

p4raw-id: //depot/perl@21550

20 years agoSync with Unicode::Collate 0.30
Nicholas Clark [Mon, 27 Oct 2003 13:11:48 +0000]
Sync with Unicode::Collate 0.30

p4raw-id: //depot/perl@21549

20 years agoSync with Pod::Perldoc 3.12
Nicholas Clark [Mon, 27 Oct 2003 12:39:39 +0000]
Sync with Pod::Perldoc 3.12

p4raw-id: //depot/perl@21548

20 years agoWill the real off by one please stand up?
Abhijit Menon-Sen [Mon, 27 Oct 2003 09:00:08 +0000]
Will the real off by one please stand up?

p4raw-id: //depot/perl@21546

20 years agofixup separators
Hugo van der Sanden [Mon, 27 Oct 2003 02:52:16 +0000]
fixup separators

p4raw-id: //depot/perl@21545

20 years agodon't complain of podless .pm files that have a separate .pod file
Hugo van der Sanden [Mon, 27 Oct 2003 02:51:26 +0000]
don't complain of podless .pm files that have a separate .pod file

p4raw-id: //depot/perl@21544

20 years agoregen pods and toc
Hugo van der Sanden [Mon, 27 Oct 2003 02:50:04 +0000]
regen pods and toc

p4raw-id: //depot/perl@21543

20 years agoWhen %ENV has been turned into a non-magical hash after a
Rafael Garcia-Suarez [Sun, 26 Oct 2003 21:36:17 +0000]
When %ENV has been turned into a non-magical hash after a
glob assignment, TAINT_ENV() may dump core because it
assumes $ENV{PATH} is magical. Fix this ; add a test to
verify that the PATH is still checked for taintedness.

p4raw-id: //depot/perl@21542

20 years agoFix backward-compatibility issues in if.pm.
Rafael Garcia-Suarez [Sun, 26 Oct 2003 14:59:53 +0000]
Fix backward-compatibility issues in if.pm.

p4raw-id: //depot/perl@21540

20 years agoUpdate Changes.
Hugo van der Sanden [Sun, 26 Oct 2003 12:22:54 +0000]
Update Changes.

p4raw-id: //depot/perl@21539

20 years agoFix off-by-one in $0 set magic. (From Autrijus.)
Abhijit Menon-Sen [Sun, 26 Oct 2003 08:08:02 +0000]
Fix off-by-one in $0 set magic. (From Autrijus.)
The whole PL_origalen thing in perl.c looks very hokey.

p4raw-id: //depot/perl@21538

20 years agoshow the rehash flags in dumps
Nicholas Clark [Sat, 25 Oct 2003 22:33:18 +0000]
show the rehash flags in dumps

p4raw-id: //depot/perl@21536

20 years agoReturn 21533 (with modifications) having found the problem
Nicholas Clark [Sat, 25 Oct 2003 22:32:40 +0000]
Return 21533 (with modifications) having found the problem

p4raw-id: //depot/perl@21535

20 years agoBack out 21533 because it broke Encode's build in really weird ways
Nicholas Clark [Sat, 25 Oct 2003 20:46:36 +0000]
Back out 21533 because it broke Encode's build in really weird ways

p4raw-id: //depot/perl@21534

20 years agoPlan C rough edge smoothing. Criteria for a hash split is now
Nicholas Clark [Sat, 25 Oct 2003 13:10:21 +0000]
Plan C rough edge smoothing. Criteria for a hash split is now
the earlier of "more keys than buckets" (the old test) or
linked list too long. Rehash is triggered after a split if the
longest linked list is too long.

p4raw-id: //depot/perl@21533

20 years agoRe: [perl #948] $, untieable?
Richard Clamp [Tue, 21 Oct 2003 00:02:49 +0000]
Re: [perl #948] $, untieable?
Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>

Plus a small fix to t/TEST to recognize the added TODO test
as a TODO test.

p4raw-id: //depot/perl@21532

20 years agoIntegrate:
Nicholas Clark [Thu, 23 Oct 2003 20:44:09 +0000]
Integrate:
[ 21527]
Fix two threads::shared leaks
#24061 - AV in shared interpreter wasn't set to AvREAL
#24255 - mortals were added to the shared interpreter's tmpstack
and never freed.

[oops. Also sucked in a typo correction in blead]
p4raw-link: @21527 on //depot/perl: aa49c2f8cdfe618e292a459ac4668178f67243bd

p4raw-id: //depot/perl@21530
p4raw-edited: from //depot/maint-5.8/perl@21528 'copy'
ext/threads/shared/shared.xs (@21330..)

20 years agoWhen it says "add", then, like, you have to p4 add it. D'oh!
Nicholas Clark [Thu, 23 Oct 2003 19:21:00 +0000]
When it says "add", then, like, you have to p4 add it. D'oh!
(missed the new file in "Update I18N::LangTags from 0.28 to 0.29")

p4raw-id: //depot/perl@21528

20 years agoFix two threads::shared leaks
Dave Mitchell [Thu, 23 Oct 2003 19:13:20 +0000]
Fix two threads::shared leaks
#24061 - AV in shared interpreter wasn't set to AvREAL
#24255 - mortals were added to the shared interpreter's tmpstack
and never freed.

p4raw-id: //depot/perl@21527

20 years ago[PATCH] Update Pod::Perldoc from 3.10 to 3.11
Jan Dubois [Wed, 22 Oct 2003 20:17:07 +0000]
[PATCH] Update Pod::Perldoc from 3.10 to 3.11
Date: Wed, 22 Oct 2003 20:17:07 -0700
Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>

From: Jan Dubois <jand@ActiveState.com>
Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
Date: Wed, 22 Oct 2003 20:26:56 -0700
Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>

p4raw-id: //depot/perl@21526

20 years agoutime documentation
Gisle Aas [Thu, 23 Oct 2003 05:33:43 +0000]
utime documentation
Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@21523

20 years agodup2() not going through PerlLIO abstraction layer
Jan Dubois [Wed, 22 Oct 2003 20:33:54 +0000]
dup2() not going through PerlLIO abstraction layer
Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>

p4raw-id: //depot/perl@21522

20 years agopatch created by Casey West from:
Edward Moy [Fri, 10 Oct 2003 17:42:06 +0000]
patch created by Casey West from:

Subject: CPAN module problems
Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>

(change ld value in hints file)

p4raw-id: //depot/perl@21520

20 years agoSmall email update in AUTHORS.
Rafael Garcia-Suarez [Wed, 22 Oct 2003 15:06:13 +0000]
Small email update in AUTHORS.

p4raw-id: //depot/perl@21516

20 years agoAdd a test.taintwarn makefile target,
Rafael Garcia-Suarez [Wed, 22 Oct 2003 06:39:29 +0000]
Add a test.taintwarn makefile target,
to run the whole test suite with the -t switch.

p4raw-id: //depot/perl@21515

20 years agoembedding perl
Radu Greab [Tue, 5 Aug 2003 20:57:15 +0000]
embedding perl
Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>

p4raw-id: //depot/perl@21514

20 years agoFix doc bug #23890, as suggested by Himanshu Garg :
Rafael Garcia-Suarez [Tue, 21 Oct 2003 20:45:12 +0000]
Fix doc bug #23890, as suggested by Himanshu Garg :
in perltoot, $him->fullname should be $him->fullname->as_string
when passed to printf.

p4raw-id: //depot/perl@21513

20 years agoTwo OS/2 portability patches from Ilya.
Ilya Zakharevich [Thu, 25 Sep 2003 12:09:11 +0000]
Two OS/2 portability patches from Ilya.

Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
Date: Thu, 25 Sep 2003 12:09:11 -0700
Message-ID: <20030925190911.GA27028@math.berkeley.edu>

Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Thu, 25 Sep 2003 19:50:45 -0700
Message-ID: <20030926025045.GA27507@math.berkeley.edu>

p4raw-id: //depot/perl@21509

20 years agoadd some missing defines to Devel::PPPort
Marcus Holland-Moritz [Mon, 20 Oct 2003 20:14:19 +0000]
add some missing defines to Devel::PPPort
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>

p4raw-id: //depot/perl@21506

20 years agoRe: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
Slaven Rezic [Sun, 19 Oct 2003 17:54:59 +0000]
Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
Message-ID: <871xt9te7g.fsf@vran.herceg.de>

p4raw-id: //depot/perl@21505

20 years agoSkip the chflags tests in filetest.t on Darwin.
Rafael Garcia-Suarez [Mon, 20 Oct 2003 06:04:04 +0000]
Skip the chflags tests in filetest.t on Darwin.

p4raw-id: //depot/perl@21503

20 years agoPlan C rough edge smoothing - forgot to turn on the "has key flags"
Nicholas Clark [Fri, 17 Oct 2003 18:44:28 +0000]
Plan C rough edge smoothing - forgot to turn on the "has key flags"
flag on the hash when rehashing. Can turn off the "rehasing" flag
if the hash is cleared

p4raw-id: //depot/perl@21474

20 years ago-u is deprecated.
Slaven Rezic [Fri, 17 Oct 2003 10:02:31 +0000]
-u is deprecated.
Subject: Re: why PERL5LIB is ignored when -T is in effect
Message-Id: <1066384951.4964@devpc01.iconmobile.de>

p4raw-id: //depot/perl@21473

20 years agoThe compilation of PerlIO::via may hang on AIX when
Rafael Garcia-Suarez [Fri, 17 Oct 2003 07:29:10 +0000]
The compilation of PerlIO::via may hang on AIX when
compiling with vac at -O3 optimization level. Disable
optimization for this module.

p4raw-id: //depot/perl@21472

20 years agoPlan C for foiling the algorithmic complexity attack
Nicholas Clark [Thu, 16 Oct 2003 21:10:27 +0000]
Plan C for foiling the algorithmic complexity attack
(based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
 Chip's plan B (do something new inside the hv functions)
 and introspective sort)
Provides infrastructure for hashes to change their hash function
if necessary, and code in hsplit to detect pathalogical data and
instigate a random rehashing.
Needs refinement. Let's see how much smoke it creates.

p4raw-id: //depot/perl@21471

20 years agoEnsure PL_comppad/curpad point to PL_main_cv's padlist when
Dave Mitchell [Thu, 16 Oct 2003 20:03:44 +0000]
Ensure PL_comppad/curpad point to PL_main_cv's padlist when
PL_main_root is freed; this may not have been be the case if a
thread other than the main one is the last to be destroyed

p4raw-id: //depot/perl@21470

20 years agoDuplicate 19423 (pathological hashes too easy) into share_hek_flags
Nicholas Clark [Thu, 16 Oct 2003 19:31:19 +0000]
Duplicate 19423 (pathological hashes too easy) into share_hek_flags
(as suggested by Jan Dubois)

p4raw-id: //depot/perl@21469

20 years agoRe: assert.h breaks perl.h
Alexey Tourbin [Thu, 16 Oct 2003 22:24:35 +0000]
Re: assert.h breaks perl.h
Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>

p4raw-id: //depot/perl@21468

20 years agoTie::Hash documentation
Slaven Rezic [Thu, 16 Oct 2003 17:57:35 +0000]
Tie::Hash documentation
Message-Id: <1066327055.1428@devpc01.iconmobile.de>

p4raw-id: //depot/perl@21467

20 years agoFurther tweak on change #21464.
Rafael Garcia-Suarez [Thu, 16 Oct 2003 08:52:50 +0000]
Further tweak on change #21464.
p4raw-link: @21464 on //depot/perl: 90490ea37d61f90b0b2139a2d0285dc6e6aeee8b

p4raw-id: //depot/perl@21466

20 years agoperl -h tweak [PATCH]
Gisle Aas [Thu, 16 Oct 2003 02:49:39 +0000]
perl -h tweak [PATCH]
Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@21464

20 years agoPerlfaq1 : take notice that 5.8.1 is now released.
Rafael Garcia-Suarez [Wed, 15 Oct 2003 19:19:05 +0000]
Perlfaq1 : take notice that 5.8.1 is now released.

p4raw-id: //depot/perl@21456

20 years agoPerlFAQ sync. (only actual changes)
Rafael Garcia-Suarez [Wed, 15 Oct 2003 19:06:05 +0000]
PerlFAQ sync. (only actual changes)

p4raw-id: //depot/perl@21454

20 years agoTypos.
Rafael Garcia-Suarez [Wed, 15 Oct 2003 19:02:35 +0000]
Typos.

p4raw-id: //depot/perl@21453

20 years agoFix bug [perl #24212] : improper error recovery in the
Rafael Garcia-Suarez [Wed, 15 Oct 2003 11:12:31 +0000]
Fix bug [perl #24212] : improper error recovery in the
tokenizer after an unknown filetest operator.

p4raw-id: //depot/perl@21452

20 years agoUpdate MIME::Base64 and Digest::MD5 from the CPAN version.
Rafael Garcia-Suarez [Wed, 15 Oct 2003 09:19:02 +0000]
Update MIME::Base64 and Digest::MD5 from the CPAN version.

p4raw-id: //depot/perl@21451

20 years agoAdd support for Linux abstract unix domain sockets to Socket.pm.
Rafael Garcia-Suarez [Wed, 15 Oct 2003 06:47:11 +0000]
Add support for Linux abstract unix domain sockets to Socket.pm.
Based on a idea by Alex Hudson. (Basically those are unix domain
sockets whose name has a '\0' as first character.)

p4raw-id: //depot/perl@21450

20 years agoSIGN => 1 support for MakeMaker
Audrey Tang [Tue, 14 Oct 2003 18:32:28 +0000]
SIGN => 1 support for MakeMaker
Message-Id: <1066127547.65845.35.camel@localhost>

p4raw-id: //depot/perl@21449

20 years agoRewrite #21447.
Abhijit Menon-Sen [Wed, 15 Oct 2003 05:56:12 +0000]
Rewrite #21447.

p4raw-id: //depot/perl@21448

20 years ago[patch pod/perliol.pod]
Stas Bekman [Tue, 14 Oct 2003 18:05:29 +0000]
[patch pod/perliol.pod]
Message-Id: <3F8C9D59.3040403@stason.org>

p4raw-id: //depot/perl@21447

20 years agoDuplicate 19423 (pathological hashes too easy) into hv_store_ent
Nicholas Clark [Tue, 14 Oct 2003 18:45:39 +0000]
Duplicate 19423 (pathological hashes too easy) into hv_store_ent
(the routine used by perl level HV operations)

p4raw-id: //depot/perl@21446

20 years agoChanges #20819 and #20996 break compatibility with perl 5.6.0
Marcus Holland-Moritz [Tue, 30 Sep 2003 19:23:34 +0000]
Changes #20819 and #20996 break compatibility with perl 5.6.0
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>

p4raw-id: //depot/perl@21445

20 years ago[perl #24189] Incorrect comment in perldoc strict
Iain Spoon Truskett [Sun, 12 Oct 2003 09:01:25 +0000]
[perl #24189] Incorrect comment in perldoc strict
From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>

p4raw-id: //depot/perl@21442

20 years agoInternals::hash_seed() returns wrong value
Jan Dubois [Sun, 12 Oct 2003 22:09:39 +0000]
Internals::hash_seed() returns wrong value
Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>

p4raw-id: //depot/perl@21441

20 years ago[perl #24122] setreuid and friends borked on darwin/osx
pxm@nubz.org [Sun, 5 Oct 2003 20:55:56 +0000]
[perl #24122] setreuid and friends borked on darwin/osx
From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>

p4raw-id: //depot/perl@21440

20 years agoTie::Hash documentation
Slaven Rezic [Sun, 12 Oct 2003 18:55:54 +0000]
Tie::Hash documentation
Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>

p4raw-id: //depot/perl@21439

20 years agoRe: [perl #24122] setreuid and friends borked on darwin/osx
Slaven Rezic [Tue, 7 Oct 2003 00:04:34 +0000]
Re: [perl #24122] setreuid and friends borked on darwin/osx
Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>

p4raw-id: //depot/perl@21438

20 years agoMinor nit in perlrun, spotted by Art Haas.
Rafael Garcia-Suarez [Sun, 12 Oct 2003 15:25:17 +0000]
Minor nit in perlrun, spotted by Art Haas.

p4raw-id: //depot/perl@21437

20 years agothreads::async + some cleanup
Elizabeth Mattijsen [Fri, 10 Oct 2003 16:37:55 +0000]
threads::async + some cleanup
Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>

p4raw-id: //depot/perl@21436

20 years agoMake everyone stop posting to p5p about 0e0.
Abhijit Menon-Sen [Fri, 10 Oct 2003 19:02:34 +0000]
Make everyone stop posting to p5p about 0e0.

p4raw-id: //depot/perl@21435

20 years agoPut all pre-processor #s on the first column (some compilers are picky)
Nicholas Clark [Thu, 9 Oct 2003 20:57:26 +0000]
Put all pre-processor #s on the first column (some compilers are picky)
[perl #24167] `#' comment signs not at the very beginning of a line

p4raw-id: //depot/perl@21433

20 years agoSuppress the test file t/op/nothr5005.t and integrate its tests into
Rafael Garcia-Suarez [Thu, 9 Oct 2003 11:09:24 +0000]
Suppress the test file t/op/nothr5005.t and integrate its tests into
t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
to t/test.pl.

p4raw-id: //depot/perl@21432

20 years agoDocument the behaviour of filetest operators regarding parentheses.
Rafael Garcia-Suarez [Thu, 9 Oct 2003 11:06:15 +0000]
Document the behaviour of filetest operators regarding parentheses.
This fixes bug #24127 (by documenting it as a feature.)

p4raw-id: //depot/perl@21431

20 years agoInternal fixes to source-code coordinate
Eric Promislow [Wed, 8 Oct 2003 17:42:42 +0000]
Internal fixes to source-code coordinate
 calculations in regcomp.c
Message-Id: <20031008174242.A17544@ActiveState.com>

p4raw-id: //depot/perl@21430

20 years agoPatch based on:
Lukas Mai [Tue, 7 Oct 2003 21:47:43 +0000]
Patch based on:

Subject: [perl #24157] -MModule=} is broken
From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>

(Includes a fix for a similar problem in -A, but not -d.)

p4raw-id: //depot/perl@21429

20 years agoDevel::PPPort is missing an aTHX when calling
Jan Dubois [Wed, 8 Oct 2003 20:37:42 +0000]
Devel::PPPort is missing an aTHX when calling
 grok_numeric_radix()
Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>

p4raw-id: //depot/perl@21428

20 years agoRe: require patch breaks locale
Rick Delaney [Wed, 8 Oct 2003 22:41:55 +0000]
Re: require patch breaks locale
Message-Id: <20031008224155.A14638@biff.bort.ca>

p4raw-id: //depot/perl@21427

20 years agoRe: Simple @INC hook core dump [PATCH]
Gisle Aas [Wed, 8 Oct 2003 13:35:28 +0000]
Re: Simple @INC hook core dump [PATCH]
Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@21426

20 years agoFix bug #24108: Goto +foo broken
Rafael Garcia-Suarez [Wed, 8 Oct 2003 11:34:17 +0000]
Fix bug #24108: Goto +foo broken
the fix having been suggested by xmath via Juerd.

p4raw-id: //depot/perl@21425

20 years agoRe: Simple @INC hook core dump [PATCH]
Gisle Aas [Wed, 8 Oct 2003 04:47:33 +0000]
Re: Simple @INC hook core dump [PATCH]
Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@21424

20 years agoLayout & POD nit.
Abigail [Wed, 8 Oct 2003 03:50:49 +0000]
Layout & POD nit.
Message-Id: <20031008105049.GA15770@ucan.foad.org>

p4raw-id: //depot/perl@21423

20 years ago"Are implicit undefs true?" asks Gisle.
Abhijit Menon-Sen [Wed, 8 Oct 2003 06:13:07 +0000]
"Are implicit undefs true?" asks Gisle.

p4raw-id: //depot/perl@21422

20 years agoRe: [PATCH] perlop.pod Revamp - revision 4
Michael G. Schwern [Tue, 7 Oct 2003 20:39:36 +0000]
Re: [PATCH] perlop.pod Revamp - revision 4
Message-Id: <20031007203936.X4301@ttul.org>

(Originally from Shlomi Fish. Applied with tweaks.)

p4raw-id: //depot/perl@21421

20 years agoMinor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
Abhijit Menon-Sen [Tue, 7 Oct 2003 19:51:35 +0000]
Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).

p4raw-id: //depot/perl@21420

20 years agoWhy should -3**$x be more precisely determined than 3**$x?
Abhijit Menon-Sen [Tue, 7 Oct 2003 04:03:34 +0000]
Why should -3**$x be more precisely determined than 3**$x?

p4raw-id: //depot/perl@21419

20 years agoFixing UNIVERSAL.pm's bit of unpleasantness
Michael G. Schwern [Mon, 6 Oct 2003 13:14:36 +0000]
Fixing UNIVERSAL.pm's bit of unpleasantness
Message-Id: <20031006131436.G20960@ttul.org>

p4raw-id: //depot/perl@21418