23 years agoLong-standing "defined but not used" SvPVbyte*() are about to get used
Nick Ing-Simmons [Mon, 5 Mar 2001 15:56:35 +0000]
Long-standing "defined but not used" SvPVbyte*() are about to get used
for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).

Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
 - uses SvPV() rather than sv_2pv() in case it isn't a string.

p4raw-id: //depot/perlio@9037

23 years agoEncode implementation "completion"
Nick Ing-Simmons [Mon, 5 Mar 2001 14:51:50 +0000]
Encode implementation "completion"
 Implement and document define_encoding()
 Implement and document encoding aliases including define_alias()
 Make Encode::XS use define_encoding() rather than back-door.
 Move run-time *.enc to separate Encode::Tcl module.
 Make 'compile' honour <codeset_name>
 Change canonical names of to iso-8859-* and US-ascii.

p4raw-id: //depot/perlio@9032

23 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 5 Mar 2001 08:35:22 +0000]
Integrate mainline

p4raw-id: //depot/perlio@9027

23 years agoRetracting \N{U+HHHH}.
Jarkko Hietaniemi [Mon, 5 Mar 2001 02:13:09 +0000]
Retracting \N{U+HHHH}.

p4raw-id: //depot/perl@9025

23 years agoRe: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
H.Merijn Brand [Fri, 2 Mar 2001 18:25:26 +0000]
Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>

Casting problem.

p4raw-id: //depot/perl@9024

23 years ago[ID 20010303.009] SOCKS5 work around breaks other sockets
Nicholas Clark [Sat, 3 Mar 2001 21:41:33 +0000]
[ID 20010303.009] SOCKS5 work around breaks other sockets
Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>

Revert the workaround.

p4raw-id: //depot/perl@9023

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 4 Mar 2001 19:36:28 +0000]
Update Changes.

p4raw-id: //depot/perl@9022

23 years agomakedef.pl updates suggested by Chris Nandor; double-checking
Jarkko Hietaniemi [Sun, 4 Mar 2001 18:41:00 +0000]
makedef.pl updates suggested by Chris Nandor; double-checking
the changes in AIX, OS/2 Win32 would be nice.

p4raw-id: //depot/perl@9021

23 years agoIntegrate change #9012 from maintperl into mainline,
Jarkko Hietaniemi [Sun, 4 Mar 2001 18:23:58 +0000]
Integrate change #9012 from maintperl into mainline,
quench a compiler warning.

p4raw-link: @9012 on //depot/maint-5.6/perl: 8cbd449d930e1c59a4de92147cce022b8fa8f4a4

p4raw-id: //depot/perl@9020
p4raw-integrated: from //depot/maint-5.6/perl@9012 'merge in' toke.c
(@9010..)

23 years agopattern in G_ARRAY context
Jeff Pinyan [Sat, 3 Mar 2001 17:14:07 +0000]
pattern in G_ARRAY context
Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@9018

23 years agoI thought I tested the #9014.
Jarkko Hietaniemi [Sun, 4 Mar 2001 18:06:21 +0000]
I thought I tested the #9014.

p4raw-id: //depot/perl@9017

23 years agoMore tr/// UTF-8 fixes from Inaba Hiroto.
Jarkko Hietaniemi [Sun, 4 Mar 2001 17:36:04 +0000]
More tr/// UTF-8 fixes from Inaba Hiroto.

p4raw-id: //depot/perl@9015

23 years agoAdd the \N{U+HHHH} syntax.
Jarkko Hietaniemi [Sun, 4 Mar 2001 17:24:49 +0000]
Add the \N{U+HHHH} syntax.

p4raw-id: //depot/perl@9014

23 years agoTweak the get*ent() OS/2 prototypes.
Jarkko Hietaniemi [Sun, 4 Mar 2001 17:20:45 +0000]
Tweak the get*ent() OS/2 prototypes.

p4raw-id: //depot/perl@9013

