summaryrefslogtreecommitdiff
path: root/src/md5sum.c
AgeCommit message (Expand)Author
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-09maint: convert `...' to '...' in --help outputJim 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-09-19md5sum: clarify what is meant by binary/text flag.Reuben Thomas
2011-09-16md5sum: handle BSD reversed format checksumsPádraig Brady
2011-07-07md5sum, sha1sum, etc: accept new option: --strictPatrick Schoenfeld
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady
2009-10-07md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim 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-06-02declare program_name consistentlyJim Meyering
2008-06-01md5sum: new option, --quiet, to suppress OK messagesErik Auerswald
2008-05-26convert 3-author programs to use proper_nameJim Meyering
2008-04-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering
2008-04-16avoid "may be used uninitialized" warning from newer gccJim Meyering
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering
2007-08-22Don't include "getline.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-08-16Fix bugs when printing plurals of numbers that are notPaul Eggert
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-06-24* src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions.Jim Meyering
2005-10-27(main) [!O_BINARY]: Changed default read modeJim Meyering
2005-10-23(digest_check, main): Use ptr_align rather thanJim Meyering
2005-10-23Provide framework for computing sha-2 hashes.Jim Meyering
2005-08-14(usage): Fix typo s/formated/formatted/ reported by Norbert KieselJim Meyering
2005-07-19(usage): Adjust printf argument list to match new format string.Jim Meyering
2005-07-19(usage, main): --check now accepts multiple input files.Paul Eggert
2005-07-11(usage): Clarify whether text or binary is the default.Paul Eggert
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert