From: Roland McGrath Date: Tue, 1 Aug 1995 18:48:11 +0000 (+0000) Subject: . X-Git-Tag: 3.74.1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfdca3e7271b3e63d06f3c0627ea35aebf2dc44;p=thirdparty%2Fmake.git . --- diff --git a/ChangeLog b/ChangeLog index 3532eb6d..1a898de8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Aug 1 14:39:14 1995 Roland McGrath + + * job.c (child_execute_job): Close STDIN_FD and STDOUT_FD after + dup'ing from them. Don't try to close all excess descriptors; + getdtablesize might return a huge value. Any open descriptors in + the parent should have FD_CLOEXEC set. + (start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor. + +Tue Jun 20 03:47:15 1995 Roland McGrath + + * read.c (read_all_makefiles): Properly append default makefiles + to the end of the `read_makefiles' chain. + Fri May 19 16:36:32 1995 Roland McGrath * Version 3.74 released.