Jarkko Hietaniemi [Wed, 28 Mar 2001 18:52:09 +0000]
Rmdir lib/XS on cleanup.
p4raw-id: //depot/perl@9423
Jarkko Hietaniemi [Wed, 28 Mar 2001 18:49:34 +0000]
Integrate perlio:
[ 9421]
Loose duplicate chunk.
p4raw-link: @9421 on //depot/perlio:
ac829cc3fb088ab84d8c0df184b703b601212226
p4raw-id: //depot/perl@9422
Nick Ing-Simmons [Wed, 28 Mar 2001 18:46:44 +0000]
Loose duplicate chunk.
p4raw-id: //depot/perlio@9421
Nick Ing-Simmons [Wed, 28 Mar 2001 18:44:11 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9420
Jarkko Hietaniemi [Wed, 28 Mar 2001 18:42:05 +0000]
Can't trust external pwds
(either shell builtins or external programs)
p4raw-id: //depot/perl@9419
Jarkko Hietaniemi [Wed, 28 Mar 2001 18:34:05 +0000]
Integrate perlio:
[ 9417]
PerlIO.pm / perlio.pm conflict.
Update some pods.
Make t/op/utf8decode.t a text file.
p4raw-link: @9417 on //depot/perlio:
7d3b96bbd83d17f17b26b4c05ef623881c8477be
p4raw-id: //depot/perl@9418
Nick Ing-Simmons [Wed, 28 Mar 2001 18:24:02 +0000]
PerlIO.pm / perlio.pm conflict.
Update some pods.
Make t/op/utf8decode.t a text file.
p4raw-id: //depot/perlio@9417
Craig A. Berry [Wed, 28 Mar 2001 10:55:20 +0000]
VMS fix-ups and status
Message-Id: <5.0.2.1.0.
20010327164600.031563e8@exchi01>
p4raw-id: //depot/perl@9414
Jarkko Hietaniemi [Wed, 28 Mar 2001 17:03:12 +0000]
Dup hunk.
p4raw-id: //depot/perl@9413
Jarkko Hietaniemi [Wed, 28 Mar 2001 17:02:36 +0000]
Forced integrate from perlio.
p4raw-id: //depot/perl@9412
p4raw-integrated: from //depot/perlio@9410 'copy in' t/op/utf8decode.t
(@9400..)
Nick Ing-Simmons [Wed, 28 Mar 2001 16:50:03 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9411
H.Merijn Brand [Wed, 28 Mar 2001 18:33:56 +0000]
Re: [PATCH] 9403 cannot be tested
Message-Id: <
20010328182418.7C17.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@9410
Jarkko Hietaniemi [Wed, 28 Mar 2001 16:12:45 +0000]
Yet another tweak on AIX dynaloading.
p4raw-id: //depot/perl@9409
H.Merijn Brand [Wed, 28 Mar 2001 17:23:00 +0000]
9403 cannot be tested
Message-Id: <
20010328171835.7C14.H.M.BRAND@hccnet.nl>
A missing symbol.
p4raw-id: //depot/perl@9408
Jarkko Hietaniemi [Wed, 28 Mar 2001 15:47:43 +0000]
Integrate perlio:
[ 9400]
More EBCDIC tweaks:
- one more swash issue &~(0xA0-1) did not do the right thing,
for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
- add "use re 'asciirange'" to make [!-~] etc. work
use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
- Choose a key for t/op/each.t test which gets encoded.
- Skip utf8decode if this is UTF-EBCDIC.
p4raw-link: @9400 on //depot/perlio:
daf0f78e031c718c75590ef9ef573756f805776e
p4raw-id: //depot/perl@9407
Benjamin Sugars [Tue, 27 Mar 2001 17:37:05 +0000]
cwd.t (was: Cwd has no tests?)
Message-ID: <Pine.LNX.4.21.
0103271719540.2007-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@9406
Jarkko Hietaniemi [Wed, 28 Mar 2001 15:13:18 +0000]
pp_ne() needs a CORRECT boolean.
p4raw-id: //depot/perl@9405
Jarkko Hietaniemi [Wed, 28 Mar 2001 15:09:23 +0000]
pp_ne() needs a boolean, not an integer.
p4raw-id: //depot/perl@9404
Jarkko Hietaniemi [Wed, 28 Mar 2001 14:47:43 +0000]
(Retracted by #9404.)
p4raw-id: //depot/perl@9403
Tim Jenness [Tue, 27 Mar 2001 16:34:03 +0000]
Re: [PATCH] Typemap testing
Message-ID: <Pine.LNX.4.30.
0103271633030.21198-100000@lapaki.jach.hawaii.edu>
p4raw-id: //depot/perl@9402
Paul Marquess [Sun, 25 Mar 2001 21:59:15 +0000]
RE: 5.6.0 BUG: Lexical warnings aren't lexical
Message-ID: <
000701c0b56e$73944220$07bdfea9@bfs.phone.com>
A variable will be checked for the "use once" warnings if:
1. It is in the scope of a use warnings 'once'
2. It isn't in the scope of the warnings pragma at all AND $^W is set.
Otherwise it won't be checked at all.
Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
The enclosed patch partially fixes this issue. What I didn't
get to work was the case where the "used once" warning is enabled
in any file other than the main file.
p4raw-id: //depot/perl@9401
Nick Ing-Simmons [Wed, 28 Mar 2001 14:38:24 +0000]
More EBCDIC tweaks:
- one more swash issue &~(0xA0-1) did not do the right thing,
for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
- add "use re 'asciirange'" to make [!-~] etc. work
use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
- Choose a key for t/op/each.t test which gets encoded.
- Skip utf8decode if this is UTF-EBCDIC.
p4raw-id: //depot/perlio@9400
Jarkko Hietaniemi [Wed, 28 Mar 2001 14:21:00 +0000]
Extend the SvROK() testing also to pp_ne(), pointed out by
Andreas Schwab.
p4raw-id: //depot/perl@9399
David Dyck [Tue, 27 Mar 2001 15:16:24 +0000]
[ID
20010327.007] New warning from IO::Socket for sockatmark
Message-Id: <
200103272316.PAA21921@dd.tc.fluke.com>
p4raw-id: //depot/perl@9398
Jarkko Hietaniemi [Tue, 27 Mar 2001 21:52:49 +0000]
Integrate perlio:
[ 9395]
Outline docs for PerlIO and PerlIO::Scalar
[ 9394]
PerlIO::Via layer (alpha-ish).
p4raw-link: @9395 on //depot/perlio:
b3d30bf7e271096b5b02c85f1129c4e49c36a709
p4raw-link: @9394 on //depot/perlio:
e7a1fdd7863072044ba7ced152ae990afb435b16
p4raw-id: //depot/perl@9397
Nick Ing-Simmons [Tue, 27 Mar 2001 21:45:13 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9396
Nick Ing-Simmons [Tue, 27 Mar 2001 21:18:58 +0000]
Outline docs for PerlIO and PerlIO::Scalar
p4raw-id: //depot/perlio@9395
Nick Ing-Simmons [Tue, 27 Mar 2001 20:50:13 +0000]
PerlIO::Via layer (alpha-ish).
p4raw-id: //depot/perlio@9394
Jarkko Hietaniemi [Tue, 27 Mar 2001 20:49:55 +0000]
Retract #9329 now that 9390 should take care of the matter.
p4raw-id: //depot/perl@9393
Robin Houston [Tue, 27 Mar 2001 20:57:11 +0000]
Autoloading Errno.pm when %! is encountered
Message-ID: <
20010327205710.A24053@puffinry.freeserve.co.uk>
p4raw-id: //depot/perl@9390
Jarkko Hietaniemi [Tue, 27 Mar 2001 20:24:31 +0000]
Integrate perlio:
[ 9384]
Various EBCDIC fixes:
- major revelation that swash code is encoding aware,
(or thought it was) - now it is ;-)
- With that out of the way fix a slab of tr/// cases.
- Fix Encode 'Unicode' to be true Unicode so tests pass.
- As anticipated Base64.xs needed tweaks.
- Until tr/// works right avoid old_encode64 in MIME tests.
p4raw-link: @9384 on //depot/perlio:
5ad8ef521b3ffc4e6bbbb9941bc4940d442b56b2
p4raw-id: //depot/perl@9389
Jarkko Hietaniemi [Tue, 27 Mar 2001 20:21:38 +0000]
Better have a three-element array if one is going to assign
to the third element of that array. (from Tim Jenness)
p4raw-id: //depot/perl@9388
Nick Ing-Simmons [Tue, 27 Mar 2001 20:15:43 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9387
Gisle Aas [Tue, 27 Mar 2001 11:30:24 +0000]
Re: perl@9359 breaks HTML::Parser
Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
Clarify the UTF-8 issues of the API docs.
(Slightly reworded and expanded.)
p4raw-id: //depot/perl@9386
Jarkko Hietaniemi [Tue, 27 Mar 2001 19:44:25 +0000]
If directory entries compare equal case-insensitively,
retry case-sensitively.
p4raw-id: //depot/perl@9385
Nick Ing-Simmons [Tue, 27 Mar 2001 19:38:50 +0000]
Various EBCDIC fixes:
- major revelation that swash code is encoding aware,
(or thought it was) - now it is ;-)
- With that out of the way fix a slab of tr/// cases.
- Fix Encode 'Unicode' to be true Unicode so tests pass.
- As anticipated Base64.xs needed tweaks.
- Until tr/// works right avoid old_encode64 in MIME tests.
p4raw-id: //depot/perlio@9384
Jarkko Hietaniemi [Tue, 27 Mar 2001 18:34:41 +0000]
Add the std test suite BEGIN block.
p4raw-id: //depot/perl@9383
Jarkko Hietaniemi [Tue, 27 Mar 2001 15:16:07 +0000]
Add debugging output to the test.
p4raw-id: //depot/perl@9382
Jarkko Hietaniemi [Tue, 27 Mar 2001 15:08:10 +0000]
Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
p4raw-id: //depot/perl@9381
Tim Jenness [Sun, 25 Mar 2001 16:46:12 +0000]
Typemap testing
Message-ID: <Pine.LNX.4.30.
0103251629350.16988-101000@lapaki.jach.hawaii.edu>
(The first part of the patch.)
p4raw-id: //depot/perl@9380
Benjamin Sugars [Mon, 26 Mar 2001 14:11:47 +0000]
Re: [PATCH] t/lib/glob-basic.t
Message-ID: <Pine.LNX.4.21.
0103261406170.2729-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@9379
Simon Cozens [Tue, 27 Mar 2001 01:12:01 +0000]
perlvar nit
Message-ID: <
20010327011201.A19179@netthink.co.uk>
p4raw-id: //depot/perl@9378
Benjamin Sugars [Mon, 26 Mar 2001 23:40:33 +0000]
B::Terse and warnings
Message-ID: <Pine.LNX.4.21.
0103262320170.20040-100000@localhost.localdomain>
p4raw-id: //depot/perl@9377
Jarkko Hietaniemi [Tue, 27 Mar 2001 14:31:31 +0000]
Document sockatmark() some.
p4raw-id: //depot/perl@9376
Jarkko Hietaniemi [Tue, 27 Mar 2001 14:00:24 +0000]
sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
noted by Gisle and fixed by NI-S.
p4raw-id: //depot/perl@9375
Jarkko Hietaniemi [Tue, 27 Mar 2001 05:50:01 +0000]
Regen toc.
p4raw-id: //depot/perl@9374
Jarkko Hietaniemi [Tue, 27 Mar 2001 05:43:51 +0000]
Pixie documenting.
p4raw-id: //depot/perl@9373
Jarkko Hietaniemi [Tue, 27 Mar 2001 05:29:07 +0000]
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Jarkko Hietaniemi [Mon, 26 Mar 2001 22:01:18 +0000]
pp_ncmp() and pp_scmp() should return numeric values, not booleans.
Really need to benchmark this.
p4raw-id: //depot/perl@9370
Nick Ing-Simmons [Mon, 26 Mar 2001 21:59:30 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9369
Jarkko Hietaniemi [Mon, 26 Mar 2001 21:47:03 +0000]
Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
TODO1: perlbench.
TODO2: le, lt, ge, gt? Yech.
p4raw-id: //depot/perl@9368
Jarkko Hietaniemi [Mon, 26 Mar 2001 21:34:57 +0000]
Too much cut-and-paste in #9363.
p4raw-id: //depot/perl@9367
Andreas Schwab [Mon, 26 Mar 2001 17:29:04 +0000]
$ref1 == $ref2 without NV_PRESERVES_UV
Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
(The patch for 5.6.0 or so, this is a guess for bleadperl)
p4raw-id: //depot/perl@9366
Jarkko Hietaniemi [Mon, 26 Mar 2001 21:07:54 +0000]
Integrate perlio:
[ 9364]
REFCNT botch in layer name cache hash.
p4raw-link: @9364 on //depot/perlio:
46236db6145fa50aba9a2041c76a8d3687ffc600
p4raw-id: //depot/perl@9365
Nick Ing-Simmons [Mon, 26 Mar 2001 20:30:48 +0000]
REFCNT botch in layer name cache hash.
p4raw-id: //depot/perlio@9364
Benjamin Sugars [Mon, 26 Mar 2001 13:29:54 +0000]
socket() leaks file descriptors
Message-ID: <Pine.LNX.4.21.
0103261315510.2729-100000@marmot.rim.canoe.ca>
Also sockpair() fixed similarly.
p4raw-id: //depot/perl@9363
Jarkko Hietaniemi [Mon, 26 Mar 2001 18:37:52 +0000]
Integrate perlio:
[ 9361]
Implement flush of linebuffered streams on read of a tty.
[ 9360]
Memory tweaks and notes for OEMVS.
p4raw-link: @9361 on //depot/perlio:
a9c883f63197ffe78a9fa90fb454b99d9d4027c2
p4raw-link: @9360 on //depot/perlio:
9133bbab1b418762e5735878fdd7f85407fdd45a
p4raw-id: //depot/perl@9362
Nick Ing-Simmons [Mon, 26 Mar 2001 17:32:06 +0000]
Implement flush of linebuffered streams on read of a tty.
p4raw-id: //depot/perlio@9361
Nick Ing-Simmons [Mon, 26 Mar 2001 17:12:32 +0000]
Memory tweaks and notes for OEMVS.
p4raw-id: //depot/perlio@9360
Jarkko Hietaniemi [Mon, 26 Mar 2001 02:12:54 +0000]
Update Changes.
p4raw-id: //depot/perl@9359
Jarkko Hietaniemi [Mon, 26 Mar 2001 02:05:32 +0000]
Document the most common pixie options.
p4raw-id: //depot/perl@9358
Jarkko Hietaniemi [Mon, 26 Mar 2001 01:25:28 +0000]
For perl.pixie check *before* compiling that optimize is -g,
as for perl.third.
p4raw-id: //depot/perl@9357
Jarkko Hietaniemi [Mon, 26 Mar 2001 01:13:41 +0000]
rmdir lib/Digest, lib/MIME, and lib/PerlIO.
p4raw-id: //depot/perl@9356
Jarkko Hietaniemi [Mon, 26 Mar 2001 01:11:19 +0000]
Remove t/perl.third.
p4raw-id: //depot/perl@9355
Jarkko Hietaniemi [Mon, 26 Mar 2001 00:23:38 +0000]
Implement IO::Socket::atmark(), inspired by Lincoln Stein's
IO::Sockatmark().
p4raw-id: //depot/perl@9354
Jarkko Hietaniemi [Sun, 25 Mar 2001 22:25:04 +0000]
Integrate perlio:
[ 9351]
Fix readline in list mode to tell rest of world that it has
things on the stack. Otherwise if perl code gets invoked
underneath it it scribbles over results-so-far.
(Why TIEHANDLE has not tripped on this is a mystery.)
[ 9350]
win32/makefile.mk typos
[ 9348]
Make it text
[ 9346]
Add destruct time hook to PerlIO (for work-in-process implementing
layers in perl code. In such cases layers need to be popped before
we loose the ability to run perl code.)
Also back-out "PerlIO::object" hook - it isn't going to work like that...
[ 9345]
Avoid at leasy one of undefined warnings in Encode.
[ 9343]
Missing return value.
p4raw-link: @9351 on //depot/perlio:
09e8efccba1f47d53c182ecd6161dfcbbbc53b0f
p4raw-link: @9350 on //depot/perlio:
2590d28705872a65d11745576d64aa79a6c9cdfe
p4raw-link: @9348 on //depot/perlio:
e8c26a5fe91df45297036573f4007ab8d23de7e9
p4raw-link: @9346 on //depot/perlio:
13621cfb31449eed71b690b723c2463019b1b277
p4raw-link: @9345 on //depot/perlio:
8040349a05f5a3f1e93bde55d8359e415c47bf01
p4raw-link: @9343 on //depot/perlio:
a144b9898613715625621889c13893a8238e4af6
p4raw-id: //depot/perl@9353
Radu Greab [Fri, 23 Mar 2001 21:14:59 +0000]
Re: [ID
20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
p4raw-id: //depot/perl@9352
Nick Ing-Simmons [Sun, 25 Mar 2001 22:15:02 +0000]
Fix readline in list mode to tell rest of world that it has
things on the stack. Otherwise if perl code gets invoked
underneath it it scribbles over results-so-far.
(Why TIEHANDLE has not tripped on this is a mystery.)
p4raw-id: //depot/perlio@9351
Nick Ing-Simmons [Sun, 25 Mar 2001 22:10:13 +0000]
win32/makefile.mk typos
p4raw-id: //depot/perlio@9350
Nick Ing-Simmons [Sun, 25 Mar 2001 21:31:14 +0000]
Integrate now-non-binary file.
p4raw-id: //depot/perlio@9349
Nick Ing-Simmons [Sun, 25 Mar 2001 21:27:24 +0000]
Make it text
p4raw-id: //depot/perlio@9348
Nick Ing-Simmons [Sun, 25 Mar 2001 21:25:37 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9347
Nick Ing-Simmons [Sun, 25 Mar 2001 20:58:15 +0000]
Add destruct time hook to PerlIO (for work-in-process implementing
layers in perl code. In such cases layers need to be popped before
we loose the ability to run perl code.)
Also back-out "PerlIO::object" hook - it isn't going to work like that...
p4raw-id: //depot/perlio@9346
Nick Ing-Simmons [Sun, 25 Mar 2001 20:49:11 +0000]
Avoid at leasy one of undefined warnings in Encode.
p4raw-id: //depot/perlio@9345
Jarkko Hietaniemi [Sun, 25 Mar 2001 20:37:43 +0000]
A workaround for using Term::ReadLine in emacs minibuffer
from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
additional tweaks from Ilya Zakharevich.
p4raw-id: //depot/perl@9344
Nick Ing-Simmons [Sun, 25 Mar 2001 20:21:14 +0000]
Missing return value.
p4raw-id: //depot/perlio@9343
Jarkko Hietaniemi [Sun, 25 Mar 2001 16:21:00 +0000]
Roll back the version numbers of Digest::MD5 and MIME::Base64
to equal the CPAN versions since no code changes have been made.
p4raw-id: //depot/perl@9342
Jarkko Hietaniemi [Sun, 25 Mar 2001 16:01:48 +0000]
Escape 8-bit characters.
p4raw-id: //depot/perl@9341
Gurusamy Sarathy [Sun, 25 Mar 2001 15:50:53 +0000]
readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
chars)
p4raw-id: //depot/perl@9340
Gurusamy Sarathy [Sun, 25 Mar 2001 15:48:50 +0000]
delete mimeqp.t for later add with text mode set
p4raw-id: //depot/perl@9339
Nick Ing-Simmons [Sun, 25 Mar 2001 09:01:57 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9338
Jarkko Hietaniemi [Sun, 25 Mar 2001 04:23:24 +0000]
Add MIME::Base64 here and there. Again, a lot of
optimism is in the air.
p4raw-id: //depot/perl@9337
Jarkko Hietaniemi [Sun, 25 Mar 2001 04:12:43 +0000]
Add PerlIO::Scalar to win32/Makefile. (I'm doing
this by ear as I do not do Win32 programming.)
p4raw-id: //depot/perl@9336
Jarkko Hietaniemi [Sun, 25 Mar 2001 04:03:50 +0000]
Put back the MD5-Base64 tests now that we have MIME::Base64.
p4raw-id: //depot/perl@9335
Jarkko Hietaniemi [Sun, 25 Mar 2001 03:58:53 +0000]
Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
p4raw-id: //depot/perl@9334
Jarkko Hietaniemi [Sat, 24 Mar 2001 20:14:37 +0000]
Integrate perlio:
[ 9332]
Fix un-init variable leading to spurious "Out of Memory!"
[ 9331]
Tweak docs for C<open> (boy does that need wholesale revision...)
and update layers internals doc.
p4raw-link: @9332 on //depot/perlio:
fe9745bfc279b016730696fd0a6abca4d493be60
p4raw-link: @9331 on //depot/perlio:
b76cc8ba45957a82b545cf2a7b818233e6c0d507
p4raw-id: //depot/perl@9333
Nick Ing-Simmons [Sat, 24 Mar 2001 19:40:34 +0000]
Fix un-init variable leading to spurious "Out of Memory!"
p4raw-id: //depot/perlio@9332
Nick Ing-Simmons [Sat, 24 Mar 2001 19:09:59 +0000]
Tweak docs for C<open> (boy does that need wholesale revision...)
and update layers internals doc.
p4raw-id: //depot/perlio@9331
Jarkko Hietaniemi [Sat, 24 Mar 2001 18:42:11 +0000]
The length might be uninitialized garbage if the *svp is the undef.
p4raw-id: //depot/perl@9330
Simon Cozens [Sat, 24 Mar 2001 17:13:17 +0000]
(Retracted by #9393)
Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
Message-ID: <
20010324171317.A13406@netthink.co.uk>
p4raw-id: //depot/perl@9329
Nick Ing-Simmons [Sat, 24 Mar 2001 17:22:02 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9328
Nick Ing-Simmons [Sat, 24 Mar 2001 17:16:02 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@9327
Jarkko Hietaniemi [Sat, 24 Mar 2001 17:00:42 +0000]
Upgrade to Unicode 3.1 beta 2001-03-23.
p4raw-id: //depot/perl@9326
Robin Houston [Sat, 24 Mar 2001 14:33:09 +0000]
Re: B::Deparse bug (5.6.0)
Message-ID: <
20010324143309.B17734@puffinry.freeserve.co.uk>
p4raw-id: //depot/perl@9325
Jarkko Hietaniemi [Sat, 24 Mar 2001 16:21:56 +0000]
Boldly add extensions to be built to VMS, EPOC, UTS,
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
Jarkko Hietaniemi [Sat, 24 Mar 2001 16:06:01 +0000]
Integrate perlio:
[ 9322]
Routine Win32 regen_config_h - no real changes.
[ 9321]
PerlIO fixups for Win32:
- provide win33_popenlist() - non-functional as yet.
- avoid need for aTHX in PerlIO_debug calls - even if not
enabled args are still evaluated so Win32 has trouble during fork().
- Add PerlIO/Scalar to list of extensions in win32/makefile.mk
- Fixup makedef.pl for latest set of symbols.
[ 9320]
POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
was gibberish - broke it on WIn32 at least.
[ 9319]
Generated files.
[ 9318]
Implement:
1. open($fh,"+<",undef); # add test to t/io/open.t
2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
p4raw-link: @9322 on //depot/perlio:
e009d45070febfef5a59a9468c3cb4e6ad05051f
p4raw-link: @9321 on //depot/perlio:
8c0134a884f927d58f584b87281e5a27133cbf8f
p4raw-link: @9320 on //depot/perlio:
5dd1177c222be3aa5f44de160a952953bc5703a5
p4raw-link: @9319 on //depot/perlio:
c60e0e098045567c2313456d074b4094292b050c
p4raw-link: @9318 on //depot/perlio:
f6c77cf1bf4d7cb2c7a64dd7608120b471f84062
p4raw-id: //depot/perl@9323
Nick Ing-Simmons [Sat, 24 Mar 2001 14:39:12 +0000]
Routine Win32 regen_config_h - no real changes.
p4raw-id: //depot/perlio@9322
Nick Ing-Simmons [Sat, 24 Mar 2001 14:31:49 +0000]
PerlIO fixups for Win32:
- provide win33_popenlist() - non-functional as yet.
- avoid need for aTHX in PerlIO_debug calls - even if not
enabled args are still evaluated so Win32 has trouble during fork().
- Add PerlIO/Scalar to list of extensions in win32/makefile.mk
- Fixup makedef.pl for latest set of symbols.
p4raw-id: //depot/perlio@9321
Nick Ing-Simmons [Sat, 24 Mar 2001 14:26:58 +0000]
POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
was gibberish - broke it on WIn32 at least.
p4raw-id: //depot/perlio@9320
Nick Ing-Simmons [Sat, 24 Mar 2001 11:29:41 +0000]
Generated files.
p4raw-id: //depot/perlio@9319