diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-19 00:00:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-19 00:00:06 +0000 |
commit | 723d3d528db8b3abb05357bf5a7af7173c1636e7 (patch) | |
tree | 23fc7ea7e6b0721e7705f60a7c14bd9dcafd5eca /old/fileutils | |
parent | 712ac6d5a0122dbcbc89669143580de1326f1d46 (diff) | |
download | coreutils-723d3d528db8b3abb05357bf5a7af7173c1636e7.tar.xz |
merge with 3.8.4k
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 | ||||
-rw-r--r-- | old/fileutils/NEWS | 8 |
2 files changed, 16 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index df34e8c82..d6eaf31c5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +Mon Oct 18 00:13:40 1993 Jim Meyering (meyering@comco.com) + + * src/*.c (usage): Now the usage message is simply + "Try `%s --help' for more information. From Francois Pinard. + + * src/Makefile.in [LIBPROGS]: Depend on ../lib/libfu.a and version.o. + + * src/*.c (usage): Remove blank line before "Try `%s --help..." + in usage message. + Sun Oct 17 00:19:58 1993 Jim Meyering (meyering@comco.com) * fileblocks.c [!NINDIR]: Define BSIZE only if it's not already diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 35c9b3554..9ee7c60b2 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,10 @@ Major changes in release 3.9: -* --help gives one-line description of each option and shows correspondence - between short and long-named options. +* --help gives a one-line description of each option and shows the + correspondence between short and long-named options. +* work around systems with BROKEN_STAT_MACROS +* work around problem where $(srcdir)/config.h was used instead of + ../config.h -- this happened only when building in a subdirectory + and when config.h remained in $(srcdir) from a previous ./configure. * GNU chmod treats symlinks the same way other vendor's versions do. Now symlinks listed on the command line are processed (they were ignored before); the permissions of the dereferenced files are |