22 years agoThread doc tweaks.
Jarkko Hietaniemi [Thu, 13 Jun 2002 22:07:24 +0000]
Thread doc tweaks.

p4raw-id: //depot/perl@17226

22 years agoDon't assume too much about how print will scale
Jarkko Hietaniemi [Thu, 13 Jun 2002 21:59:07 +0000]
Don't assume too much about how print will scale
your fp numbers; be explicit and use printf instead--
the assumption broke in UNICOS (from Mark Lutz)
(Use %.0f instead of %d because in 32-bit systems
 the %d may end producing -1 or something else odd.)

p4raw-id: //depot/perl@17225

22 years agoTell what version of PDL will be fine with 5.8.0,
Jarkko Hietaniemi [Thu, 13 Jun 2002 19:22:12 +0000]
Tell what version of PDL will be fine with 5.8.0,
according to TimJ.

p4raw-id: //depot/perl@17224

22 years agotest failure: lib/ExtUtils/t/Installed.t
Hugo van der Sanden [Thu, 13 Jun 2002 15:44:24 +0000]
test failure: lib/ExtUtils/t/Installed.t
Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>

p4raw-id: //depot/perl@17223

22 years agoRe: linux + usemorebits: gcc error?
Hugo van der Sanden [Thu, 13 Jun 2002 15:03:28 +0000]
Re: linux + usemorebits: gcc error?
Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>

(go U32 based on NI-S since it's a flags field)

p4raw-id: //depot/perl@17222

22 years agoDocument the tied/magical/shared array/hash non-autovivifying bug.
Jarkko Hietaniemi [Thu, 13 Jun 2002 13:55:08 +0000]
Document the tied/magical/shared array/hash non-autovivifying bug.

p4raw-id: //depot/perl@17221

22 years agoAlso perlsub needs to be slightly more upbeat about attributes.
Jarkko Hietaniemi [Thu, 13 Jun 2002 12:51:14 +0000]
Also perlsub needs to be slightly more upbeat about attributes.

p4raw-id: //depot/perl@17220

22 years agoOne more pass on the TYPE/ATTRS issues.
Jarkko Hietaniemi [Thu, 13 Jun 2002 12:40:36 +0000]
One more pass on the TYPE/ATTRS issues.

p4raw-id: //depot/perl@17219

22 years agoRe: [ PATCH ] AIX 5 + 17206
H.Merijn Brand [Thu, 13 Jun 2002 09:18:27 +0000]
Re: [ PATCH ] AIX 5 + 17206
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@17218

22 years ago[ PATCH ] mymalloc on HP-UX
H.Merijn Brand [Thu, 13 Jun 2002 09:58:30 +0000]
[ PATCH ] mymalloc on HP-UX
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@17217

22 years ago <pudge> crab, can you integrate 17215 ?
Abhijit Menon-Sen [Thu, 13 Jun 2002 10:08:38 +0000]
   <pudge> crab, can you integrate 17215 ?

p4raw-id: //depot/perl@17216
p4raw-integrated: from //depot/macperl@17212 'copy in'
ext/XS/APItest/t/printf.t (@17213..)

22 years agoAPItest.xs OUTPUT (was: perl@17206)
Chris Nandor [Thu, 13 Jun 2002 00:16:26 +0000]
APItest.xs OUTPUT (was: perl@17206)
   Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
p4raw-link: @17206 on //depot/perl: c5d9854390e492eb0f0360555ff8df0dad92cc9c

p4raw-id: //depot/perl@17212

22 years agoadd skipping of threads and threads::shared on default builds
Peter Prymmer [Wed, 12 Jun 2002 18:58:50 +0000]
add skipping of threads and threads::shared on default builds
Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>

p4raw-id: //depot/perl@17211

22 years agoThe scalar behaviour of sort is undefined.
Jarkko Hietaniemi [Wed, 12 Jun 2002 22:57:47 +0000]
The scalar behaviour of sort is undefined.

p4raw-id: //depot/perl@17210

22 years agoMention I/O layers in perlopentut.
Jarkko Hietaniemi [Wed, 12 Jun 2002 22:56:24 +0000]
Mention I/O layers in perlopentut.

p4raw-id: //depot/perl@17209

22 years agoDocument the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
Jarkko Hietaniemi [Wed, 12 Jun 2002 22:36:15 +0000]
Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).

