aboutsummaryrefslogtreecommitdiffstats
path: root/src/shred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2003-06-17(main): Call initialize_main.Jim Meyering1-0/+1
2003-03-08Before, when using shred on a device, one had to specify --exact,Jim Meyering1-2/+4
2003-01-13(long_opts): --zero does not require an argument.Jim Meyering1-1/+1
2003-01-10Don't include xalloc.h.Jim Meyering1-1/+0
2003-01-10Remove declaration of xstrdup.Jim Meyering1-1/+1
2003-01-04[S_ISLNK, S_ISFIFO, S_ISSOCK]: Don't define.Jim Meyering1-12/+1
2002-12-15Remove all uses of `PARAMS'.Jim Meyering1-1/+1
2002-11-05(dopass):Jim Meyering1-13/+14
2002-09-28(dopass): Use a uintmax_t temporary to avoid bogus compiler warnings.Jim Meyering1-3/+4
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-2/+2
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering1-2/+2
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-02-01* src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds, not every 10.Jim Meyering1-15/+19
2002-02-01(VERBOSE_UPDATE): Now counts seconds, not bytes.Jim Meyering1-34/+54
2002-01-21Don't include "xalloc.h", as system.h already does that via sys2.h.Jim Meyering1-1/+0
2002-01-12(usage): Also mention Ext3.Jim Meyering1-2/+2
2001-12-21[!HAVE_CONFIG_H]: Remove block of code that duplicatedJim Meyering1-318/+8
2001-12-19Add FSF copyright notice.Jim Meyering1-7/+21
2001-12-19(xstrtoumax): If there is no number but thereJim Meyering1-8/+14
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering1-4/+2
2001-11-26Don't include "gtod.h"Jim Meyering1-3/+0
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering1-1/+6
2001-11-23(usage): Use `output', not `print' in description ofJim Meyering1-1/+1
2001-11-23Split usage strings so that --help and --versionJim Meyering1-1/+3
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering1-1/+11
2001-10-21(isaac_seed_machdep): Handle SIGSEGV, too. Ick.Jim Meyering1-4/+14
2001-08-12Include gtod.h -- should have been part of preceding deltaJim Meyering1-0/+1
2001-08-12Include gtod.h.Jim Meyering1-0/+2
2001-05-11(usage): Warn about backups and mirrors.Jim Meyering1-0/+4
2001-04-29--help:Jim Meyering1-8/+8
2001-04-29(usage): Include in --help output the warning aboutJim Meyering1-0/+19
2001-01-17(PACKAGE): Likewise.Jim Meyering1-1/+1
2001-01-14(UINT_MAX_32_BITS): Define.Jim Meyering1-4/+10
2000-12-22(isaac_seed_machdep) [_ARCH_PPC]: Disable the codeJim Meyering1-3/+5
2000-10-28Include assert.h.Jim Meyering1-10/+30
2000-09-25(long_opts): --exact doesn't take an argument.Jim Meyering1-1/+1
2000-08-08(quotearg_colon, xmalloc): "virtual memory exhausted" -> "memory exhausted"Jim Meyering1-2/+2
2000-07-31[!HAVE_CONFIG_H]: Use `virtual memory exhausted', not `Memory exhausted'.Jim Meyering1-2/+2
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering1-1/+3
2000-07-17(usage): Give a little more info.Jim Meyering1-2/+7
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering1-3/+2
2000-05-09Include sys/types.h in shred.c before includingJim Meyering1-0/+1
2000-05-09back out last change -- the two should be separateJim Meyering1-1/+3
2000-05-09Include sys/types.h in shred.c before includingJim Meyering1-3/+1
1999-12-18(wipename): When repeatedly renaming a file, making the name shorterJim Meyering1-13/+25
1999-05-12(main): Put `u' for -u in getopt_long's string argument.Jim Meyering1-1/+1
1999-04-22(word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc.Jim Meyering1-1/+1
1999-04-20<config.h>: Include first, since it can doJim Meyering1-2/+4
1999-04-19(main, longopts):Jim Meyering1-2/+2
1999-04-19[!HAVE_CONFIG_H] (ST_BLKSIZE): Define to 65536.Jim Meyering1-2/+6