This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
exec() fixed on win32
authorGurusamy Sarathy <gsar@engin.umich.edu>
Mon, 23 Jun 1997 22:49:12 +0000 (10:49 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commit6890e559d7ce8a57fe2b6b18ef51d300ce98843f
tree80495b2027569001ce15fa521efa9ce066381298
parentb4793f7f58b137d8b2f6d505d6c77dee2cd8cb25
exec() fixed on win32

exec() doesn't work right on Win32 because of the UNIX-specific
do_exec().

This patch fixes that, and updates the README.win32 in spots.

p5p-msgid: 199706241525.LAA06554@aatma.engin.umich.edu
README.win32
doio.c
win32/config_H.bc
win32/config_H.vc
win32/makedef.pl
win32/win32.c
win32/win32.h
win32/win32io.c
win32/win32io.h
win32/win32iop.h