p4raw-id: //depot/perl@17208

22 years agoAs noticed by Philip Newton, XS::APItest is not meant to be installed.
Jarkko Hietaniemi [Wed, 12 Jun 2002 14:15:32 +0000]
As noticed by Philip Newton, XS::APItest is not meant to be installed.

p4raw-id: //depot/perl@17207

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 12 Jun 2002 13:25:30 +0000]
Update Changes.

p4raw-id: //depot/perl@17206

22 years agoRegen toc.
Jarkko Hietaniemi [Wed, 12 Jun 2002 13:16:32 +0000]
Regen toc.

p4raw-id: //depot/perl@17205

22 years agoThis should be gone now.
Jarkko Hietaniemi [Wed, 12 Jun 2002 13:05:28 +0000]
This should be gone now.

p4raw-id: //depot/perl@17204

22 years agoNetWare doc tweak.
Jarkko Hietaniemi [Wed, 12 Jun 2002 12:58:54 +0000]
NetWare doc tweak.

p4raw-id: //depot/perl@17203

22 years agoRe: Change sort in scalar context behavior.
Abigail [Wed, 12 Jun 2002 02:46:01 +0000]
Re: Change sort in scalar context behavior.
Message-ID: <20020612024601.A8524@ucan.foad.org>

p4raw-id: //depot/perl@17202

22 years agoRe: linux + usemorebits: gcc error?
Rafael Garcia-Suarez [Wed, 12 Jun 2002 13:50:59 +0000]
Re: linux + usemorebits: gcc error?
Message-ID: <3D0735A3.4020701@hexaflux.com>

p4raw-id: //depot/perl@17201

22 years agoSynchronize config.bc and config_H.bc; add SCNfldbl;
Jarkko Hietaniemi [Wed, 12 Jun 2002 12:17:02 +0000]
Synchronize config.bc and config_H.bc; add SCNfldbl;
go back to disabling long doubles from MinGW because
MSVCRT doesn't do long double printfing even when gcc
would know how to handle them.

p4raw-id: //depot/perl@17200

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 12 Jun 2002 11:13:16 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17199

22 years agoconfigure.com: join the sPRI... party
Craig A. Berry [Tue, 11 Jun 2002 22:44:31 +0000]
configure.com: join the sPRI... party
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>

p4raw-id: //depot/perl@17198

22 years agoTest relying on undefined behaviour of atan2(0, 0)
Jarkko Hietaniemi [Wed, 12 Jun 2002 01:52:32 +0000]
Test relying on undefined behaviour of atan2(0, 0)
(valiantly debugged by Mark Lutz).

p4raw-id: //depot/perl@17197

22 years agoRegen perlmodlib.
Jarkko Hietaniemi [Wed, 12 Jun 2002 01:41:05 +0000]
Regen perlmodlib.

p4raw-id: //depot/perl@17196

22 years agoperlmodlib.pod missing Config & Errno
Yitzchak Scott-Thoennes [Tue, 11 Jun 2002 15:12:15 +0000]
perlmodlib.pod missing Config & Errno
Message-ID: </WnB9gzkgC5S092yn@efn.org>

p4raw-id: //depot/perl@17195

22 years agoRe: RC1 on Playstation2
Tim Jenness [Tue, 11 Jun 2002 11:55:40 +0000]
Re: RC1 on Playstation2
Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>

p4raw-id: //depot/perl@17194

22 years agoNot that I know anything about Windows compilers
Jarkko Hietaniemi [Tue, 11 Jun 2002 19:57:23 +0000]
Not that I know anything about Windows compilers
but Google leads me into believing that while Borland and
GCC support the ANSI way of printing long doubles (%L),
Visual C really doesn't support printing them.

p4raw-id: //depot/perl@17193

