This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoSome Ultrix test dodgings.
Jarkko Hietaniemi [Fri, 29 Aug 2003 12:59:32 +0000 (12:59 +0000)]
Some Ultrix test dodgings.

p4raw-id: //depot/perl@20931

20 years agoPerl_newCONSTSUB() related memory leaks
Marcus Holland-Moritz [Thu, 28 Aug 2003 21:47:22 +0000 (23:47 +0200)]
Perl_newCONSTSUB() related memory leaks
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>

p4raw-id: //depot/perl@20930

20 years agomaint / blead tweaks in perlio.c for Cygwin
Gerrit P. Haase [Thu, 28 Aug 2003 08:18:51 +0000 (10:18 +0200)]
maint / blead tweaks in perlio.c for Cygwin
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <4157199551.20030828081851@familiehaase.de>

(changed so that the 'b' is always appended)

p4raw-id: //depot/perl@20929

20 years agoRE: [PATCH] Pod::InputObjects performance de-pessimization
Marek Rouchal [Wed, 27 Aug 2003 17:25:28 +0000 (19:25 +0200)]
RE: [PATCH] Pod::InputObjects performance de-pessimization
Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>

PodParser-1.25 prerelease.

p4raw-id: //depot/perl@20928

20 years agoMPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
Jarkko Hietaniemi [Thu, 28 Aug 2003 18:53:45 +0000 (18:53 +0000)]
MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.

p4raw-id: //depot/perl@20927

20 years agovalgrindpp.pl
Marcus Holland-Moritz [Thu, 28 Aug 2003 09:43:49 +0000 (11:43 +0200)]
valgrindpp.pl
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>

p4raw-id: //depot/perl@20925

20 years agoQuieten more warnings in Deparse.pm
Paul Johnson [Thu, 28 Aug 2003 00:13:59 +0000 (02:13 +0200)]
Quieten more warnings in Deparse.pm
Message-ID: <20030827221359.GE28396@pjcj.net>

p4raw-id: //depot/perl@20924

20 years agoRe: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
Michael G. Schwern [Wed, 27 Aug 2003 15:05:20 +0000 (08:05 -0700)]
Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
Message-ID: <20030827220520.GD7300@windhund.schwern.org>

p4raw-id: //depot/perl@20923

20 years agoAdd caveats and tests for Symbol::delete_package().
Rafael Garcia-Suarez [Wed, 27 Aug 2003 19:52:27 +0000 (19:52 +0000)]
Add caveats and tests for Symbol::delete_package().

p4raw-id: //depot/perl@20922

20 years agoConfigure is doing fine in Ultrix, operator error.
Jarkko Hietaniemi [Wed, 27 Aug 2003 17:12:56 +0000 (17:12 +0000)]
Configure is doing fine in Ultrix, operator error.

p4raw-id: //depot/perl@20921

20 years agoAdd the valgrindpp.pl script from Marcus Holland-Moritz.
Jarkko Hietaniemi [Wed, 27 Aug 2003 16:49:22 +0000 (16:49 +0000)]
Add the valgrindpp.pl script from Marcus Holland-Moritz.

p4raw-id: //depot/perl@20920

20 years agodisturbing, disruptive typo in Tutorial.pod [PATCH]
Jarkko Hietaniemi [Wed, 27 Aug 2003 13:09:33 +0000 (13:09 +0000)]
disturbing, disruptive typo in Tutorial.pod [PATCH]
From: "John P. Linderman" <jpl@research.att.com>
Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
Message-Id: <200308271210.IAA23907@raptor.research.att.com>

Subject: typo in pod/perlnewmod.pod [PATCH]
From: "John P. Linderman" <jpl@research.att.com>
Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
Message-Id: <200308271307.JAA46955@raptor.research.att.com>

Subject: [PATCH] document the location of byacc
From: Dave Mitchell <davem@fdgroup.com>
Date: Wed, 27 Aug 2003 14:26:50 +0100
Message-ID: <20030827132650.GA23144@fdgroup.com>