23 years agoUTF8 tr/// fixes from Inaba Hiroto.
Jarkko Hietaniemi [Sat, 3 Mar 2001 19:19:42 +0000]
UTF8 tr/// fixes from Inaba Hiroto.

p4raw-id: //depot/perl@9008

23 years agoIntegrate change #9006 from maintperl to mainline,
Jarkko Hietaniemi [Sat, 3 Mar 2001 19:00:30 +0000]
Integrate change #9006 from maintperl to mainline,
more robust quest for the infinite.

p4raw-link: @9006 on //depot/maint-5.6/perl: 056c8b5c3eb77101e8713ae76ced9a4cc39b58ed

p4raw-id: //depot/perl@9007
p4raw-integrated: from //depot/maint-5.6/perl@9004 'copy in'
lib/Math/Complex.pm (@8723..)

23 years agoRewrite REPORT() and REPORT2() (used for -DT) slightly
Jarkko Hietaniemi [Sat, 3 Mar 2001 17:40:14 +0000]
Rewrite REPORT() and REPORT2() (used for -DT) slightly
so that picky compilers like IRIX won't get huffy about
"statements without effect" (like 1;).

p4raw-id: //depot/perl@9004

23 years ago[perl-5.6.x, perl-current] accept for EPOC
Olaf Flebbe [Sat, 3 Mar 2001 16:36:04 +0000]
[perl-5.6.x, perl-current] accept for EPOC
Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>

p4raw-id: //depot/perl@9002

23 years agot/pod/find.t on VMS
Craig A. Berry [Fri, 2 Mar 2001 17:44:40 +0000]
t/pod/find.t on VMS
Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>

p4raw-id: //depot/perl@9001

23 years agoIntegrate changes #8997,8999 from maintperl.
Jarkko Hietaniemi [Sat, 3 Mar 2001 17:11:55 +0000]
Integrate changes #8997,8999 from maintperl.

Subject: [PATCH 5.6.1] compiling on OS/2
(Better error message from hints/os2.sh)

Subject: [PATCH 5.6.1] syslog.t

p4raw-link: @8999 on //depot/maint-5.6/perl: 1d1f4060a256037d3512259fe4c8a06dfa47e060
p4raw-link: @8997 on //depot/maint-5.6/perl: 44fb3a8ab385118a630b811ac7a33489c856e76b

p4raw-id: //depot/perl@9000
p4raw-integrated: from //depot/maint-5.6/perl@8996 'copy in'
hints/os2.sh (@8156..) 'merge in' t/lib/syslog.t (@8173..)

23 years agoRegen files for mainline.
Jarkko Hietaniemi [Sat, 3 Mar 2001 00:55:58 +0000]
Regen files for mainline.

p4raw-id: //depot/perl@8996

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 2 Mar 2001 19:59:56 +0000]
Update Changes.

p4raw-id: //depot/perl@8989

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 2 Mar 2001 19:57:08 +0000]
Integrate perlio:

[  8969]
Add charname comments to .ucm files writen by 'compile',
also order charmaps in those files by source encoding.
regenerate distrubuted .ucm files

p4raw-link: @8969 on //depot/perlio: f39fb8cc9d88ca007aab35d5a7373417b639dd74

p4raw-id: //depot/perl@8988

23 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 2 Mar 2001 18:15:45 +0000]
Integrate mainline

p4raw-id: //depot/perlio@8985

23 years agoVMS piping ... cleanup at interpreter exit
Charles Lane [Thu, 1 Mar 2001 15:54:09 +0000]
VMS piping ... cleanup at interpreter exit
Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@8983

23 years agoRe: sync sync sync: have I missed any patches?
Radu Greab [Thu, 1 Mar 2001 21:47:22 +0000]
Re: sync sync sync: have I missed any patches?
Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>

Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
was checking argv[0] regardless of whether a different pathname
will actually be executed."  Test case not supplied because
drafting that, ironically enough, revealed another bug
(or a feature).

