This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoIntegrate:
Slaven Rezic [Fri, 31 Oct 2003 12:16:11 +0000 (12:16 +0000)]
Integrate:
[ 21591]
Subject: [PATCH] Off-by-one error in regcomp.c
Message-Id: <1067602571.12768@devpc01.iconmobile.de>

[ 21593]
Test nit ; goes with change 21591
p4raw-link: @21593 on //depot/perl: d08083205cf0981a17df3d0fa9585ef663647309
p4raw-link: @21591 on //depot/perl: 197cf9b9fa28c8b3d5afcefd42f8263ea63819b3

p4raw-id: //depot/maint-5.8/perl@21606
p4raw-integrated: from //depot/perl@21605 'copy in'
t/lib/warnings/regcomp (@15547..) t/op/regmesg.t (@15629..)
'merge in' regcomp.c (@21433..)

20 years agoIntegrate:
Nicholas Clark [Sat, 1 Nov 2003 14:38:22 +0000 (14:38 +0000)]
Integrate:
[ 21604]
Add Internals::HvREHASH to expose the rehashing flag
t/op/hash.t tests that pathological data triggers rehashing
p4raw-link: @21604 on //depot/perl: 05619474c45b1f1e16eb70c1d9f8b991a7ad459a

p4raw-id: //depot/maint-5.8/perl@21605
p4raw-branched: from //depot/perl@21603 'branch in' t/op/hash.t
p4raw-integrated: from //depot/perl@21603 'merge in' universal.c
(@21441..)

