(OPENOPTS, have_read_stdin, status_only, warn,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 00:54:44 +0000 (00:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 00:54:44 +0000 (00:54 +0000)
commit577caa4da26f990464ce3aaea796303b63670a63
tree8efbffa8841685d4c65de3185131695402c94bab
parentbd20ce2bad775952e42294934e13cb4271cabe1c
(OPENOPTS, have_read_stdin, status_only, warn,
bsd_split_3, split_3, hex_digits, digest_file, digest_check, main):
Use bool when appropriate.
(digest_check): Increase limit of number of input lines to
UINTMAX_MAX from INT_MAX.  Diagnose any overflows of this counter.
Use ngettext instead of hard-to-i18nize hardcoded stuff for plurals.
src/md5sum.c