summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-16 04:25:05 +0000
committerJim Meyering <jim@meyering.net>1995-06-16 04:25:05 +0000
commit643a49ea6cc2d326bfc13ea22146bcfdd91dce6b (patch)
treeaae4138a1531760da55c867090bff8fe18c3eab3
parent583e66e5b0513c569a856807b5432893284e7a73 (diff)
downloadcoreutils-643a49ea6cc2d326bfc13ea22146bcfdd91dce6b.tar.xz
.
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index cdaf6e1b9..27b3c2e9b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -15,6 +15,12 @@ Thu Jun 15 22:09:14 1995 Jim Meyering (meyering@comco.com)
or using strings.
(hex_digits): Unprotoize.
+ * md5sum.c (main): Don't use a separate loop to convert to lower
+ case. Suggested by Ulrich Drepper.
+ (CLOSE): New macro.
+ (md5_file): Use it.
+ From Ulrich Drepper.
+
* md5sum.c: Don't include values.h.
[__P]: Undefine it.