This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoDuplicate definition bad.
Jarkko Hietaniemi [Mon, 2 Jun 2003 09:07:38 +0000 (09:07 +0000)]
Duplicate definition bad.

p4raw-id: //depot/perl@19659

20 years agoI thought I tried building threaded. Never think. Try.
Jarkko Hietaniemi [Mon, 2 Jun 2003 09:02:18 +0000 (09:02 +0000)]
I thought I tried building threaded.  Never think.  Try.

p4raw-id: //depot/perl@19658

20 years agoStick with the original (5.8.0) logic.
Jarkko Hietaniemi [Mon, 2 Jun 2003 08:54:04 +0000 (08:54 +0000)]
Stick with the original (5.8.0) logic.

p4raw-id: //depot/perl@19657

20 years agoSince pulling in File::Temp for tempfiles would pull in
Jarkko Hietaniemi [Mon, 2 Jun 2003 08:28:51 +0000 (08:28 +0000)]
Since pulling in File::Temp for tempfiles would pull in
also Fcntl, miniperl could not open up tempfiles.  This broke
the use of miniperl in VMS, as noticed by Craig Berry.
Try to cure this by moving the creation of tempfile into its
own routine, my_tmpfp(), which gets compiled differently
for miniperl and perl.

p4raw-id: //depot/perl@19656

20 years agoA pointless test, noticed by Craig Berry.
Jarkko Hietaniemi [Mon, 2 Jun 2003 06:54:05 +0000 (06:54 +0000)]
A pointless test, noticed by Craig Berry.

p4raw-id: //depot/perl@19655

20 years agoTwo Cygwin patches from Gerrit.
Gerrit P. Haase [Sat, 31 May 2003 14:12:07 +0000 (16:12 +0200)]
Two Cygwin patches from Gerrit.

Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Sat, 31 May 2003 14:12:07 +0200
Message-ID: <179860591535.20030531141207@familiehaase.de>

Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
Date: Sat, 31 May 2003 13:57:49 +0200
Message-ID: <11859733881.20030531135749@familiehaase.de>

p4raw-id: //depot/perl@19654

20 years agoFix a case of segfault in gv_check(), by making
Rafael Garcia-Suarez [Sat, 31 May 2003 19:54:31 +0000 (19:54 +0000)]
Fix a case of segfault in gv_check(), by making
it ignore non-GV values in stashes.

p4raw-id: //depot/perl@19652

20 years agoDon't install test.pl files.
Rafael Garcia-Suarez [Sat, 31 May 2003 18:48:59 +0000 (18:48 +0000)]
Don't install test.pl files.

p4raw-id: //depot/perl@19651

20 years agoRegenerate internals pods.
Rafael Garcia-Suarez [Sat, 31 May 2003 18:47:50 +0000 (18:47 +0000)]
Regenerate internals pods.

p4raw-id: //depot/perl@19650

20 years agojumbo closure patch broke formats
Dave Mitchell [Sat, 31 May 2003 19:54:48 +0000 (20:54 +0100)]
jumbo closure patch broke formats
Message-ID: <20030531185448.GA6055@fdgroup.com>
Plus restore the original test script for bug #22372

p4raw-id: //depot/perl@19649

