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