From: Jim Meyering Date: Fri, 16 Jun 1995 04:25:05 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=643a49ea6cc2d326bfc13ea22146bcfdd91dce6b;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cdaf6e1b9f..27b3c2e9bd 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.