Age | Commit message (Expand) | Author |
2004-08-10 | (usage): "-" is an operand, not an option. | Paul Eggert |
2004-08-09 | (wipename): Work even if the directory is writeable | Paul Eggert |
2004-08-03 | (struct Options, main): Use bool for booleans. | Paul Eggert |
2004-08-02 | (UINT_MAX_32_BITS): Remove. | Paul Eggert |
2004-06-30 | (usage, main): Output "file system" rather than "filesystem". | Jim Meyering |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-06-08 | (direct_mode): Turn it on/off with directio, too. | Jim Meyering |
2004-06-07 | Enable direct-mode I/O (bypassing the buffer cache), if possible. | Jim Meyering |
2004-06-04 | (dopass): Don't subtract 1 from the offset after | Jim Meyering |
2004-05-30 | (dosync): Ignore EBADF errors, as IRIX 6.5 | Jim Meyering |
2004-05-20 | Use translatable diagnostics, e.g. | Jim Meyering |
2004-05-18 | (names): Bring back lower-case letters, "_", and | Jim Meyering |
2004-05-17 | (incname): Decrement `len' only once per loop iteration. | Jim Meyering |
2004-05-16 | In shred, check for errors from fdatasync more carefully. If | Jim Meyering |
2004-05-06 | (do_wipefd): Use xnmalloc, rather than xmalloc. | Jim Meyering |
2004-04-20 | (sigill_handler, isaac_seed_machdep): Use void, not (obsolete) RETSIGTYPE. | Jim Meyering |
2004-04-19 | (isaac_seed_start) [AVOID_USED_UNINITIALIZED_WARNINGS]: | Jim Meyering |
2004-04-15 | Include getpagesize.h. | Jim Meyering |
2004-04-08 | (O_NOCTTY): Remove redundant decl. | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-03-08 | Before, when using shred on a device, one had to specify --exact, | Jim Meyering |
2003-01-13 | (long_opts): --zero does not require an argument. | Jim Meyering |
2003-01-10 | Don't include xalloc.h. | Jim Meyering |
2003-01-10 | Remove declaration of xstrdup. | Jim Meyering |
2003-01-04 | [S_ISLNK, S_ISFIFO, S_ISSOCK]: Don't define. | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-11-05 | (dopass): | Jim Meyering |
2002-09-28 | (dopass): Use a uintmax_t temporary to avoid bogus compiler warnings. | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-02-01 | * src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds, not every 10. | Jim Meyering |
2002-02-01 | (VERBOSE_UPDATE): Now counts seconds, not bytes. | Jim Meyering |
2002-01-21 | Don't include "xalloc.h", as system.h already does that via sys2.h. | Jim Meyering |
2002-01-12 | (usage): Also mention Ext3. | Jim Meyering |
2001-12-21 | [!HAVE_CONFIG_H]: Remove block of code that duplicated | Jim Meyering |
2001-12-19 | Add FSF copyright notice. | Jim Meyering |
2001-12-19 | (xstrtoumax): If there is no number but there | Jim Meyering |
2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering |
2001-11-26 | Don't include "gtod.h" | Jim Meyering |
2001-11-23 | (usage): Note that ``Mandatory arguments to long options are mandatory | Jim Meyering |
2001-11-23 | (usage): Use `output', not `print' in description of | Jim Meyering |
2001-11-23 | Split usage strings so that --help and --version | Jim Meyering |
2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-10-21 | (isaac_seed_machdep): Handle SIGSEGV, too. Ick. | Jim Meyering |
2001-08-12 | Include gtod.h -- should have been part of preceding delta | Jim Meyering |