2008-06-26 |
Jim Meyering | shred: also ignore EISDIR upon failed fsync/fdatasync... |
blob | commitdiff | raw |
2008-06-16 |
Jim Meyering | remove redundant const directives |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Jim Meyering | add "const" attribute, where possible |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Jim Meyering | use gnulib's progname module |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | adjust copyright dates |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | convert single-author programs to use proper_name |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Jim Meyering | Reflect change in gnulib: don't include getpagesize.h, |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Jim Meyering | Update all copyright notices to use the newer form. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Jim Meyering | Change "version 2" to "version 3" in all copyright... |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Jim Meyering | Don't include "quote.h" when it is not used. |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Help translators include translation team's web or... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Paul Eggert | Improve the check for departures from C89, and fix... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Paul Eggert | * src/ls.c (quote_name): Use initializer rather than... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Paul Eggert | Don't include dirname.h, since system.h does it now. |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Paul Eggert | Include <config.h> unconditionally, since we now assume... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Paul Eggert | Fix typo in previous checkin; a "&" went missing. |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Paul Eggert | Rewrite to avoid some unnecessary casts, macros, literals. |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Jim Meyering | * src/shred.c (usage): Don't indent the second line... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Paul Eggert | Use new random-number interface rather than rand-isaac.c. |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Paul Eggert | (fillrand): The assertion was way too weak, due to |
blob | commitdiff | raw | diff to current |
2006-03-26 |
Jim Meyering | (wipename): Use new last_component, in place of base_name. |
blob | commitdiff | raw | diff to current |
2005-12-27 |
Paul Eggert | (wipename): Use similar open flags to other places... |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Paul Eggert | (struct irand_state, irand_init, irand32, irand_mod... |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Paul Eggert | Include rand-isaac.c rather than rand-isaac.h. |
blob | commitdiff | raw | diff to current |
2005-12-10 |
Jim Meyering | Don't include gethrxtime.h. No longer needed. |
blob | commitdiff | raw | diff to current |
2005-12-10 |
Paul Eggert | Include rand-isaac.h. Move ISAAC code to rand-isaac.c. |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Jim Meyering | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Paul Eggert | (wipefile): Always use binary mode. Clearly this |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Paul Eggert | Include fcntl--.h, not unistd-safer.h. |
blob | commitdiff | raw | diff to current |
2005-06-19 |
Jim Meyering | (usage): Use `file system', not `filesystem'. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Jim Meyering | (usage): Clarify that shred works on an ext3 file |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Paul Eggert | Include unistd-safer.h. |
blob | commitdiff | raw | diff to current |
2005-04-09 |
Paul Eggert | Remove all uses of signals; modern hosts have |
blob | commitdiff | raw | diff to current |
2005-03-06 |
Jim Meyering | Remove register keyword. |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Paul Eggert | Include gethrxtime.h. |
blob | commitdiff | raw | diff to current |
2005-01-15 |
Jim Meyering | (isaac_seed) [HAVE_GETHRTIME]: #if-0 this block, |
blob | commitdiff | raw | diff to current |
2005-01-15 |
Jim Meyering | (isaac_seed) [HAVE_GETHRTIME]: Don't call ISAAC_SEED |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Paul Eggert | Remove unused "case 0". |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Paul Eggert | (usage): "-" is an operand, not an option. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Paul Eggert | (wipename): Work even if the directory is writeable |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Paul Eggert | (struct Options, main): Use bool for booleans. |
blob | commitdiff | raw | diff to current |
2004-08-02 |
Paul Eggert | (UINT_MAX_32_BITS): Remove. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Jim Meyering | (usage, main): Output "file system" rather than "filesy... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Jim Meyering | (direct_mode): Turn it on/off with directio, too. |
blob | commitdiff | raw | diff to current |
2004-06-07 |
Jim Meyering | Enable direct-mode I/O (bypassing the buffer cache... |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Jim Meyering | (dopass): Don't subtract 1 from the offset after |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Jim Meyering | (dosync): Ignore EBADF errors, as IRIX 6.5 |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Jim Meyering | Use translatable diagnostics, e.g. |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Jim Meyering | (names): Bring back lower-case letters, "_", and |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Jim Meyering | (incname): Decrement `len' only once per loop iteration. |
blob | commitdiff | raw | diff to current |
2004-05-16 |
Jim Meyering | In shred, check for errors from fdatasync more carefull... |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Jim Meyering | (do_wipefd): Use xnmalloc, rather than xmalloc. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Jim Meyering | (sigill_handler, isaac_seed_machdep): Use void, not... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Jim Meyering | (isaac_seed_start) [AVOID_USED_UNINITIALIZED_WARNINGS]: |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Jim Meyering | Include getpagesize.h. |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Jim Meyering | (O_NOCTTY): Remove redundant decl. |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | raw | diff to current |
2003-03-08 |
Jim Meyering | Before, when using shred on a device, one had to specif... |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Jim Meyering | (long_opts): --zero does not require an argument. |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Jim Meyering | Don't include xalloc.h. |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Jim Meyering | Remove declaration of xstrdup. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Jim Meyering | [S_ISLNK, S_ISFIFO, S_ISSOCK]: Don't define. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Jim Meyering | Remove all uses of `PARAMS'. |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Jim Meyering | (dopass): |
blob | commitdiff | raw | diff to current |
2002-09-28 |
Jim Meyering | (dopass): Use a uintmax_t temporary to avoid bogus... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Jim Meyering | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Jim Meyering | * src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds... |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Jim Meyering | (VERBOSE_UPDATE): Now counts seconds, not bytes. |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Jim Meyering | Don't include "xalloc.h", as system.h already does... |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Jim Meyering | (usage): Also mention Ext3. |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Jim Meyering | [!HAVE_CONFIG_H]: Remove block of code that duplicated |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Jim Meyering | Add FSF copyright notice. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Jim Meyering | (xstrtoumax): If there is no number but there |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Jim Meyering | Don't include "gtod.h" |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jim Meyering | (usage): Note that ``Mandatory arguments to long option... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jim Meyering | (usage): Use `output', not `print' in description of |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jim Meyering | Split usage strings so that --help and --version |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | raw | diff to current |
2001-10-21 |
Jim Meyering | (isaac_seed_machdep): Handle SIGSEGV, too. Ick. |
blob | commitdiff | raw | diff to current |
2001-08-12 |
Jim Meyering | Include gtod.h -- should have been part of preceding... |
blob | commitdiff | raw | diff to current |
2001-08-12 |
Jim Meyering | Include gtod.h. |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Jim Meyering | (usage): Warn about backups and mirrors. |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Jim Meyering | --help: |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Jim Meyering | (usage): Include in --help output the warning about |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Jim Meyering | (PACKAGE): Likewise. |
blob | commitdiff | raw | diff to current |
2001-01-14 |
Jim Meyering | (UINT_MAX_32_BITS): Define. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Jim Meyering | (isaac_seed_machdep) [_ARCH_PPC]: Disable the code |
blob | commitdiff | raw | diff to current |
2000-10-28 |
Jim Meyering | Include assert.h. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Jim Meyering | (long_opts): --exact doesn't take an argument. |
blob | commitdiff | raw | diff to current |
next |