diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2006-02-08 17:29:07 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2006-02-08 17:29:07 +0000 |
commit | d0c4e92f1145110793ffb04596019a864c88d2fc (patch) | |
tree | 97e0f900c14e63fc3c74a7de9d9aa144fc538adf /ChangeLog | |
parent | ce9c63b32b9e31b3902de2987c81732540b89a1e (diff) | |
download | gunmake-d0c4e92f1145110793ffb04596019a864c88d2fc.tar.gz |
Fixed Savannah bug #15641.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-02-08 Boris Kolpackov <boris@kolpackov.net> + + * job.h (struct child): Add dontcare bitfield. + * job.c (new_job): Cache dontcare flag. + * job.c (reap_children): Use cached dontcare flag instead of the + one in struct file. Fixes Savannah bug #15641. + 2006-02-06 Paul D. Smith <psmith@gnu.org> * vpath.c (selective_vpath_search): If the file we find has a |