diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-10 05:46:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-10 05:46:18 +0000 |
commit | e737fe145f729d358977a32bb4532ea06750bacc (patch) | |
tree | 605ae2efad6e16f5ab679cf53daa41ce4758dc6a /old | |
parent | abdf594b85a5e7f0704fbfe78f6c4bb499c97af0 (diff) | |
download | coreutils-e737fe145f729d358977a32bb4532ea06750bacc.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ab7d779f7..3417d3e9f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,25 @@ + + * Makefile.in (install): Install `install' first as transformed + `ginstall,' then remove the target (transformed `install') and move + GNU install into its place. Before, the installation process failed + on systems (e.g. HPUX) that have trouble overwriting an executable + associated with a running process. + + * system.h [!HAVE_STRING_H]: Define strchr to index and strrchr to + rindex instead of the other way around. + * rmdir.c (remove_parents): Use strr?chr instead of r?index. + * mvdir.c (main): Likewise. + * dd.c (parse_conversion, scan_args): Likewise. + * cp.c (copy, make_path_private): Likewise. + + * system.h: Include <ctype.h> and define IS* macros. + * touch.c: No longer include <ctype.h>. + * chown.c: Likewise. + * install.c: Likewise. + [isascii, ISDIGIT]: Remove definitions. + * chgrp.c: Likewise. + * dd.c: Likewise. + Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com) * doc/Makefile.in (DISTFILES): Add getdate.texi. |