From: Paul Eggert Date: Sun, 19 Sep 2004 02:21:18 +0000 (+0000) Subject: m5sum cleanup X-Git-Tag: v5.3.0~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30747780638bc579e67cd825af6299145087237a;p=thirdparty%2Fcoreutils.git m5sum cleanup --- diff --git a/ChangeLog b/ChangeLog index e6af1ca6e5..a91d14a868 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-09-18 Paul Eggert + * src/md5sum.c (STATUS_OPTION, STRING_OPTION): New enums. + (long_options, main): Use them instead of magic numbers 2 and 1. + For --string, optarg can't possibly be NULL. + * src/dd.c (usage): Distinguish between options and operands. (scanargs): Don't mess with argc, argv; getopt_long handles this now. Say "operands" for operands, not "options".