]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 May 1999 04:08:29 +0000 (04:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 May 1999 04:08:29 +0000 (04:08 +0000)
old/fileutils/ChangeLog

index bd406467964cbb14f2e3e101abf761f47d379981..2e29725d9bbd116f7435f3b7bffccb7fa2c463b8 100644 (file)
@@ -1,3 +1,26 @@
+1999-05-14  Jim Meyering  <meyering@ascend.com>
+
+       * src/df.c (main): When asking for info on an explicit file name,
+       just warn rather than failing if the table of mounted filesystems
+       cannot be read.  Based on a patch from Mark Kettenis.
+
+       * lib/version-etc.c (version_etc): Put version info and author names
+       on the first two lines respectively rather than putting the three
+       lines of copyright info between them.
+
+       * src/touch.c (open_maybe_create): Handle Solaris' failure mode when
+       FILE is a directory.  Reported by Vin Shelton.
+
+       * lib/human.c: Include <string.h> or <strings.h> for strlen prototype.
+       * lib/getline.h [__GLIBC__ >= 2]: #if-out prototypes.
+       * src/remove.c (pop_dir): Cast length to `int' to avoid a warning on
+       64-bit systems.  From Ulrich Drepper.
+
+1999-05-12  Jim Meyering  <meyering@ascend.com>
+
+       * src/shred.c (main): Put `u' for -u in getopt_long's string argument.
+       Remove the `R'.
+
 1999-05-07  Jim Meyering  <meyering@ascend.com>
 
        * Version 4.0h.