20 years agoBetter patch from Inaba Hiroto for
Jarkko Hietaniemi [Sat, 31 May 2003 17:37:36 +0000 (17:37 +0000)]
Better patch from Inaba Hiroto for
[perl #22375] 'split'/'index' problem for utf8

p4raw-id: //depot/perl@19648

20 years agoRe: [perl #22372] [PATCH] sv_chop() broken
Adrian M. Enache [Sat, 31 May 2003 14:18:11 +0000 (17:18 +0300)]
Re: [perl #22372] [PATCH] sv_chop() broken
Message-ID: <20030531111811.GA1240@ratsnest.hole>

p4raw-id: //depot/perl@19647

20 years agoInteresting patch(1) glitch.
Jarkko Hietaniemi [Sat, 31 May 2003 05:40:15 +0000 (05:40 +0000)]
Interesting patch(1) glitch.

p4raw-id: //depot/perl@19646

20 years agoRe: [perl #22372] [PATCH] sv_chop() broken
Adrian M. Enache [Fri, 30 May 2003 18:52:28 +0000 (21:52 +0300)]
Re: [perl #22372] [PATCH] sv_chop() broken
Message-ID: <20030530155228.GA872@ratsnest.hole>

p4raw-id: //depot/perl@19645

20 years agoext/Encode/t/perlio.t filename tweak
Craig A. Berry [Fri, 30 May 2003 13:08:01 +0000 (08:08 -0500)]
ext/Encode/t/perlio.t filename tweak
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3ED79E01.8050401@mac.com>

p4raw-id: //depot/perl@19644

20 years agoUpgrade to Tie::File 0.96.
Jarkko Hietaniemi [Sat, 31 May 2003 05:28:56 +0000 (05:28 +0000)]
Upgrade to Tie::File 0.96.

p4raw-id: //depot/perl@19643

20 years agotest.pl-isation.
Jarkko Hietaniemi [Fri, 30 May 2003 19:06:02 +0000 (19:06 +0000)]
test.pl-isation.

p4raw-id: //depot/perl@19642

20 years agoA bit of networking notworking negativity.
Jarkko Hietaniemi [Fri, 30 May 2003 15:59:57 +0000 (15:59 +0000)]
A bit of networking notworking negativity.
(Inspiration from Jos.)

p4raw-id: //depot/perl@19641

20 years agoFix for "#22375 'split'/'index' problem for utf8".
Jarkko Hietaniemi [Fri, 30 May 2003 05:47:15 +0000 (05:47 +0000)]
Fix for "#22375 'split'/'index' problem for utf8".

p4raw-id: //depot/perl@19640

20 years agoAdd the test case for the already fixed
Jarkko Hietaniemi [Thu, 29 May 2003 19:07:35 +0000 (19:07 +0000)]
Add the test case for the already fixed
[perl #22351] perl bug with 'e' substitution modifier

p4raw-id: //depot/perl@19639

20 years agoComment tweakage.
Jarkko Hietaniemi [Thu, 29 May 2003 18:56:46 +0000 (18:56 +0000)]
Comment tweakage.

p4raw-id: //depot/perl@19638

20 years agojumbo closure fix
Dave Mitchell [Wed, 26 Feb 2003 14:49:47 +0000 (14:49 +0000)]
jumbo closure fix
Message-ID: <20030226144947.A14444@fdgroup.com>

p4raw-id: //depot/perl@19637

20 years agoCredits patch
Edward Avis [Sun, 18 May 2003 18:08:55 +0000 (19:08 +0100)]
Credits patch
Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>

p4raw-id: //depot/perl@19635

20 years ago[patch] IO::File->open() with encoding
Pradeep Hodigere [Mon, 19 May 2003 16:05:47 +0000 (09:05 -0700)]
[patch] IO::File->open() with encoding
Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>

p4raw-id: //depot/perl@19634

20 years agoA *much* cut-down version of the patches in the thread
Jim Cromie [Fri, 16 May 2003 19:04:28 +0000 (19:04 +0000)]
A *much* cut-down version of the patches in the thread
Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
From: Jim Cromie (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>

p4raw-id: //depot/perl@19633

20 years ago$x = $empty_hash{$undef_val} doesn't give a warning
Dave Mitchell [Tue, 27 May 2003 19:31:10 +0000 (20:31 +0100)]
$x = $empty_hash{$undef_val} doesn't give a warning
Message-ID: <20030527183110.GA22715@fdgroup.com>

p4raw-id: //depot/perl@19632

20 years agoDocument that setvbuf() is not probably any more available.
Jarkko Hietaniemi [Thu, 29 May 2003 08:11:42 +0000 (08:11 +0000)]
Document that setvbuf() is not probably any more available.
Many reports, most recently by mjd in
[perl #22339] IO::Handle::setvbuf not defined properly

p4raw-id: //depot/perl@19631

20 years agotypo in pod/perlfunc.pod
Alexey Mahotkin [Wed, 28 May 2003 15:18:04 +0000 (19:18 +0400)]
typo in pod/perlfunc.pod
Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>

p4raw-id: //depot/perl@19630

20 years agoRe: a2p is linked against too many libraries
Andy Dougherty [Wed, 28 May 2003 09:20:06 +0000 (05:20 -0400)]
Re: a2p is linked against too many libraries
Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@19629

20 years agoUse "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
Jan Dubois [Mon, 26 May 2003 23:33:53 +0000 (16:33 -0700)]
Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>

p4raw-id: //depot/perl@19628

20 years agoOpenZaurus cross-compilation patches from Redvers Davies.
Jarkko Hietaniemi [Wed, 28 May 2003 05:08:07 +0000 (05:08 +0000)]
OpenZaurus cross-compilation patches from Redvers Davies.

p4raw-id: //depot/perl@19627

20 years agoFor now reword the sysread/syswrite description to
Jarkko Hietaniemi [Tue, 27 May 2003 06:30:54 +0000 (06:30 +0000)]
For now reword the sysread/syswrite description to
stress the fact that by default everything is still bytes.

p4raw-id: //depot/perl@19626

20 years agoRe: [perl #22299] goto doesn't find label
Dave Mitchell [Sat, 24 May 2003 12:25:17 +0000 (13:25 +0100)]
Re: [perl #22299] goto doesn't find label
Date: Sat, 24 May 2003 12:25:17 +0100
Message-ID: <20030524112517.GA11761@fdgroup.com>

Subject: [PATCH] Re: [perl #22299] goto doesn't find label
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 26 May 2003 13:47:11 +0100
Message-ID: <20030526124710.GA17670@fdgroup.com>

p4raw-id: //depot/perl@19625

20 years agofor cygwin/perlld.in
Gerrit P. Haase [Sat, 24 May 2003 16:51:29 +0000 (18:51 +0200)]
for cygwin/perlld.in
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <162265353578.20030524165129@familiehaase.de>

p4raw-id: //depot/perl@19623

20 years agoRegen modlib and toc.
Jarkko Hietaniemi [Sun, 25 May 2003 18:57:18 +0000 (18:57 +0000)]
Regen modlib and toc.

p4raw-id: //depot/perl@19622

20 years agoRun external commands only with localized sanitized $ENV{PATH}.
Jarkko Hietaniemi [Sun, 25 May 2003 18:51:00 +0000 (18:51 +0000)]
Run external commands only with localized sanitized $ENV{PATH}.

p4raw-id: //depot/perl@19621

20 years agoRe: [PATCH: perlio.h] maint snap @ 19613
Marcus Holland-Moritz [Sun, 25 May 2003 21:17:42 +0000 (23:17 +0200)]
Re: [PATCH: perlio.h] maint snap @ 19613
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>

p4raw-id: //depot/perl@19620

20 years agoProtect against race conditions: if the pid is not seen,
Jarkko Hietaniemi [Sun, 25 May 2003 18:36:17 +0000 (18:36 +0000)]
Protect against race conditions: if the pid is not seen,
neither will be the $0 change be seen (and vice versa).

p4raw-id: //depot/perl@19619

20 years ago[Encode] Minor bug in piconv induced by Getopt::Long
Dan Kogai [Sat, 24 May 2003 19:50:48 +0000 (19:50 +0000)]
[Encode] Minor bug in piconv induced by Getopt::Long
Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>

p4raw-id: //depot/perl@19618

20 years ago[PATCH #2] Re: [perl #22181] goto undefines my() variables
Dave Mitchell [Thu, 22 May 2003 10:13:19 +0000 (11:13 +0100)]
[PATCH #2] Re: [perl #22181] goto undefines my() variables
Date: Thu, 22 May 2003 10:13:19 +0100
Message-ID: <20030522091319.GA4568@fdgroup.com>

Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 23 May 2003 17:09:44 +0100
Message-ID: <20030523160944.GC9194@fdgroup.com>

p4raw-id: //depot/perl@19610

20 years agoMissing "to".
Jarkko Hietaniemi [Sat, 24 May 2003 06:30:40 +0000 (06:30 +0000)]
Missing "to".

p4raw-id: //depot/perl@19608

20 years agoIntroduce (undefined) pthread_attr_setscope to non-Configure lands.
Jarkko Hietaniemi [Sat, 24 May 2003 06:23:51 +0000 (06:23 +0000)]
Introduce (undefined) pthread_attr_setscope to non-Configure lands.

p4raw-id: //depot/perl@19607

20 years agoRegen Glossary et al.
Jarkko Hietaniemi [Sat, 24 May 2003 06:05:17 +0000 (06:05 +0000)]
Regen Glossary et al.

p4raw-id: //depot/perl@19606

20 years agoAdd a real scan for pthread_attr_setscope().
Jarkko Hietaniemi [Sat, 24 May 2003 05:57:49 +0000 (05:57 +0000)]
Add a real scan for pthread_attr_setscope().

p4raw-id: //depot/perl@19604

20 years agolib/ftp.pl requires the obsoleted (and removed) chat2.pl.
Jarkko Hietaniemi [Sat, 24 May 2003 05:32:34 +0000 (05:32 +0000)]
lib/ftp.pl requires the obsoleted (and removed) chat2.pl.

p4raw-id: //depot/perl@19603

20 years agoNoticed by John P. Linderman.
Jarkko Hietaniemi [Fri, 23 May 2003 17:02:28 +0000 (17:02 +0000)]
Noticed by John P. Linderman.

p4raw-id: //depot/perl@19602

20 years agoRE: state of deparse?
Robin Barker [Fri, 23 May 2003 17:42:37 +0000 (18:42 +0100)]
RE: state of deparse?
Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>

p4raw-id: //depot/perl@19601

20 years agofor Configure -Dnoextensions=Encode
Robin Barker [Fri, 23 May 2003 17:37:09 +0000 (18:37 +0100)]
for Configure -Dnoextensions=Encode
Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>

p4raw-id: //depot/perl@19600

20 years agoRE: [PATCH] RE: maint snapshot @ 19525
Robin Barker [Fri, 23 May 2003 17:32:22 +0000 (18:32 +0100)]
RE: [PATCH] RE: maint snapshot @ 19525
Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>

p4raw-id: //depot/perl@19599

20 years agoHasty editing, grumble.
Jarkko Hietaniemi [Fri, 23 May 2003 16:05:36 +0000 (16:05 +0000)]
Hasty editing, grumble.

p4raw-id: //depot/perl@19598

20 years agoLinewrapping MUAs, grumble.
Jarkko Hietaniemi [Fri, 23 May 2003 16:02:30 +0000 (16:02 +0000)]
Linewrapping MUAs, grumble.

p4raw-id: //depot/perl@19597

20 years agoU/WIN extension fix from John P. Linderman.
Jarkko Hietaniemi [Fri, 23 May 2003 16:00:51 +0000 (16:00 +0000)]
U/WIN extension fix from John P. Linderman.

p4raw-id: //depot/perl@19596

20 years agoRe: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
Dan Kogai [Sat, 24 May 2003 00:15:49 +0000 (09:15 +0900)]
Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19595

20 years agoExtUtils::MakeMaker 6.10_03 -> 6.10_04
Michael G. Schwern [Fri, 23 May 2003 02:10:46 +0000 (19:10 -0700)]
ExtUtils::MakeMaker 6.10_03 -> 6.10_04
Message-ID: <20030523091046.GB11662@windhund.schwern.org>

p4raw-id: //depot/perl@19594

20 years agoStateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
Dan Kogai [Fri, 23 May 2003 20:17:16 +0000 (05:17 +0900)]
Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19593

20 years agoWorkaround for buggy gcc 2.95.3 in openbsd/sparc64.
Jarkko Hietaniemi [Fri, 23 May 2003 12:52:05 +0000 (12:52 +0000)]
Workaround for buggy gcc 2.95.3 in openbsd/sparc64.

p4raw-id: //depot/perl@19592

20 years agoRe: [cpan #2629] Wrong assumption in numeric comparison
Dan Kogai [Thu, 22 May 2003 18:46:40 +0000 (03:46 +0900)]
Re: [cpan #2629] Wrong assumption in numeric comparison
Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19590

20 years ago[perl #21887] h2xs becoming enum-aware
Tassilo von Parseval [Tue, 13 May 2003 10:36:32 +0000 (12:36 +0200)]
[perl #21887] h2xs becoming enum-aware
Message-id: <20030513083631.GA21782@ethan>

p4raw-id: //depot/perl@19589

20 years agoNew warning "Useless localization of %s", based on
Dave Mitchell [Wed, 30 Apr 2003 21:17:38 +0000 (22:17 +0100)]
New warning "Useless localization of %s", based on
Subject: [PATCH] new warning "Useless localization of %s is deprecated"
Message-ID: <20030430201738.GA22054@fdgroup.com>

The proposed patch added this warning in the 'deprecated' category ;
I think this category is for things that exist and will be removed,
rather than for things that don't exist and that will maybe be added.

p4raw-id: //depot/perl@19588

20 years agoIntroduce a new preprocessor symbol, PERL_DISABLE_PMC, to
Rafael Garcia-Suarez [Wed, 21 May 2003 19:56:38 +0000 (19:56 +0000)]
Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
disable the loading of .pmc files if defined.
Rename the function S_doopen_pmc to S_doopen_pm.

p4raw-id: //depot/perl@19586

20 years agoMore U/WIN tweaks from John P. Linderman.
Jarkko Hietaniemi [Wed, 21 May 2003 19:28:23 +0000 (19:28 +0000)]
More U/WIN tweaks from John P. Linderman.

p4raw-id: //depot/perl@19585

20 years agoperldata.pod revamp rev. 3
Shlomi Fish [Wed, 14 May 2003 17:46:05 +0000 (20:46 +0300)]
perldata.pod revamp rev. 3
Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>

p4raw-id: //depot/perl@19584

20 years agoRe: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
Ronald J. Kimball [Mon, 19 May 2003 17:53:25 +0000 (13:53 -0400)]
Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>

(the bug id corrected to be #22231, not #22238)

p4raw-id: //depot/perl@19583

20 years agoMAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.)
Jarkko Hietaniemi [Wed, 21 May 2003 14:17:14 +0000 (14:17 +0000)]
MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)

p4raw-id: //depot/perl@19582

20 years agoU/WIN test tweak from John P. Linderman.
Jarkko Hietaniemi [Wed, 21 May 2003 14:15:26 +0000 (14:15 +0000)]
U/WIN test tweak from John P. Linderman.

p4raw-id: //depot/perl@19581

20 years agoVMS test tweak from Craig Berry.
Jarkko Hietaniemi [Wed, 21 May 2003 13:06:13 +0000 (13:06 +0000)]
VMS test tweak from Craig Berry.

p4raw-id: //depot/perl@19580

20 years agoU/WIN test nit for John P. Linderman.
Jarkko Hietaniemi [Wed, 21 May 2003 13:03:34 +0000 (13:03 +0000)]
U/WIN test nit for John P. Linderman.

p4raw-id: //depot/perl@19579

20 years ago[Encode] 1.95 released
Dan Kogai [Wed, 21 May 2003 18:26:26 +0000 (03:26 +0900)]
[Encode] 1.95 released
Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19578

20 years agoEnhance the failure reporting for the pod2html tests
Rafael Garcia-Suarez [Tue, 20 May 2003 19:22:30 +0000 (19:22 +0000)]
Enhance the failure reporting for the pod2html tests

p4raw-id: //depot/perl@19575

20 years agoUpgrade to Getopt::Long 2.33
Rafael Garcia-Suarez [Tue, 20 May 2003 18:52:21 +0000 (18:52 +0000)]
Upgrade to Getopt::Long 2.33
(mostly a version number increment)

p4raw-id: //depot/perl@19574

20 years agoUpgrade to CPAN 1.70_54
Andreas König [Tue, 20 May 2003 11:31:16 +0000 (13:31 +0200)]
Upgrade to CPAN 1.70_54
Subject: Re: CPAN.pm into blead
Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>

p4raw-id: //depot/perl@19573

20 years agoFurther -Uuseperlio tweaking.
Jarkko Hietaniemi [Mon, 19 May 2003 19:52:23 +0000 (19:52 +0000)]
Further -Uuseperlio tweaking.

p4raw-id: //depot/perl@19571

20 years agoRe: Possible precedence problem on bitwise ^ operator
Yitzchak Scott-Thoennes [Sun, 18 May 2003 19:21:01 +0000 (12:21 -0700)]
Re: Possible precedence problem on bitwise ^ operator
Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
(with tweaks to perldiag.pod)

p4raw-id: //depot/perl@19570

20 years agoMore Ultrix double definition avoidance.
Jarkko Hietaniemi [Mon, 19 May 2003 19:02:23 +0000 (19:02 +0000)]
More Ultrix double definition avoidance.

p4raw-id: //depot/perl@19569

20 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 19 May 2003 04:58:25 +0000 (04:58 +0000)]
Integrate perlio:
[ 19556]
Fix ticket 18265

[ 19557]
EINTR retry should exit on count >= 0 not !=0
p4raw-link: @19557 on //depot/perlio: 42a7a32faa5272696f9e7f961a7335824698429d
p4raw-link: @19556 on //depot/perlio: ba85f2eaa56f5ba4c56314d0bcbc2c8a81e0813d

p4raw-id: //depot/perl@19566

20 years agoNekkid numbers.
Jarkko Hietaniemi [Mon, 19 May 2003 04:56:16 +0000 (04:56 +0000)]
Nekkid numbers.

p4raw-id: //depot/perl@19565

20 years agoMeaningless cosmetics.
Jarkko Hietaniemi [Mon, 19 May 2003 04:52:49 +0000 (04:52 +0000)]
Meaningless cosmetics.

p4raw-id: //depot/perl@19564

20 years agoMake Perl_ithread_self() a bit more helpful when
Jarkko Hietaniemi [Mon, 19 May 2003 04:47:53 +0000 (04:47 +0000)]
Make Perl_ithread_self() a bit more helpful when
finding the thread fails (suggested by Stas in
perl-ithreads Mar 01)

p4raw-id: //depot/perl@19563

20 years agoSlightly wrong panic messages.
Jarkko Hietaniemi [Mon, 19 May 2003 04:40:11 +0000 (04:40 +0000)]
Slightly wrong panic messages.

p4raw-id: //depot/perl@19562

20 years agoUltrix: the #19435 helped the IO extension, so this should
Jarkko Hietaniemi [Mon, 19 May 2003 04:33:31 +0000 (04:33 +0000)]
Ultrix: the #19435 helped the IO extension, so this should
help the Socket extension (socket structs redefinitions).

p4raw-id: //depot/perl@19561

20 years agoBased on
Craig A. Berry [Sun, 18 May 2003 23:02:07 +0000 (18:02 -0500)]
Based on

Subject: [PATCH threads.xs] no system scope on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EC8573F.6050005@mac.com>

but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.

p4raw-id: //depot/perl@19560

20 years agoMake the test work without perlio, from Dan Kogai.
Jarkko Hietaniemi [Mon, 19 May 2003 04:24:27 +0000 (04:24 +0000)]
Make the test work without perlio, from Dan Kogai.

p4raw-id: //depot/perl@19559

20 years agoRe: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
Michael G. Schwern [Wed, 14 May 2003 15:36:23 +0000 (08:36 -0700)]
Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
Message-ID: <20030514223623.GD23350@windhund.schwern.org>

p4raw-id: //depot/perl@19558

20 years agoEINTR retry should exit on count >= 0 not !=0
Nick Ing-Simmons [Sun, 18 May 2003 18:19:42 +0000 (18:19 +0000)]
EINTR retry should exit on count >= 0 not !=0

p4raw-id: //depot/perlio@19557

20 years agoFix ticket 18265
Nick Ing-Simmons [Sun, 18 May 2003 10:29:26 +0000 (10:29 +0000)]
Fix ticket 18265

p4raw-id: //depot/perlio@19556

20 years agoIntegrate UTF7 (now initial create has been submitted)
Nick Ing-Simmons [Sun, 18 May 2003 09:09:29 +0000 (09:09 +0000)]
Integrate UTF7 (now initial create has been submitted)

p4raw-id: //depot/perlio@19555

20 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 18 May 2003 08:48:17 +0000 (08:48 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@19554

20 years agoIntegrate from perlio:
Jarkko Hietaniemi [Sun, 18 May 2003 07:57:23 +0000 (07:57 +0000)]
Integrate from perlio:
[ 19542]
Fix ticket #22219

[ 19543]
Spotted a bare close() where PerlLIO_close() seems correct.
p4raw-link: @19543 on //depot/perlio: 8a521f284323c7ef06cccf453146cc13958cfd6d
p4raw-link: @19542 on //depot/perlio: 6a93df2e699ee31021f3373dcafbb41d67f7f951

p4raw-id: //depot/perl@19552
p4raw-integrated: from //depot/perlio@19550 'copy in' doio.c (@19473..)
perlio.c (@19538..)

20 years agoUTF-7 tweak from Dan Kogai.
Jarkko Hietaniemi [Sun, 18 May 2003 06:23:50 +0000 (06:23 +0000)]
UTF-7 tweak from Dan Kogai.

p4raw-id: //depot/perl@19550

20 years agoThe 'quotes' really are important (caught by Enache Adrian).
Jarkko Hietaniemi [Sun, 18 May 2003 05:58:58 +0000 (05:58 +0000)]
The 'quotes' really are important (caught by Enache Adrian).

p4raw-id: //depot/perl@19549

20 years ago[Encode] UTF-7 Support
Dan Kogai [Sun, 18 May 2003 00:45:35 +0000 (09:45 +0900)]
[Encode] UTF-7 Support
Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19548

20 years agoOld (4.2BSD, like Ultrix) Bourne shells do not understand
Jarkko Hietaniemi [Sat, 17 May 2003 16:26:47 +0000 (16:26 +0000)]
Old (4.2BSD, like Ultrix) Bourne shells do not understand
non-left-aligned heredocs.

p4raw-id: //depot/perl@19547

20 years agoRe: Last Call For (Least) Favourite Issues For 5.8.1
Alan Burlison [Thu, 15 May 2003 22:17:55 +0000 (23:17 +0100)]
Re: Last Call For (Least) Favourite Issues For 5.8.1
Message-ID: <3EC40403.9000804@sun.com>

(fixed symbol scanning for Solaris 10)

p4raw-id: //depot/perl@19545

20 years agoEnache Adrian <enache@rdslink.ro> test for Win32 sysread/O_TEXT issue.
Nick Ing-Simmons [Sat, 17 May 2003 15:37:45 +0000 (15:37 +0000)]
Enache Adrian <enache@rdslink.ro> test for Win32 sysread/O_TEXT issue.

p4raw-id: //depot/perlio@19544

20 years agoSpotted a bare close() where PerlLIO_close() seems correct.
Nick Ing-Simmons [Sat, 17 May 2003 13:38:35 +0000 (13:38 +0000)]
Spotted a bare close() where PerlLIO_close() seems correct.

p4raw-id: //depot/perlio@19543

20 years agoFix ticket #22219
Nick Ing-Simmons [Sat, 17 May 2003 13:36:28 +0000 (13:36 +0000)]
Fix ticket #22219

p4raw-id: //depot/perlio@19542

20 years agoUpgrade to Getopt::Long 2.32_05
Rafael Garcia-Suarez [Sat, 17 May 2003 12:10:14 +0000 (12:10 +0000)]
Upgrade to Getopt::Long 2.32_05

p4raw-id: //depot/perl@19541

20 years agoClarify the explanation of the warning "Possible precedence problem
Rafael Garcia-Suarez [Sat, 17 May 2003 11:46:25 +0000 (11:46 +0000)]
Clarify the explanation of the warning "Possible precedence problem
on bitwise operator".

p4raw-id: //depot/perl@19540

20 years agoFix bug #22216 : B::Deparse can't handle "use Module Version"
Rafael Garcia-Suarez [Sat, 17 May 2003 11:36:08 +0000 (11:36 +0000)]
Fix bug #22216 : B::Deparse can't handle "use Module Version"
with fractional version numbers or v-strings.

p4raw-id: //depot/perl@19539

20 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 17 May 2003 08:08:17 +0000 (08:08 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@19538