Dave Mitchell [Thu, 23 Oct 2003 19:13:20 +0000 (19:13 +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
Jan Dubois [Wed, 22 Oct 2003 20:17:07 +0000 (13:17 -0700)]
[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
Gisle Aas [Thu, 23 Oct 2003 05:33:43 +0000 (22:33 -0700)]
utime documentation
Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@21523
Jan Dubois [Wed, 22 Oct 2003 20:33:54 +0000 (13:33 -0700)]
dup2() not going through PerlLIO abstraction layer
Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
p4raw-id: //depot/perl@21522
Edward Moy [Fri, 10 Oct 2003 17:42:06 +0000 (10:42 -0700)]
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
Rafael Garcia-Suarez [Wed, 22 Oct 2003 15:06:13 +0000 (15:06 +0000)]
Small email update in AUTHORS.
p4raw-id: //depot/perl@21516
Rafael Garcia-Suarez [Wed, 22 Oct 2003 06:39:29 +0000 (06:39 +0000)]
Add a test.taintwarn makefile target,
to run the whole test suite with the -t switch.
p4raw-id: //depot/perl@21515
Radu Greab [Tue, 5 Aug 2003 20:57:15 +0000 (23:57 +0300)]
embedding perl
Message-Id: <
20030805.205715.
113441323.radu@yx.primIT.ro>
p4raw-id: //depot/perl@21514
Rafael Garcia-Suarez [Tue, 21 Oct 2003 20:45:12 +0000 (20:45 +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
Ilya Zakharevich [Thu, 25 Sep 2003 12:09:11 +0000 (05:09 -0700)]
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
Marcus Holland-Moritz [Mon, 20 Oct 2003 20:14:19 +0000 (22:14 +0200)]
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
Slaven Rezic [Sun, 19 Oct 2003 17:54:59 +0000 (19:54 +0200)]
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
Rafael Garcia-Suarez [Mon, 20 Oct 2003 06:04:04 +0000 (06:04 +0000)]
Skip the chflags tests in filetest.t on Darwin.
p4raw-id: //depot/perl@21503
Nicholas Clark [Fri, 17 Oct 2003 18:44:28 +0000 (18:44 +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
Slaven Rezic [Fri, 17 Oct 2003 10:02:31 +0000 (10:02 +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
Rafael Garcia-Suarez [Fri, 17 Oct 2003 07:29:10 +0000 (07:29 +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
Nicholas Clark [Thu, 16 Oct 2003 21:10:27 +0000 (21:10 +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
Dave Mitchell [Thu, 16 Oct 2003 20:03:44 +0000 (20:03 +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
Nicholas Clark [Thu, 16 Oct 2003 19:31:19 +0000 (19:31 +0000)]
Duplicate 19423 (pathological hashes too easy) into share_hek_flags
(as suggested by Jan Dubois)
p4raw-id: //depot/perl@21469
Alexey Tourbin [Thu, 16 Oct 2003 22:24:35 +0000 (02:24 +0400)]
Re: assert.h breaks perl.h
Message-Id: <
20031016182434.GH1724@julia.office.altlinux.ru>
p4raw-id: //depot/perl@21468
Slaven Rezic [Thu, 16 Oct 2003 17:57:35 +0000 (17:57 +0000)]
Tie::Hash documentation
Message-Id: <
1066327055.1428@devpc01.iconmobile.de>
p4raw-id: //depot/perl@21467
Rafael Garcia-Suarez [Thu, 16 Oct 2003 08:52:50 +0000 (08:52 +0000)]
Further tweak on change #21464.
p4raw-link: @21464 on //depot/perl:
90490ea37d61f90b0b2139a2d0285dc6e6aeee8b
p4raw-id: //depot/perl@21466
Gisle Aas [Thu, 16 Oct 2003 02:49:39 +0000 (19:49 -0700)]
perl -h tweak [PATCH]
Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@21464
Rafael Garcia-Suarez [Wed, 15 Oct 2003 19:19:05 +0000 (19:19 +0000)]
Perlfaq1 : take notice that 5.8.1 is now released.
p4raw-id: //depot/perl@21456
Rafael Garcia-Suarez [Wed, 15 Oct 2003 19:06:05 +0000 (19:06 +0000)]
PerlFAQ sync. (only actual changes)
p4raw-id: //depot/perl@21454
Rafael Garcia-Suarez [Wed, 15 Oct 2003 19:02:35 +0000 (19:02 +0000)]
Typos.
p4raw-id: //depot/perl@21453
Rafael Garcia-Suarez [Wed, 15 Oct 2003 11:12:31 +0000 (11:12 +0000)]
Fix bug [perl #24212] : improper error recovery in the
tokenizer after an unknown filetest operator.
p4raw-id: //depot/perl@21452
Rafael Garcia-Suarez [Wed, 15 Oct 2003 09:19:02 +0000 (09:19 +0000)]
Update MIME::Base64 and Digest::MD5 from the CPAN version.
p4raw-id: //depot/perl@21451
Rafael Garcia-Suarez [Wed, 15 Oct 2003 06:47:11 +0000 (06:47 +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
Audrey Tang [Tue, 14 Oct 2003 18:32:28 +0000 (02:32 +0800)]
SIGN => 1 support for MakeMaker
Message-Id: <
1066127547.65845.35.camel@localhost>
p4raw-id: //depot/perl@21449
Abhijit Menon-Sen [Wed, 15 Oct 2003 05:56:12 +0000 (05:56 +0000)]
Rewrite #21447.
p4raw-id: //depot/perl@21448
Stas Bekman [Tue, 14 Oct 2003 18:05:29 +0000 (11:05 -0700)]
[patch pod/perliol.pod]
Message-Id: <
3F8C9D59.3040403@stason.org>
p4raw-id: //depot/perl@21447
Nicholas Clark [Tue, 14 Oct 2003 18:45:39 +0000 (18:45 +0000)]
Duplicate 19423 (pathological hashes too easy) into hv_store_ent
(the routine used by perl level HV operations)
p4raw-id: //depot/perl@21446
Marcus Holland-Moritz [Tue, 30 Sep 2003 19:23:34 +0000 (21:23 +0200)]
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
Iain Spoon Truskett [Sun, 12 Oct 2003 09:01:25 +0000 (09:01 +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
Jan Dubois [Sun, 12 Oct 2003 22:09:39 +0000 (15:09 -0700)]
Internals::hash_seed() returns wrong value
Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
p4raw-id: //depot/perl@21441
pxm@nubz.org [Sun, 5 Oct 2003 20:55:56 +0000 (20:55 +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
Slaven Rezic [Sun, 12 Oct 2003 18:55:54 +0000 (20:55 +0200)]
Tie::Hash documentation
Message-Id: <
200310121655.h9CGtsrY003613@vran.herceg.de>
p4raw-id: //depot/perl@21439
Slaven Rezic [Tue, 7 Oct 2003 00:04:34 +0000 (02:04 +0200)]
Re: [perl #24122] setreuid and friends borked on darwin/osx
Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
p4raw-id: //depot/perl@21438
Rafael Garcia-Suarez [Sun, 12 Oct 2003 15:25:17 +0000 (15:25 +0000)]
Minor nit in perlrun, spotted by Art Haas.
p4raw-id: //depot/perl@21437
Elizabeth Mattijsen [Fri, 10 Oct 2003 16:37:55 +0000 (18:37 +0200)]
threads::async + some cleanup
Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
p4raw-id: //depot/perl@21436
Abhijit Menon-Sen [Fri, 10 Oct 2003 19:02:34 +0000 (19:02 +0000)]
Make everyone stop posting to p5p about 0e0.
p4raw-id: //depot/perl@21435
Nicholas Clark [Thu, 9 Oct 2003 20:57:26 +0000 (20:57 +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
Rafael Garcia-Suarez [Thu, 9 Oct 2003 11:09:24 +0000 (11:09 +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
Rafael Garcia-Suarez [Thu, 9 Oct 2003 11:06:15 +0000 (11:06 +0000)]
Document the behaviour of filetest operators regarding parentheses.
This fixes bug #24127 (by documenting it as a feature.)
p4raw-id: //depot/perl@21431
Eric Promislow [Wed, 8 Oct 2003 17:42:42 +0000 (10:42 -0700)]
Internal fixes to source-code coordinate
calculations in regcomp.c
Message-Id: <
20031008174242.A17544@ActiveState.com>
p4raw-id: //depot/perl@21430
Lukas Mai [Tue, 7 Oct 2003 21:47:43 +0000 (21:47 +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
Jan Dubois [Wed, 8 Oct 2003 20:37:42 +0000 (13:37 -0700)]
Devel::PPPort is missing an aTHX when calling
grok_numeric_radix()
Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
p4raw-id: //depot/perl@21428
Rick Delaney [Wed, 8 Oct 2003 22:41:55 +0000 (18:41 -0400)]
Re: require patch breaks locale
Message-Id: <
20031008224155.A14638@biff.bort.ca>
p4raw-id: //depot/perl@21427
Gisle Aas [Wed, 8 Oct 2003 13:35:28 +0000 (06:35 -0700)]
Re: Simple @INC hook core dump [PATCH]
Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@21426
Rafael Garcia-Suarez [Wed, 8 Oct 2003 11:34:17 +0000 (11:34 +0000)]
Fix bug #24108: Goto +foo broken
the fix having been suggested by xmath via Juerd.
p4raw-id: //depot/perl@21425
Gisle Aas [Wed, 8 Oct 2003 04:47:33 +0000 (21:47 -0700)]
Re: Simple @INC hook core dump [PATCH]
Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@21424
Abigail [Wed, 8 Oct 2003 03:50:49 +0000 (20:50 -0700)]
Layout & POD nit.
Message-Id: <
20031008105049.GA15770@ucan.foad.org>
p4raw-id: //depot/perl@21423
Abhijit Menon-Sen [Wed, 8 Oct 2003 06:13:07 +0000 (06:13 +0000)]
"Are implicit undefs true?" asks Gisle.
p4raw-id: //depot/perl@21422
Michael G. Schwern [Tue, 7 Oct 2003 20:39:36 +0000 (13:39 -0700)]
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
Abhijit Menon-Sen [Tue, 7 Oct 2003 19:51:35 +0000 (19:51 +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
Abhijit Menon-Sen [Tue, 7 Oct 2003 04:03:34 +0000 (04:03 +0000)]
Why should -3**$x be more precisely determined than 3**$x?
p4raw-id: //depot/perl@21419
Michael G. Schwern [Mon, 6 Oct 2003 13:14:36 +0000 (06:14 -0700)]
Fixing UNIVERSAL.pm's bit of unpleasantness
Message-Id: <
20031006131436.G20960@ttul.org>
p4raw-id: //depot/perl@21418
Abhijit Menon-Sen [Tue, 7 Oct 2003 03:55:18 +0000 (03:55 +0000)]
Update perlfunc/require to describe NXDOMAIN caching... er, you
know what I mean.
p4raw-id: //depot/perl@21417
Stas Bekman [Mon, 6 Oct 2003 21:19:53 +0000 (14:19 -0700)]
[patch sv.c] improve "...free unref scalar" warning
Message-Id: <
3F823EE9.4030103@stason.org>
p4raw-id: //depot/perl@21416
Rick Delaney [Tue, 23 Sep 2003 12:14:52 +0000 (08:14 -0400)]
(was Re: require() does not behave aas documented)
Message-ID: <
20030923121452.G18845@biff.bort.ca>
p4raw-id: //depot/perl@21415
Abigail [Wed, 1 Oct 2003 14:19:43 +0000 (16:19 +0200)]
Re: [PATCH lib/warnings.t] Adding TODO functionality to lib/warnings.
Message-ID: <
20031001121943.GA29419@abigail.nl>
p4raw-id: //depot/perl@21414
Rafael Garcia-Suarez [Mon, 6 Oct 2003 15:05:32 +0000 (15:05 +0000)]
Fixes in the modules maintainers list.
p4raw-id: //depot/perl@21413
Rafael Garcia-Suarez [Mon, 6 Oct 2003 15:02:42 +0000 (15:02 +0000)]
Fix broken link in perltodo.pod.
p4raw-id: //depot/perl@21412
Rafael Garcia-Suarez [Mon, 6 Oct 2003 12:11:10 +0000 (12:11 +0000)]
Typos in perldiag.
p4raw-id: //depot/perl@21411
LAUN Wolfgang [Mon, 6 Oct 2003 08:45:29 +0000 (10:45 +0200)]
Re: [doc-PATCH] for unpack_str() and question
Message-ID: <
75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
p4raw-id: //depot/perl@21410
Abigail [Mon, 6 Oct 2003 05:55:21 +0000 (22:55 -0700)]
ref can return false on references
Message-ID: <
20031006125521.GA26446@ucan.foad.org>
p4raw-id: //depot/perl@21409
Rafael Garcia-Suarez [Mon, 6 Oct 2003 11:46:14 +0000 (11:46 +0000)]
Add a new option --check to Porting/Maintainers,
to check for files who are listed for several maintainers.
p4raw-id: //depot/perl@21408
Fergal Daly [Mon, 6 Oct 2003 00:25:29 +0000 (01:25 +0100)]
Re: The META.yml file in bleadperl
Message-Id: <
200310060025.29122.fergal@esatclear.ie>
Plus regeneration of META.yml
p4raw-id: //depot/perl@21407
Rafael Garcia-Suarez [Sun, 5 Oct 2003 21:27:54 +0000 (23:27 +0200)]
Re: [perl #24076] "<> err EXPR" and warnings.
Message-Id: <
20031005212754.
5ef54472.rgarciasuarez@free.fr>
(Applied with tweaks to op.c and a comment.)
p4raw-id: //depot/perl@21406
Shlomi Fish [Fri, 3 Oct 2003 12:34:46 +0000 (14:34 +0200)]
Re: [PATCH] perlsyn.pod Revision - Resend
Message-Id: <Pine.LNX.4.56.
0310031233580.28640@vipe.technion.ac.il>
(Applied with minor tweaks.)
p4raw-id: //depot/perl@21405
Benjamin J. Tilly [Sun, 5 Oct 2003 18:40:36 +0000 (18:40 +0000)]
[perl #24120] Tie::Hash documentation has broken code
From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-24120-65664.15.
9776865968429@rt.perl.org>
(Applied without $VERSION update.)
p4raw-id: //depot/perl@21404
Robert Spier [Sun, 5 Oct 2003 21:34:30 +0000 (14:34 -0700)]
Re: [PATCH] [perl #24113] mistake in perlretut
Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
p4raw-id: //depot/perl@21403
Steve Grazzini [Sat, 4 Oct 2003 18:15:23 +0000 (14:15 -0400)]
pp_sys.c: pp_waitpid and EINTR
Message-Id: <
20031004221523.GA29324@grazzini.net>
p4raw-id: //depot/perl@21402
Slaven Rezic [Thu, 2 Oct 2003 15:51:11 +0000 (15:51 +0000)]
Re: 5.8.1 and srand
Message-Id: <
1065109871.3115@devpc01.iconmobile.de>
p4raw-id: //depot/perl@21401
Hugo van der Sanden [Thu, 2 Oct 2003 09:34:36 +0000 (09:34 +0000)]
minor cleanup for Changes
p4raw-id: //depot/perl@21400
Hugo van der Sanden [Thu, 2 Oct 2003 09:18:27 +0000 (09:18 +0000)]
Update changes
p4raw-id: //depot/perl@21399
Hugo van der Sanden [Thu, 2 Oct 2003 09:15:42 +0000 (09:15 +0000)]
build perlapi.pod in deterministic order even when functions differ
only in case; regen perlapi.pod
p4raw-id: //depot/perl@21398
Brendan O'Dea [Thu, 2 Oct 2003 10:30:36 +0000 (20:30 +1000)]
Re: 5.8.1 and srand
Message-Id: <
20031002003036.GA9198@londo.c47.org>
p4raw-id: //depot/perl@21397
Abhijit Menon-Sen [Wed, 1 Oct 2003 22:18:13 +0000 (22:18 +0000)]
Update Changes.
p4raw-id: //depot/perl@21396
Yitzchak Scott-Thoennes [Tue, 30 Sep 2003 06:01:50 +0000 (23:01 -0700)]
misapplied patch 19452
Message-Id: <
20030930130150.GA1436@efn.org>
p4raw-id: //depot/perl@21394
Rafael Garcia-Suarez [Tue, 30 Sep 2003 20:22:02 +0000 (20:22 +0000)]
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
p4raw-id: //depot/perl@21392
Rafael Garcia-Suarez [Tue, 30 Sep 2003 12:47:13 +0000 (12:47 +0000)]
Useless "local $_" in a perlfaq3 example
p4raw-id: //depot/perl@21391
grommel@sears.com [Mon, 29 Sep 2003 14:45:16 +0000 (09:45 -0500)]
Re: NCR MP-RAS perl problems [perl #23791]
Message-ID: <OF9B00605E.
3CC90F32-ON86256DB0.
006B13F0-
86256DB0.
006C8E85@LocalDomain>
p4raw-id: //depot/perl@21390
Rafael Garcia-Suarez [Tue, 30 Sep 2003 11:06:53 +0000 (11:06 +0000)]
Add a TODO test for bug #23790, by Abigail
p4raw-id: //depot/perl@21389
Yitzchak Scott-Thoennes [Tue, 30 Sep 2003 04:53:02 +0000 (21:53 -0700)]
Re: [perl #24071] Typo in description of binmode
Message-ID: <
20030930115302.GA3200@efn.org>
p4raw-id: //depot/perl@21388
Tom Horsley [Mon, 29 Sep 2003 13:00:09 +0000 (13:00 +0000)]
perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
Message-Id: <
200309291300.NAA23856@amber2.ccur.com>
p4raw-id: //depot/perl@21387
Steve Hay [Mon, 29 Sep 2003 11:50:23 +0000 (12:50 +0100)]
Fix broken splitpod program
Message-ID: <
3F780E6F.3020704@uk.radan.com>
p4raw-id: //depot/perl@21386
Brendan O'Dea [Sun, 28 Sep 2003 23:23:34 +0000 (09:23 +1000)]
pod/perlrun.pod: no space after -i allowed
Message-ID: <
20030928132334.GA29499@londo.c47.org>
p4raw-id: //depot/perl@21385
Rafael Garcia-Suarez [Fri, 26 Sep 2003 20:39:19 +0000 (20:39 +0000)]
Nit to the maintainers list by SADAHIRO Tomoyuki
p4raw-id: //depot/perl@21384
Jarkko Hietaniemi [Fri, 26 Sep 2003 04:41:17 +0000 (04:41 +0000)]
Missing +x bits.
p4raw-id: //depot/perl@21383
Rafael Garcia-Suarez [Thu, 25 Sep 2003 19:40:50 +0000 (19:40 +0000)]
Update the perldelta for 5.9.0.
p4raw-id: //depot/perl@21382
Rafael Garcia-Suarez [Thu, 25 Sep 2003 19:02:12 +0000 (19:02 +0000)]
Add the perl581delta manpage.
Regenerate the table of contents.
p4raw-id: //depot/perl@21381
Rafael Garcia-Suarez [Thu, 25 Sep 2003 18:36:45 +0000 (18:36 +0000)]
Update perlhist.pod
p4raw-id: //depot/perl@21380
Graham Barr [Thu, 25 Sep 2003 07:35:24 +0000 (07:35 +0000)]
Sync with libnet 1.17
p4raw-id: //depot/perl@21372
Graham Barr [Thu, 25 Sep 2003 06:57:35 +0000 (06:57 +0000)]
Update to Scalar-List-Utils 1.13
p4raw-id: //depot/perl@21371
Jarkko Hietaniemi [Thu, 25 Sep 2003 06:45:42 +0000 (06:45 +0000)]
CPAN sites update.
p4raw-id: //depot/perl@21370
Greg Matheson [Wed, 24 Sep 2003 22:51:09 +0000 (06:51 +0800)]
Re: 5.8.1 and gcc-3.2.3 (& Win98)
Message-ID: <
20030924225109.A17126@ms>
(Win98 + MinGW, a missing Win95.pm hunk)
p4raw-id: //depot/perl@21369
Jarkko Hietaniemi [Thu, 25 Sep 2003 04:44:05 +0000 (04:44 +0000)]
AUTHORS tweak.
p4raw-id: //depot/perl@21365
Jarkko Hietaniemi [Wed, 24 Sep 2003 17:40:42 +0000 (17:40 +0000)]
Even though undefing SPACE and FORMAT should be safe,
at this point I'm choosing to be paranoid and using
#ifdef __Lynx__.
p4raw-id: //depot/perl@21361