From: Jim Meyering Date: Tue, 18 Feb 2003 19:00:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.8~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bb9bacdd7470be8c3b66ca7270b07cb9920ff52;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index da90db4fb4..7653ae193f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,12 @@ 2003-02-18 Jim Meyering + * md5.c (md5_stream) [BLOCKSIZE]: Move definition to top of file. + Ensure that it is a multiple of 64. + Rearrange loop exit tests so as to avoid performing an + additional fread after encountering an error or EOF. + Reported by Michael Bacarella. + * sha.c (sha_stream): Likewise. + * Makefile.am (CLEANFILES): Remove ftw.h and search.h. (DISTCLEANFILES): Add them here. Add fnmatch.h, too.