This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix for failing fork.t#12 on windows (win32_execvp() tweak in
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 12 Jul 2001 15:50:40 +0000 (15:50 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 12 Jul 2001 15:50:40 +0000 (15:50 +0000)
commitba6ce41c4496f483b5c1c88f4c612fa41f9a2e9f
treea51fcf7a9aa1f3b1871c9ec9d4b7f52c4251b113
parent70c4e4ee7b5c3958814603143a4843e0ec76b625
fix for failing fork.t#12 on windows (win32_execvp() tweak in
change#11300 needs to return the status of failed win32_spawnvp())

fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
splitting correctly; remove unused variables; 'require' at run time
rather than 'use' at compile time for I18N::Langinfo, since it
isn't everyware

p4raw-link: @11300 on //depot/perl: a52054cddb558e8fac6bc289e7eb6b2720470b9d

p4raw-id: //depot/perl@11310
lib/open.pm
win32/win32.c