p4raw-id: //depot/perl@8982

23 years agoMisdate in #8978.
Jarkko Hietaniemi [Fri, 2 Mar 2001 15:28:03 +0000]
Misdate in #8978.

p4raw-id: //depot/perl@8981

23 years agoFile::Copy for bleadperl, maintperl
Chris Nandor [Wed, 28 Feb 2001 22:10:15 +0000]
File::Copy for bleadperl, maintperl
Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>

p4raw-id: //depot/perl@8980

23 years ago[ID 20010301.004] Technically speaking in perldata
abela@geneanet.org [Thu, 1 Mar 2001 17:59:27 +0000]
[ID 20010301.004] Technically speaking in perldata
Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>

p4raw-id: //depot/perl@8979

23 years ago[ID 20010301.003] ref to 5.004
abela@geneanet.org [Thu, 1 Mar 2001 14:48:40 +0000]
[ID 20010301.003] ref to 5.004
Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>

Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
and mention the suidperl August 2000 security problem.

p4raw-id: //depot/perl@8978

23 years agoIntegrate mainline.
Nick Ing-Simmons [Thu, 1 Mar 2001 23:25:30 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@8976

23 years agoIntegrate change #8974 from maintperl, fix for bugid 20010226.008.
Jarkko Hietaniemi [Thu, 1 Mar 2001 16:51:34 +0000]
Integrate change #8974 from maintperl, fix for bugid 20010226.008.

p4raw-link: @8974 on //depot/maint-5.6/perl: e4625da7211a0a63080d50d21af8e6d48edb3c6a

p4raw-id: //depot/perl@8975
p4raw-integrated: from //depot/maint-5.6/perl@8973 'merge in' toke.c
(@8801..)

23 years agoRetract #8970 because of a completely mysterious core dump:
Jarkko Hietaniemi [Thu, 1 Mar 2001 02:23:25 +0000]
Retract #8970 because of a completely mysterious core dump:
adding the tests 241..244 causes op/pat dump core at test #25.
The test needs a lot of whittling down before the bug can be solved.

p4raw-id: //depot/perl@8973

23 years agoRegen perlapi.
Jarkko Hietaniemi [Thu, 1 Mar 2001 01:58:38 +0000]
Regen perlapi.

p4raw-id: //depot/perl@8972

23 years agodon't write along symlinks into a read only source tree (was Re: [ID 20010129.006...
Nicholas Clark [Wed, 28 Feb 2001 23:28:49 +0000]
don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
Message-ID: <20010228232849.A55187@plum.flirble.org>

Allow a completely write protected source code tree
when using the Configure -Dmksymlinks.

p4raw-id: //depot/perl@8971

23 years agoAdd back the EBCDIC character range tests (for matching).
Jarkko Hietaniemi [Thu, 1 Mar 2001 01:32:04 +0000]
Add back the EBCDIC character range tests (for matching).

p4raw-id: //depot/perl@8970

23 years agoAdd charname comments to .ucm files writen by 'compile',
Nick Ing-Simmons [Wed, 28 Feb 2001 18:18:01 +0000]
Add charname comments to .ucm files writen by 'compile',
also order charmaps in those files by source encoding.
regenerate distrubuted .ucm files

p4raw-id: //depot/perlio@8969

23 years agoExpand usemorebits early if d_casti32 needs to be undefined.
Jarkko Hietaniemi [Wed, 28 Feb 2001 16:26:37 +0000]
Expand usemorebits early if d_casti32 needs to be undefined.

p4raw-id: //depot/perl@8968

23 years agoUndo qu. Retract #8814, rewrite op/each part of #8615,
Jarkko Hietaniemi [Wed, 28 Feb 2001 16:22:26 +0000]
Undo qu.  Retract #8814, rewrite op/each part of #8615,
retract toke.c/qu parts of #8583, retract #8485, retract
or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
op/length.t, and MANIFEST, and delete t/op/qu.t.

p4raw-id: //depot/perl@8967

23 years agoRetract #8865 and #8869, un?pack C now again agree with Camel 3
Jarkko Hietaniemi [Wed, 28 Feb 2001 15:00:27 +0000]
Retract #8865 and #8869, un?pack C now again agree with Camel 3
by not changing from pre-Unicode days into being Unicode-aware.
Sniff.

p4raw-id: //depot/perl@8966

23 years agoRe: Errors in core PODs
Michael Stevens [Fri, 23 Feb 2001 15:47:56 +0000]
Re: Errors in core PODs
Message-ID: <20010223154756.A7723@firedrake.org>

p4raw-id: //depot/perl@8965

23 years agoDo not force d_casti32 to undef if we are on a 64-bit environment.
Jarkko Hietaniemi [Wed, 28 Feb 2001 14:35:35 +0000]
Do not force d_casti32 to undef if we are on a 64-bit environment.
(The #8961 was too bold.)

p4raw-id: //depot/perl@8964

23 years agoRe: sync sync sync: have I missed any patches?
Tim Jenness [Tue, 27 Feb 2001 13:24:58 +0000]
Re: sync sync sync: have I missed any patches?
In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>

Replace djSP with dSP.

p4raw-id: //depot/perl@8963

23 years agoUpgrade to Filter::Simple 0.50 (just few doc tweaks).
Jarkko Hietaniemi [Tue, 27 Feb 2001 23:21:14 +0000]
Upgrade to Filter::Simple 0.50 (just few doc tweaks).

p4raw-id: //depot/perl@8962

23 years agoThe casting mystery in HP-UX and IRIX needs at least a workaround
Jarkko Hietaniemi [Tue, 27 Feb 2001 22:55:26 +0000]
The casting mystery in HP-UX and IRIX needs at least a workaround
and this would be it.

p4raw-id: //depot/perl@8961

23 years agoconfigure.com bug fixing spree
Craig A. Berry [Tue, 27 Feb 2001 16:11:44 +0000]
configure.com bug fixing spree
Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>

p4raw-id: //depot/perl@8959

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 27 Feb 2001 15:16:42 +0000]
Update Changes.

p4raw-id: //depot/perl@8958

23 years ago[perl-current] EPOC
Olaf Flebbe [Mon, 26 Feb 2001 23:34:36 +0000]
[perl-current] EPOC
Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>

p4raw-id: //depot/perl@8956

23 years agoRe: Compile with perlcc..
Edward Peschko [Mon, 26 Feb 2001 18:51:58 +0000]
Re: Compile with perlcc..
Message-ID: <20010226185158.A9871@excitehome.net>

plus add a simple usage message if no arguments given.

p4raw-id: //depot/perl@8955

23 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 26 Feb 2001 21:02:59 +0000]
Integrate mainline

