This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
various win32 odds and ends
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 15 Jun 1998 04:07:18 +0000 (04:07 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 15 Jun 1998 04:07:18 +0000 (04:07 +0000)
commitf55ee38a033ce570145fdd38bb9f09acf59d37cd
treed09466217844d04a8289a2d2d15377ce38987426
parente6d5c5302bca4863c13ae11aa5ed04b35c9d89f5
various win32 odds and ends
 - added support for waitpid(), open2/open3, and a bugfix for kill()
   from Ronald Schmidt <RonaldWS@aol.com>
 - tweak testsuite mods of above
 - regenerate win32/config_H.?c
 - change kill() to win32_kill() and export it
 - coalesce common code in win32.c
 - add PerlProc_waitpid() and export win32_waitpid()
result builds and passes on the three win32 compilers

p4raw-id: //depot/perl@1134
16 files changed:
ipproc.h
lib/IPC/Open3.pm
perlproc.h
t/lib/open2.t
t/lib/open3.t
util.c
win32/config.bc
win32/config.gc
win32/config.vc
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/makedef.pl
win32/runperl.c
win32/win32.c
win32/win32iop.h