22 years agoFix a cut-n-paste error.
Rafael Garcia-Suarez [Tue, 11 Jun 2002 19:00:37 +0000]
Fix a cut-n-paste error.

p4raw-id: //depot/perl@17192

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 11 Jun 2002 16:07:14 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17191

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 11 Jun 2002 14:09:14 +0000]
Update Changes.

p4raw-id: //depot/perl@17190

22 years agoTrying to printf Perl-specific datatypes using printf
Jarkko Hietaniemi [Tue, 11 Jun 2002 13:55:12 +0000]
Trying to printf Perl-specific datatypes using printf
(with perlio or stdio) is folly, says Hugo.

p4raw-id: //depot/perl@17189

22 years agoBe more specific.
Jarkko Hietaniemi [Tue, 11 Jun 2002 13:54:31 +0000]
Be more specific.

p4raw-id: //depot/perl@17188

22 years agowarn about gcc 3.1 + usemorebits
Rafael Garcia-Suarez [Tue, 11 Jun 2002 12:21:01 +0000]
warn about gcc 3.1 + usemorebits
Message-ID: <3D05CF0D.9060409@hexaflux.com>

p4raw-id: //depot/perl@17187

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 11 Jun 2002 10:44:04 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17186

22 years agosanity-check the windows section in perldelta and add some missing
Gurusamy Sarathy [Tue, 11 Jun 2002 05:02:43 +0000]
sanity-check the windows section in perldelta and add some missing
entries

p4raw-id: //depot/perl@17185

22 years agoObviously time to get some sleep.
Jarkko Hietaniemi [Tue, 11 Jun 2002 03:45:44 +0000]
Obviously time to get some sleep.

p4raw-id: //depot/perl@17184

22 years ago#17179 wasn't quite right.
Jarkko Hietaniemi [Tue, 11 Jun 2002 03:41:35 +0000]
#17179 wasn't quite right.

p4raw-id: //depot/perl@17183

22 years agofix outdated info about how the patches in the APC are generated;
Gurusamy Sarathy [Tue, 11 Jun 2002 03:27:41 +0000]
fix outdated info about how the patches in the APC are generated;
mention the perlbrowse repository gateway; add a pointer to
perlhack.pod in repository.pod

p4raw-id: //depot/perl@17182

22 years agoDetype locale.c comment
Philip Newton [Tue, 11 Jun 2002 06:28:08 +0000]
Detype locale.c comment
Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>

p4raw-id: //depot/perl@17181

22 years agoMake UTF-8 locales effective only if PerlIO has been
Jarkko Hietaniemi [Tue, 11 Jun 2002 03:21:53 +0000]
Make UTF-8 locales effective only if PerlIO has been
defined (ignore UTF-8 locales silently if no PerlIO).

p4raw-id: //depot/perl@17180

22 years agoCan't printf Perl specific datatypes without perlio
Jarkko Hietaniemi [Tue, 11 Jun 2002 02:53:34 +0000]
Can't printf Perl specific datatypes without perlio
(in other words, stdio doesn't do the %V...)

p4raw-id: //depot/perl@17179

22 years agoDocument XS::APItest.
Jarkko Hietaniemi [Tue, 11 Jun 2002 01:54:05 +0000]
Document XS::APItest.

p4raw-id: //depot/perl@17178

22 years agoAdd XS::APItest to Win32/DJGPP/NetWare.
Jarkko Hietaniemi [Tue, 11 Jun 2002 01:49:38 +0000]
Add XS::APItest to Win32/DJGPP/NetWare.

p4raw-id: //depot/perl@17177

22 years agoAdd XS::APItest 0.01 from Tim Jenness.
Jarkko Hietaniemi [Tue, 11 Jun 2002 01:37:39 +0000]
Add XS::APItest 0.01 from Tim Jenness.

The perl.h change is needed by non-gcc (non-__attribute__)
compilers: without it non-gccs won't have printf() mapped
to PerlIO_stdoutf (when perlio, of course).  This means that
non-gccs would not be able to print the Perl specific datatypes.

p4raw-id: //depot/perl@17176

22 years agoNow that binmode(FH) does implicit ":bytes" revisit
Jarkko Hietaniemi [Mon, 10 Jun 2002 23:24:42 +0000]
Now that binmode(FH) does implicit ":bytes" revisit
the failing tests.  The worrisome one is the Digest::MD5
test-- how will it fare in CRLF lands now?

p4raw-id: //depot/perl@17175

22 years agoUpgrade to Math::BigInt 1.59.
Jarkko Hietaniemi [Mon, 10 Jun 2002 20:55:00 +0000]
Upgrade to Math::BigInt 1.59.

p4raw-id: //depot/perl@17174

22 years agoDocument the implicit :bytes of binmode(FH).
Jarkko Hietaniemi [Mon, 10 Jun 2002 20:16:30 +0000]
Document the implicit :bytes of binmode(FH).

p4raw-id: //depot/perl@17173

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 10 Jun 2002 19:27:23 +0000]
Integrate perlio:

