| Age | Commit message (Expand) | Author | Lines |
| 2016-11-22 | b2sum: a new checksum utility with md5sum like interface | Pádraig Brady | -14/+170 |
| 2016-10-26 | md5sum,sha*sum: fix --ignore-missing with checksums starting with 00 | Pádraig Brady | -8/+12 |
| 2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | -3/+4 |
| 2016-06-23 | maint: work even if argc == INT_MAX | Paul Eggert | -3/+4 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-11-23 | md5sum,sha*sum: ensure --ignore-missing fails when no file verified | Pádraig Brady | -4/+12 |
| 2015-11-23 | md5sum,sha*sum: add --ignore-missing for checking a subset of files | Luther Thompson | -2/+32 |
| 2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady | -10/+9 |
| 2015-11-04 | md5sum: ensure a single status line per file | Pádraig Brady | -34/+49 |
| 2015-10-27 | md5sum: quote all printed file names | Pádraig Brady | -14/+13 |
| 2015-04-30 | doc: standardize messages about the '-' stdin FILE | Pádraig Brady | -2/+5 |
| 2015-01-29 | doc: clarify the output format for the *sum utilities | Pádraig Brady | -3/+3 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady | -1/+1 |
| 2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert | -1/+1 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -1/+1 |
| 2013-11-01 | md5sum, sha*sum: improve help for --check related options | Pádraig Brady | -4/+2 |
| 2013-11-01 | maint: simplify printing of md5sum file names | Pádraig Brady | -7/+22 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-08-24 | md5sum, sha*sum: add --tag to output a format indicating the algorithm | Ondrej Oprala | -78/+142 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -4/+4 |
| 2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | -1/+1 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-09-19 | md5sum: clarify what is meant by binary/text flag. | Reuben Thomas | -2/+2 |
| 2011-09-16 | md5sum: handle BSD reversed format checksums | Pádraig Brady | -4/+22 |
| 2011-07-07 | md5sum, sha1sum, etc: accept new option: --strict | Patrick Schoenfeld | -2/+25 |
| 2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering | -1/+1 |
| 2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering | -1/+1 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert | -19/+23 |
| 2010-10-19 | md5sum: print a summary warning for improperly formatted lines | Benno Schulenberg | -17/+19 |
| 2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady | -0/+3 |
| 2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering | -2/+2 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady | -2/+4 |
| 2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf | -5/+6 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -3/+3 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -223/+223 |
| 2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | -1/+1 |
| 2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering | -1/+1 |
| 2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering | -1/+2 |
| 2008-06-28 | doc: add "..." to Usage, to indicate there may be multiple OPTIONs | Jim Meyering | -1/+1 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-06-01 | md5sum: new option, --quiet, to suppress OK messages | Erik Auerswald | -4/+26 |