From 29a94ceb76936b88e74052dcb81fe506145f6ff4 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 14 Sep 2013 20:40:30 -0400 Subject: [SV 33134] Don't try to close stdout when it's already closed. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdb921f..68c771d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-09-14 Paul Smith + + Fix Savannah bug #33134. Suggested by David Boyce . + + * misc.c (close_stdout): Move to output.c. + * main.c (main): Move atexit call to output_init(). + * makeint.h: Remove close_stdout() declaration. + * output.c (output_init): Add close_stdout at exit only if it's open. + 2013-09-14 Paul Smith * misc.c (set_append_mode, open_tmpfd, open_tmpfile): Move to output.c. @@ -12,6 +21,7 @@ (output_dump): In recurse mode print enter/leave once for the whole makefile. (output_init): Initialize this processes stdio as well as child's. + * vmsjobs.c: Reformat to be closer to convention. 2013-09-12 Paul Smith -- cgit v1.2.3