p4raw-id: //depot/perlio@8954

23 years agoDocumenting coderef @INC (Re: CPAN "make this script work" feature)
Nicholas Clark [Mon, 26 Feb 2001 00:42:07 +0000]
Documenting coderef @INC (Re: CPAN "make this script work" feature)
Message-ID: <20010226004207.F23333@plum.flirble.org>

p4raw-id: //depot/perl@8953

23 years agoXPUSH[insp] was Re: progress
Simon Cozens [Mon, 26 Feb 2001 12:23:48 +0000]
XPUSH[insp] was Re: progress
Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>

p4raw-id: //depot/perl@8952

23 years agoperlio - unknown layer
Nicholas Clark [Mon, 26 Feb 2001 00:27:19 +0000]
perlio - unknown layer
Message-ID: <20010226002719.E23333@plum.flirble.org>

p4raw-id: //depot/perl@8951

23 years agoPATCH: extra tests to check on negative float to unsigned cast
Jeff Okamoto [Fri, 23 Feb 2001 13:28:33 +0000]
PATCH: extra tests to check on negative float to unsigned cast
Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>

p4raw-id: //depot/perl@8950

23 years agoRe: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
Peter Prymmer [Fri, 23 Feb 2001 10:51:37 +0000]
Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>

p4raw-id: //depot/perl@8949

