projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdac7ec
)
m5sum cleanup
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 19 Sep 2004 02:21:18 +0000
(
02:21
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 19 Sep 2004 02:21:18 +0000
(
02:21
+0000)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
e6af1ca
..
a91d14a
100644
(file)
--- 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".