Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
[platform/upstream/coreutils.git] / src / shred.c
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-03-08 Jim MeyeringBefore, when using shred on a device, one had to specif...
2003-01-13 Jim Meyering(long_opts): --zero does not require an argument.
2003-01-10 Jim MeyeringDon't include xalloc.h.
2003-01-10 Jim MeyeringRemove declaration of xstrdup.
2003-01-04 Jim Meyering[S_ISLNK, S_ISFIFO, S_ISSOCK]: Don't define.
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-11-05 Jim Meyering(dopass):
2002-09-28 Jim Meyering(dopass): Use a uintmax_t temporary to avoid bogus...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-02-01 Jim Meyering* src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds...
2002-02-01 Jim Meyering(VERBOSE_UPDATE): Now counts seconds, not bytes.
2002-01-21 Jim MeyeringDon't include "xalloc.h", as system.h already does...
2002-01-12 Jim Meyering(usage): Also mention Ext3.
2001-12-21 Jim Meyering[!HAVE_CONFIG_H]: Remove block of code that duplicated
2001-12-19 Jim MeyeringAdd FSF copyright notice.
2001-12-19 Jim Meyering(xstrtoumax): If there is no number but there
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-26 Jim MeyeringDon't include "gtod.h"
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim Meyering(usage): Use `output', not `print' in description of
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-10-21 Jim Meyering(isaac_seed_machdep): Handle SIGSEGV, too. Ick.
2001-08-12 Jim MeyeringInclude gtod.h -- should have been part of preceding...
2001-08-12 Jim MeyeringInclude gtod.h.
2001-05-11 Jim Meyering(usage): Warn about backups and mirrors.
2001-04-29 Jim Meyering--help:
2001-04-29 Jim Meyering(usage): Include in --help output the warning about
2001-01-17 Jim Meyering(PACKAGE): Likewise.
2001-01-14 Jim Meyering(UINT_MAX_32_BITS): Define.
2000-12-22 Jim Meyering(isaac_seed_machdep) [_ARCH_PPC]: Disable the code
2000-10-28 Jim MeyeringInclude assert.h.
2000-09-25 Jim Meyering(long_opts): --exact doesn't take an argument.
2000-08-08 Jim Meyering(quotearg_colon, xmalloc): "virtual memory exhausted...
2000-07-31 Jim Meyering[!HAVE_CONFIG_H]: Use `virtual memory exhausted', not...
2000-07-30 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-07-17 Jim Meyering(usage): Give a little more info.
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-05-09 Jim MeyeringInclude sys/types.h in shred.c before including
2000-05-09 Jim Meyeringback out last change -- the two should be separate
2000-05-09 Jim MeyeringInclude sys/types.h in shred.c before including
1999-12-18 Jim Meyering(wipename): When repeatedly renaming a file, making...
1999-05-12 Jim Meyering(main): Put `u' for -u in getopt_long's string argument.
1999-04-22 Jim Meyering(word32): Don't use `#error'; it runs afoul of SunOS...
1999-04-20 Jim Meyering<config.h>: Include first, since it can do
1999-04-19 Jim Meyering(main, longopts):
1999-04-19 Jim Meyering[!HAVE_CONFIG_H] (ST_BLKSIZE): Define to 65536.
1999-04-18 Jim MeyeringInclude xstrtol.h, not obsolete file xstrtoul.h.
1999-04-04 Jim MeyeringDon't include string.h.
1999-04-04 Jim Meyering(dopass): add curly braces to avoid warning about ambig...
1999-04-04 Jim Meyering[!HAVE_CONFIG_H] (xstrtoul, error, close_stdout): Added...
1999-04-04 Jim Meyeringback out Paul's changes
1999-04-03 Jim Meyering(isaac_seed): Don't overrun the s->mm buffer.
1999-04-03 Jim MeyeringAdd new options -bcCklL and fix some porting problems.
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-17 Jim Meyering(wipename): Fix string thinko. Now, shredding files
1999-02-15 Jim Meyering*** empty log message ***
1999-01-25 Jim Meyering(isaac_seed): Guard clock_gettime with test of
1999-01-24 Jim Meyering(fdatasync): Remove function. instead, ...
1999-01-23 Jim Meyering(fdatasync) [! HAVE_FDATASYNC]: New function.
1999-01-23 Jim Meyering(wipename): Print the `FILE: deleting' message only...
1999-01-23 Jim Meyering(wipename): Print the `FILE: deleted' message only...
1999-01-23 Jim Meyeringalways close stdout
1999-01-23 Jim Meyeringfix typos in comments
1999-01-23 Jim Meyering(pfstatus): Use __format__ and __printf__.
1999-01-23 Jim MeyeringBracket pfstatus messages with _().
1999-01-23 Jim Meyeringadd parens around STREQ
1999-01-23 Jim Meyeringrestore mistakenly removed stdio.h
1999-01-23 Jim Meyeringuse `%s' rather than \"%s\" everywhere
1999-01-23 Jim Meyerings/sterilize/shred/g
1999-01-23 Jim Meyeringuse getopt_long
1999-01-22 Jim MeyeringInclude config.h, getopt.h, system.h and error.h.
1999-01-18 Jim Meyeringindent -- sorry Colin.
1999-01-18 Jim Meyeringcpp-indent #error line
1999-01-18 Jim Meyering.