diff options
author | Roland McGrath <roland@redhat.com> | 1995-08-01 18:48:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-08-01 18:48:11 +0000 |
commit | 8cfdca3e7271b3e63d06f3c0627ea35aebf2dc44 (patch) | |
tree | d2402cf049312c921b7e84c7b4e7f6d2f0a0cb5f | |
parent | 2c27d8dbdc8652bcbef4850460b480f04e76e0d8 (diff) | |
download | gunmake-8cfdca3e7271b3e63d06f3c0627ea35aebf2dc44.tar.gz |
.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Tue Aug 1 14:39:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * 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 <roland@churchy.gnu.ai.mit.edu> + + * 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 <roland@churchy.gnu.ai.mit.edu> * Version 3.74 released. |