diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-19 02:21:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-19 02:21:18 +0000 |
commit | 30747780638bc579e67cd825af6299145087237a (patch) | |
tree | 8cbec95a8e922c357b05a27f51c5c4b22900fbf2 /ChangeLog | |
parent | fdac7ecb116b9cf3e318c3923ff840354b80eb6a (diff) | |
download | coreutils-30747780638bc579e67cd825af6299145087237a.tar.xz |
m5sum cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-09-18 Paul Eggert <eggert@cs.ucla.edu> + * 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". |