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