23 years agosmall fix in pod/perlop.pod
Radu Greab [Fri, 23 Feb 2001 18:50:48 +0000]
small fix in pod/perlop.pod
Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>

p4raw-id: //depot/perl@8948

23 years ago-Dt padsv($var)
Dave Mitchell [Mon, 26 Feb 2001 11:01:24 +0000]
-Dt padsv($var)
Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>

p4raw-id: //depot/perl@8947

23 years agoModified README.bs2000
Thomas Dorner [Mon, 26 Feb 2001 09:22:17 +0000]
Modified README.bs2000
Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>

p4raw-id: //depot/perl@8946

23 years agoAdd more known sprintf failures.
Jarkko Hietaniemi [Mon, 26 Feb 2001 14:14:15 +0000]
Add more known sprintf failures.

p4raw-id: //depot/perl@8944

23 years agoperlglob.exe needs to be found in Win32, patch from
Jarkko Hietaniemi [Mon, 26 Feb 2001 13:56:22 +0000]
perlglob.exe needs to be found in Win32, patch from
Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
which needs external glob at mini-perl time."

p4raw-id: //depot/perl@8943

23 years agoA missing dTHX from Vadim Konovalov.
Jarkko Hietaniemi [Mon, 26 Feb 2001 13:52:19 +0000]
A missing dTHX from Vadim Konovalov.

p4raw-id: //depot/perl@8942

23 years agoMiscommunication at #8914: #8902 was okay, #8881 was to be retracted.
Jarkko Hietaniemi [Mon, 26 Feb 2001 13:37:05 +0000]
Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.

p4raw-id: //depot/perl@8941

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 26 Feb 2001 13:35:40 +0000]
Integrate perlio:

[  8938]
Encode implementations docs.

p4raw-link: @8938 on //depot/perlio: 4edaa979293b3e482a715be9ab66acf7eb848c46

p4raw-id: //depot/perl@8940

23 years agoIntegrate mainline.
Nick Ing-Simmons [Sun, 25 Feb 2001 23:47:09 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@8939

23 years agoEncode implementations docs.
Nick Ing-Simmons [Sun, 25 Feb 2001 19:36:28 +0000]
Encode implementations docs.

p4raw-id: //depot/perlio@8938

23 years agoScript wasn't aligned with reality.
Jarkko Hietaniemi [Sun, 25 Feb 2001 19:26:16 +0000]
Script wasn't aligned with reality.

p4raw-id: //depot/perl@8937

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 25 Feb 2001 18:54:55 +0000]
Update Changes.

p4raw-id: //depot/perl@8936

23 years agoRetract #8929,8930,8932,8933 for now.
Jarkko Hietaniemi [Sun, 25 Feb 2001 18:46:36 +0000]
Retract #8929,8930,8932,8933 for now.

p4raw-id: //depot/perl@8935

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:34:35 +0000]
Integrate perlio:

[  8927]
Change method names in Encode implementation classes to something
less confusing (preparing to "go public").

[  8926]
GCC __atribute__ / printf fix

[  8925]
Checked in the wrong one ...

[  8923]
Encode API documentation nd tidy up.
Minor additions to test.
Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
Adds STRLEN to standard typemap.

p4raw-link: @8927 on //depot/perlio: 50d2698546d7dba5ed48b29bf1c13887b041a4ba
p4raw-link: @8926 on //depot/perlio: c745e42cb33cb9fcfc4d47fe732cfa4725aa5d07
p4raw-link: @8925 on //depot/perlio: 2a936312a7ab627c98624c1ea83115246309b3d7
p4raw-link: @8923 on //depot/perlio: 4411f3b60960504e67715e05eb0ed3192bfff8fc

