diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-24 15:11:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-24 15:11:00 +0000 |
commit | da9211c1c1b5be676a08402dc236c39a7338cca1 (patch) | |
tree | 69133ed2a15e27900526faab4690d94116cc9a83 | |
parent | 26756c6f8263e68fbd6d079994f6c5b3bb79db77 (diff) | |
download | coreutils-da9211c1c1b5be676a08402dc236c39a7338cca1.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f0d87b8ea..d7b2cd7a5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 |