diff options
author | Roland McGrath <roland@redhat.com> | 1995-12-12 04:32:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-12-12 04:32:10 +0000 |
commit | 624552baddc3707db849b58a8a50d60b533e6d05 (patch) | |
tree | fb97f4d1ab3887eacd24f75e23392cf495fc3b7d /ChangeLog | |
parent | 76d037cb95c26a4a3c5ac7ba34c94cae2be7baa1 (diff) | |
download | gunmake-624552baddc3707db849b58a8a50d60b533e6d05.tar.gz |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Mon Dec 11 22:26:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * Version 3.74.1. + + * misc.c (collapse_continuations): Fix skipping of trailing \s so + it can never dereference before the beginning of the array. + * read.c (find_semicolon): Function removed. (read_makefile): Don't use find_semicolon or remove_comments for rule lines. Use find_char_unquote directly and handle quoted comments |