p4raw-id: //depot/perl@20917

20 years agoUltrix tweaks: <string.h> must not be included twice
Jarkko Hietaniemi [Wed, 27 Aug 2003 13:01:26 +0000 (13:01 +0000)]
Ultrix tweaks: <string.h> must not be included twice
(otherwise one gets prototype conflicts between the <string.h>
and proto.h because Ultrix thinks e.g. Perl_ninstr has been
define in <string.h>...); and Configure misprobes some features.

p4raw-id: //depot/perl@20916

20 years agoUrk. In Mac OS X byteorder is not one of the "known ones",
Jarkko Hietaniemi [Wed, 27 Aug 2003 05:37:34 +0000 (05:37 +0000)]
Urk.  In Mac OS X byteorder is not one of the "known ones",
but instead it is 0xFFFF.  So retract #20914.

p4raw-id: //depot/perl@20915

20 years agoSanity check for BYTEORDER.
Jarkko Hietaniemi [Wed, 27 Aug 2003 05:17:44 +0000 (05:17 +0000)]
Sanity check for BYTEORDER.

p4raw-id: //depot/perl@20914

20 years agoIntegrate two DJGPP portability patches from the 5.6.2 branch :
Rafael Garcia-Suarez [Tue, 26 Aug 2003 20:34:48 +0000 (20:34 +0000)]
Integrate two DJGPP portability patches from the 5.6.2 branch :

[20859]
Two portability patches for DJGPP from Richard Dawe
<rich@phekda.freeserve.co.uk>.
Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>

[20911]
Don't uppercase automatically all environment variables on DJGPP.
(reported by Richard Dawe, this breaks portability of Unix
scripts.) Don't change the behaviour on plain MS/DOS.
p4raw-link: @20911 on //depot/maint-5.6/perl-5.6.2: 91a64263ab3d9ea51fa198428b79b128d13386a5
p4raw-link: @20859 on //depot/maint-5.6/perl-5.6.2: e61553d05d06f2b080893dabff3b9134ba8b77f7

p4raw-id: //depot/perl@20913
p4raw-edited: from //depot/maint-5.6/perl-5.6.2@20912 'edit in' perl.c
(@20322..)
p4raw-integrated: from //depot/maint-5.6/perl-5.6.2@20912 'merge in'
djgpp/djgppsed.sh dosish.h (@20322..)

20 years agoperlapi.pod tweaks, based on :
Joe Schaefer [Tue, 12 Aug 2003 13:21:42 +0000 (09:21 -0400)]
perlapi.pod tweaks, based on :
Subject: misdocumented return value for sv_setref*
Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>

p4raw-id: //depot/perl@20912

20 years agoChange the internal prototype of the pop() and shift() builtins
Rafael Garcia-Suarez [Tue, 26 Aug 2003 19:37:29 +0000 (19:37 +0000)]
Change the internal prototype of the pop() and shift() builtins
to (;\@), to reflect that their array argument is optional.

p4raw-id: //depot/perl@20910

20 years agoimproved 19064 (local $_[0] problems)
Dave Mitchell [Sun, 24 Aug 2003 15:52:00 +0000 (16:52 +0100)]
improved 19064 (local $_[0] problems)
Message-ID: <20030824145159.GA12210@fdgroup.com>

p4raw-id: //depot/perl@20909

20 years agominor File::Spec testing cleanup
Ken Williams [Thu, 21 Aug 2003 22:47:51 +0000 (17:47 -0500)]
minor File::Spec testing cleanup
Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>

p4raw-id: //depot/perl@20908

20 years agoMaintainer catch from Rafael.
Jarkko Hietaniemi [Tue, 26 Aug 2003 12:12:14 +0000 (12:12 +0000)]
Maintainer catch from Rafael.

p4raw-id: //depot/perl@20907

