This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoRe: t/japh/abigail.t [PATCH]
Norton T. Allen [Sun, 21 Apr 2002 21:14:59 +0000 (17:14 -0400)]
Re: t/japh/abigail.t [PATCH]
Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>

p4raw-id: //depot/perl@16080

22 years ago{PATCH docs] sockatmark
Mark-Jason Dominus [Mon, 22 Apr 2002 02:43:42 +0000 (22:43 -0400)]
{PATCH docs] sockatmark
   Message-Id: <20020422064342.24646.qmail@plover.com>

p4raw-id: //depot/perl@16079

22 years agocflags.SH -- to preserve hint file options
Paul Green [Mon, 22 Apr 2002 12:40:00 +0000 (08:40 -0400)]
cflags.SH -- to preserve hint file options
Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>

p4raw-id: //depot/perl@16078

22 years agoAdd new files from #16076; re-sort.
Jarkko Hietaniemi [Mon, 22 Apr 2002 15:18:18 +0000 (15:18 +0000)]
Add new files from #16076; re-sort.

p4raw-id: //depot/perl@16077

22 years agoNetWare changeover from Watcom to Codewarrior, from C Aditya.
Jarkko Hietaniemi [Mon, 22 Apr 2002 15:15:22 +0000 (15:15 +0000)]
NetWare changeover from Watcom to Codewarrior, from C Aditya.

p4raw-id: //depot/perl@16076

22 years agoRe: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
H.Merijn Brand [Mon, 22 Apr 2002 17:56:17 +0000 (19:56 +0200)]
Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@16074

22 years agoSignedness nit.
Jarkko Hietaniemi [Mon, 22 Apr 2002 12:59:17 +0000 (12:59 +0000)]
Signedness nit.

p4raw-id: //depot/perl@16073

22 years agoNo semicolons after blocks.
Jarkko Hietaniemi [Mon, 22 Apr 2002 12:58:04 +0000 (12:58 +0000)]
No semicolons after blocks.

p4raw-id: //depot/perl@16072

22 years agoUpgrade to PerlIO::encoding 0.04, from Dan Kogai.
Jarkko Hietaniemi [Mon, 22 Apr 2002 12:48:19 +0000 (12:48 +0000)]
Upgrade to PerlIO::encoding 0.04, from Dan Kogai.

p4raw-id: //depot/perl@16071

22 years agoUpgrade to Encode 1.56, from Dan Kogai.
Jarkko Hietaniemi [Mon, 22 Apr 2002 12:44:09 +0000 (12:44 +0000)]
Upgrade to Encode 1.56, from Dan Kogai.

p4raw-id: //depot/perl@16070

22 years agoComment tweak from Philip.
Jarkko Hietaniemi [Mon, 22 Apr 2002 12:38:30 +0000 (12:38 +0000)]
Comment tweak from Philip.

p4raw-id: //depot/perl@16069

22 years agoa Test::Harness tweak to make the test lines show up prettier
Gurusamy Sarathy [Mon, 22 Apr 2002 09:53:36 +0000 (09:53 +0000)]
a Test::Harness tweak to make the test lines show up prettier

p4raw-id: //depot/perl@16068

22 years agoIntegrate //depot/perlio into mainline
Nick Ing-Simmons [Mon, 22 Apr 2002 09:01:43 +0000 (09:01 +0000)]
Integrate //depot/perlio into mainline

p4raw-id: //depot/perl@16066

22 years agoclean up after stray test file littering
Gurusamy Sarathy [Mon, 22 Apr 2002 08:37:17 +0000 (08:37 +0000)]
clean up after stray test file littering

NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
it seems that it shouldn't (looks like a handle leak in PerlIO
to me)

p4raw-id: //depot/perl@16065

22 years agoanother windows fix: only create a new console for subprocesses
Gurusamy Sarathy [Mon, 22 Apr 2002 07:02:03 +0000 (07:02 +0000)]
another windows fix: only create a new console for subprocesses
when all three stdhandles are invalid (from Jan Dubois)

p4raw-id: //depot/perl@16062

22 years agoall the thread tests now pass on windows (32-bit and 64-bit)
Gurusamy Sarathy [Mon, 22 Apr 2002 02:40:57 +0000 (02:40 +0000)]
all the thread tests now pass on windows (32-bit and 64-bit)

