]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 24 Jan 1999 15:11:00 +0000 (15:11 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Jan 1999 15:11:00 +0000 (15:11 +0000)
old/fileutils/ChangeLog

index f0d87b8eafedde4f2e20a2edebd4ad2cd530f243..d7b2cd7a51fd40b20dd92c8fbcc2ad615e0547c9 100644 (file)
@@ -1,3 +1,27 @@
+1999-01-24  Jim Meyering  <meyering@ascend.com>
+
+       * src/shred.c (fdatasync): Remove function.  instead, ...
+       (fdatasync) [! HAVE_FDATASYNC]: Define to fsync.
+       From Colin Plumb.
+
+1999-01-23  Jim Meyering  <meyering@ascend.com>
+
+       * src/Makefile.am (bin_PROGRAMS): Add shred.
+       * src/shred.c: New file.
+       Portability tweaks.
+       Internationalize.
+       (wipename): Print the `FILE: deleted' and `FILE: deleting' messages
+       only when in verbose mode.
+       (fdatasync) [! HAVE_FDATASYNC]: New function.
+
+       * man/Makefile.am (man_MANS): Add shred.1.
+       * man/Makefile.summ (shred-summary): Define.
+       * man/shred.x: New file.
+
+       * src/shred.c: New file.  From Colin Plumb.
+       Include config.h, getopt.h, system.h and error.h.
+       Use #else/#if, not #elif.
+
 1998-11-05  Paul Eggert  <eggert@twinsun.com>
 
        * lib/mktime.c (__mktime_internal): Adopt the traditional (and