[ 17171]
binmode(FH); to act like binmode(FH,":bytes") as well as
turning off CRLF features.
p4raw-link: @17171 on //depot/perlio: 6874a2de0b9fdd8dc928c94c0f22e6f2b45cb330

p4raw-id: //depot/perl@17172

22 years agobinmode(FH); to act like binmode(FH,":bytes") as well as
Nick Ing-Simmons [Mon, 10 Jun 2002 18:40:22 +0000]
binmode(FH); to act like binmode(FH,":bytes") as well as
turning off CRLF features.

p4raw-id: //depot/perlio@17171

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 10 Jun 2002 17:04:28 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17170

22 years ago[DOC PATCH] perldebtut
Elizabeth Mattijsen [Mon, 10 Jun 2002 17:47:14 +0000]
[DOC PATCH] perldebtut
Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>

p4raw-id: //depot/perl@17169

22 years agoDocument the UTF-8 env issue. Now NI-S just needs
Jarkko Hietaniemi [Mon, 10 Jun 2002 14:04:31 +0000]
Document the UTF-8 env issue.  Now NI-S just needs
to fix binmode() to comply with the documentation...

p4raw-id: //depot/perl@17168

22 years agoRe: Change 17108: Document the do BAREWORD change, from Rafael.
Philip Newton [Mon, 10 Jun 2002 07:56:41 +0000]
Re: Change 17108: Document the do BAREWORD change, from Rafael.
Date: Mon, 10 Jun 2002 07:56:41 +0200
Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>

Subject: Re: Change 17110: Add deprecations.
From: Philip Newton <Philip.Newton@gmx.net>
Date: Mon, 10 Jun 2002 07:56:22 +0200
Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>

p4raw-id: //depot/perl@17167

22 years agoNI-S doesn't need these comments :-) but I'm commenting anyway.
Jarkko Hietaniemi [Mon, 10 Jun 2002 13:44:49 +0000]
NI-S doesn't need these comments :-) but I'm commenting anyway.

p4raw-id: //depot/perl@17166

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 10 Jun 2002 13:07:57 +0000]
Update Changes.

p4raw-id: //depot/perl@17165

22 years agoFurther patch on #17163 for Tru64.
Jarkko Hietaniemi [Mon, 10 Jun 2002 13:01:17 +0000]
Further patch on #17163 for Tru64.

p4raw-id: //depot/perl@17164

22 years agoPatch from Hugo for the 'printf' problem:
Jarkko Hietaniemi [Mon, 10 Jun 2002 12:40:16 +0000]
Patch from Hugo for the 'printf' problem:
- for SV-style calling, we can only get NV
- for C-style calling, we assume %f is double;
- for simplicity we allow any of %Lf, %llf, %qf for long double

p4raw-id: //depot/perl@17163

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 10 Jun 2002 12:31:32 +0000]
Integrate perlio:

[ 17159]
Tune test to run in UTF-8 locales
- test file must be opened as :bytes or high-bit octets
will be UTF-8 encoded on write in such locales, so
will not read as expected.
p4raw-link: @17159 on //depot/perlio: f2bb49b68cb535c8bc5ed120954660e49ab7d44b

p4raw-id: //depot/perl@17162

