diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-28 20:55:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-28 20:55:57 +0000 |
commit | dd7038b3248009b72165c22a9d4a9159e93f8cfc (patch) | |
tree | c0fc74522ea584cb066505650e796e0e644afa86 /pod/perltodo.pod | |
parent | 61c9453e130c5bb36186ed0c540dcc8a5994e905 (diff) | |
download | perl-dd7038b3248009b72165c22a9d4a9159e93f8cfc.tar.gz |
Integrate change #12747 from maintperl;
finishing touches to system() fixes on windows:
* detect cmd shell correctly even if it had full path in it
* more quoting needed for single-arg system if the argument
really had multiple quoted arguments within it
* be smarter about not calling the shell when the executable
has spaces, but otherwise does not need shell involvement
* add a testsuite (windows-specific currently)
p4raw-link: @12747 on //depot/maint-5.6/perl: 2bab9a31df533a6c8068e22c59c8dfb29a47c95e
p4raw-id: //depot/perl@12748
p4raw-branched: from //depot/maint-5.6/perl@12746 'branch in'
t/op/system.t t/op/system_tests
p4raw-edited: from //depot/maint-5.6/perl@12746 'ignore'
pod/perltodo.pod (@8171..) MANIFEST (@11426..)
p4raw-integrated: from //depot/maint-5.6/perl@12746 'merge in'
win32/win32.c (@12725..)
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 5fae97ac99..9ee1144b06 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -189,11 +189,6 @@ Have a way to introduce user-defined opcodes without the subroutine call overhead of an XSUB; the user should be able to create PP code. Simon Cozens has some ideas on this. -=head2 spawnvp() on Win32 - -Win32 has problems spawning processes, particularly when the arguments -to the child process contain spaces, quotes or tab characters. - =head2 DLL Versioning Windows needs a way to know what version of a XS or C<libperl> DLL it's |