p4raw-id: //depot/perl@16060

22 years agoenable maximal optimizations on win64
Gurusamy Sarathy [Mon, 22 Apr 2002 02:35:45 +0000 (02:35 +0000)]
enable maximal optimizations on win64

p4raw-id: //depot/perl@16059

22 years agoTweaks copied from Philip Newton's Encode patches.
Jarkko Hietaniemi [Mon, 22 Apr 2002 01:38:31 +0000 (01:38 +0000)]
Tweaks copied from Philip Newton's Encode patches.

p4raw-id: //depot/perl@16058

22 years agoEnd blocks were not run on Win32.
Artur Bergman [Mon, 22 Apr 2002 00:19:40 +0000 (00:19 +0000)]
End blocks were not run on Win32.
       The real fix should be to turn this flag on in RunPerl but
       I think we are too close 5.8 to change that.

p4raw-id: //depot/perl@16057

22 years agoDo not unlock mutex twice.
Artur Bergman [Sun, 21 Apr 2002 23:29:22 +0000 (23:29 +0000)]
Do not unlock mutex twice.
       Do not unlock mutex after it has been destroyed and freed.
       Do not email p5p without uncrossing eyes.

p4raw-id: //depot/perl@16056

22 years agosquelch some more type mismatch warnings
Gurusamy Sarathy [Sun, 21 Apr 2002 22:32:29 +0000 (22:32 +0000)]
squelch some more type mismatch warnings

SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
missing parens in macro definition

p4raw-id: //depot/perl@16055

22 years agoMake writing user-defined character properties nicer.
Jarkko Hietaniemi [Sun, 21 Apr 2002 22:24:52 +0000 (22:24 +0000)]
Make writing user-defined character properties nicer.

p4raw-id: //depot/perl@16054

22 years agotest appears to be ass_u_ming sizeof(long) == sizeof(IV), which
Gurusamy Sarathy [Sun, 21 Apr 2002 21:39:08 +0000 (21:39 +0000)]
test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
isn't the case on win64

p4raw-id: //depot/perl@16053

22 years agoOne more way to do character class subtraction.
Jarkko Hietaniemi [Sun, 21 Apr 2002 21:24:07 +0000 (21:24 +0000)]
One more way to do character class subtraction.

p4raw-id: //depot/perl@16052

22 years agoMopup of #16048.
Jarkko Hietaniemi [Sun, 21 Apr 2002 21:04:19 +0000 (21:04 +0000)]
Mopup of #16048.

p4raw-id: //depot/perl@16051

22 years agosome test failures have been fixed
Gurusamy Sarathy [Sun, 21 Apr 2002 20:55:38 +0000 (20:55 +0000)]
some test failures have been fixed

p4raw-id: //depot/perl@16050

22 years agouse compare_text() rather than compare() to avoid bogus
Gurusamy Sarathy [Sun, 21 Apr 2002 20:50:21 +0000 (20:50 +0000)]
use compare_text() rather than compare() to avoid bogus
failures when the test files happen to be CRLF terminated

p4raw-id: //depot/perl@16049

22 years agofixes for all the warnings reported by Visual C (most of this
Gurusamy Sarathy [Sun, 21 Apr 2002 19:53:08 +0000 (19:53 +0000)]
fixes for all the warnings reported by Visual C (most of this
change is from change#12026)
p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc

p4raw-id: //depot/perl@16048

22 years agoanother Storable test (Re: perl@16005)
Nicholas Clark [Sun, 21 Apr 2002 19:15:24 +0000 (20:15 +0100)]
another Storable test (Re: perl@16005)
Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16047

22 years agoWin32: encode/t/perlio.t needs some binmode
Mattia Barbon [Sun, 21 Apr 2002 19:37:51 +0000 (21:37 +0200)]
Win32: encode/t/perlio.t needs some binmode
From: "Mattia Barbon" <mbarbon@dsi.unive.it>
Message-ID: <3CC3150F.5798.22A05AE@localhost>

p4raw-id: //depot/perl@16046

22 years agoTypo in pod/perltrap.pod
Andrey Sapozhnikov [Fri, 19 Apr 2002 19:55:56 +0000 (01:55 +0600)]
Typo in pod/perltrap.pod
Message-ID: <3CC021EC.5080005@icb.chel.su>

(tweaked a bit)

p4raw-id: //depot/perl@16045

22 years agoDo not assume that io buffer flushing happens in the same
Jarkko Hietaniemi [Sun, 21 Apr 2002 16:22:17 +0000 (16:22 +0000)]
Do not assume that io buffer flushing happens in the same
order as joins (that assumption broke in a multicpu IRIX box)

p4raw-id: //depot/perl@16044

22 years agoAs if people would be reading the documentation :-)
Jarkko Hietaniemi [Sun, 21 Apr 2002 15:56:30 +0000 (15:56 +0000)]
As if people would be reading the documentation :-)