22 years ago#17150 didn't expect -Uuseperlio.
Jarkko Hietaniemi [Mon, 10 Jun 2002 12:21:39 +0000]
#17150 didn't expect -Uuseperlio.

p4raw-id: //depot/perl@17161

22 years agoqueue.pm
Benjamin Goldberg [Mon, 10 Jun 2002 09:53:42 +0000]
queue.pm
Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
Applied manually

p4raw-id: //depot/perl@17160

22 years agoTune test to run in UTF-8 locales
Nick Ing-Simmons [Mon, 10 Jun 2002 09:51:16 +0000]
Tune test to run in UTF-8 locales
 - test file must be opened as :bytes or high-bit octets
   will be UTF-8 encoded on write in such locales, so
   will not read as expected.

p4raw-id: //depot/perlio@17159

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 10 Jun 2002 09:49:32 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17158

22 years agoGlossary tweaks.
Jarkko Hietaniemi [Mon, 10 Jun 2002 03:30:06 +0000]
Glossary tweaks.

p4raw-id: //depot/perl@17156

22 years agoUpgrade to Net::Ping 2.19.
Jarkko Hietaniemi [Mon, 10 Jun 2002 02:12:09 +0000]
Upgrade to Net::Ping 2.19.

p4raw-id: //depot/perl@17155

22 years ago[patch] ptr_table_store
Doug MacEachern [Sun, 9 Jun 2002 17:07:11 +0000]
[patch] ptr_table_store
Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>

p4raw-id: //depot/perl@17154

22 years agoRe: unique attribute?
Doug MacEachern [Sun, 9 Jun 2002 16:49:25 +0000]
Re: unique attribute?
Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>

p4raw-id: //depot/perl@17153

22 years agoUpdate hint comments.
Jarkko Hietaniemi [Sun, 9 Jun 2002 23:21:35 +0000]
Update hint comments.

p4raw-id: //depot/perl@17152

22 years agoOne missing bit of Math::BigInt 1.58.
Jarkko Hietaniemi [Sun, 9 Jun 2002 22:59:54 +0000]
One missing bit of Math::BigInt 1.58.

p4raw-id: //depot/perl@17151

