This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agomore options for valgrindpp.pl
Marcus Holland-Moritz [Mon, 1 Sep 2003 22:28:58 +0000 (00:28 +0200)]
more options for valgrindpp.pl
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>

p4raw-id: //depot/perl@20989

20 years agoFrom Craig Berry, following the example of the other podxxx.PL
Jarkko Hietaniemi [Mon, 1 Sep 2003 14:14:49 +0000 (14:14 +0000)]
From Craig Berry, following the example of the other podxxx.PL
in relying on basename($0, '.PL') to Do The Right Thing with
regard to the case of the extension, which could be either
.pl or .PL on VMS depending on version-specific features.

p4raw-id: //depot/perl@20983

20 years agoConfigure -r in AIX bad.
Jarkko Hietaniemi [Mon, 1 Sep 2003 13:01:49 +0000 (13:01 +0000)]
Configure -r in AIX bad.

p4raw-id: //depot/perl@20982

20 years ago[DOC PATCH] perlfaq4.pod
Elizabeth Mattijsen [Mon, 1 Sep 2003 12:38:50 +0000 (14:38 +0200)]
[DOC PATCH] perlfaq4.pod
Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>

p4raw-id: //depot/perl@20981

20 years agoglob() bug
Gurusamy Sarathy [Mon, 1 Sep 2003 02:25:41 +0000 (19:25 -0700)]
glob() bug
Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>

p4raw-id: //depot/perl@20980

20 years agoUltrix VAX is like VMS VAX in floating point.
Jarkko Hietaniemi [Mon, 1 Sep 2003 06:32:01 +0000 (06:32 +0000)]
Ultrix VAX is like VMS VAX in floating point.

p4raw-id: //depot/perl@20979

20 years agosome WinCE compilers require a little correction
Vadim Konovalov [Mon, 1 Sep 2003 02:57:33 +0000 (06:57 +0400)]
some WinCE compilers require a little correction
Message-ID: <1091134912500.20030901025733@peterstar.ru>

p4raw-id: //depot/perl@20978

20 years agoAdd test for -i.
Jarkko Hietaniemi [Sun, 31 Aug 2003 15:34:43 +0000 (15:34 +0000)]
Add test for -i.

p4raw-id: //depot/perl@20973

20 years agoAdd tests for -h and (unknown) -z.
Jarkko Hietaniemi [Sun, 31 Aug 2003 15:12:10 +0000 (15:12 +0000)]
Add tests for -h and (unknown) -z.

p4raw-id: //depot/perl@20972

20 years agoAdd test for -v.
Jarkko Hietaniemi [Sun, 31 Aug 2003 15:03:42 +0000 (15:03 +0000)]
Add test for -v.

p4raw-id: //depot/perl@20971

20 years agoList the switches tested in switches.t.
Jarkko Hietaniemi [Sun, 31 Aug 2003 14:55:54 +0000 (14:55 +0000)]
List the switches tested in switches.t.

p4raw-id: //depot/perl@20970

20 years agohave installperl install perl_setup.com and dbga2p.exe for VMS
Peter Prymmer [Sun, 31 Aug 2003 10:11:54 +0000 (06:11 -0400)]
have installperl install perl_setup.com and dbga2p.exe for VMS
Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
Date: Sun, 31 Aug 2003 10:11:54 -0400

p4raw-id: //depot/perl@20969

20 years agoRe: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
Marcus Holland-Moritz [Sun, 31 Aug 2003 15:21:17 +0000 (17:21 +0200)]
Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>

p4raw-id: //depot/perl@20968

20 years agoOuch. Upgrading to base 2.0 made the threads tests very unhappy
Jarkko Hietaniemi [Sun, 31 Aug 2003 08:55:59 +0000 (08:55 +0000)]
Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
both in blead and maint, lots of "Attempt to free non-existent
shared string" and "Unbalanced string table refcount" errors.
Retract #20960 (and #20963).

p4raw-id: //depot/perl@20965

20 years agoIntegrate from maint:
Jarkko Hietaniemi [Sun, 31 Aug 2003 08:17:43 +0000 (08:17 +0000)]
Integrate from maint:
[ 20963]
Muffle the 'Pseudo-hashes are deprecated' warning for maint.
p4raw-link: @20963 on //depot/maint-5.8/perl: ec2adced6cb2f98325cd8d0981ffd77f3e1d551e

p4raw-id: //depot/perl@20964
p4raw-integrated: from //depot/maint-5.8/perl@20961 'copy in'
lib/base/t/fp560.t (@20962..)

20 years agoDe-cargo-cult.
Jarkko Hietaniemi [Sun, 31 Aug 2003 08:09:21 +0000 (08:09 +0000)]
De-cargo-cult.

p4raw-id: //depot/perl@20961

20 years agoUpgrade to base.pm 2.0.
Jarkko Hietaniemi [Sun, 31 Aug 2003 08:07:43 +0000 (08:07 +0000)]
Upgrade to base.pm 2.0.

(Rename the tests around a bit to be more 8.3-friendly.)

p4raw-id: //depot/perl@20960

20 years agoFewer naked char constants.
Jarkko Hietaniemi [Sat, 30 Aug 2003 18:47:02 +0000 (18:47 +0000)]
Fewer naked char constants.

p4raw-id: //depot/perl@20957

