Steve Peters [Tue, 21 Dec 2004 17:36:12 +0000]
[perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linux
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32979-103402.11.
4873424142094@perl.org>
Applying a four year old patch from myself. w00t!
p4raw-id: //depot/perl@34943
Nicholas Clark [Wed, 26 Nov 2008 23:50:06 +0000]
Note where (nearly) all the other private non-static functions are used.
p4raw-id: //depot/perl@34942
Nicholas Clark [Wed, 26 Nov 2008 23:35:59 +0000]
ywarn() is actually only used inside toke.c, so it can be static.
p4raw-id: //depot/perl@34941
Nicholas Clark [Wed, 26 Nov 2008 23:20:31 +0000]
setenv_getix() is not used anywhere other than util.c (and the "special
biologist word for stable" Msql-Mysql-modules-1.2219) so make it
static.
p4raw-id: //depot/perl@34940
Nicholas Clark [Wed, 26 Nov 2008 23:13:18 +0000]
Change 34931 missed a second update to perlintern.pod
p4raw-id: //depot/perl@34939
Nicholas Clark [Wed, 26 Nov 2008 23:02:47 +0000]
sv_add_arena() is now only called from sv.c, so it can be static.
p4raw-id: //depot/perl@34938
Nicholas Clark [Wed, 26 Nov 2008 22:44:03 +0000]
Perl_oopsCV() is not part of the public API, not used anywhere, so can
go.
p4raw-id: //depot/perl@34937
Marcus Holland-Moritz [Wed, 26 Nov 2008 22:34:54 +0000]
Upgrade to IPC::SysV 2.00_01
p4raw-id: //depot/perl@34936
Nicholas Clark [Wed, 26 Nov 2008 22:25:18 +0000]
rxres_free() and rxres_restore() are only used in pp_ctl.c, so can be
static. Macros PUSHSUBST() and POPSUBST() are only viable in PERL_CORE.
p4raw-id: //depot/perl@34935
Nicholas Clark [Wed, 26 Nov 2008 22:04:01 +0000]
Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>
p4raw-id: //depot/perl@34934
Nicholas Clark [Wed, 26 Nov 2008 21:56:46 +0000]
pmtrans() and refkids() can be static in op.c.
p4raw-id: //depot/perl@34933
Nicholas Clark [Wed, 26 Nov 2008 21:33:54 +0000]
pidgone() is only used in util.c, so it can be static.
p4raw-id: //depot/perl@34932
Nicholas Clark [Wed, 26 Nov 2008 21:18:58 +0000]
Merge S_is_gv_magical() into Perl_is_gv_magical_sv().
p4raw-id: //depot/perl@34931
Nicholas Clark [Wed, 26 Nov 2008 21:10:57 +0000]
The vestigial PL_pad_reset_pending can actually be bool, rather than
I32. This permits some space saving rejigging of the interpreter
struct.
p4raw-id: //depot/perl@34930
Nicholas Clark [Wed, 26 Nov 2008 20:53:23 +0000]
pad_reset() is only used in pad.c, so can be static.
Protect the prototype of S_vdie() with #if defined (PERL_IN_UTIL_C)
p4raw-id: //depot/perl@34929
Nicholas Clark [Wed, 26 Nov 2008 20:29:58 +0000]
Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it.
p4raw-id: //depot/perl@34927
Nicholas Clark [Wed, 26 Nov 2008 20:14:02 +0000]
is_gv_magical() is only called from within gv.c.
p4raw-id: //depot/perl@34926
Nicholas Clark [Wed, 26 Nov 2008 19:58:49 +0000]
ingroup() is only used in doio.c.
Wrap gen_constant_list in #if defined(PERL_IN_OP_C)
p4raw-id: //depot/perl@34925
Nicholas Clark [Wed, 26 Nov 2008 19:36:06 +0000]
force_list(), fold_constants() and gen_constant_list() can be static.
p4raw-id: //depot/perl@34924
Nicholas Clark [Wed, 26 Nov 2008 18:54:13 +0000]
vdie() isn't used anywhere aside from util.c, so it can be static.
p4raw-id: //depot/perl@34923
Nicholas Clark [Wed, 26 Nov 2008 18:21:52 +0000]
Perl_cv_ckproto() is not part of the public API, and not used anywhere
in the core. So it can go.
p4raw-id: //depot/perl@34922
Vincent Pit [Wed, 26 Nov 2008 18:49:48 +0000]
Addendum to bug #38809: fix assertion failure, more tests
Message-ID: <
492D8C3C.1010003@profvince.com>
p4raw-id: //depot/perl@34921
Nicholas Clark [Wed, 26 Nov 2008 16:24:07 +0000]
listkids() can be static in op.c
p4raw-id: //depot/perl@34920
Nicholas Clark [Wed, 26 Nov 2008 16:04:04 +0000]
Following on from change 34918, scalarkids() and scalarseq() can also
be static in op.c, so make it so.
p4raw-id: //depot/perl@34919
Nicholas Clark [Wed, 26 Nov 2008 15:41:49 +0000]
"If it's not private, it's public somehow." states Rafael. The most
reliable way I can see to keep our (unsupported) privates private is
to make them static whenever we can.
p4raw-id: //depot/perl@34918
Nicholas Clark [Wed, 26 Nov 2008 11:57:59 +0000]
Replace Perl_my() with a small shell script. er. macro.
p4raw-id: //depot/perl@34917
Jerry D. Hedden [Tue, 25 Nov 2008 11:52:12 +0000]
threads::shared 1.27
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510811250852r17a88593h373ca49c74ea0ffa@mail.gmail.com>
Date: Tue, 25 Nov 2008 11:52:12 -0500
p4raw-id: //depot/perl@34915
Nicholas Clark [Tue, 25 Nov 2008 17:47:11 +0000]
A correction to change 34909 - we want *different* constants.
p4raw-id: //depot/perl@34914
Nicholas Clark [Tue, 25 Nov 2008 15:53:27 +0000]
Add Rainer Tammer and Torsten Schönfeld to AUTHORS.
p4raw-id: //depot/perl@34910
Nicholas Clark [Tue, 25 Nov 2008 15:48:04 +0000]
Tweak the constants used in testing to constants that Win32 also has.
p4raw-id: //depot/perl@34909
Luke Ross [Tue, 30 Sep 2008 22:41:50 +0000]
Re: [perl #59280] perlbug AutoReply: PUSH on tied array gives incorrect context to method and can result in needless calls to FETCHSIZE
From: "Luke Ross" <lukeross@gmail.com>
Message-ID: <
970a62710809301441v1d8d1877tfc30d7b91cd4dc1a@mail.gmail.com>
p4raw-id: //depot/perl@34908
Vincent Pit [Mon, 29 Sep 2008 17:36:09 +0000]
[perl #38809] return do { } : take 3 (or 4...)
Message-ID: <
48E0F5E9.4050805@profvince.com>
p4raw-id: //depot/perl@34907
Andy Dougherty [Fri, 11 Jul 2008 11:27:13 +0000]
Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1
Message-ID: <Pine.LNX.4.64.
0807111112440.1349@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@34906
reneeb [Mon, 17 Nov 2008 06:13:57 +0000]
[perl #7911] no warning for useless /d in tr/0-9//d
From: "reneeb via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-10965-
1226931231-1833.7911-15-0@perl.org>
p4raw-id: //depot/perl@34905
Nicholas Clark [Mon, 24 Nov 2008 18:48:43 +0000]
Promote Perl_setdefout() to the public API.
p4raw-id: //depot/perl@34904
Nicholas Clark [Mon, 24 Nov 2008 18:37:22 +0000]
Change 34831 missed running autodoc.pl
p4raw-id: //depot/perl@34903
Mandalemula, Rajesh [Tue, 18 Nov 2008 14:55:03 +0000]
Respecting inc_version_list while processing PERL_VENDORLIB_STEM
From: "Mandalemula, Rajesh" <Rajesh.Mandalemula@deshaw.com>
Message-ID: <
B911686319FBAC4BA4671AF36F8DC30902CEA28A@mailhyd2.hyd.deshaw.com>
p4raw-id: //depot/perl@34902
John E. Malmberg [Sat, 22 Nov 2008 11:31:58 +0000]
[patch@34896] vms readdir() fixes for UNIX/EFS mode
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4928420E.2010607@qsl.net>
p4raw-id: //depot/perl@34901
Tim Bunce [Thu, 20 Nov 2008 13:17:19 +0000]
Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddr
Message-ID: <
20081120131719.GA32120@timac.local>
[tweaked for blead because of change 27941]
p4raw-id: //depot/perl@34896
Nicholas Clark [Tue, 18 Nov 2008 21:01:24 +0000]
Note where there is a U8 of space.
p4raw-id: //depot/perl@34887
Nicholas Clark [Tue, 18 Nov 2008 20:32:23 +0000]
Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please
the ANSI gods of VMS.
p4raw-id: //depot/perl@34886
Nicholas Clark [Tue, 18 Nov 2008 15:10:57 +0000]
Remove the trailing NUL byte, and (hopefully) convert perforce to
thinking that it is text, not binary.
p4raw-id: //depot/perl@34883
Abigail [Tue, 18 Nov 2008 09:29:05 +0000]
Improve and restructure t/op/pat.t and split out some unicode related tests into a new test file
Subject: t/op/pat.t
Message-ID: <
20081118082905.GJ3172@almanda>
With tweaks: Seems the new harness is quite picky about # signs in test names,
and doesnt like SKIP and TODO to be used together.
p4raw-id: //depot/perl@34882
Rainer Tammer [Tue, 18 Nov 2008 12:58:27 +0000]
Re: 5.8.9 RC1 patches for AIX
Message-ID: <
4922ADE3.5030701@tammer.net>
p4raw-id: //depot/perl@34881
Rafael Garcia-Suarez [Tue, 18 Nov 2008 11:12:56 +0000]
Use only unsigned ints for comparisons to PL_breakable_sub_generation
p4raw-id: //depot/perl@34880
Nicholas Clark [Tue, 18 Nov 2008 11:09:47 +0000]
Rafael noticed a bug in 34873 - I was comparing against the wrong
variable, and hence (usually) saving all globs, not just those that
should be kept.
p4raw-id: //depot/perl@34879
Gisle Aas [Mon, 17 Nov 2008 22:56:42 +0000]
Change LONG_DOUBLESIZE macros to match config (ref change 34823)
p4raw-id: //depot/perl@34877
Nicholas Clark [Mon, 17 Nov 2008 22:54:17 +0000]
S_save_lines() was using strchr() when it should have been using
memchr(). Result - eval""ed source with embedded NULs was not split
correctly into lines for the debugger. Obscure. But still a bug.
Maybe the Campaign for the Elimination of strlen() needs to take a long
hard stare at every strchr() too. And strmp() while we're looking.
p4raw-id: //depot/perl@34876
Nicholas Clark [Mon, 17 Nov 2008 22:31:07 +0000]
No need to str*cpy() a string of known fixed length ("_<(eval )") when
a simple 1 byte write has the same desired effect.
Clearly the Campaign for the Elimination of strlen() needs to branch
out into str*cat() and str*cpy().
p4raw-id: //depot/perl@34874
Nicholas Clark [Mon, 17 Nov 2008 22:04:56 +0000]
Fix the bug introduced with MRO, whereby the internals were not saving
lines in subroutines defined inside eval ""s for the debugger.
p4raw-id: //depot/perl@34873
Andy Dougherty [Mon, 17 Nov 2008 13:11:59 +0000]
Fix a missing single quote in hints/solaris_2.sh
Message-ID: <Pine.LNX.4.64.
0811171300350.16632@fractal.phys.lafayette.edu>
Date: Mon, 17 Nov 2008 13:11:59 -0500 (EST)
p4raw-id: //depot/perl@34870
Renee Baecker [Sun, 31 Aug 2008 11:35:45 +0000]
[perl #58428][PATCH] Unicode::UCD::charinfo() does not work on 21 Han codepoints
Message-Id: <
20080831093545.A15C4120011@rserv16.sitepush.net>
p4raw-id: //depot/perl@34867
Rafael Garcia-Suarez [Mon, 17 Nov 2008 10:06:08 +0000]
Skip two tests under ithreads, where the constant lives in the pad.
p4raw-id: //depot/perl@34864
Rafael Garcia-Suarez [Mon, 17 Nov 2008 08:30:52 +0000]
Upgrade to Attribute::Handlers 0.81
p4raw-id: //depot/perl@34862
Rainer Tammer [Mon, 17 Nov 2008 08:53:34 +0000]
Re: 5.8.9 RC1 report
Message-ID: <
492122FE.5020001@tammer.net>
p4raw-id: //depot/perl@34861
Chip Salzenberg [Sun, 16 Nov 2008 23:14:30 +0000]
Re: [perl #59998] [PATCH] crypt() returns tainted data even when input strings are detainted
Message-ID: <
20081117071429.GD5495@tytlal.topaz.cx>
p4raw-id: //depot/perl@34860
Nicholas Clark [Sun, 16 Nov 2008 23:05:35 +0000]
Add a $VERSION, strict and some documentation to Tie::StdHandle.
p4raw-id: //depot/perl@34859
Nicholas Clark [Sun, 16 Nov 2008 21:38:30 +0000]
Integrate:
[ 34841]
Change 34693 introduced a regression spotted by Devel::SmallProf.
p4raw-link: @34841 on //depot/maint-5.8/perl:
95d1ca54dd69844873c9f0e6981fcfd632fa4274
p4raw-id: //depot/perl@34857
p4raw-integrated: from //depot/maint-5.8/perl@34854 'merge in' pp_ctl.c
(@34726..)
Gisle Aas [Sun, 16 Nov 2008 20:53:15 +0000]
Sync up with Digest-MD5-2.38 from CPAN
p4raw-id: //depot/perl@34854
Rainer Tammer [Thu, 13 Nov 2008 15:14:46 +0000]
Re: 5.8.9 RC1 report
Message-ID: <
491C3656.3010509@tammer.net>
p4raw-id: //depot/perl@34852
Florian Ragwitz [Thu, 13 Nov 2008 21:34:12 +0000]
Make B::walksymtable not recurse into packages that are actually main::, but have a different name.
Message-Id: <
1226608453-25937-1-git-send-email-rafl@debian.org>
p4raw-id: //depot/perl@34845
Florian Ragwitz [Thu, 13 Nov 2008 21:34:13 +0000]
Deparse inlined constants.
Message-Id: <
1226608453-25937-2-git-send-email-rafl@debian.org>
p4raw-id: //depot/perl@34844
Nicholas Clark [Sun, 16 Nov 2008 17:42:53 +0000]
Add Tom Wyant to AUTHORS.
p4raw-id: //depot/perl@34843
Steve Peters [Sun, 16 Nov 2008 17:07:24 +0000]
TODO for fixing lvalue subs in the debugger is now to-done. Pointed
out by Florian Ragwitz.
p4raw-id: //depot/perl@34840
Torsten Schoenfeld [Sat, 15 Nov 2008 21:24:40 +0000]
MRO tests for isa() and package aliases
Message-ID: <
491F3008.4060205@gmx.de>
p4raw-id: //depot/perl@34839
Steve Peters [Sun, 16 Nov 2008 06:31:56 +0000]
Upgrade to File-Temp-0.21
p4raw-id: //depot/perl@34838
Rafael Garcia-Suarez [Sat, 15 Nov 2008 10:15:22 +0000]
Add a dump to help tracing taint bugs, by Chip Salzenberg
p4raw-id: //depot/perl@34837
Steve Peters [Fri, 14 Nov 2008 19:17:13 +0000]
Forgot to include lib/perl5db.pl in change #34833
p4raw-link: @34833 on //depot/perl:
1ad62f649328dc563f7f21be3c384f5adf18af1d
p4raw-id: //depot/perl@34836
Andy Dougherty [Fri, 14 Nov 2008 13:01:13 +0000]
Future-proof hints/linux.sh against Sun's cc -V output.
Message-ID: <Pine.LNX.4.64.
0811141300220.6539@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@34835
Steve Peters [Fri, 14 Nov 2008 15:12:18 +0000]
Various patches added to RT #21568 from julian@mehnle.net.
p4raw-id: //depot/perl@34834
bharanee rathna [Tue, 11 Dec 2007 15:25:21 +0000]
[perl #48489] patch to fix perl bug #7013
From: "bharanee rathna" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28750-
1197415521-1978.48489-75-0@perl.org>
Just the pp_hot.c portion of this patch applied along with removing
the TODO from the test added in the previous change.
p4raw-id: //depot/perl@34833
Florian Ragwitz [Fri, 14 Nov 2008 11:24:57 +0000]
Add TODO test for :lvalue under -d.
Message-Id: <
1226658297-24025-1-git-send-email-rafl@debian.org>
p4raw-id: //depot/perl@34832
Chip Salzenberg [Fri, 14 Nov 2008 00:44:36 +0000]
[perl #948] [PATCH] Allow tied $,
Message-ID: <
20081114084436.GJ5779@tytlal.topaz.cx>
p4raw-id: //depot/perl@34831
Rafael Garcia-Suarez [Thu, 13 Nov 2008 10:57:27 +0000]
Fix error message label
(noticed by Abigail)
p4raw-id: //depot/perl@34830
Chip Salzenberg [Wed, 12 Nov 2008 15:45:04 +0000]
Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal handler to SIG_DFL
Message-ID: <
20081112234504.GI2062@tytlal.topaz.cx>
Updated patch to retain source compatibility.
Plus using the correct PERL_ARGS_ASSERT_SAVE_HELEM_FLAGS
macro and running make regen.
p4raw-id: //depot/perl@34829
Yves Orton [Wed, 12 Nov 2008 19:47:21 +0000]
Bump ExtUtils-Install to 1.52 (because of CPAN persnickityness)
CPAN these days objects to "world writable" files in CPAN tar files,
which is what you'll get if you dev on a win32 box with "normal"
permissions and do a nmake dist.
And of course thats what I was doing with ExtUtils-Install,
and so CPAN rejected 1.51. Thus I changed permissions and rereleased
and this is the equivalent change to blead. /grrr
p4raw-id: //depot/perl@34828
Yves Orton [Wed, 12 Nov 2008 19:23:38 +0000]
Update ExtUtils-Install to 1.51
Also adds the Changes file from ExtUtils-Install as Changes_EU-Install
p4raw-id: //depot/perl@34827
Rafael Garcia-Suarez [Wed, 12 Nov 2008 15:14:19 +0000]
Some deprecated warnings were also in the syntax category
(one of them was spotted by Abigail.)
Plus, document the undocumented warning
"Use of comma-less variable list is deprecated"
p4raw-id: //depot/perl@34825
Gisle Aas [Wed, 12 Nov 2008 14:50:14 +0000]
Skip #ifdefs and other preprocessor lines when parsing the
local_patches section of patchlevel.h.
p4raw-id: //depot/perl@34824
Gisle Aas [Wed, 12 Nov 2008 12:30:19 +0000]
sizeof(long double) is 8 bytes for all Microsoft compilers
from Jan Dubois
p4raw-id: //depot/perl@34823
Gisle Aas [Wed, 12 Nov 2008 12:13:03 +0000]
POD markup fix
p4raw-id: //depot/perl@34822
Rafael Garcia-Suarez [Wed, 12 Nov 2008 10:42:21 +0000]
Regenerate API docs
p4raw-id: //depot/perl@34820
Chip Salzenberg [Mon, 10 Nov 2008 16:00:40 +0000]
Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal
Message-ID: <
20081111000040.GB19329@tytlal.topaz.cx>
p4raw-id: //depot/perl@34819
Gisle Aas [Wed, 12 Nov 2008 09:40:43 +0000]
Sync up with Digest-MD5-2.37 from CPAN
p4raw-id: //depot/perl@34818
Nicholas Clark [Wed, 12 Nov 2008 09:18:13 +0000]
Integrate:
[ 34811]
Hopefully today.
p4raw-link: @34811 on //depot/maint-5.8/perl:
fe4320b5dc40bba015edd810dd349568512306ff
p4raw-id: //depot/perl@34817
p4raw-integrated: from //depot/maint-5.8/perl@34815 'copy in'
pod/perlhist.pod (@33192..)
Vincent Pit [Tue, 11 Nov 2008 15:58:07 +0000]
Relocations errors with Intel CC 10 on 64 bits archs
Message-ID: <
49199D7F.7030304@profvince.com>
p4raw-id: //depot/perl@34815
Dave Mitchell [Mon, 10 Nov 2008 23:28:35 +0000]
add -t (tabular option) to Porting/corecpan.pl
This allows multiple source trees to be compared
p4raw-id: //depot/perl@34814
Marcus Holland-Moritz [Mon, 10 Nov 2008 19:13:20 +0000]
Allow lvalue usage of SvRV() and add MUTABLE_SV() check.
Also add new SvRV_const() macro for read-only access.
p4raw-id: //depot/perl@34804
Steffen Mueller [Mon, 10 Nov 2008 09:41:40 +0000]
Update Maintainers.pl
Message-ID: <
20081110084141.12299.qmail@lists.develooper.com>
p4raw-id: //depot/perl@34792
John E. Malmberg [Sun, 9 Nov 2008 00:46:03 +0000]
[patch@34779] Get posix exit mode working/tested on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4916872B.5040500@qsl.net>
p4raw-id: //depot/perl@34790
Nicholas Clark [Mon, 10 Nov 2008 11:58:41 +0000]
Backslashes inside '' inside Makefiles seem to be non-portable in their
effects. GNU make leaves them in as literals, BSD make takes them out.
Not that we noticed, as the construction in question was valid Perl
syntax either way, but File::Find 1.14 is enforcing more on its
arguments.
p4raw-id: //depot/perl@34789
Renee Baecker [Fri, 22 Aug 2008 16:42:02 +0000]
[perl #57926][PATCH] File::Find Bug
Message-Id: <
20080822144202.659AB99C002@rserv16.sitepush.net>
p4raw-id: //depot/perl@34786
Yves Orton [Sun, 9 Nov 2008 21:02:01 +0000]
Add support for testing when under
#define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS = 0
as signalled by the environment variable REAL_POSIX_CC being true.
Otherwise test are as they used to be, or TODO'ed.
p4raw-id: //depot/perl@34785
Nicholas Clark [Sun, 9 Nov 2008 19:54:42 +0000]
Upgrade to File::Path 2.07
p4raw-id: //depot/perl@34784
Marcus Holland-Moritz [Sun, 9 Nov 2008 13:42:58 +0000]
Fix warning code in Perl_sv_vcatpvfn() to make the TODO
tests introduced with #34781 pass. Add some more warning
tests to t/lib/warnings/sv.
p4raw-id: //depot/perl@34783
Michael G. Schwern [Sat, 8 Nov 2008 23:22:54 +0000]
diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t
Message-ID: <
49168FCE.8020105@pobox.com>
Plus converting the whole file from DOS to UNIX format
and adding a newline at the end.
p4raw-id: //depot/perl@34782
Marcus Holland-Moritz [Sun, 9 Nov 2008 09:52:31 +0000]
Update format warning tests to expect "%lld" instead of "%d"
when "%lld" was in the format string. Mark these warnings as
TODO until this is fixed.
p4raw-id: //depot/perl@34781
Hugo van der Sanden [Sat, 8 Nov 2008 13:29:57 +0000]
"Perl_newSVpvf("%lld")" is broken
Message-Id: <
200811081329.mA8DTv7e018896@zen.crypt.org>
Plus some test cases.
p4raw-id: //depot/perl@34780
Marcus Holland-Moritz [Sat, 8 Nov 2008 18:31:09 +0000]
Make sure PerlIO::via doesn't leave its old GV's hanging
in the stash they were created in. Steal the idea from
IO::File to just delete the stash entry after creating
the GV.
This fixes perl #59268.
p4raw-id: //depot/perl@34779
Steve Peters [Sat, 8 Nov 2008 15:51:45 +0000]
From change #34775, reverting perlio.c change for now. Also,
setting the tests to TODO.
p4raw-link: @34775 on //depot/perl:
2556f95e0f4f5e8e95c9766374614ab52edefe3d
p4raw-id: //depot/perl@34778