This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
With -Ud_stdstdio perl -v and perl -h didn't flush their
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 6 Jun 2002 02:40:12 +0000 (02:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 6 Jun 2002 02:40:12 +0000 (02:40 +0000)
commit7ca617d028f5e0c89409fa5fdbd4c8507a90e2b1
tree083de3b44b3c7e50d0f0b30a5bec8873b52201c3
parentcec2c193e962b02e704b8b298f4eb37603d86225
With -Ud_stdstdio perl -v and perl -h didn't flush their
output buffers because they exited with PerlProc_exit()
instead of my_exit() (from Andy Dougherty)

p4raw-id: //depot/perl@17028
perl.c