20 years agoThis is probably a wrong fix for
Jarkko Hietaniemi [Sat, 30 Aug 2003 18:38:05 +0000 (18:38 +0000)]
This is probably a wrong fix for
[perl #23645] tell with perlio on appended files
but maybe this gets NI-S agitated enough to present the correct fix :-)

p4raw-id: //depot/perl@20956

20 years agoA new try at
Gerrit P. Haase [Thu, 28 Aug 2003 08:18:51 +0000 (10:18 +0200)]
A new try at

Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <4157199551.20030828081851@familiehaase.de>

(this time Cygwin only)

p4raw-id: //depot/perl@20954

20 years agoTweak XSLoader.t.
Rafael Garcia-Suarez [Sat, 30 Aug 2003 15:20:48 +0000 (15:20 +0000)]
Tweak XSLoader.t.
XSLoader is supposed to work even for extensions that
are statically linked. So only check that the extension we
test for is actually available. (This test is not supposed
to be run by miniperl.)

p4raw-id: //depot/perl@20952

20 years agoSomething went wrong in change #20929;
Jarkko Hietaniemi [Sat, 30 Aug 2003 06:49:31 +0000 (06:49 +0000)]
Something went wrong in change #20929;
linux 2.4.18-bf2.4 didn't like it:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
and similar failure pattern also seen in Solaris 8.
p4raw-link: @20929 on //depot/perl: 1403d6bf1ee303dd613942fa2f6df0519a053ba6

p4raw-id: //depot/perl@20950

20 years agoSetup @INC.
Jarkko Hietaniemi [Sat, 30 Aug 2003 06:08:57 +0000 (06:08 +0000)]
Setup @INC.

p4raw-id: //depot/perl@20948

20 years agoTabify and re-sort MANIFEST.
Jarkko Hietaniemi [Sat, 30 Aug 2003 06:00:09 +0000 (06:00 +0000)]
Tabify and re-sort MANIFEST.

p4raw-id: //depot/perl@20946

20 years agoMake XSLoader.t more robust (and sdbm.t more verbose)
Jarkko Hietaniemi [Sat, 30 Aug 2003 05:57:04 +0000 (05:57 +0000)]
Make XSLoader.t more robust (and sdbm.t more verbose)

p4raw-id: //depot/perl@20945

20 years agoXSLoader nits and tests
Michael G. Schwern [Fri, 29 Aug 2003 22:55:07 +0000 (15:55 -0700)]
XSLoader nits and tests
Message-ID: <20030830055507.GI25970@windhund.schwern.org>

p4raw-id: //depot/perl@20944

20 years agoMissed from #20942.
Jarkko Hietaniemi [Sat, 30 Aug 2003 05:44:02 +0000 (05:44 +0000)]
Missed from #20942.

p4raw-id: //depot/perl@20943

20 years agofix File::Spec->abs2rel() to return absolute $path more often for VMS
Peter Prymmer [Sat, 30 Aug 2003 00:57:28 +0000 (20:57 -0400)]
fix File::Spec->abs2rel() to return absolute $path more often for VMS
Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>

p4raw-id: //depot/perl@20942

20 years ago[patch sv.h api doc] SvTAINTED_on does its craft only under -T
Stas Bekman [Fri, 29 Aug 2003 17:11:41 +0000 (10:11 -0700)]
[patch sv.h api doc] SvTAINTED_on does its craft only under -T
Message-ID: <3F4FEBBD.8000901@stason.org>

p4raw-id: //depot/perl@20941

20 years agoAdd a new test, to ensure that we don't unexpectedly change
Rafael Garcia-Suarez [Fri, 29 Aug 2003 21:17:59 +0000 (21:17 +0000)]
Add a new test, to ensure that we don't unexpectedly change
prototypes of builtins.

p4raw-id: //depot/perl@20940

20 years agoDon't cast PL_multiline to bool : you may loose important bits.
Rafael Garcia-Suarez [Fri, 29 Aug 2003 20:22:21 +0000 (20:22 +0000)]
Don't cast PL_multiline to bool : you may loose important bits.

p4raw-id: //depot/perl@20938

20 years agoRe: all 9007199254740992s are equal, but some are more equal than others
Nicholas Clark [Wed, 27 Aug 2003 22:59:55 +0000 (23:59 +0100)]
Re: all 9007199254740992s are equal, but some are more equal than others
Message-ID: <20030827225955.E558@plum.flirble.org>

p4raw-id: //depot/perl@20937

20 years agoSome perluniintro tweaks.
Jarkko Hietaniemi [Fri, 29 Aug 2003 17:17:16 +0000 (17:17 +0000)]
Some perluniintro tweaks.

p4raw-id: //depot/perl@20936

20 years agoTiny doc tweak from Shannon -jj Behrens.
Jarkko Hietaniemi [Fri, 29 Aug 2003 17:07:25 +0000 (17:07 +0000)]
Tiny doc tweak from Shannon -jj Behrens.

p4raw-id: //depot/perl@20935

20 years agoComparing an int to a U32 makes VC6 nervous.
Jarkko Hietaniemi [Fri, 29 Aug 2003 13:25:18 +0000 (13:25 +0000)]
Comparing an int to a U32 makes VC6 nervous.

p4raw-id: //depot/perl@20933

20 years agoBetter skip() explicit number of tests, test counts getting
Jarkko Hietaniemi [Fri, 29 Aug 2003 13:06:06 +0000 (13:06 +0000)]
Better skip() explicit number of tests, test counts getting
out of sync less likely that way.

p4raw-id: //depot/perl@20932

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