This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
flush all open output buffers before fork(), exec(), system, qx//
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 9 May 1999 22:47:39 +0000 (22:47 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 9 May 1999 22:47:39 +0000 (22:47 +0000)
commit45bc920620377d5a7720d3d562c48df1eb0c2e68
treeddf80cf0881964ffc19fe3b1f195ebfb7cc09284
parent46a8855a50eb32c89dd161fbf5c3956ca0e452d8
flush all open output buffers before fork(), exec(), system, qx//
and pipe open() operations, simplifying buffering headaches faced
by users; uses fflush(NULL), which may need Configure test

p4raw-id: //depot/perl@3352
perl.h
pod/perldelta.pod
pod/perlfunc.pod
pod/perlipc.pod
pp_sys.c
util.c
vmesa/vmesa.c
vms/vms.c
win32/win32.c