diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-13 05:51:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-13 05:51:54 +0000 |
commit | e4834315695816f16c809856b63663ccea235a1a (patch) | |
tree | 218051a6afb1f1a6f42f290f9ff438acdeb01ed4 /ChangeLog | |
parent | 28b622b8a1faac42babd2577612a13592056f9be (diff) | |
download | gunmake-e4834315695816f16c809856b63663ccea235a1a.tar.gz |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Mon Mar 13 00:45:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * read.c (parse_file_seq): Rearranged `l(a b)' -> `l(a) l(b)' loop + to not skip the elt immediately preceding `l(...'. + Fri Mar 10 13:56:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * Version 3.72.11. @@ -64,7 +69,7 @@ Fri Feb 10 18:44:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * Version 3.72.6. - * job.c (start_job_command): Remember to call notice_finsihed_file + * job.c (start_job_command): Remember to call notice_finished_file under -n when not recursing. To do this, consolidate that code under the empty command case and goto there for the -n case. |