summaryrefslogtreecommitdiff
path: root/src/shred.c
AgeCommit message (Collapse)Author
1999-01-25(isaac_seed): Guard clock_gettime with test ofJim Meyering
HAVE_CLOCK_GETTIME, not CLOCK_REALTIME. (wipename): Rename local dirfd to dir_fd to avoid shadowing the function declared in Linux's dirent.h.
1999-01-24(fdatasync): Remove function. instead, ...Jim Meyering
[! HAVE_FDATASYNC]: Define to fsync. From Colin Plumb.
1999-01-23(fdatasync) [! HAVE_FDATASYNC]: New function.Jim Meyering
1999-01-23(wipename): Print the `FILE: deleting' message only when in verbose mode.Jim Meyering
1999-01-23(wipename): Print the `FILE: deleted' message only when in verbose mode.Jim Meyering
1999-01-23always close stdoutJim Meyering
1999-01-23fix typos in commentsJim Meyering
1999-01-23(pfstatus): Use __format__ and __printf__.Jim Meyering
Remove `if __GNUC__ >= 2' guard.
1999-01-23Bracket pfstatus messages with _().Jim Meyering
1999-01-23add parens around STREQJim Meyering
1999-01-23restore mistakenly removed stdio.hJim Meyering
use error in place of pferror (pferror): Remove. (wipefd): Use error in place of fprintf(stderr,... call s/alllocate/allocate
1999-01-23use `%s' rather than \"%s\" everywhereJim Meyering
1999-01-23s/sterilize/shred/gJim Meyering
Don't include headers already included (and guarded by HAVE_FOO_H tests) in system.h.
1999-01-23use getopt_longJim Meyering
(struct Options): Declare. (usage): New function. (program_name): Rename from argv0 (FLAG_* macros): Remove.
1999-01-22Include config.h, getopt.h, system.h and error.h.Jim Meyering
Use #else/#if, not #elif.
1999-01-18indent -- sorry Colin.Jim Meyering
1999-01-18cpp-indent #error lineJim Meyering
1999-01-18.Jim Meyering