This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] Various win32 fixes
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 4 Jan 1998 07:59:44 +0000 (07:59 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 4 Jan 1998 07:59:44 +0000 (07:59 +0000)
commit2d7a92375815264badaef23c612657cbd4799f31
treea21bf70b8eb3f8982a62d2acf344771f2d96e952
parent25931d335858f0e7767af03260b9bb9ad7a959d5
[win32] Various win32 fixes
 - support spawn via system(&P_NOWAIT,...) like OS2
 - support wait() and waitpid()
 - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
 - support -lfoo properly in ExtUtils::Liblist
 - fix outdated info about Win32 support in perlfaq2
 - fix win32 bug in perldoc that causes spurious warnings
 - regularize global function/variable names yet more
 - fix bug in do_aspawn() (it was always invoking shell, instead of
   almost never)
 - implement and export win32_wait()
 - stub version of USE_RTL_THREAD_API

p4raw-id: //depot/win32/perl@391
19 files changed:
README.win32
dosish.h
lib/Cwd.pm
lib/ExtUtils/Liblist.pm
pod/perlfaq2.pod
pp_sys.c
util.c
utils/perldoc.PL
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_h.PL
win32/perllib.c
win32/win32.c
win32/win32.h
win32/win32iop.h
win32/win32sck.c
win32/win32thread.c
win32/win32thread.h