summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-19 02:21:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-19 02:21:18 +0000
commit30747780638bc579e67cd825af6299145087237a (patch)
tree8cbec95a8e922c357b05a27f51c5c4b22900fbf2 /ChangeLog
parentfdac7ecb116b9cf3e318c3923ff840354b80eb6a (diff)
downloadcoreutils-30747780638bc579e67cd825af6299145087237a.tar.xz
m5sum cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6af1ca6e..a91d14a86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".