diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-10 15:15:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-10 15:15:38 +0000 |
commit | dfa21e5966ba24c17fe04e629ab423aba74ee245 (patch) | |
tree | aa26d00a693b0b9a1fa9d35deb35c628fe9755e0 /old | |
parent | 8014db4d6831c2cc0a8e52d1dfdb6849bdd034ca (diff) | |
download | coreutils-dfa21e5966ba24c17fe04e629ab423aba74ee245.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 306c2910b..415c82aed 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,6 @@ + * src/Makefile.in (.c._o, ._c._o): Remove temporary source files. + (.c._c): Don't redirect directly to $@. + * src/Makefile.in (DISTFILES): Include ansi2knr.c and ansi2knr.1. (clean): Remove temp files generated by ansi2knr rules. (ansi2knr): New rule. @@ -18,6 +21,10 @@ * cp-hash.c: Likewise. * cp.c: Include error.h. + * ls.c (parse_ls_color): Use strcpy to initialize 3-character array + rather than automatic aggregate initialization. The latter isn't + portable. + Thu Nov 9 23:27:05 1995 Jim Meyering (meyering@comco.com) * system.h [__P]: Define it. @@ -52,6 +59,7 @@ Thu Nov 9 23:27:05 1995 Jim Meyering (meyering@comco.com) * du.c: Likewise. * install.c: Likewise. * ls.c: Likewise. + * rm.c: Likewise. Wed Nov 1 23:11:05 1995 Jim Meyering (meyering@comco.com) |