From: Jim Meyering Date: Tue, 18 Feb 2003 14:01:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.8~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b90cb669bb1c5645c22fd7f1511c25046dcacd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a18b7f0eb4..da90db4fb4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-02-18 Jim Meyering + + * Makefile.am (CLEANFILES): Remove ftw.h and search.h. + (DISTCLEANFILES): Add them here. + Add fnmatch.h, too. + + * sha.c (sha_stream): Rearrange loop exit tests so as to avoid + performing an additional fread after encountering an error or EOF. + 2003-02-17 Jim Meyering * mmap-stack.h (RUN_WITH_BIG_STACK_4): Define.