summaryrefslogtreecommitdiff
path: root/src/shred.c
AgeCommit message (Expand)Author
2012-07-15build: shred.c: avoid i686-specific gcc -Wstrict-overflow warningJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-09maint: remove a misleading comment from shred.cJim Meyering
2011-06-13maint: use stat-size module from gnulibJames Youngman
2011-05-26shred: placate coverity and fix a commentJim Meyering
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-01maint: shred: remove unnecessary initializationJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-01-22shred: change default number of overwrites from 25 to 3Pádraig Brady
2009-01-16shred: avoid -Wsign-compare warningsPádraig Brady
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-09-19shred --help: lowercase a stray capitalBenno Schulenberg
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-26shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UXJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-12-04Reflect change in gnulib: don't include getpagesize.h,Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-08-26Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert
2006-08-25Fix typo in previous checkin; a "&" went missing.Paul Eggert
2006-08-25Rewrite 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-08Use new random-number interface rather than rand-isaac.c.Paul Eggert
2006-04-19(fillrand): The assertion was way too weak, due toPaul 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-12Include rand-isaac.c rather than rand-isaac.h.Paul Eggert
2005-12-10Don't include gethrxtime.h. No longer needed.Jim Meyering