diff options
author | Roland McGrath <roland@redhat.com> | 1996-06-22 21:42:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-06-22 21:42:29 +0000 |
commit | 91a7257252de786fa5001af967862acea660ea33 (patch) | |
tree | 3000654602dc24ee8316702f2db73bf8425a6e0d /ChangeLog | |
parent | d5f0b88095e8880e77c88b74461ef9ccc46f6a1a (diff) | |
download | gunmake-91a7257252de786fa5001af967862acea660ea33.tar.gz |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,9 +1,18 @@ Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * read.c (conditional_line): Strip ws in `ifeq (a , b)' so it is the + same as `ifeq (a, b)'. + + * job.c (reap_children): Don't call die if handling_fatal_signal. + + * file.c (file_hash_enter): Allow renaming :: to : when latter is + non-target, or : to :: when former is non-target. + * job.c (start_job_command): Call block_sigs. (block_sigs): New function, broken out of start_job_command. (reap_children): Block fatal signals around removing dead child from chain and adjusting job_slots_used. + * job.h: Declare block_sigs. * remote-stub.c (remote_setup, remote_cleanup): New (empty) functions. * main.c (main): Call remote_setup. |