p4raw-id: //depot/perl@16043

22 years agoTypo tweaks.
Jarkko Hietaniemi [Sun, 21 Apr 2002 15:15:05 +0000 (15:15 +0000)]
Typo tweaks.

p4raw-id: //depot/perl@16042

22 years agoGot the last memory leak in the while(1) { threads->create(sub
Artur Bergman [Sun, 21 Apr 2002 13:53:54 +0000 (13:53 +0000)]
Got the last memory leak in the while(1) { threads->create(sub
{})->join() }, now we can loop over a million threads without a
problem.
Cleared up SVs that should have been mortal but never where.

p4raw-id: //depot/perl@16041

22 years agoMake doc clearer, as suggested by Brent Dax
Rafael Garcia-Suarez [Sun, 21 Apr 2002 12:25:15 +0000 (12:25 +0000)]
Make doc clearer, as suggested by Brent Dax

p4raw-id: //depot/perl@16040

22 years agoRevert change #15974.
Rafael Garcia-Suarez [Sun, 21 Apr 2002 12:20:47 +0000 (12:20 +0000)]
Revert change #15974.
p4raw-link: @15974 on //depot/perl: 8a6aa900aaa729fd6735df2eb96e87e52d2662e8

p4raw-id: //depot/perl@16039

22 years agoS_ stands sfor static.
Jarkko Hietaniemi [Sun, 21 Apr 2002 03:04:41 +0000 (03:04 +0000)]
S_ stands sfor static.

p4raw-id: //depot/perl@16036

22 years agohtovs et al might be macros.
Jarkko Hietaniemi [Sun, 21 Apr 2002 02:52:35 +0000 (02:52 +0000)]
htovs et al might be macros.

p4raw-id: //depot/perl@16035

22 years agomissed checkin of this file in change#16033
Gurusamy Sarathy [Sun, 21 Apr 2002 02:11:06 +0000 (02:11 +0000)]
missed checkin of this file in change#16033
p4raw-link: @16033 on //depot/perl: c623ac675720b3145d48cc2ea9474a0f3e0cbbca

p4raw-id: //depot/perl@16034

22 years agoWindows 64-bit support:
Gurusamy Sarathy [Sun, 21 Apr 2002 01:55:35 +0000 (01:55 +0000)]
Windows 64-bit support:

* support for building it in the regular makefiles
* large files support via the _*i64() functions (this should be
  portable to the 32-bit universe too, but quite untested and
  and binary-incompatible, therefore not enabled there)
* three additional test failures in addition to the t/end.t one
  (see README.win32)
* sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
  the ones available from the CRT (needed because Perl uses
  the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
* add a few 64-bit notes to README.win32

The following general problems were also fixed:

* s/struct stat/Stat_t/g
* Data::Dumper had some naughty 'long' typecasts
* Errno_pm.PL didn't work safe when winsock.h was not in the same
  directory as errno.h
* various tell/seek things were incorrectly prototyped
* squelch ugly looking noise when running tests
* Embed.t wasn't linking in all the libraries
* perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
* re-enable all the disabled warnings (additional fixes may be
  needed for the warnings uncovered by this)

p4raw-id: //depot/perl@16033

22 years agoUpgrade to Encode 1.52, from Dan Kogai.
Jarkko Hietaniemi [Sat, 20 Apr 2002 23:07:20 +0000 (23:07 +0000)]
Upgrade to Encode 1.52, from Dan Kogai.

p4raw-id: //depot/perl@16032

22 years agoRe: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
Mark-Jason Dominus [Sat, 20 Apr 2002 03:36:28 +0000 (23:36 -0400)]
Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
Message-ID: <20020420073628.324.qmail@plover.com>

p4raw-id: //depot/perl@16031

22 years agoRemove auto-detach
Artur Bergman [Sat, 20 Apr 2002 22:02:32 +0000 (22:02 +0000)]
Remove auto-detach
       Cleans up memory now, destroys the mutex and frees thread
       Makes returnvalues mortal
       Doesn't run thread_destruct until the thread has stopped AND
       all references to it are gone.

p4raw-id: //depot/perl@16030

22 years agorescue perldoc for VMS
Craig A. Berry [Sat, 20 Apr 2002 15:16:30 +0000 (10:16 -0500)]
rescue perldoc for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>

p4raw-id: //depot/perl@16029

22 years agoRe: [PATCH] typo
Andreas König [Sat, 20 Apr 2002 15:41:23 +0000 (17:41 +0200)]
Re: [PATCH] typo
Message-ID: <m37kn2o5bw.fsf@anima.de>

p4raw-id: //depot/perl@16028

22 years agoUpgrade to Encode 1.51, from Dan Kogai.
Jarkko Hietaniemi [Sat, 20 Apr 2002 21:40:20 +0000 (21:40 +0000)]
Upgrade to Encode 1.51, from Dan Kogai.

p4raw-id: //depot/perl@16026

22 years agopurge existing win64 stuff (this never really worked in 5.7.x)
Gurusamy Sarathy [Sat, 20 Apr 2002 19:58:59 +0000 (19:58 +0000)]
purge existing win64 stuff (this never really worked in 5.7.x)
in preparation for completely redone win64 support

p4raw-id: //depot/perl@16025

22 years agoRe: perl@16005
Stas Bekman [Sat, 20 Apr 2002 13:06:49 +0000 (21:06 +0800)]
Re: perl@16005
Message-ID: <3CC0F769.1010705@stason.org>
(with a minor formatting nit)

p4raw-id: //depot/perl@16024

22 years agoperlunicode.pod typos
Andreas König [Sat, 20 Apr 2002 11:20:25 +0000 (13:20 +0200)]
perlunicode.pod typos
Message-ID: <m3vgamoheu.fsf@anima.de>

p4raw-id: //depot/perl@16021

22 years agoTest tweak from mjd.
Jarkko Hietaniemi [Sat, 20 Apr 2002 14:28:12 +0000 (14:28 +0000)]
Test tweak from mjd.

p4raw-id: //depot/perl@16020

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 20 Apr 2002 14:26:17 +0000 (14:26 +0000)]
Integrate perlio:

[ 16018]
Fill in the PERLIO sections.

[ 16017]
Add :bytes to POD part.
Remove 'alias' to Encode now it exists as a module.

[ 16014]
Tweak to Encode.xs to avoid buffer overrun.

[ 16007]
Silence warning generating warning message for U+FFFF does not map etc.

[ 15912]
XS versions of encode/decode for Encode::Unicode
p4raw-link: @16018 on //depot/perlio: 44a4342c9f1bf4dd16241a6721340a5828ede477
p4raw-link: @16017 on //depot/perlio: c1a61b17baa5d77173aa89ea26a8e563597258e5
p4raw-link: @16014 on //depot/perlio: 0172fc7f023949162f3e79310fb0db0dd22a98f1
p4raw-link: @16007 on //depot/perlio: c6a7db43c3667911196e8ad7c6a3ad53333f3cf3
p4raw-link: @15912 on //depot/perlio: d5c9ee33b57c6c516247cc68878006fd91166a49

p4raw-id: //depot/perl@16019

22 years agoFill in the PERLIO sections.
Nick Ing-Simmons [Sat, 20 Apr 2002 13:38:24 +0000 (13:38 +0000)]
Fill in the PERLIO sections.

p4raw-id: //depot/perlio@16018

22 years agoAdd :bytes to POD part.
Nick Ing-Simmons [Sat, 20 Apr 2002 13:37:15 +0000 (13:37 +0000)]
Add :bytes to POD part.
Remove 'alias' to Encode now it exists as a module.

p4raw-id: //depot/perlio@16017

22 years agoReally let the update of the link list do something.
Artur Bergman [Sat, 20 Apr 2002 13:12:31 +0000 (13:12 +0000)]
Really let the update of the link list do something.

p4raw-id: //depot/perl@16016

22 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 20 Apr 2002 07:51:26 +0000 (07:51 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16015

22 years agoTweak to Encode.xs to avoid buffer overrun.
Nick Ing-Simmons [Sat, 20 Apr 2002 07:46:11 +0000 (07:46 +0000)]
Tweak to Encode.xs to avoid buffer overrun.

p4raw-id: //depot/perlio@16014

22 years ago[PATCH] t/japh/abigail.t
Jarkko Hietaniemi [Sat, 20 Apr 2002 01:48:13 +0000 (01:48 +0000)]
[PATCH] t/japh/abigail.t
From: abigail@foad.org
Date: Fri, 19 Apr 2002 02:21:36 +0200
Message-ID: <20020419002136.16948.qmail@foad.org>

Subject: Re: [PATCH] t/japh/abigail.t
From: "Craig A. Berry" <craigberry@mac.com>
Date: Fri, 19 Apr 2002 11:23:45 -0500
Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>

p4raw-id: //depot/perl@16013

22 years agoUser-defined character properties were unintentionally
Jarkko Hietaniemi [Sat, 20 Apr 2002 01:46:03 +0000 (01:46 +0000)]
User-defined character properties were unintentionally
removed, noticed by Dan Kogai.

p4raw-id: //depot/perl@16012

22 years agoRe: [PATCH] Big5-related changes.
Audrey Tang [Sat, 20 Apr 2002 04:06:31 +0000 (12:06 +0800)]
Re: [PATCH] Big5-related changes.
Message-ID: <20020419200631.GA20964@not.autrijus.org>

p4raw-id: //depot/perl@16011

22 years agoAdd a BUGS sections to O.pm
Rafael Garcia-Suarez [Fri, 19 Apr 2002 20:52:19 +0000 (20:52 +0000)]
Add a BUGS sections to O.pm

p4raw-id: //depot/perl@16010

22 years agoDisable warning noise
Rafael Garcia-Suarez [Fri, 19 Apr 2002 20:07:02 +0000 (20:07 +0000)]
Disable warning noise

p4raw-id: //depot/perl@16009

22 years agoMore tests for the 3-arg open
Rafael Garcia-Suarez [Fri, 19 Apr 2002 19:54:08 +0000 (19:54 +0000)]
More tests for the 3-arg open

p4raw-id: //depot/perl@16008

22 years agoSilence warning generating warning message for U+FFFF does not map etc.
Nick Ing-Simmons [Fri, 19 Apr 2002 17:45:53 +0000 (17:45 +0000)]
Silence warning generating warning message for U+FFFF does not map etc.

p4raw-id: //depot/perlio@16007

22 years agoIntegrate mainline (for Tk with Encode testing)
Nick Ing-Simmons [Fri, 19 Apr 2002 15:24:57 +0000 (15:24 +0000)]
Integrate mainline (for Tk with Encode testing)
Some perlio & encode issues otherwise cleanish.

p4raw-id: //depot/perlio@16006

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 19 Apr 2002 13:26:39 +0000 (13:26 +0000)]
Update Changes.

p4raw-id: //depot/perl@16005

22 years agowarn on ref open without perlio
Rafael Garcia-Suarez [Thu, 18 Apr 2002 23:17:44 +0000 (01:17 +0200)]
warn on ref open without perlio
Message-ID: <20020418231744.A24159@rafael>

(with one nit, the skip message needed "# " prefix)

p4raw-id: //depot/perl@16004

22 years agoSmoke 15996 /pro/3gl/CPAN/perl-current
H.Merijn Brand [Fri, 19 Apr 2002 15:43:47 +0000 (17:43 +0200)]
Smoke 15996 /pro/3gl/CPAN/perl-current
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@16003

22 years agoUpgrade to PerlIO::encoding 0.02, from Dan Kogai.
Jarkko Hietaniemi [Fri, 19 Apr 2002 12:58:23 +0000 (12:58 +0000)]
Upgrade to PerlIO::encoding 0.02, from Dan Kogai.

p4raw-id: //depot/perl@16002

22 years agoUpgrade to Encode 1.50, from Dan Kogai.
Jarkko Hietaniemi [Fri, 19 Apr 2002 12:58:00 +0000 (12:58 +0000)]
Upgrade to Encode 1.50, from Dan Kogai.

p4raw-id: //depot/perl@16001

22 years agoCPAN.pm sync
Andreas König [Fri, 19 Apr 2002 11:55:07 +0000 (13:55 +0200)]
CPAN.pm sync
Message-ID: <m3ads0qah0.fsf@anima.de>

p4raw-id: //depot/perl@16000

22 years agoSnip away an obsolete section noticed by Benjamin Goldberg.
Jarkko Hietaniemi [Fri, 19 Apr 2002 12:08:54 +0000 (12:08 +0000)]
Snip away an obsolete section noticed by Benjamin Goldberg.

p4raw-id: //depot/perl@15999

22 years agoThe previous change on this was *ahem* slightly off-topic.
Jarkko Hietaniemi [Fri, 19 Apr 2002 00:43:45 +0000 (00:43 +0000)]
The previous change on this was *ahem* slightly off-topic.

p4raw-id: //depot/perl@15998

22 years agoTypo in pod/perldebtut.pod
Abigail [Thu, 18 Apr 2002 17:09:45 +0000 (19:09 +0200)]
Typo in pod/perldebtut.pod
   Message-Id: <20020418150945.389.qmail@foad.org>

p4raw-id: //depot/perl@15996

22 years agoz/OS situation update.
Jarkko Hietaniemi [Thu, 18 Apr 2002 14:14:10 +0000 (14:14 +0000)]
z/OS situation update.

p4raw-id: //depot/perl@15995

22 years agoDoc tweaks.
Jarkko Hietaniemi [Thu, 18 Apr 2002 13:43:37 +0000 (13:43 +0000)]
Doc tweaks.

p4raw-id: //depot/perl@15994

22 years agoThe tests need perlio.
Jarkko Hietaniemi [Thu, 18 Apr 2002 13:05:46 +0000 (13:05 +0000)]
The tests need perlio.

p4raw-id: //depot/perl@15993

22 years ago[PATCH 5.7.3 docs] The question deals with a bug that was fixed
Mark-Jason Dominus [Thu, 18 Apr 2002 09:38:17 +0000 (05:38 -0400)]
[PATCH 5.7.3 docs] The question deals with a bug that was fixed
Date: Thu, 18 Apr 2002 09:38:17 -0400
Message-ID: <20020418133817.22436.qmail@plover.com>

Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
From: Mark-Jason Dominus <mjd@plover.com>
Date: Thu, 18 Apr 2002 09:54:50 -0400
Message-ID: <20020418135450.22999.qmail@plover.com>

p4raw-id: //depot/perl@15992

22 years agoPort testcases from thr5005 tests so we don't fail on same things.
Artur Bergman [Thu, 18 Apr 2002 09:18:14 +0000 (09:18 +0000)]
Port testcases from thr5005 tests so we don't fail on same things.
Added yield support using threads->yield().

p4raw-id: //depot/perl@15991

22 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 18 Apr 2002 07:56:40 +0000 (07:56 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@15990

22 years agoAlways flush the PerlIO buffers after running END blocks in
Artur Bergman [Thu, 18 Apr 2002 07:15:55 +0000 (07:15 +0000)]
Always flush the PerlIO buffers after running END blocks in
perl_destruct. This should fix ext/threads/t/end.t under Win32.

p4raw-id: //depot/perl@15989

22 years agoplug memory leak in perl_destruct() by cleaning out PL_debug_pad
Doug MacEachern [Thu, 18 Apr 2002 01:56:16 +0000 (01:56 +0000)]
plug memory leak in perl_destruct() by cleaning out PL_debug_pad

p4raw-id: //depot/perl@15988

22 years agoMove /dev/full testing post-5.8.0.
Jarkko Hietaniemi [Wed, 17 Apr 2002 21:51:18 +0000 (21:51 +0000)]
Move /dev/full testing post-5.8.0.

p4raw-id: //depot/perl@15987

22 years agoNeither UNICOS nor UNICOS/mk sport shared libraries.
Jarkko Hietaniemi [Wed, 17 Apr 2002 21:38:43 +0000 (21:38 +0000)]
Neither UNICOS nor UNICOS/mk sport shared libraries.
("Crays have only REAL memory.")

p4raw-id: //depot/perl@15986

22 years agoDevel::DProf Real Elapsed Times
Luc St-Louis [Wed, 17 Apr 2002 14:22:25 +0000 (10:22 -0400)]
Devel::DProf Real Elapsed Times
Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>

p4raw-id: //depot/perl@15985

22 years agoWith -Uuseperlio the error might be EBADF.
Jarkko Hietaniemi [Wed, 17 Apr 2002 21:12:34 +0000 (21:12 +0000)]
With -Uuseperlio the error might be EBADF.

p4raw-id: //depot/perl@15984

22 years agoBorland for Win32 adaptation for lib/ExtUtils/t/Embed.t
Vadim Konovalov [Wed, 17 Apr 2002 21:16:22 +0000 (01:16 +0400)]
Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>

p4raw-id: //depot/perl@15983

22 years agoRE: failed with undefined USE_PERLIO for Win32
Vadim Konovalov [Wed, 17 Apr 2002 20:08:03 +0000 (00:08 +0400)]
RE: failed with undefined USE_PERLIO for Win32
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>

p4raw-id: //depot/perl@15982

22 years agoRe: [ID 20020416.001] 'close' does not report failure when buffer flush fails
Mark-Jason Dominus [Wed, 17 Apr 2002 11:14:17 +0000 (07:14 -0400)]
Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
Message-ID: <20020417151417.27268.qmail@plover.com>

p4raw-id: //depot/perl@15981

22 years agoREADME.cjk update.
Jarkko Hietaniemi [Wed, 17 Apr 2002 20:57:36 +0000 (20:57 +0000)]
README.cjk update.

p4raw-id: //depot/perl@15980

22 years ago@:foo?
Philip Newton [Wed, 17 Apr 2002 19:48:09 +0000 (21:48 +0200)]
@:foo?
Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>

p4raw-id: //depot/perl@15979

22 years agoRe: gcc on HP
Philip Newton [Wed, 17 Apr 2002 20:36:34 +0000 (22:36 +0200)]
Re: gcc on HP
Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>

p4raw-id: //depot/perl@15978

22 years agoAdjust test for groups that appear multiple times on Cygwin
Rafael Garcia-Suarez [Wed, 17 Apr 2002 19:54:49 +0000 (19:54 +0000)]
Adjust test for groups that appear multiple times on Cygwin

p4raw-id: //depot/perl@15977

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 17 Apr 2002 17:03:40 +0000 (17:03 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@15976

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 17 Apr 2002 14:40:03 +0000 (14:40 +0000)]
Update Changes.

p4raw-id: //depot/perl@15975

22 years ago"foo bar"->()
Robin Houston [Wed, 17 Apr 2002 15:45:32 +0000 (16:45 +0100)]
"foo bar"->()
Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@15974

22 years agoAs suggested by Arthur: the threads and threads::shared
Jarkko Hietaniemi [Wed, 17 Apr 2002 14:31:42 +0000 (14:31 +0000)]
As suggested by Arthur: the threads and threads::shared
modules are always present.  This tries to preempt two
kinds of bug reports: (1) "the Perl 5.8.0 was supposed
to have this new fancy threads implementation but my Perl
doesn't seem to have it" (2) someone attempting to install
threads using CPAN.pm and CPAN.pm helpfully starting to
install perl 5.8.0 (which they might already have installed).

p4raw-id: //depot/perl@15972

22 years agoMore signedness nits.
Jarkko Hietaniemi [Wed, 17 Apr 2002 14:19:07 +0000 (14:19 +0000)]
More signedness nits.

p4raw-id: //depot/perl@15971

22 years agofast_abs_path() is tainted.
Jarkko Hietaniemi [Wed, 17 Apr 2002 13:02:33 +0000 (13:02 +0000)]
fast_abs_path() is tainted.

p4raw-id: //depot/perl@15970

22 years agoSignedness nit.
Jarkko Hietaniemi [Wed, 17 Apr 2002 12:56:17 +0000 (12:56 +0000)]
Signedness nit.

p4raw-id: //depot/perl@15969