p4raw-id: //depot/perl@8934

23 years ago(Retracted by #8395.)
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:33:12 +0000]
(Retracted by #8395.)

Slight tweaks in scan_const(), not fixes yet, it seems like
lots of work remains to be done...

p4raw-id: //depot/perl@8933

23 years ago(Retracted by #8395.)
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:27:11 +0000]
(Retracted by #8395.)

Missing from #8930.

p4raw-id: //depot/perl@8932

23 years agoA comment tweak.
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:26:19 +0000]
A comment tweak.

p4raw-id: //depot/perl@8931

23 years ago(Retracted by #8395.)
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:25:47 +0000]
(Retracted by #8395.)

Attempt to fix the EBCDIC character range problem with //.

p4raw-id: //depot/perl@8930

23 years ago(Retracted by #8395.)
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:23:45 +0000]
(Retracted by #8395.)

Expand the EBCDIC character range tests, and add few nasty
tr tests from Karsten Sperling.

p4raw-id: //depot/perl@8929

23 years agoMissing check-in.
Jarkko Hietaniemi [Sun, 25 Feb 2001 17:18:49 +0000]
Missing check-in.

p4raw-id: //depot/perl@8928

23 years agoChange method names in Encode implementation classes to something
Nick Ing-Simmons [Sun, 25 Feb 2001 11:30:22 +0000]
Change method names in Encode implementation classes to something
less confusing (preparing to "go public").

p4raw-id: //depot/perlio@8927

23 years agoGCC __atribute__ / printf fix
Nick Ing-Simmons [Sun, 25 Feb 2001 10:53:24 +0000]
GCC __atribute__ / printf fix

p4raw-id: //depot/perlio@8926

23 years agoChecked in the wrong one ...
Nick Ing-Simmons [Sun, 25 Feb 2001 10:52:25 +0000]
Checked in the wrong one ...

p4raw-id: //depot/perlio@8925

23 years agoIntegrate mainline - to see what Jarkko has in ...
Nick Ing-Simmons [Sat, 24 Feb 2001 18:46:51 +0000]
Integrate mainline - to see what Jarkko has in ...

p4raw-id: //depot/perlio@8924

23 years agoEncode API documentation nd tidy up.
Nick Ing-Simmons [Sat, 24 Feb 2001 17:05:23 +0000]
Encode API documentation nd tidy up.
Minor additions to test.
Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
Adds STRLEN to standard typemap.

p4raw-id: //depot/perlio@8923

23 years agoAdd a test for the "character range should match in EBCDIC
Jarkko Hietaniemi [Sat, 24 Feb 2001 16:38:12 +0000]
Add a test for the "character range should match in EBCDIC
if specified using explicit numerics" bug found by Karsten
Sperling.

p4raw-id: //depot/perl@8922

23 years agofixing t/pod/find.t, running t/pod
Michael G. Schwern [Fri, 23 Feb 2001 03:21:37 +0000]
fixing t/pod/find.t, running t/pod
Message-ID: <20010223032137.A26022@magnonel.guild.net>

plus Charles Lane's fixes, plus tweaks.

p4raw-id: //depot/perl@8921

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 24 Feb 2001 10:30:11 +0000]
Integrate mainline

p4raw-id: //depot/perlio@8920

23 years agoRe: I'm losing the war...
Vadim Konovalov [Sat, 24 Feb 2001 00:10:14 +0000]
Re: I'm losing the war...
Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>

hv_store() not working correctly in ENV_IS_CASELESS case.

p4raw-id: //depot/perl@8919

23 years agoRe: [PATCH] fix for charnames above FFFF
Andreas König [Fri, 23 Feb 2001 02:39:03 +0000]
Re: [PATCH] fix for charnames above FFFF
Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>

A further efficiency tweak.

p4raw-id: //depot/perl@8918

23 years agoAbolish USE_WIN32_RTL_ENV.
Jarkko Hietaniemi [Fri, 23 Feb 2001 20:02:25 +0000]
Abolish USE_WIN32_RTL_ENV.

p4raw-id: //depot/perl@8916

23 years agoRetract #8893, zero-initializing may be costly, maybe reintroduce
Jarkko Hietaniemi [Fri, 23 Feb 2001 19:36:00 +0000]
Retract #8893, zero-initializing may be costly, maybe reintroduce
later protected by some #define.

p4raw-id: //depot/perl@8915

23 years agoRetract #8902 for now, requested by Charles Lane, the correct
Jarkko Hietaniemi [Fri, 23 Feb 2001 19:31:38 +0000]
Retract #8902 for now, requested by Charles Lane, the correct
fix will be something else.

p4raw-id: //depot/perl@8914

23 years agowas Re: hashing order difference?
Peter Prymmer [Fri, 23 Feb 2001 10:54:09 +0000]
was Re: hashing order difference?
Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>

p4raw-id: //depot/perl@8913

23 years ago[patch] perlio + useithreads
Doug MacEachern [Fri, 23 Feb 2001 00:05:37 +0000]
[patch] perlio + useithreads
Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>

Gets things running but not complete.

p4raw-id: //depot/perl@8912

23 years agoA better workaround for Borland putenv() brokenness from Sarathy.
Jarkko Hietaniemi [Fri, 23 Feb 2001 02:05:46 +0000]
A better workaround for Borland putenv() brokenness from Sarathy.

p4raw-id: //depot/perl@8909

23 years agofix for parameter -Dm (for perl@8867)
Vadim Konovalov [Thu, 22 Feb 2001 17:30:12 +0000]
fix for parameter -Dm (for perl@8867)
Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>

p4raw-id: //depot/perl@8908

23 years agotreat unicoding and null bytes in op/append.t
Peter Prymmer [Thu, 22 Feb 2001 13:23:59 +0000]
treat unicoding and null bytes in op/append.t
Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>

p4raw-id: //depot/perl@8907

23 years agoUpgrade to File::Temp 0.12, from Tim Jenness.
Jarkko Hietaniemi [Fri, 23 Feb 2001 01:48:34 +0000]
Upgrade to File::Temp 0.12, from Tim Jenness.

p4raw-id: //depot/perl@8906

23 years agofix a patcho in t/lib/st-06compat.t
Peter Prymmer [Thu, 22 Feb 2001 12:54:31 +0000]
fix a patcho in t/lib/st-06compat.t
Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>

p4raw-id: //depot/perl@8905

23 years agoBe more helpful for devel builders, suggested by John L. Allen.
Jarkko Hietaniemi [Fri, 23 Feb 2001 01:42:12 +0000]
Be more helpful for devel builders, suggested by John L. Allen.

p4raw-id: //depot/perl@8903

23 years ago(Retracted by #8914)
Charles Lane [Thu, 22 Feb 2001 09:43:57 +0000]
(Retracted by #8914)
(Wrongly, reinstated by #8941)

Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@8902

23 years agomalloc message address offset
Charles Lane [Thu, 22 Feb 2001 08:01:35 +0000]
malloc message address offset
Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@8901

23 years agoRewrite putenv() using my_setenv(). (In general the vendors'
Jarkko Hietaniemi [Fri, 23 Feb 2001 01:16:25 +0000]
Rewrite putenv() using my_setenv().  (In general the vendors'
putenv() is not to be relied on, they are either broken or leaky
or both.)

p4raw-id: //depot/perl@8899

23 years agoFix #8803 as #8897 fixed #8896: with environ safesysmalloc()
Jarkko Hietaniemi [Thu, 22 Feb 2001 23:36:59 +0000]
Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
and safesysfree() must be used.

p4raw-id: //depot/perl@8898