22 years ago[ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
Radu Greab [Mon, 10 Jun 2002 00:40:34 +0000]
[ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>

Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
ones which I cannot figure out.

p4raw-id: //depot/perl@17150

22 years ago:unique nitpicking continues.
Jarkko Hietaniemi [Sun, 9 Jun 2002 21:08:02 +0000]
:unique nitpicking continues.

p4raw-id: //depot/perl@17149

22 years ago"thread failed to start: " is better than "Died:".
Jarkko Hietaniemi [Sun, 9 Jun 2002 21:01:57 +0000]
"thread failed to start: " is better than "Died:".

p4raw-id: //depot/perl@17148

22 years ago:unique saga continues.
Jarkko Hietaniemi [Sun, 9 Jun 2002 20:47:53 +0000]
:unique saga continues.

p4raw-id: //depot/perl@17147

22 years agoRe: unique attribute?
Doug MacEachern [Sun, 9 Jun 2002 14:00:39 +0000]
Re: unique attribute?
Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>

p4raw-id: //depot/perl@17146

22 years agoMath::BigInt 1.58 released
Tels [Sun, 9 Jun 2002 22:39:35 +0000]
Math::BigInt 1.58 released
Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>

Subject: [PATCH] RE: Math::BigInt 1.58 released
From: Tels <perl_dummy@bloodgate.com>
Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>

p4raw-id: //depot/perl@17145

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 9 Jun 2002 17:50:14 +0000]
Integrate mainline

p4raw-id: //depot/perlio@17144

22 years agocleanup's
H.Merijn Brand [Sun, 9 Jun 2002 13:55:21 +0000]
cleanup's
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@17143

22 years agoopen "list form" clarification.
Jarkko Hietaniemi [Sun, 9 Jun 2002 17:37:45 +0000]
open "list form" clarification.

p4raw-id: //depot/perl@17142

22 years agoBetter wording from Sarathy.
Jarkko Hietaniemi [Sun, 9 Jun 2002 17:24:22 +0000]
Better wording from Sarathy.

p4raw-id: //depot/perl@17141

22 years agoCloser to the truth.
Jarkko Hietaniemi [Sun, 9 Jun 2002 16:58:47 +0000]
Closer to the truth.

p4raw-id: //depot/perl@17140

22 years agoRe: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
Hugo van der Sanden [Sun, 9 Jun 2002 14:52:07 +0000]
Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>

p4raw-id: //depot/perl@17139

22 years agoClarify that the :unique makes the target readonly
Jarkko Hietaniemi [Sun, 9 Jun 2002 16:13:44 +0000]
Clarify that the :unique makes the target readonly
when the first interpreter cloning takes place.

p4raw-id: //depot/perl@17138

22 years agoupdate perlfork.pod for status as of 5.8.0
Gurusamy Sarathy [Sun, 9 Jun 2002 16:05:22 +0000]
update perlfork.pod for status as of 5.8.0

p4raw-id: //depot/perl@17137

22 years agopossible band-aid for cygwin build of perl@17061
Peter Prymmer [Sat, 8 Jun 2002 20:57:05 +0000]
possible band-aid for cygwin build of perl@17061
Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>

p4raw-id: //depot/perl@17136

22 years agoFollow up on changing keyword to special subroutine.
Artur Bergman [Sun, 9 Jun 2002 15:44:37 +0000]
Follow up on changing keyword to special subroutine.

p4raw-id: //depot/perl@17135

22 years agoCLONE doc tweaks.
Jarkko Hietaniemi [Sun, 9 Jun 2002 15:40:52 +0000]
CLONE doc tweaks.

p4raw-id: //depot/perl@17134

22 years agosyswrite() is old news.
Jarkko Hietaniemi [Sun, 9 Jun 2002 15:34:20 +0000]
syswrite() is old news.

p4raw-id: //depot/perl@17133

22 years agoOne-argument syswrite
Johan Vromans [Sun, 9 Jun 2002 13:20:36 +0000]
One-argument syswrite
Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>

(It's really two-argument.)

p4raw-id: //depot/perl@17132

22 years ago[Patch] $^N issues
Johan Vromans [Sun, 9 Jun 2002 13:12:43 +0000]
[Patch] $^N issues
Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>

p4raw-id: //depot/perl@17131

22 years ago[Patch] "#0" format in perlform
Johan Vromans [Sun, 9 Jun 2002 12:53:01 +0000]
[Patch] "#0" format in perlform
Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>

p4raw-id: //depot/perl@17130

22 years ago[Patch] CLONE is not in perldelta
Johan Vromans [Sun, 9 Jun 2002 12:41:18 +0000]
[Patch] CLONE is not in perldelta
Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>

p4raw-id: //depot/perl@17129

22 years agofix stuck MD5 compile on VAX
Craig A. Berry [Sat, 8 Jun 2002 23:01:11 +0000]
fix stuck MD5 compile on VAX
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>

p4raw-id: //depot/perl@17128

22 years ago... and more.
Jarkko Hietaniemi [Sat, 8 Jun 2002 22:50:43 +0000]
... and more.

p4raw-id: //depot/perl@17127

22 years agoMore spots for perl$OS.
Jarkko Hietaniemi [Sat, 8 Jun 2002 22:49:43 +0000]
More spots for perl$OS.

p4raw-id: //depot/perl@17126

22 years agoOne more spot to list perlfreebsd and perlirix.
Jarkko Hietaniemi [Sat, 8 Jun 2002 22:46:17 +0000]
One more spot to list perlfreebsd and perlirix.

p4raw-id: //depot/perl@17125

22 years agoBSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
Jarkko Hietaniemi [Sat, 8 Jun 2002 22:22:05 +0000]
BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.

p4raw-id: //depot/perl@17124

22 years agoCygwin duplicated (noticed by Schwern).
Jarkko Hietaniemi [Sat, 8 Jun 2002 22:15:31 +0000]
Cygwin duplicated (noticed by Schwern).

p4raw-id: //depot/perl@17123