20 years agoIntegrate:
Nicholas Clark [Sat, 1 Nov 2003 13:03:55 +0000 (13:03 +0000)]
Integrate:
[ 21598]
[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-link: @21598 on //depot/perl: 057e91b3445e10151051454bd86e4591335541be

p4raw-id: //depot/maint-5.8/perl@21603
p4raw-integrated: from //depot/perl@21598 'copy in'
ext/threads/shared/shared.xs (@21564..)

20 years agoForgot to manually merge in the diffs rejected from 21601
Nicholas Clark [Sat, 1 Nov 2003 12:45:20 +0000 (12:45 +0000)]
Forgot to manually merge in the diffs rejected from 21601
due to LF/CRLF differences.

p4raw-id: //depot/maint-5.8/perl@21602

20 years agomake reentr.[ch] compatible with 5.8.0 again
Jan Dubois [Thu, 30 Oct 2003 16:58:05 +0000 (08:58 -0800)]
make reentr.[ch] compatible with 5.8.0 again
Message-ID: <mja3qv47kmrhiip1l8pfl7bij0reesjr6p@4ax.com>

p4raw-id: //depot/maint-5.8/perl@21601

20 years agoIntegrate:
Nicholas Clark [Sat, 1 Nov 2003 11:00:46 +0000 (11:00 +0000)]
Integrate:
[ 21590]
Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
From: Stas Bekman <stas@stason.org>
Date: Wed, 29 Oct 2003 16:47:24 -0800
Message-ID: <3FA05F9C.2080304@stason.org>

[ 21592]
Subject: [PATCH] Document PERL_DL_NONLAZY
From: Gisle Aas <gisle@ActiveState.com>
Date: 31 Oct 2003 03:13:03 -0800
Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>

[ 21596]
Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
From: Andy Dougherty <doughera@lafayette.edu>
Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
(plus POD link fixes)
p4raw-link: @21596 on //depot/perl: a522f097125f62a186dbde9051ea046a7d916213
p4raw-link: @21592 on //depot/perl: 02c7413a561fd3e4b8c5a160aea7f78b8f9b4ebe
p4raw-link: @21590 on //depot/perl: a12755f08356686e8eba9b8e518360528f66abdc

p4raw-id: //depot/maint-5.8/perl@21600
p4raw-integrated: from //depot/perl@21597 'copy in' INSTALL (@21343..)
'merge in' pod/perlrun.pod (@21437..) pod/perlfunc.pod
(@21575..)

20 years agoBack out 21449 (MakeMaker SIGN)
Nicholas Clark [Fri, 31 Oct 2003 21:03:47 +0000 (21:03 +0000)]
Back out 21449 (MakeMaker SIGN)
Schwern will integrate and make a CPAN release first

p4raw-id: //depot/maint-5.8/perl@21597

20 years agoIntegrate (as TODO test):
Abigail [Mon, 27 Oct 2003 14:50:24 +0000 (15:50 +0100)]
Integrate (as TODO test):
[ 21565]
Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
Message-ID: <20031027135024.GA12666@abigail.nl>
p4raw-link: @21565 on //depot/perl: b8ec4db0281494f81643a75b165d473ad70184cd

p4raw-id: //depot/maint-5.8/perl@21594
p4raw-edited: from //depot/perl@21585 'edit in' t/comp/proto.t
(@15754..)

20 years agoIntegrate:
Michael G. Schwern [Thu, 30 Oct 2003 15:51:03 +0000 (07:51 -0800)]
Integrate:
[ 21583]
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-link: @21583 on //depot/perl: f7218ed4fb64f81a57ca3333cb9e28f01f115558

p4raw-id: //depot/maint-5.8/perl@21585
p4raw-integrated: from //depot/perl@21584 'copy in' t/op/sub.t
(@21582..)

20 years agoIntegrate:
Artur Bergman [Thu, 30 Oct 2003 22:01:35 +0000 (22:01 +0000)]
Integrate:
[ 21582]
Subject: Fix for the orange lion bug - aka empty sub bug
Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
p4raw-link: @21582 on //depot/perl: 2d981f2701e9f92843f194f91d9b984eefa4793e

p4raw-id: //depot/maint-5.8/perl@21584
p4raw-branched: from //depot/perl@21582 'branch in' t/op/sub.t
p4raw-integrated: from //depot/perl@21581 'merge in' op.c (@21433..)
MANIFEST (@21550..)

20 years agoIntegrate:
Nicholas Clark [Thu, 30 Oct 2003 20:16:52 +0000 (20:16 +0000)]
Integrate:
[ 21580]
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-link: @21580 on //depot/perl: d8012aafdb274a91ce4d5cb2e6453548a3aa2dd5

p4raw-id: //depot/maint-5.8/perl@21581
p4raw-integrated: from //depot/perl@21579 'merge in' hv.c (@21535..)

20 years agoRevert part of 21497 (integration of 21418:
Nicholas Clark [Thu, 30 Oct 2003 19:24:06 +0000 (19:24 +0000)]
Revert part of 21497 (integration of 21418:
Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness)
and 21496 (caching of require failures in %INC)
Reconsider these for 5.8.3

p4raw-id: //depot/maint-5.8/perl@21579

20 years agoSuggested changes from Chip
Nicholas Clark [Wed, 29 Oct 2003 21:44:55 +0000 (21:44 +0000)]
Suggested changes from Chip

p4raw-id: //depot/maint-5.8/perl@21578

20 years agoIntegrate:
perl-5.8.0@ton.iguana.be [Tue, 28 Oct 2003 13:37:49 +0000 (13:37 +0000)]
Integrate:
[ 21575]
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-link: @21575 on //depot/perl: be2f7487fc96cdcf159c9733c5c0dcd982e12af0

p4raw-id: //depot/maint-5.8/perl@21577
p4raw-integrated: from //depot/perl@21576 'merge in' pod/perlfunc.pod
(@21523..)

20 years agoDate: Wed, 29 Oct 2003 07:39:30 +0800
Nicholas Clark [Wed, 29 Oct 2003 18:02:31 +0000 (18:02 +0000)]
Date: Wed, 29 Oct 2003 07:39:30 +0800
From: Autrijus Tang <autrijus@autrijus.org>
Subject: Re: 5.8.2 perldelta
Message-ID: <20031028233930.GA31574@aut.dyndns.org>

Date: Tue, 28 Oct 2003 21:35:23 -0800
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Subject: Re: 5.8.2 perldelta
Message-ID: <20031029053403.GA252@efn.org>

p4raw-id: //depot/maint-5.8/perl@21576

20 years agoRonald J Kimball correctly spotted that I forgot the timezone.
Nicholas Clark [Tue, 28 Oct 2003 22:19:10 +0000 (22:19 +0000)]
Ronald J Kimball correctly spotted that I forgot the timezone.
GMT. What else?

p4raw-id: //depot/maint-5.8/perl@21574

20 years agoImprovements from Dave Mitchell, Tom Christiansen and
Nicholas Clark [Tue, 28 Oct 2003 21:43:07 +0000 (21:43 +0000)]
Improvements from Dave Mitchell, Tom Christiansen and
Rafael Garcia-Suarez

p4raw-id: //depot/maint-5.8/perl@21573

20 years agoAt last! A perldelta
Nicholas Clark [Tue, 28 Oct 2003 21:15:11 +0000 (21:15 +0000)]
At last! A perldelta

p4raw-id: //depot/maint-5.8/perl@21572

20 years agoIntegrate:
Nicholas Clark [Tue, 28 Oct 2003 19:38:08 +0000 (19:38 +0000)]
Integrate:
[ 21567]
Upgrade to Time::HiRes 1.52.
p4raw-link: @21567 on //depot/perl: 690f7c5f9e0ee073c67e83215cf3b54948d9b440

p4raw-id: //depot/maint-5.8/perl@21571
p4raw-integrated: from //depot/perl@21570 'copy in'
ext/Time/HiRes/t/HiRes.t (@20542..) ext/Time/HiRes/Changes
ext/Time/HiRes/HiRes.pm (@21305..) ext/Time/HiRes/Makefile.PL
(@21353..)

20 years agoChanges was in a mess, with some entries in triplicate.
Nicholas Clark [Tue, 28 Oct 2003 19:37:44 +0000 (19:37 +0000)]
Changes was in a mess, with some entries in triplicate.
("This is your receipt for your husband...
  and this is my receipt for your receipt")

p4raw-id: //depot/maint-5.8/perl@21570

20 years agoIntegrate:
Nicholas Clark [Tue, 28 Oct 2003 18:36:05 +0000 (18:36 +0000)]
Integrate:
[ 21564]
Fix more shared threads leaks: add SAVETMPS to the second branch
of sharedsv_scalar_store().
p4raw-link: @21564 on //depot/perl: 6cd54f9c495b4940cfbcbc0445fc8191a10b25bd

p4raw-id: //depot/maint-5.8/perl@21569
p4raw-integrated: from //depot/perl@21568 'copy in'
ext/threads/shared/shared.xs (@21530..)

20 years agoDrop the "RC1"
Nicholas Clark [Tue, 28 Oct 2003 18:20:54 +0000 (18:20 +0000)]
Drop the "RC1"

p4raw-id: //depot/maint-5.8/perl@21568

20 years agoWatch the wheels fall off, the springs fly out and the cogs jam...
Nicholas Clark [Mon, 27 Oct 2003 18:06:15 +0000 (18:06 +0000)]
Watch the wheels fall off, the springs fly out and the cogs jam...

p4raw-id: //depot/maint-5.8/perl@21562

20 years agoIntegrate:
Nicholas Clark [Mon, 27 Oct 2003 18:02:11 +0000 (18:02 +0000)]
Integrate:
[ 21560]
Record the escape^Wrelease of 5.9.0
p4raw-link: @21560 on //depot/perl: f9c83c4111111c281c2aa7b6ba5e0bb5dd3348cd

p4raw-id: //depot/maint-5.8/perl@21561
p4raw-integrated: from //depot/perl@21559 'copy in' pod/perlhist.pod
(@21381..)

20 years agoUpdate Changes
Nicholas Clark [Mon, 27 Oct 2003 17:35:53 +0000 (17:35 +0000)]
Update Changes

p4raw-id: //depot/maint-5.8/perl@21559

20 years agoForgot to submit the updated table of contents
Nicholas Clark [Mon, 27 Oct 2003 17:29:16 +0000 (17:29 +0000)]
Forgot to submit the updated table of contents

p4raw-id: //depot/maint-5.8/perl@21558

20 years agorun pod/buildtoc
Nicholas Clark [Mon, 27 Oct 2003 17:24:06 +0000 (17:24 +0000)]
run pod/buildtoc

p4raw-id: //depot/maint-5.8/perl@21557

20 years agoCargo cult change of 5.8.1 to 5.8.2
Nicholas Clark [Mon, 27 Oct 2003 17:16:57 +0000 (17:16 +0000)]
Cargo cult change of 5.8.1 to 5.8.2

p4raw-id: //depot/maint-5.8/perl@21556

20 years agoIntegrate:
Alan Burlison [Tue, 21 Oct 2003 15:00:58 +0000 (16:00 +0100)]
Integrate:
[ 21554]
Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
Message-ID: <3F953C1A.3060800@sun.com>
p4raw-link: @21554 on //depot/perl: cdbbaea84775b113e4dba26602bfec39cd9d5dd0

p4raw-id: //depot/maint-5.8/perl@21555
p4raw-integrated: from //depot/perl@21553 'copy in' hints/solaris_2.sh
(@21266..)

20 years agoUpdate Changes
Nicholas Clark [Mon, 27 Oct 2003 14:09:05 +0000 (14:09 +0000)]
Update Changes

p4raw-id: //depot/maint-5.8/perl@21553

20 years agoChanges file was in the wrong order (as noticed by Chip)
Nicholas Clark [Mon, 27 Oct 2003 14:07:08 +0000 (14:07 +0000)]
Changes file was in the wrong order (as noticed by Chip)

p4raw-id: //depot/maint-5.8/perl@21552

20 years agoIntegrate:
Nicholas Clark [Mon, 27 Oct 2003 14:05:44 +0000 (14:05 +0000)]
Integrate:
[ 21549]
Sync with Unicode::Collate 0.30

[ 21550]
Sync with Unicode::Normalize 0.25
p4raw-link: @21550 on //depot/perl: 82e740b6c60f868ffdb3cc1b574228fb4f53f66d
p4raw-link: @21549 on //depot/perl: 91ae00cbaa2c38b2a8123e4417004ca29a7c9bfc

p4raw-id: //depot/maint-5.8/perl@21551
p4raw-branched: from //depot/perl@21547 'branch in'
ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
ext/Unicode/Normalize/t/proto.t ext/Unicode/Normalize/t/split.t
lib/Unicode/Collate/t/hangtype.t lib/Unicode/Collate/t/normal.t
lib/Unicode/Collate/t/trailwt.t
lib/Unicode/Collate/t/variable.t
lib/Unicode/Collate/t/version.t
p4raw-integrated: from //depot/perl@21547 'copy in'
ext/Unicode/Normalize/Makefile.PL ext/Unicode/Normalize/README
(@19735..) ext/Unicode/Normalize/Changes
ext/Unicode/Normalize/Normalize.pm
ext/Unicode/Normalize/Normalize.xs (@19915..)
lib/Unicode/Collate/t/index.t (@20452..)
lib/Unicode/Collate/t/hangul.t (@20990..)
lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
lib/Unicode/Collate/t/test.t (@21064..) 'edit in' MANIFEST
(@21549..)

20 years agoIntegrate:
Nicholas Clark [Mon, 27 Oct 2003 10:04:34 +0000 (10:04 +0000)]
Integrate:
[ 21544]
don't complain of podless .pm files that have a separate .pod file
p4raw-link: @21544 on //depot/perl: be6d62867c9b925b420185f49d5902db7ff9c880

p4raw-id: //depot/maint-5.8/perl@21547
p4raw-integrated: from //depot/perl@21541 'copy in' pod/buildtoc
(@21298..)

20 years agoIntegrate:
Nicholas Clark [Sun, 26 Oct 2003 20:51:55 +0000 (20:51 +0000)]
Integrate:
[ 21535]
Return 21533 (with modifications) having found the problem

(where 21533 is
 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-link: @21535 on //depot/perl: fdcd69b65ac55392f341cae1cd6046f4815fa698

p4raw-id: //depot/maint-5.8/perl@21541
p4raw-edited: from //depot/perl@21537 'edit in' hv.c (@21534..)
p4raw-integrated: from //depot/perl@21537 'copy in' hv.h (@21534..)

20 years agoIntegrate:
Nicholas Clark [Sat, 25 Oct 2003 23:05:21 +0000 (23:05 +0000)]
Integrate:
[ 21536]
show the rehash flags in dumps
p4raw-link: @21536 on //depot/perl: afce8e557544caa220786ceec07d27d654f3b416

p4raw-id: //depot/maint-5.8/perl@21537
p4raw-integrated: from //depot/perl@21531 'merge in' dump.c (@20224..)

20 years agoIntegrate:
Nicholas Clark [Fri, 24 Oct 2003 19:15:02 +0000 (19:15 +0000)]
Integrate:
[ 21530]

(The typo corrrection in blead)
p4raw-link: @21530 on //depot/perl: 1624910aabf320d4a6e736454c7836595738ff84on //depot/maint-5.8/perl: 3ed5530c1fe6367b624ad7225164850a045982f4

p4raw-id: //depot/maint-5.8/perl@21531
p4raw-integrated: from //depot/perl@21530 'copy in'
ext/threads/shared/shared.xs (@21527..)

20 years agoIntegrate:
Nicholas Clark [Thu, 23 Oct 2003 20:44:09 +0000 (20:44 +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/maint-5.8/perl@21530
p4raw-integrated: from //depot/perl@21527 'copy in'
ext/threads/shared/shared.xs (@21327..)

20 years agoIntegrate:
Jan Dubois [Wed, 22 Oct 2003 20:17:07 +0000 (13:17 -0700)]
Integrate:
[ 21526]
Subject: [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>

[ 21528]
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-link: @21528 on //depot/perl: f6eec1c3b82b0d24fc717c353cff15e25347389f
p4raw-link: @21526 on //depot/perl: 537c2f987ed483c982453e444458d32d44670a22

p4raw-id: //depot/maint-5.8/perl@21529
p4raw-branched: from //depot/perl@21525 'branch in'
lib/I18N/LangTags/t/02decency.t
p4raw-integrated: from //depot/perl@21525 'copy in'
lib/I18N/LangTags/README (@12898..) lib/I18N/LangTags/ChangeLog
(@14873..) pod/perldoc.pod utils/perldoc.PL (@18228..)
lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm (@20230..)
lib/Pod/Perldoc/ToMan.pm (@20233..) lib/Pod/Perldoc.pm
(@21179..) 'merge in' MANIFEST (@21472..)

20 years agoIntegrate:
Gisle Aas [Thu, 23 Oct 2003 05:33:43 +0000 (22:33 -0700)]
Integrate:
[ 21523]
Subject: [PATCH] utime documentation
Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
p4raw-link: @21523 on //depot/perl: 2c21a326619911d05e8626e425f90895ef6d740e

p4raw-id: //depot/maint-5.8/perl@21525
p4raw-integrated: from //depot/perl@21524 'merge in' pod/perlfunc.pod
(@21417..)

20 years agoIntegrate:
Jan Dubois [Wed, 22 Oct 2003 20:33:54 +0000 (13:33 -0700)]
Integrate:
[ 21522]
Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
p4raw-link: @21522 on //depot/perl: 943bbd07da3f5ac028f0431edcea22c215ffe800

p4raw-id: //depot/maint-5.8/perl@21524
p4raw-integrated: from //depot/perl@21521 'copy in' doio.c (@21509..)

20 years agoIntegrate:
Edward Moy [Fri, 10 Oct 2003 17:42:06 +0000 (10:42 -0700)]
Integrate:
[ 21520]
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-link: @21520 on //depot/perl: 77397dcf62ceeeddb037fe9f0cc462d1d798e190

p4raw-id: //depot/maint-5.8/perl@21521
p4raw-integrated: from //depot/perl@21519 'merge in' hints/darwin.sh
(@21438..)

20 years agoIntegrate:
Radu Greab [Tue, 5 Aug 2003 20:57:15 +0000 (23:57 +0300)]
Integrate:
[ 21514]
Subject: [PATCH @20458] embedding perl
Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
p4raw-link: @21514 on //depot/perl: bf9cdc68d248e456c55258025f0d0724ca63226d

p4raw-id: //depot/maint-5.8/perl@21519
p4raw-edited: from //depot/perl@21518 'edit in' perl.c (@21473..)
p4raw-integrated: from //depot/perl@21518 'copy in' pod/perlembed.pod
(@20588..) 'ignore' pod/perlintern.pod (@19650..) 'merge in'
intrpvar.h sv.c (@21471..) hv.c (@21474..)

20 years agoIntegrate:
Nicholas Clark [Wed, 22 Oct 2003 18:32:17 +0000 (18:32 +0000)]
Integrate:
[ 21515]
Add a test.taintwarn makefile target,
to run the whole test suite with the -t switch.
p4raw-link: @21515 on //depot/perl: b26492eee9e9f6169aa5698b42a13506468cb846

p4raw-id: //depot/maint-5.8/perl@21518
p4raw-integrated: from //depot/perl@21517 'copy in' Makefile.SH
(@20832..) t/TEST (@20993..) pod/perlhack.pod (@21198..)

20 years agoIntegrate:
Nicholas Clark [Wed, 22 Oct 2003 17:53:48 +0000 (17:53 +0000)]
Integrate:
[ 21513]
Fix doc bug #23890, as suggested by Himanshu Garg :
in perltoot, $him->fullname should be $him->fullname->as_string
when passed to printf.

[ 21516]
Small email update in AUTHORS.
p4raw-link: @21516 on //depot/perl: 3b96ff166736fbb598ddc209be3453ee4b5f2dea
p4raw-link: @21513 on //depot/perl: 69fc43e8cc1ab20ea33528914d94e54ac04360ed

p4raw-id: //depot/maint-5.8/perl@21517
p4raw-integrated: from //depot/perl@21512 'copy in' pod/perltoot.pod
(@17055..) AUTHORS (@21365..)

20 years agoIntegrate:
Nicholas Clark [Tue, 21 Oct 2003 18:58:30 +0000 (18:58 +0000)]
Integrate:
[ 21372]
Sync with libnet 1.17
p4raw-link: @21372 on //depot/perl: 73c20b238d7378e539b3486e16ad5c6e46696374

p4raw-id: //depot/maint-5.8/perl@21512
p4raw-integrated: from //depot/perl@21511 'copy in' lib/Net/Domain.pm
(@19661..) lib/Net/ChangeLog.libnet lib/Net/FTP.pm (@19812..)

20 years ago[ 21509]
Ilya Zakharevich [Thu, 25 Sep 2003 12:09:11 +0000 (05:09 -0700)]
[ 21509]
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-link: @21509 on //depot/perl: 460c8493c292a94fb1fbfccbd83eba5a346ddffa

p4raw-id: //depot/maint-5.8/perl@21511
p4raw-integrated: from //depot/perl@21508 'copy in' doio.c (@21206..)
pp_sys.c (@21402..) perlio.c (@21505..) 'merge in' os2/os2ish.h
(@21277..) perl.h (@21433..)

20 years agoIntegrate:
Marcus Holland-Moritz [Mon, 20 Oct 2003 20:14:19 +0000 (22:14 +0200)]
Integrate:
[ 21506]
Subject: [PATCH] add some missing defines to Devel::PPPort
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
p4raw-link: @21506 on //depot/perl: 2e3f98293bc632bc69276e1bb286833e362fffc9

p4raw-id: //depot/maint-5.8/perl@21508
p4raw-integrated: from //depot/perl@21507 'copy in'
ext/Devel/PPPort/Changes (@21274..) ext/Devel/PPPort/PPPort.pm
(@21445..)

20 years agoIntegrate:
Slaven Rezic [Sun, 19 Oct 2003 17:54:59 +0000 (19:54 +0200)]
Integrate:
[ 21505]
Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
Message-ID: <871xt9te7g.fsf@vran.herceg.de>
p4raw-link: @21505 on //depot/perl: a0625d383a69c2c6fd20da94ef6df644cb75b45b

p4raw-id: //depot/maint-5.8/perl@21507
p4raw-integrated: from //depot/perl@21504 'copy in' perlio.c (@21360..)

20 years agoIntegrate:
Nicholas Clark [Mon, 20 Oct 2003 17:31:11 +0000 (17:31 +0000)]
Integrate:
[ 21503]
Skip the chflags tests in filetest.t on Darwin.
p4raw-link: @21503 on //depot/perl: 4a30c06bd54cc1d9f8821019596ec5449d182a2e

p4raw-id: //depot/maint-5.8/perl@21504
p4raw-integrated: from //depot/perl@21502 'copy in' lib/filetest.t
(@19457..)

20 years agoForgot to run regen.pl when I merged Plan C (already fixed in
Nicholas Clark [Sun, 19 Oct 2003 19:49:25 +0000 (19:49 +0000)]
Forgot to run regen.pl when I merged Plan C (already fixed in
the snapshot)

p4raw-id: //depot/maint-5.8/perl@21502

20 years agoupdate MAINT level
Nicholas Clark [Sun, 19 Oct 2003 19:37:27 +0000 (19:37 +0000)]
update MAINT level

p4raw-id: //depot/maint-5.8/perl@21501

20 years agoUpdate Changes (submit by hand) - not sure if they're quite in the
Nicholas Clark [Sun, 19 Oct 2003 19:35:55 +0000 (19:35 +0000)]
Update Changes (submit by hand) - not sure if they're quite in the
tidiest order yet

p4raw-id: //depot/maint-5.8/perl@21500

20 years agoIf you add files you must add them to the MANIFEST
Nicholas Clark [Sun, 19 Oct 2003 19:14:43 +0000 (19:14 +0000)]
If you add files you must add them to the MANIFEST

p4raw-id: //depot/maint-5.8/perl@21499

20 years agoPlace the changes for 5.8.1 into their own file; start Changes afresh
Nicholas Clark [Sun, 19 Oct 2003 19:08:39 +0000 (19:08 +0000)]
Place the changes for 5.8.1 into their own file; start Changes afresh
for 5.8.2. For reference, 5.8.1 release was change 21377

p4raw-id: //depot/maint-5.8/perl@21498

20 years agoIntegrate:
Nicholas Clark [Sun, 19 Oct 2003 18:50:07 +0000 (18:50 +0000)]
Integrate:
[ 21418]
Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
From: schwern@pobox.com
Date: Mon, 6 Oct 2003 13:14:36 -0700
Message-Id: <20031006131436.G20960@ttul.org>

[ 21449]
Subject: [PATCH] SIGN => 1 support for MakeMaker
From: Autrijus Tang <autrijus@autrijus.org>
Date: Tue, 14 Oct 2003 18:32:28 +0800
Message-Id: <1066127547.65845.35.camel@localhost>
p4raw-link: @21449 on //depot/perl: bb68fe9ecde0d594dda8ebcc5d2b0ca22c837feb
p4raw-link: @21418 on //depot/perl: 2bfd56816acd10b1f958d1dde1769bafd756cbea

p4raw-id: //depot/maint-5.8/perl@21497
p4raw-integrated: from //depot/perl@21496 'copy in' t/op/universal.t
(@20168..) lib/UNIVERSAL.pm (@20688..) lib/ExtUtils/MM_Any.pm
lib/ExtUtils/MakeMaker.pm (@21238..) lib/ExtUtils/MM_Unix.pm
(@21292..)

20 years agoIntegrate:
Rick Delaney [Tue, 23 Sep 2003 12:14:52 +0000 (08:14 -0400)]
Integrate:
[ 21415]
Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
Date: Tue, 23 Sep 2003 12:14:52 -0400
Message-ID: <20030923121452.G18845@biff.bort.ca>

[ 21427]
Subject: Re: require patch breaks locale
From: Rick Delaney <rick@bort.ca>
Date: Wed, 8 Oct 2003 22:41:55 -0400
Message-Id: <20031008224155.A14638@biff.bort.ca>
p4raw-link: @21427 on //depot/perl: e026dd2a3699df6bb66b9642e540a3a473aba8de
p4raw-link: @21415 on //depot/perl: 4d8b06f1629b5d0007e3c48de953ec16cd80d51f

p4raw-id: //depot/maint-5.8/perl@21496
p4raw-integrated: from //depot/perl@21495 'copy in' t/comp/require.t
(@21415..)
p4raw-integrated: from //depot/perl@21415 'merge in' pp_ctl.c
(@21297..)

20 years agoIntegrate:
Fergal Daly [Mon, 6 Oct 2003 00:25:29 +0000 (01:25 +0100)]
Integrate:
[ 21407]
Subject: [PATCH]Re: The META.yml file in bleadperl
Message-Id: <200310060025.29122.fergal@esatclear.ie>

Plus regeneration of META.yml
p4raw-link: @21407 on //depot/perl: 3e9ed10aee9762a257f9fbd3063cd2e9c7344cea

p4raw-id: //depot/maint-5.8/perl@21495
p4raw-added: from //depot/perl@21494 'edit' META.yml (@20491..)
p4raw-integrated: from //depot/perl@21494 'copy in' Porting/makemeta
(@20491..)

20 years agoIntegrate:
Nicholas Clark [Sun, 19 Oct 2003 17:55:17 +0000 (17:55 +0000)]
Integrate:
[ 21438]
Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
From: Slaven Rezic <slaven@rezic.de>
Date: 07 Oct 2003 00:04:34 +0200
Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>

[ 21440]
Subject: [perl #24122] setreuid and friends borked on darwin/osx
From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
Date: 5 Oct 2003 20:55:56 -0000
Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
p4raw-link: @21440 on //depot/perl: 75870ed3a2061db7a09c0f054d3cc6b0d00f0b51
p4raw-link: @21438 on //depot/perl: 0cad7ed8738f312f479a2c3ee36c6cc1b76d037e

p4raw-id: //depot/maint-5.8/perl@21494
p4raw-integrated: from //depot/perl@21493 'merge in' hints/darwin.sh
(@20733..) mg.c (@21360..)

20 years agoIntegrate:
Gisle Aas [Wed, 8 Oct 2003 04:47:33 +0000 (21:47 -0700)]
Integrate:
[ 21424]
Subject: Re: Simple @INC hook core dump [PATCH]
Date: 08 Oct 2003 04:47:33 -0700
Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>

[ 21426]
Subject: Re: Simple @INC hook core dump [PATCH]
From: Gisle Aas <gisle@ActiveState.com>
Date: 08 Oct 2003 13:35:28 -0700
Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>

[ 21452]
Fix bug [perl #24212] : improper error recovery in the
tokenizer after an unknown filetest operator.
p4raw-link: @21452 on //depot/perl: 3cf7b4c446ec2eb4fa0902195a9812fc4f83df28
p4raw-link: @21426 on //depot/perl: 3a5db825226ec557f5580ca4aaeceda282d3af90
p4raw-link: @21424 on //depot/perl: 1d06aecda430259cf3a0d9ff2d3b3b795ccb5c4b

p4raw-id: //depot/maint-5.8/perl@21493
p4raw-integrated: from //depot/perl@21492 'copy in' t/op/inccode.t
(@14496..) t/comp/parser.t (@19469..) 'merge in' toke.c
(@21342..) pp_ctl.c (@21415..)

20 years agoIntegrate:
Elizabeth Mattijsen [Fri, 10 Oct 2003 16:37:55 +0000 (18:37 +0200)]
Integrate:
[ 21436]
Subject: [PATCH] threads::async + some cleanup
Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>

[ 21470]
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-link: @21470 on //depot/perl: 4e380990fe579cbec68c15cb8ee072f2d6644a71
p4raw-link: @21436 on //depot/perl: abec23e71b5d54dc73752d78864a1da13b1510e0

p4raw-id: //depot/maint-5.8/perl@21492
p4raw-edited: from //depot/perl@21491 'edit in' ext/threads/threads.pm
(@20686..)
p4raw-integrated: from //depot/perl@21491 'copy in'
ext/threads/t/thread.t (@19707..) 'merge in' pad.h (@19242..)
p4raw-integrated: from //depot/perl@21470 'merge in' perl.c (@21466..)

20 years agoIntegrate:
Nicholas Clark [Sun, 19 Oct 2003 16:54:46 +0000 (16:54 +0000)]
Integrate:
[ 21451]
Update MIME::Base64 and Digest::MD5 from the CPAN version.
p4raw-link: @21451 on //depot/perl: 8be5f608f6696ee966fa295d23ecd0c1c2220447

p4raw-id: //depot/maint-5.8/perl@21491
p4raw-integrated: from //depot/perl@21490 'copy in'
ext/Digest/MD5/t/utf8.t (@16374..) ext/Digest/MD5/t/align.t
(@18492..) ext/MIME/Base64/t/unicode.t (@18493..)
ext/Digest/MD5/Makefile.PL (@18712..) ext/MIME/Base64/Base64.pm
ext/MIME/Base64/Base64.xs ext/MIME/Base64/Changes
ext/MIME/Base64/QuotedPrint.pm (@19523..)
ext/MIME/Base64/Makefile.PL (@19582..) ext/Digest/MD5/Changes
ext/Digest/MD5/MD5.pm ext/Digest/MD5/t/files.t (@20484..)

20 years agoIntegrate:
Nicholas Clark [Sun, 19 Oct 2003 16:19:58 +0000 (16:19 +0000)]
Integrate:
[ 21402]
Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
From: Steve Grazzini <grazz@pobox.com>
Date: Sat, 4 Oct 2003 18:15:23 -0400
Message-Id: <20031004221523.GA29324@grazzini.net>

[ 21425]
Fix bug #24108: Goto +foo broken
the fix having been suggested by xmath via Juerd.

[ 21428]
Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
 grok_numeric_radix()
From: Jan Dubois <jand@ActiveState.com>
Date: Wed, 08 Oct 2003 20:37:42 -0700
Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>

[ 21429]
Patch based on:

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

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

[ 21430]
Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
 calculations in regcomp.c
From: Eric Promislow <ericp@ActiveState.com>
Date: Wed, 8 Oct 2003 17:42:42 -0700
Message-Id: <20031008174242.A17544@ActiveState.com>

[ 21441]
Subject: [PATCH] Internals::hash_seed() returns wrong value
From: Jan Dubois <jand@ActiveState.com>
Date: Sun, 12 Oct 2003 22:09:39 -0700
Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>

[ 21445]
Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Tue, 30 Sep 2003 19:23:34 +0200
Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
p4raw-link: @21445 on //depot/perl: 5a8cac993f5e531fd4379cb91dafffa00baacb2d
p4raw-link: @21441 on //depot/perl: 81eaca17788a9221a27310f8de41fa6679a5a1ee
p4raw-link: @21430 on //depot/perl: 459483364bd8ae7bd68c1206c3548757357dcc00
p4raw-link: @21429 on //depot/perl: 3d27e215577f06a0418206573270be9a039edb17
p4raw-link: @21428 on //depot/perl: b9f7248f5bf0348b2c36c1de17da1068f6300b55
p4raw-link: @21425 on //depot/perl: e3aba57ac4f86fb55aeef24f1f54bbd3531b9882
p4raw-link: @21402 on //depot/perl: 2ec0bfb3e2d19a14c6a2cf1939c9549394a191c1

p4raw-id: //depot/maint-5.8/perl@21490
p4raw-integrated: from //depot/perl@21489 'copy in' t/op/goto.t
(@19625..) pp_sys.c (@21360..) 'merge in' universal.c
(@21113..)
p4raw-integrated: from //depot/perl@21430 'merge in' regcomp.c
(@21297..)
p4raw-edited: from //depot/perl@21429 'edit in' perl.c (@21186..)
p4raw-integrated: from //depot/perl@21428 'ignore'
ext/Devel/PPPort/PPPort.pm (@21326..)
p4raw-integrated: from //depot/perl@21425 'merge in' op.c (@21406..)

20 years agoIntegrate:
Nicholas Clark [Sun, 19 Oct 2003 11:14:32 +0000 (11:14 +0000)]
Integrate:
[ 21397]
Subject: Re: 5.8.1 and srand
From: Brendan O'Dea <bod@debian.org>
Date: Thu, 2 Oct 2003 10:30:36 +1000
Message-Id: <20031002003036.GA9198@londo.c47.org>

[ 21401]
Subject: Re: 5.8.1 and srand
From: Slaven Rezic <slaven@rezic.de>
Date: Thu, 2 Oct 2003 15:51:11 +0000
Message-Id: <1065109871.3115@devpc01.iconmobile.de>
p4raw-link: @21401 on //depot/perl: a0bd7037d700e5357a2ac886eb134d5822a9ece2
p4raw-link: @21397 on //depot/perl: ee97c186303ca07163a2ddfef6ec7d2c708126c6

p4raw-id: //depot/maint-5.8/perl@21489
p4raw-integrated: from //depot/perl@21488 'copy in' t/op/fork.t
(@10643..)
p4raw-integrated: from //depot/perl@21397 'merge in' util.c (@21093..)

20 years agoIntegrate:
Nicholas Clark [Sun, 19 Oct 2003 10:47:57 +0000 (10:47 +0000)]
Integrate:
[ 21419]
Why should -3**$x be more precisely determined than 3**$x?

[ 21420]
Minor tweaks to t/op/pow.t (John P. Linderman).
p4raw-link: @21420 on //depot/perl: f386e49277b57f6d42dd4f4526622f4325cbeb34
p4raw-link: @21419 on //depot/perl: 73220cd551d1f40d5bd6be89b18006cdde57f73b

p4raw-id: //depot/maint-5.8/perl@21488
p4raw-integrated: from //depot/perl@21487 'copy in' t/op/pow.t
(@21419..)

20 years agoIntegrate:
Alexey Tourbin [Thu, 16 Oct 2003 22:24:35 +0000 (02:24 +0400)]
Integrate:
[ 21433]
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

[ 21468]
Subject: Re: assert.h breaks perl.h
Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
p4raw-link: @21468 on //depot/perl: 29e973714a981ba7ad514bfe1fab7d4003a07033
p4raw-link: @21433 on //depot/perl: 7e4e8c89c9cf9e2712eede00d12c71677e17b929

p4raw-id: //depot/maint-5.8/perl@21487
p4raw-integrated: from //depot/perl@21486 'copy in' iperlsys.h
(@18327..) ext/SDBM_File/sdbm/sdbm.h (@20916..) 'merge in'
dosish.h (@20913..) cop.h (@21297..) perl.h (@21361..) op.c
(@21425..) regcomp.c (@21430..)
p4raw-integrated: from //depot/perl@21468 'merge in' sv.h (@21198..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 22:12:47 +0000 (22:12 +0000)]
Integrate:
[ 21404]
Subject: [perl #24120] Tie::Hash documentation has broken code
From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
Date: 5 Oct 2003 18:40:36 -0000
Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
(Applied without $VERSION update.)

[ 21439]
Subject: [PATCH] Tie::Hash documentation
From: Slaven Rezic <slaven@rezic.de>
Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>

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

[ 21467]
Subject: [PATCH] Tie::Hash documentation
From: Slaven Rezic <slaven@rezic.de>
Date: Thu, 16 Oct 2003 17:57:35 +0000
Message-Id: <1066327055.1428@devpc01.iconmobile.de>
p4raw-link: @21467 on //depot/perl: 96820f7c3e2b653f17592caf375543507ca51b58
p4raw-link: @21442 on //depot/perl: 5438961c527f841385f3ab1b8503235cb786f085
p4raw-link: @21439 on //depot/perl: 15634f32600dfd7c267231a107a89655e6a68433
p4raw-link: @21404 on //depot/perl: 1db7d662ab3016c638481dc6ccd6dfc26c968f33

p4raw-id: //depot/maint-5.8/perl@21486
p4raw-integrated: from //depot/perl@21485 'copy in' lib/strict.pm
(@21193..) lib/Tie/Hash.pm (@21439..)

20 years agoIntegrate:
Stas Bekman [Mon, 6 Oct 2003 21:19:53 +0000 (14:19 -0700)]
Integrate:
[ 21416]
Subject: [patch sv.c] improve "...free unref scalar" warning
Message-Id: <3F823EE9.4030103@stason.org>

[ 21420]
Minor tweaks to sv.c (Tim Bunce)
p4raw-link: @21420 on //depot/perl: f386e49277b57f6d42dd4f4526622f4325cbeb34
p4raw-link: @21416 on //depot/perl: d5dede0455edd65d2ac561aaf6cfdbdfc0d662ee

p4raw-id: //depot/maint-5.8/perl@21485
p4raw-integrated: from //depot/perl@21420 'edit in' sv.c (@21416..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 21:25:13 +0000 (21:25 +0000)]
Integrate:
[ 21453]
Typos.

[ 21472]
The compilation of PerlIO::via may hang on AIX when
compiling with vac at -O3 optimization level. Disable
optimization for this module.
p4raw-link: @21472 on //depot/perl: 9f9d9dc0a4872096e1675c61f2f645e451c07518
p4raw-link: @21453 on //depot/perl: dfb557fea1dd32152b766c4b86d18c19eb7cda65

p4raw-id: //depot/maint-5.8/perl@21484
p4raw-branched: from //depot/perl@21483 'branch in'
ext/PerlIO/via/hints/aix.pl
p4raw-integrated: from //depot/perl@21483 'copy in' hints/aix.sh
(@21261..) 'merge in' MANIFEST (@21432..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 20:50:49 +0000 (20:50 +0000)]
Integrate:
[ 21390]
Subject: Re: NCR MP-RAS perl problems [perl #23791]
From: grommel@sears.com
Date: Mon, 29 Sep 2003 14:45:16 -0500
Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>

[ 21410]
Subject: Re: [doc-PATCH] for unpack_str() and question
From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
Date: Mon, 6 Oct 2003 08:45:29 +0200
Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
p4raw-link: @21410 on //depot/perl: 608d3aed02075391572aedd203d1c73a9f25a2f0
p4raw-link: @21390 on //depot/perl: cd512f8e422432e2054f6755a2d319f1aa0e9333

p4raw-id: //depot/maint-5.8/perl@21483
p4raw-integrated: from //depot/perl@21482 'copy in' hints/svr4.sh
(@21344..) 'merge in' pp_pack.c (@19416..) t/op/pack.t
(@21249..) pod/perlapi.pod (@21398..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 18:26:46 +0000 (18:26 +0000)]
Integrate:
[ 21464]
Subject: perl -h tweak [PATCH]
From: Gisle Aas <gisle@ActiveState.com>
Date: 16 Oct 2003 02:49:39 -0700
Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>

[ 21466]
Further tweak on change #21464.

[ 21473]
-u is deprecated.
Subject: Re: why PERL5LIB is ignored when -T is in effect
From: Slaven Rezic <slaven@rezic.de>
Date: Fri, 17 Oct 2003 10:02:31 +0000
Message-Id: <1066384951.4964@devpc01.iconmobile.de>
p4raw-link: @21473 on //depot/perl: 11fb18989d618390167cc3df6954c38cecff5bad
p4raw-link: @21466 on //depot/perl: fb3560eea7ab14f0a8edc924380f6da1cc8aa74c
p4raw-link: @21464 on //depot/perl: 90490ea37d61f90b0b2139a2d0285dc6e6aeee8b

p4raw-id: //depot/maint-5.8/perl@21482
p4raw-integrated: from //depot/perl@21481 'edit in' perl.c (@21471..)

20 years agoIntegrate:
Yitzchak Scott-Thoennes [Tue, 30 Sep 2003 06:01:50 +0000 (23:01 -0700)]
Integrate:
[ 21394]
Subject: misapplied patch 19452
Message-Id: <20030930130150.GA1436@efn.org>
p4raw-link: @21394 on //depot/perl: be85d34438445e22b1284a6bdfb03db1aac59f18

p4raw-id: //depot/maint-5.8/perl@21481
p4raw-edited: from //depot/perl@21480 'edit in' pp_hot.c (@21319..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 16:42:12 +0000 (16:42 +0000)]
Integrate:
[ 21383]
Missing +x bits.
p4raw-link: @21383 on //depot/perl: 26e23ede0ddd047c7dfcd0d4799db6610b2beb50

p4raw-id: //depot/maint-5.8/perl@21480
p4raw-integrated: from //depot/perl@21479 'copy in' Porting/makerel
(@21324..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 16:37:49 +0000 (16:37 +0000)]
Integrate:
[ 21385]
Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
From: Brendan O'Dea <bod@debian.org>
Date: Sun, 28 Sep 2003 23:23:34 +1000
Message-ID: <20030928132334.GA29499@londo.c47.org>

[ 21386]
Subject: [PATCH 5.8.1] Fix broken splitpod program
From: Steve Hay <steve.hay@uk.radan.com>
Date: Mon, 29 Sep 2003 11:50:23 +0100
Message-ID: <3F780E6F.3020704@uk.radan.com>

[ 21388]
Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Tue, 30 Sep 2003 04:53:02 -0700
Message-ID: <20030930115302.GA3200@efn.org>

[ 21392]
Revamp the section on local() in perlsub.
- avoid using the word "declare" in conjunction with local()
- less archaelogical references
- more about localization of lvalues
- removes examples of localization of tied hashes that don't work
- give titles to subsections
- explain localization of magic values
- explain localization of globs
- fix link to perldelta

[ 21398]
build perlapi.pod in deterministic order even when functions differ
only in case; regen perlapi.pod

[ 21403]
Subject: Re: [PATCH] [perl #24113] mistake in perlretut
From: Robert Spier <rspier@pobox.com>
Date: Sun, 05 Oct 2003 21:34:30 -0700
Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>

[ 21405]
Subject: Re: [PATCH] perlsyn.pod Revision - Resend
From: Shlomi Fish <shlomif@vipe.technion.ac.il>
Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
(Applied with minor tweaks.)

[ 21409]
Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
From: Abigail <abigail@abigail.nl>
Date: Mon, 6 Oct 2003 05:55:21 -0700
Message-ID: <20031006125521.GA26446@ucan.foad.org>

[ 21412]
Fix broken link in perltodo.pod.

[ 21417]
Update perlfunc/require to describe NXDOMAIN caching... er, you
know what I mean.

[ 21431]
Document the behaviour of filetest operators regarding parentheses.
This fixes bug #24127 (by documenting it as a feature.)

[ 21435]
Make everyone stop posting to p5p about 0e0.

[ 21437]
Minor nit in perlrun, spotted by Art Haas.
p4raw-link: @21437 on //depot/perl: 47427c4eeabaf71bb2382593c8e760e49bdf9070
p4raw-link: @21435 on //depot/perl: 835f270a3e4bae7616085b997e93ab587be224b4
p4raw-link: @21431 on //depot/perl: 568e6d8bd7657b48163f7ab2d0c13229c0263323
p4raw-link: @21417 on //depot/perl: 209071589ddd827372bd46e1358d1d13f6b4dbcb
p4raw-link: @21412 on //depot/perl: d085b7b6c4d00879b2363f00bf97b5f398fbae7d
p4raw-link: @21409 on //depot/perl: 8a2e08044eac72c17425ec10bbb958834013a72b
p4raw-link: @21405 on //depot/perl: cf48932e9c614884be015feecb615c4d42f6f135
p4raw-link: @21403 on //depot/perl: 865c4c6f6836f5d201ca85b078e35d1e47de908b
p4raw-link: @21398 on //depot/perl: 6a477168226f5506df9ce7c01de57e2808b61d82
p4raw-link: @21392 on //depot/perl: 325192b1501ec5e5c61fcc775e645f404027aa64
p4raw-link: @21388 on //depot/perl: 749683d21f35ef8611124597a119da951072e5fa
p4raw-link: @21386 on //depot/perl: 279b5f1a612874b608bbd09f6635e256c67090a7
p4raw-link: @21385 on //depot/perl: ddffceb7d688de00c74f6c81d16019f39be53dc8

p4raw-id: //depot/maint-5.8/perl@21479
p4raw-integrated: from //depot/perl@21478 'copy in' autodoc.pl
(@18851..) pod/splitpod (@19140..) pod/perlretut.pod (@19873..)
pod/perltodo.pod (@21198..) 'edit in' pod/perlfunc.pod
(@21409..) 'merge in' pod/perlsub.pod (@21007..) pod/perlop.pod
(@21421..)
p4raw-edited: from //depot/perl@21405 'edit in' pod/perlsyn.pod
(@20161..)
p4raw-integrated: from //depot/perl@21398 'merge in' pod/perlapi.pod
(@21198..)
p4raw-edited: from //depot/perl@21385 'edit in' pod/perlrun.pod
(@21139..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 13:40:08 +0000 (13:40 +0000)]
Integrate:
[ 21420]
Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton)

[ 21421]
Subject: Re: [PATCH] perlop.pod Revamp - revision 4
From: schwern@pobox.com
Date: Tue, 7 Oct 2003 20:39:36 -0700
Message-Id: <20031007203936.X4301@ttul.org>

(Originally from Shlomi Fish. Applied with tweaks.)

[ 21422]
"Are implicit undefs true?" asks Gisle.

[ 21423]
Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
From: Abigail <abigail@abigail.nl>
Date: Wed, 8 Oct 2003 03:50:49 -0700
Message-Id: <20031008105049.GA15770@ucan.foad.org>
p4raw-link: @21423 on //depot/perl: 73e12209f00ae7323045fd6514f8eed060a57e19
p4raw-link: @21422 on //depot/perl: f92061c11e7fe50284dd98a84e8554b118bf40e1
p4raw-link: @21421 on //depot/perl: d042e63d2577050672e3a651fad824e0022e97f5
p4raw-link: @21420 on //depot/perl: f386e49277b57f6d42dd4f4526622f4325cbeb34

p4raw-id: //depot/maint-5.8/perl@21478
p4raw-integrated: from //depot/perl@21477 'copy in' pod/perliol.pod
(@21351..)
p4raw-edited: from //depot/perl@21421 'edit in' pod/perlop.pod
(@19729..)
p4raw-edited: from //depot/perl@21420 'edit in' pod/perlsyn.pod
(@21405..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 13:22:15 +0000 (13:22 +0000)]
Integrate:
[ 21384]
Nit to the maintainers list by SADAHIRO Tomoyuki

[ 21408]
Add a new option --check to Porting/Maintainers,
to check for files who are listed for several maintainers.

[ 21413]
Fixes in the modules maintainers list.
p4raw-link: @21413 on //depot/perl: b04375185d3988e648dcd1baf92b9e93db96ee39
p4raw-link: @21408 on //depot/perl: 678b26d7b9646dc9eb095b5ecda180cacd3ce8a1
p4raw-link: @21384 on //depot/perl: fbb0f87ffaeeb5b3371a2e6fbf9f66a3cb48d16d

p4raw-id: //depot/maint-5.8/perl@21477
p4raw-integrated: from //depot/perl@21476 'copy in'
Porting/Maintainers.pm (@20491..) 'edit in'
Porting/Maintainers.pl (@21384..)

20 years agoIntegrate:
Nicholas Clark [Sat, 18 Oct 2003 13:14:40 +0000 (13:14 +0000)]
Integrate:
[ 21391]
Useless "local $_" in a perlfaq3 example

[ 21454]
PerlFAQ sync. (only actual changes)

[ 21456]
Perlfaq1 : take notice that 5.8.1 is now released.
p4raw-link: @21456 on //depot/perl: adfbb37ecacd5c66bcea112fc015c3b7d812d60e
p4raw-link: @21454 on //depot/perl: 379e39d708cee89613f94f3144ff5b3568cb573c
p4raw-link: @21391 on //depot/perl: 6c43ef161e0ec34cd4fb65e1d0e735a35cf35009

p4raw-id: //depot/maint-5.8/perl@21476
p4raw-integrated: from //depot/perl@21475 'copy in' pod/perlfaq1.pod
(@20103..) pod/perlfaq3.pod (@21282..) pod/perlfaq4.pod
(@21290..)

20 years agoIntegrate:
Nicholas Clark [Fri, 17 Oct 2003 21:09:13 +0000 (21:09 +0000)]
Integrate:
[ 21446]
Duplicate 19423 (pathological hashes too easy) into hv_store_ent
(the routine used by perl level HV operations)

[ 21469]
Duplicate 19423 (pathological hashes too easy) into share_hek_flags
(as suggested by Jan Dubois)

[ 21471]
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.

[ 21474]
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-link: @21474 on //depot/perl: bb443f97c2b5dfbb53285f377a01d882f53de1c7
p4raw-link: @21471 on //depot/perl: 4b5190b5321b9b9e2ec46674b256120d4fdab72a
p4raw-link: @21469 on //depot/perl: 4c9cc5953a3992eecff824aeaacb5b7670e2db46
p4raw-link: @21446 on //depot/perl: 5355f3c7126474078b6e199097ac1d1343f2fdb1

p4raw-id: //depot/maint-5.8/perl@21475
p4raw-integrated: from //depot/perl@21471 'merge in' perl.c (@21470..)
p4raw-edited: from //depot/perl@21469 'edit in' hv.c (@21446..)
p4raw-integrated: from //depot/perl@21395 'copy in' hv.h (@21198..)
'merge in' intrpvar.h (@20263..) embedvar.h perlapi.h
(@20565..) util.c (@21397..) sv.c (@21420..) sv.h (@21468..)

20 years agoIntegrate:
Tom Horsley [Mon, 29 Sep 2003 13:00:09 +0000 (13:00 +0000)]
Integrate:
[ 21387]
       Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
       Message-Id: <200309291300.NAA23856@amber2.ccur.com>
p4raw-link: @21387 on //depot/perl: be0a2b4016c3954b7605c7aa1b8cf0ca10fdf49d

p4raw-id: //depot/maint-5.8/perl@21395
p4raw-integrated: from //depot/perl@21393 'copy in' hints/powerux.sh
(@15103..) ext/Sys/Syslog/t/syslog.t (@21249..)

20 years agoDisarm the maint branch.
Nicholas Clark [Tue, 30 Sep 2003 20:52:55 +0000 (20:52 +0000)]
Disarm the maint branch.
       (Put the MAINTfoo local patch back in patchlevel.h following the
 successful escape, er release, of 5.8.1)

p4raw-id: //depot/maint-5.8/perl@21393

20 years agoRelocate the mention of safe signals with POSIX::SigAction.
Chip Salzenberg [Thu, 25 Sep 2003 18:10:01 +0000 (18:10 +0000)]
Relocate the mention of safe signals with POSIX::SigAction.

p4raw-id: //depot/maint-5.8/perl@21379

20 years agoperldelta turnover.
Jarkko Hietaniemi [Thu, 25 Sep 2003 12:42:00 +0000 (12:42 +0000)]
perldelta turnover.

p4raw-id: //depot/maint-5.8/perl@21378

20 years agoHere goes nothing. perl-5.8.1
Jarkko Hietaniemi [Thu, 25 Sep 2003 09:58:50 +0000 (09:58 +0000)]
Here goes nothing.

p4raw-id: //depot/maint-5.8/perl@21377

20 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 25 Sep 2003 09:55:52 +0000 (09:55 +0000)]
Update Changes.

p4raw-id: //depot/maint-5.8/perl@21376

20 years agoDare.
Jarkko Hietaniemi [Thu, 25 Sep 2003 09:27:33 +0000 (09:27 +0000)]
Dare.

p4raw-id: //depot/maint-5.8/perl@21375

20 years agoIntegrate:
Greg Matheson [Wed, 24 Sep 2003 22:51:09 +0000 (06:51 +0800)]
Integrate:
[ 21369]
Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
Message-ID: <20030924225109.A17126@ms>

(Win98 + MinGW, a missing Win95.pm hunk)

[ 21370]
CPAN sites update.

Regen perltoc, perlmodlib.
p4raw-link: @21370 on //depot/perl: 2e75584a9dc32e975efde1885af821901fd45208
p4raw-link: @21369 on //depot/perl: f8f79f57f467ffff4d31dc518ce3f6d2364090a0

p4raw-id: //depot/maint-5.8/perl@21374
p4raw-edited: from //depot/perl@21373 'edit in' pod/perlmodlib.PL
(@20862..)
p4raw-integrated: from //depot/perl@21373 'copy in'
lib/ExtUtils/MM_Win95.pm (@21325..)

20 years agoIntegrate:
Jarkko Hietaniemi [Thu, 25 Sep 2003 09:22:04 +0000 (09:22 +0000)]
Integrate:
[ 21371]
Update to Scalar-List-Utils 1.13

[ 21372]
Sync with libnet 1.17
p4raw-link: @21372 on //depot/perl: 73c20b238d7378e539b3486e16ad5c6e46696374
p4raw-link: @21371 on //depot/perl: aaaf1885c04755b7a5780e4948b19633d0243b0f

p4raw-id: //depot/maint-5.8/perl@21373
p4raw-integrated: from //depot/perl@21368 'copy in'
ext/List/Util/t/sum.t (@11853..) ext/List/Util/ChangeLog
ext/List/Util/lib/List/Util.pm ext/List/Util/lib/Scalar/Util.pm
(@20700..) ext/List/Util/Util.xs (@21354..)

20 years agoOdd glitch.
Jarkko Hietaniemi [Thu, 25 Sep 2003 05:08:09 +0000 (05:08 +0000)]
Odd glitch.

p4raw-id: //depot/maint-5.8/perl@21368

20 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 25 Sep 2003 04:56:35 +0000 (04:56 +0000)]
Update Changes.

p4raw-id: //depot/maint-5.8/perl@21367

20 years agoIntegrate:
Jarkko Hietaniemi [Thu, 25 Sep 2003 04:49:32 +0000 (04:49 +0000)]
Integrate:

[ 21365]
AUTHORS tweak.
p4raw-link: @21365 on //depot/perl: f72d43a39ad0dec089f8cc89223057b2a8ff08a2

p4raw-id: //depot/maint-5.8/perl@21366
p4raw-integrated: from //depot/perl@21364 'copy in' AUTHORS (@21165..)

20 years agoperldelta, perlport.
Jarkko Hietaniemi [Wed, 24 Sep 2003 20:04:19 +0000 (20:04 +0000)]
perldelta, perlport.

p4raw-id: //depot/maint-5.8/perl@21364

20 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 24 Sep 2003 19:42:35 +0000 (19:42 +0000)]
Update Changes.

p4raw-id: //depot/maint-5.8/perl@21363

20 years agoIntegrate:
Olli Savia [Wed, 24 Sep 2003 15:42:41 +0000 (15:42 +0000)]
Integrate:
[ 21360]
Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>

[ 21361]
Even though undefing SPACE and FORMAT should be safe,
at this point I'm choosing to be paranoid and using
#ifdef __Lynx__.
p4raw-link: @21361 on //depot/perl: d4c3c482d093813d66a1c163e8cf7f1e489ab3cf
p4raw-link: @21360 on //depot/perl: 9cffb1113116ebdeea2d588063f221f44cc71108

p4raw-id: //depot/maint-5.8/perl@21362
p4raw-integrated: from //depot/perl@21359 'copy in' perlio.c (@21217..)
pp_sys.c (@21277..) 'merge in' mg.c (@20829..) perl.h
(@21326..)

20 years agoIntegrate:
Elizabeth Mattijsen [Wed, 24 Sep 2003 11:00:42 +0000 (13:00 +0200)]
Integrate:
[ 21353]
Someone actually reads the Makefile.PL messages, it seems.
(from Jonathan Leffler)

[ 21354]
A fix from Graham for
[perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
(seemingly a NV casting issue)

[ 21356]
Subject: [DOCPATCH] attributes.pm
Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>

(reformatted a bit)
p4raw-link: @21356 on //depot/perl: cef7f6212e02689c2aa27d0d7dc8e6afd7f665e8
p4raw-link: @21354 on //depot/perl: b9ae0a2d3e1516a6a8b6fdb9d5354ef5912780c3
p4raw-link: @21353 on //depot/perl: 477413c82d4216edf78e75357a2438a3497c8216

p4raw-id: //depot/maint-5.8/perl@21359
p4raw-integrated: from //depot/perl@21358 'copy in' lib/attributes.pm
(@20688..) ext/List/Util/Util.xs (@20700..)
ext/Time/HiRes/Makefile.PL (@20794..)

20 years agoperldelta.
Jarkko Hietaniemi [Wed, 24 Sep 2003 10:20:13 +0000 (10:20 +0000)]
perldelta.

p4raw-id: //depot/maint-5.8/perl@21358

20 years agoperldelta tweaks.
Jarkko Hietaniemi [Wed, 24 Sep 2003 09:26:45 +0000 (09:26 +0000)]
perldelta tweaks.

p4raw-id: //depot/maint-5.8/perl@21357

20 years agomap in void context.
Abigail [Wed, 24 Sep 2003 10:55:45 +0000 (12:55 +0200)]
map in void context.
Message-ID: <20030924085545.GA2374@abigail.nl>

p4raw-id: //depot/maint-5.8/perl@21355

20 years agoIntegrate:
Jarkko Hietaniemi [Wed, 24 Sep 2003 05:00:37 +0000 (05:00 +0000)]
Integrate:
[ 21342]
Minor nit in a debug message of the tokenizer.

[ 21343]
Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Tue, 23 Sep 2003 09:13:55 -0700
Message-ID: <20030923161354.GA2432@efn.org>

[ 21344]
Subject: Re: NCR MP-RAS perl problems [perl #23791]
From: grommel@sears.com
Date: Tue, 23 Sep 2003 13:40:33 -0500
Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>

[ 21345]
v-promises from John Peaock.

[ 21346]
M::BI news from Tels.

[ 21348]
Subject: [PATCH] perlvar
From: Juerd <juerd@convolution.nl>
Date: Sun, 21 Sep 2003 21:40:54 +0200
Message-ID: <20030921194054.GD14702@c3.convolution.nl>

[ 21349]
The FAQ answer about POD comments was incorrect. [perl #23893]
(plus a few typos.)

[ 21350]
Subject: [PATCH 5.8.x] small perldelta patch
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Tue, 23 Sep 2003 14:55:24 -0700
Message-ID: <20030923215524.GA3440@efn.org>

[ 21351]
perliol tweaks.
p4raw-link: @21351 on //depot/perl: b0a2be78d1e39d7609b90d53c8fffeee3363fb76
p4raw-link: @21350 on //depot/maint-5.8/perl: f00fc4cdd7e7e6fa370edd985f0d97e3d65b86ce
p4raw-link: @21349 on //depot/perl: 659cfd94ba23a1b903a75ecaffde534106f93c22
p4raw-link: @21348 on //depot/perl: f83912f27d5903d07e19b71d691d929ef9066cbc
p4raw-link: @21346 on //depot/maint-5.8/perl: f505be1cb0ea60b3b37a2de5bbddea0b5782ab29
p4raw-link: @21345 on //depot/maint-5.8/perl: a3fa8036fc3cd02e8efa74b6b61bdf0f5ac97132
p4raw-link: @21344 on //depot/perl: ca37ab507eb0cfe686e1e8008a10e033024f46d5
p4raw-link: @21343 on //depot/perl: 8d410bc4d2eab1d6e87b832152ba1fd130bba116
p4raw-link: @21342 on //depot/perl: 17ad61e03fe30671fca57305b7cdb9cef95a1b94

p4raw-id: //depot/maint-5.8/perl@21352
p4raw-integrated: from //depot/perl@21350 'copy in' pod/perlfaq7.pod
(@20330..) INSTALL (@20781..) pod/perlpodspec.pod (@21198..)
hints/svr4.sh (@21247..) t/op/stat.t (@21277..) pod/perliol.pod
(@21311..) 'merge in' toke.c (@21136..) pod/perlvar.pod
(@21162..)

20 years agosmall perldelta patch
Yitzchak Scott-Thoennes [Tue, 23 Sep 2003 14:55:24 +0000 (07:55 -0700)]
small perldelta patch
Message-ID: <20030923215524.GA3440@efn.org>

p4raw-id: //depot/maint-5.8/perl@21350

20 years agoM::BI news from Tels.
Jarkko Hietaniemi [Tue, 23 Sep 2003 19:44:52 +0000 (19:44 +0000)]
M::BI news from Tels.

p4raw-id: //depot/maint-5.8/perl@21346

20 years agov-promises from John Peaock.
Jarkko Hietaniemi [Tue, 23 Sep 2003 19:41:21 +0000 (19:41 +0000)]
v-promises from John Peaock.

p4raw-id: //depot/maint-5.8/perl@21345