diff options
author | Roland McGrath <roland@redhat.com> | 1996-05-09 18:28:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-05-09 18:28:25 +0000 |
commit | cc28a52f409f1805b7f5a2e7528a135a5eaa8cd3 (patch) | |
tree | 676e3ce7aab753eee98680c4ba3724bb175c041a | |
parent | 1e38c11f3c34db4b5ab12a1aea6d19c105fb904a (diff) | |
download | gunmake-cc28a52f409f1805b7f5a2e7528a135a5eaa8cd3.tar.gz |
.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * main.c (main): Use unsigned for fread return. + + * read.c (parse_file_seq): Use `int' for char arg to avoid widening + conflict issues. + * dep.h: Fix prototype. + + * function.c (expand_function) [_AMIGA]: Fix some typos. + (patsubst_expand): Make len vars unsigned. + * GNUmakefile (globfiles): Add AmigaDOS support files. (distfiles): Add $(amigafiles). (amigafiles): New variable. |