20 years agoTake a cutdown version of the change #20903 also to perlebcdic.
Jarkko Hietaniemi [Tue, 26 Aug 2003 09:36:22 +0000 (09:36 +0000)]
Take a cutdown version of the change #20903 also to perlebcdic.
p4raw-link: @20903 on //depot/perl: 756189a56ad5859c77093ea1770647e4355c6aeb

p4raw-id: //depot/perl@20905

20 years agoNo dynaloading at all in Ultrix.
Jarkko Hietaniemi [Tue, 26 Aug 2003 09:29:49 +0000 (09:29 +0000)]
No dynaloading at all in Ultrix.

p4raw-id: //depot/perl@20904

20 years agoPerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
Jarkko Hietaniemi [Tue, 26 Aug 2003 08:54:02 +0000 (08:54 +0000)]
PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
(This information looks interesting enough to be mentioned
elsewhere, too.)

p4raw-id: //depot/perl@20903

20 years agoCGI::Carp from CGI.pm 3.00 was missing.
Jarkko Hietaniemi [Tue, 26 Aug 2003 08:36:36 +0000 (08:36 +0000)]
CGI::Carp from CGI.pm 3.00 was missing.

p4raw-id: //depot/perl@20902

20 years agoRe: [PATCH] valgrind and /#/x
Adrian M. Enache [Tue, 26 Aug 2003 08:11:07 +0000 (11:11 +0300)]
Re: [PATCH] valgrind and /#/x
Message-ID: <20030826051107.GA1086@ratsnest.hole>

p4raw-id: //depot/perl@20901

20 years agoMore memory lane.
Jarkko Hietaniemi [Tue, 26 Aug 2003 04:53:09 +0000 (04:53 +0000)]
More memory lane.

p4raw-id: //depot/perl@20900

