Age | Commit message (Expand) | Author |
2009-04-07 | shred,sort,shuf: don't use /dev/urandom by default | Pádraig Brady |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady |
2009-01-22 | shred: change default number of overwrites from 25 to 3 | Pádraig Brady |
2009-01-16 | shred: avoid -Wsign-compare warnings | Pádraig Brady |
2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering |
2008-09-19 | shred --help: lowercase a stray capital | Benno Schulenberg |
2008-08-04 | doc: correct and normalize --help output of several tools | Benno Schulenberg |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-26 | shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UX | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |
2006-10-10 | * src/ls.c (quote_name): Use initializer rather than memset to | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert |
2006-08-25 | Fix typo in previous checkin; a "&" went missing. | Paul Eggert |
2006-08-25 | Rewrite to avoid some unnecessary casts, macros, literals. | Paul Eggert |
2006-08-13 | * src/shred.c (usage): Don't indent the second line of an item. | Jim Meyering |
2006-08-08 | Use new random-number interface rather than rand-isaac.c. | Paul Eggert |
2006-04-19 | (fillrand): The assertion was way too weak, due to | Paul Eggert |
2006-03-26 | (wipename): Use new last_component, in place of base_name. | Jim Meyering |
2005-12-27 | (wipename): Use similar open flags to other places we open directories. | Paul Eggert |
2005-12-12 | (struct irand_state, irand_init, irand32, irand_mod): Moved back here, | Paul Eggert |
2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert |
2005-12-10 | Don't include gethrxtime.h. No longer needed. | Jim Meyering |
2005-12-10 | Include rand-isaac.h. Move ISAAC code to rand-isaac.c. | Paul Eggert |
2005-09-24 | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu... | Jim Meyering |
2005-07-11 | (wipefile): Always use binary mode. Clearly this | Paul Eggert |
2005-07-03 | Include fcntl--.h, not unistd-safer.h. | Paul Eggert |
2005-06-19 | (usage): Use `file system', not `filesystem'. | Jim Meyering |
2005-06-17 | (usage): Clarify that shred works on an ext3 file | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-09 | Remove all uses of signals; modern hosts have | Paul Eggert |
2005-03-06 | Remove register keyword. | Jim Meyering |
2005-02-21 | Include gethrxtime.h. | Paul Eggert |
2005-01-15 | (isaac_seed) [HAVE_GETHRTIME]: #if-0 this block, | Jim Meyering |
2005-01-15 | (isaac_seed) [HAVE_GETHRTIME]: Don't call ISAAC_SEED | Jim Meyering |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
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 |