20 years ago[perl #23577] fix syscall() prototype description in
Rafael Garcia-Suarez [Mon, 25 Aug 2003 21:05:57 +0000 (21:05 +0000)]
[perl #23577] fix syscall() prototype description in
perlfunc.pod, as suggested by Lukas Mai.

p4raw-id: //depot/perl@20899

20 years agoTiny doc tweak.
Jarkko Hietaniemi [Mon, 25 Aug 2003 19:52:48 +0000 (19:52 +0000)]
Tiny doc tweak.

p4raw-id: //depot/perl@20896

20 years agoEven more SunOS 4 info.
Jarkko Hietaniemi [Mon, 25 Aug 2003 19:46:31 +0000 (19:46 +0000)]
Even more SunOS 4 info.

p4raw-id: //depot/perl@20895

20 years agomake backspace key work for WinCE users
Vadim Konovalov [Tue, 26 Aug 2003 00:10:29 +0000 (04:10 +0400)]
make backspace key work for WinCE users
Message-ID: <135606488000.20030826001029@peterstar.ru>

p4raw-id: //depot/perl@20894

20 years agomore valgrinding: select problem?
Marcus Holland-Moritz [Mon, 25 Aug 2003 22:02:17 +0000 (00:02 +0200)]
more valgrinding: select problem?
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>

In glibc, just use the __FD_SETSIZE since that's
the size of the buffer (usually 1024 bits, much
more than the selectminbits of 32).

p4raw-id: //depot/perl@20893

20 years agoMore ptags tweakage from Stas; now add 'fullpath'
Jarkko Hietaniemi [Mon, 25 Aug 2003 19:11:32 +0000 (19:11 +0000)]
More ptags tweakage from Stas; now add 'fullpath'
option to get absolute paths.

p4raw-id: //depot/perl@20892

20 years agoThe new tests of #20888 didn't really test what they claimed to.
Jarkko Hietaniemi [Mon, 25 Aug 2003 18:35:03 +0000 (18:35 +0000)]
The new tests of #20888 didn't really test what they claimed to.

p4raw-id: //depot/perl@20891

20 years ago[5.8.1] maint @ 20845 OK on aix 4.2
Jose Auguste-Etienne [Mon, 25 Aug 2003 14:35:45 +0000 (11:35 -0300)]
[5.8.1] maint @ 20845 OK on aix 4.2
Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>

AIX Configure advice.

p4raw-id: //depot/perl@20890

20 years agoMore SunOS 4.x info.
Jarkko Hietaniemi [Mon, 25 Aug 2003 18:08:42 +0000 (18:08 +0000)]
More SunOS 4.x info.

p4raw-id: //depot/perl@20889

20 years agoThe #20887 didn't go over that well;
Jarkko Hietaniemi [Mon, 25 Aug 2003 17:53:32 +0000 (17:53 +0000)]
The #20887 didn't go over that well;
and add a few more tests from UTS#18.

p4raw-id: //depot/perl@20888

20 years agopat.t -> charnames -> UCD -> Storable,
Jarkko Hietaniemi [Mon, 25 Aug 2003 16:40:51 +0000 (16:40 +0000)]
pat.t -> charnames -> UCD -> Storable,
not good for static builds and minitest.

p4raw-id: //depot/perl@20887

20 years agoSunOS 4.1.4 is working, too.
Jarkko Hietaniemi [Mon, 25 Aug 2003 16:35:26 +0000 (16:35 +0000)]
SunOS 4.1.4 is working, too.

p4raw-id: //depot/perl@20886

20 years agoRegen perlmodlib, perltoc.
Jarkko Hietaniemi [Mon, 25 Aug 2003 16:05:18 +0000 (16:05 +0000)]
Regen perlmodlib, perltoc.

p4raw-id: //depot/perl@20884

20 years agoUVSIZE is not yet defined when it would be needed
Jarkko Hietaniemi [Mon, 25 Aug 2003 15:45:51 +0000 (15:45 +0000)]
UVSIZE is not yet defined when it would be needed
by MULTIARCH.  So go back to LONGSIZE, and (belt-
and-suspenders-and-rope style) later in UVSIZE
possibly redefine BYTEORDER.

p4raw-id: //depot/perl@20881

20 years agovalgrind and /#/x
Dave Mitchell [Mon, 25 Aug 2003 13:27:49 +0000 (14:27 +0100)]
valgrind and /#/x
Message-ID: <20030825122748.GA15560@fdgroup.com>

p4raw-id: //depot/perl@20880

20 years agoPlease update my address
Edward Avis [Mon, 25 Aug 2003 13:16:45 +0000 (14:16 +0100)]
Please update my address
Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>

(Just the AUTHORS part, though, I don't think retroactively
updating the Changes* is useful.)

p4raw-id: //depot/perl@20879

20 years agoDocument even more ways of affecting your "utf8ness".
Jarkko Hietaniemi [Mon, 25 Aug 2003 11:14:26 +0000 (11:14 +0000)]
Document even more ways of affecting your "utf8ness".

p4raw-id: //depot/perl@20878

20 years agoChange the VERSION since there are now changes since Perl 5.8.0.
Jarkko Hietaniemi [Mon, 25 Aug 2003 11:11:40 +0000 (11:11 +0000)]
Change the VERSION since there are now changes since Perl 5.8.0.

p4raw-id: //depot/perl@20877

20 years agoKeep the CGI::Util VERSION at 1.31 since there have been changes
Jarkko Hietaniemi [Mon, 25 Aug 2003 11:11:13 +0000 (11:11 +0000)]
Keep the CGI::Util VERSION at 1.31 since there have been changes
since Perl 5.8.0.

p4raw-id: //depot/perl@20876

20 years agoUpgrade to CGI.pm 3.00.
Jarkko Hietaniemi [Mon, 25 Aug 2003 11:09:49 +0000 (11:09 +0000)]
Upgrade to CGI.pm 3.00.

p4raw-id: //depot/perl@20875

20 years agovalgrind update
Marcus Holland-Moritz [Mon, 25 Aug 2003 09:51:57 +0000 (11:51 +0200)]
valgrind update
Message-ID: <21671.1061797917@www38.gmx.net>

p4raw-id: //depot/perl@20872

20 years agovalgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
Nicholas Clark [Sun, 24 Aug 2003 16:48:53 +0000 (17:48 +0100)]
valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
Message-ID: <20030824164851.E558@plum.flirble.org>

p4raw-id: //depot/perl@20871

20 years ago[patch emacs/ptags] allow xemacs to be used
Stas Bekman [Sun, 24 Aug 2003 22:05:00 +0000 (15:05 -0700)]
[patch emacs/ptags] allow xemacs to be used
Message-ID: <3F4998FC.3090401@stason.org>

p4raw-id: //depot/perl@20870

20 years agoMPE/iX doc tweak from Mark Bixby.
Jarkko Hietaniemi [Sun, 24 Aug 2003 13:20:03 +0000 (13:20 +0000)]
MPE/iX doc tweak from Mark Bixby.

p4raw-id: //depot/perl@20868

20 years agoVarious tweaks for getting Perl to compile on SunOS 4.x.
Jarkko Hietaniemi [Sun, 24 Aug 2003 10:46:42 +0000 (10:46 +0000)]
Various tweaks for getting Perl to compile on SunOS 4.x.
Doesn't work well yet, something broken in DynaLoader/XSLoader?

p4raw-id: //depot/perl@20867

20 years agoIRIX 5.3 is 99.90% okay.
Jarkko Hietaniemi [Sun, 24 Aug 2003 10:00:59 +0000 (10:00 +0000)]
IRIX 5.3 is 99.90% okay.

p4raw-id: //depot/perl@20866

20 years agoAn imperfect last resort in case there is no strtoul() but
Jarkko Hietaniemi [Sun, 24 Aug 2003 08:24:46 +0000 (08:24 +0000)]
An imperfect last resort in case there is no strtoul() but
there is strtol() (like e.g. SunOS 4) because of the Atoul()
in Perl_get_hash_seed()).  The only true fix would be to
implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
in numeric.c.

p4raw-id: //depot/perl@20865

20 years agos/rationale/rational/g on bigrats.
Jarkko Hietaniemi [Sun, 24 Aug 2003 07:45:47 +0000 (07:45 +0000)]
s/rationale/rational/g on bigrats.

p4raw-id: //depot/perl@20864

20 years agoUpdate the CPAN mirrors list.
Jarkko Hietaniemi [Sun, 24 Aug 2003 06:41:17 +0000 (06:41 +0000)]
Update the CPAN mirrors list.

p4raw-id: //depot/perl@20862

20 years agogcc -O3 and Storable in Linux do not like each other.
Jarkko Hietaniemi [Sun, 24 Aug 2003 06:13:13 +0000 (06:13 +0000)]
gcc -O3 and Storable in Linux do not like each other.

p4raw-id: //depot/perl@20861

20 years agoBad quote day, noticed by Philip Newton.
Jarkko Hietaniemi [Sun, 24 Aug 2003 05:34:56 +0000 (05:34 +0000)]
Bad quote day, noticed by Philip Newton.

p4raw-id: //depot/perl@20860

20 years agoRe: bytecode.t & OS X "Invalid bytecode for this architecture"
Adrian M. Enache [Mon, 4 Aug 2003 16:20:19 +0000 (19:20 +0300)]
Re: bytecode.t & OS X "Invalid bytecode for this architecture"
Message-ID: <20030804132019.GA6764@ratsnest.hole>

p4raw-id: //depot/perl@20856

20 years agoAdd more comments so that one can see what is supposed to happen.
Jarkko Hietaniemi [Sat, 23 Aug 2003 07:51:32 +0000 (07:51 +0000)]
Add more comments so that one can see what is supposed to happen.

p4raw-id: //depot/perl@20855

20 years agoMore data points about the Storable optimization problem
Jarkko Hietaniemi [Sat, 23 Aug 2003 07:41:11 +0000 (07:41 +0000)]
More data points about the Storable optimization problem
in Linux.  (It might be that also non-Debians are affected,
waiting for more information.)

p4raw-id: //depot/perl@20854

20 years agoMove the note about known eval leaks earlier.
Jarkko Hietaniemi [Sat, 23 Aug 2003 07:37:41 +0000 (07:37 +0000)]
Move the note about known eval leaks earlier.

p4raw-id: //depot/perl@20853

20 years agoForgot to regen byterun.c.
Jarkko Hietaniemi [Sat, 23 Aug 2003 07:15:58 +0000 (07:15 +0000)]
Forgot to regen byterun.c.

p4raw-id: //depot/perl@20852

20 years agoDoc tweaks on perlhack.
Jarkko Hietaniemi [Sat, 23 Aug 2003 07:13:29 +0000 (07:13 +0000)]
Doc tweaks on perlhack.

p4raw-id: //depot/perl@20851

20 years agoRe: valgrind as a leak hound?
Marcus Holland-Moritz [Fri, 22 Aug 2003 23:28:18 +0000 (01:28 +0200)]
Re: valgrind as a leak hound?
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>

Add the leak detection to valgrind testing.

p4raw-id: //depot/perl@20850

20 years agoOops. Why can't C comments nest?
Jarkko Hietaniemi [Fri, 22 Aug 2003 15:05:39 +0000 (15:05 +0000)]
Oops.  Why can't C comments nest?

p4raw-id: //depot/perl@20843

20 years agoTry to dodge getspnam() in AIX.
Jarkko Hietaniemi [Fri, 22 Aug 2003 14:57:09 +0000 (14:57 +0000)]
Try to dodge getspnam() in AIX.

p4raw-id: //depot/perl@20842

20 years agoRe: mysterious bytecode.t failure
Adrian M. Enache [Fri, 22 Aug 2003 11:49:34 +0000 (14:49 +0300)]
Re: mysterious bytecode.t failure
Message-ID: <20030822084934.GA1257@ratsnest.hole>

p4raw-id: //depot/perl@20840

20 years agofor File::Temp::tempdir(CLEANUP => 1)
Slaven Rezic [Sun, 17 Aug 2003 12:52:47 +0000 (14:52 +0200)]
for File::Temp::tempdir(CLEANUP => 1)
Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>

p4raw-id: //depot/perl@20839

20 years agoJust #.
Jarkko Hietaniemi [Fri, 22 Aug 2003 13:42:24 +0000 (13:42 +0000)]
Just #.

p4raw-id: //depot/perl@20837

20 years agoRegen toc.
Jarkko Hietaniemi [Fri, 22 Aug 2003 13:32:12 +0000 (13:32 +0000)]
Regen toc.

p4raw-id: //depot/perl@20835

20 years agoAlso MANIFEST the vms/perlvms restoration.
Jarkko Hietaniemi [Fri, 22 Aug 2003 13:28:36 +0000 (13:28 +0000)]
Also MANIFEST the vms/perlvms restoration.

p4raw-id: //depot/perl@20834

20 years agoIn the vms/descrip_mms.template the perlvms.pod must
Jarkko Hietaniemi [Fri, 22 Aug 2003 13:22:02 +0000 (13:22 +0000)]
In the vms/descrip_mms.template the perlvms.pod must
be copied from vms/, err, [.vms], not [.pod].

p4raw-id: //depot/perl@20833

20 years agoRetract #20826 and #20831; things are done differently
Jarkko Hietaniemi [Fri, 22 Aug 2003 13:15:35 +0000 (13:15 +0000)]
Retract #20826 and #20831; things are done differently
in VMS, it seems.  Maybe the vms/descrip_mms.template
needs to be changed?

p4raw-id: //depot/perl@20832

20 years agoRafael spotted that vms/perlvms.pod was still referred to.
Jarkko Hietaniemi [Fri, 22 Aug 2003 13:04:47 +0000 (13:04 +0000)]
Rafael spotted that vms/perlvms.pod was still referred to.

p4raw-id: //depot/perl@20831

20 years agoThe change #20809 opened up a code path that might leave s unset.
Jarkko Hietaniemi [Fri, 22 Aug 2003 12:22:04 +0000 (12:22 +0000)]
The change #20809 opened up a code path that might leave s unset.
p4raw-link: @20809 on //depot/perl: 0daa599b568c3d2373a59e6063e86a6f865719a8

p4raw-id: //depot/perl@20829

20 years agoRe: maint @ 20803
Marcus Holland-Moritz [Fri, 22 Aug 2003 14:57:09 +0000 (16:57 +0200)]
Re: maint @ 20803
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>

p4raw-id: //depot/perl@20828

20 years agoTest the correct longness; from Enache.
Jarkko Hietaniemi [Fri, 22 Aug 2003 12:17:01 +0000 (12:17 +0000)]
Test the correct longness; from Enache.

p4raw-id: //depot/perl@20827

20 years agoperlvms moving day, from Craig Berry.
Jarkko Hietaniemi [Fri, 22 Aug 2003 12:15:28 +0000 (12:15 +0000)]
perlvms moving day, from Craig Berry.

p4raw-id: //depot/perl@20826

20 years agoLower Storable.xs optimization to -O2 on certain
Jarkko Hietaniemi [Fri, 22 Aug 2003 12:14:14 +0000 (12:14 +0000)]
Lower Storable.xs optimization to -O2 on certain
known platforms.

p4raw-id: //depot/perl@20825

20 years agoRe: [perl #23463] compiler version on sparc/netbsd
Nicholas Clark [Thu, 21 Aug 2003 22:26:18 +0000 (23:26 +0100)]
Re: [perl #23463] compiler version on sparc/netbsd
Message-ID: <20030821222618.T558@plum.flirble.org>

p4raw-id: //depot/perl@20824

20 years agoRe: [perl #23463]: compiler version on sparc/netbsd
Alain Barbet [Wed, 20 Aug 2003 20:39:17 +0000 (22:39 +0200)]
Re: [perl #23463]: compiler version on sparc/netbsd
Message-ID: <3F43C055.6030709@jupiter.alianet>

p4raw-id: //depot/perl@20823

20 years agoTry to make the use of utf8 as clear as possible.
Jarkko Hietaniemi [Fri, 22 Aug 2003 08:01:57 +0000 (08:01 +0000)]
Try to make the use of utf8 as clear as possible.

p4raw-id: //depot/perl@20822

20 years agoPut the tests of the change #19064 back, but disable them.
Jarkko Hietaniemi [Fri, 22 Aug 2003 07:51:21 +0000 (07:51 +0000)]
Put the tests of the change #19064 back, but disable them.
p4raw-link: @19064 on //depot/perl: 51d9a56bf5df931c436b7ede535c78bc64655187

p4raw-id: //depot/perl@20821

20 years agoAdvertise the encoding pragma at the utf8 pragma.
Jarkko Hietaniemi [Fri, 22 Aug 2003 06:47:50 +0000 (06:47 +0000)]
Advertise the encoding pragma at the utf8 pragma.

p4raw-id: //depot/perl@20820

20 years agogrok_* symbols missing in Devel::PPPort (2nd attempt)
Tassilo von Parseval [Fri, 22 Aug 2003 09:01:09 +0000 (11:01 +0200)]
grok_* symbols missing in Devel::PPPort (2nd attempt)
Message-id: <20030822070109.GA1029@ethan>

p4raw-id: //depot/perl@20819

20 years agoperl-5.8.0, langinfo.h and YESSTR
insecure [Thu, 21 Aug 2003 21:37:56 +0000 (00:37 +0300)]
perl-5.8.0, langinfo.h and YESSTR
Message-Id: <200308212137.57016.insecure@mail.od.ua>

p4raw-id: //depot/perl@20817

20 years agoMore bytecode patching from Enache.
Jarkko Hietaniemi [Fri, 22 Aug 2003 05:15:30 +0000 (05:15 +0000)]
More bytecode patching from Enache.

p4raw-id: //depot/perl@20816

20 years agoRe: pod cleanup
Ken Williams [Thu, 21 Aug 2003 21:24:57 +0000 (16:24 -0500)]
Re: pod cleanup
Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>

p4raw-id: //depot/perl@20815

20 years agoDo not edit perltoc since it is autogenerated.
Jarkko Hietaniemi [Fri, 22 Aug 2003 05:05:52 +0000 (05:05 +0000)]
Do not edit perltoc since it is autogenerated.

p4raw-id: //depot/perl@20814

20 years agoRe: pod cleanup
Ronald J. Kimball [Thu, 21 Aug 2003 17:09:17 +0000 (13:09 -0400)]
Re: pod cleanup
Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>

(the pod part)

p4raw-id: //depot/perl@20813

20 years agoNo need to E<gt>.
Jarkko Hietaniemi [Fri, 22 Aug 2003 04:46:58 +0000 (04:46 +0000)]
No need to E<gt>.

p4raw-id: //depot/perl@20811

20 years agoAdd File::Temp's OO test.
Jarkko Hietaniemi [Fri, 22 Aug 2003 04:46:01 +0000 (04:46 +0000)]
Add File::Temp's OO test.

p4raw-id: //depot/perl@20810

20 years agoThe magic variables that alter STDOUT have a tendancy to segfault
Rafael Garcia-Suarez [Thu, 21 Aug 2003 19:07:22 +0000 (19:07 +0000)]
The magic variables that alter STDOUT have a tendancy to segfault
when accessed if STDOUT is undefined. Protect them.

p4raw-id: //depot/perl@20809

20 years agoMention the Unicode UTR #18 version referenced.
Jarkko Hietaniemi [Thu, 21 Aug 2003 18:39:36 +0000 (18:39 +0000)]
Mention the Unicode UTR #18 version referenced.

p4raw-id: //depot/perl@20808

20 years agoMust close so that unlink works portably.
Jarkko Hietaniemi [Thu, 21 Aug 2003 18:22:22 +0000 (18:22 +0000)]
Must close so that unlink works portably.

p4raw-id: //depot/perl@20807

20 years ago[perluniintro.pod] pod markup fix
Stas Bekman [Thu, 21 Aug 2003 11:41:01 +0000 (04:41 -0700)]
[perluniintro.pod] pod markup fix
Message-ID: <3F45123D.8020805@stason.org>

p4raw-id: //depot/perl@20806

20 years agoutf8 variable names scrambled in error messages
Adrian M. Enache [Thu, 21 Aug 2003 21:17:26 +0000 (00:17 +0300)]
utf8 variable names scrambled in error messages
Message-ID: <20030821181726.GA1241@ratsnest.hole>

p4raw-id: //depot/perl@20805

20 years agoFix the syswrite downgrade bug of
Jarkko Hietaniemi [Thu, 21 Aug 2003 18:09:10 +0000 (18:09 +0000)]
Fix the syswrite downgrade bug of
[perl #23428] Somethings rotten in unicode semantics

p4raw-id: //depot/perl@20804

20 years agoNo more public cwd(), use private _cwd().
Jarkko Hietaniemi [Thu, 21 Aug 2003 15:06:16 +0000 (15:06 +0000)]
No more public cwd(), use private _cwd().

p4raw-id: //depot/perl@20801