summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-18 14:01:32 +0000
committerJim Meyering <jim@meyering.net>2003-02-18 14:01:32 +0000
commit38b90cb669bb1c5645c22fd7f1511c25046dcacd (patch)
treeda7b90250b339c84303a67f5c1ae212525e3ad32 /lib
parentae993355b7b279a496e8ca4af04f5f683ad7d041 (diff)
downloadcoreutils-38b90cb669bb1c5645c22fd7f1511c25046dcacd.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a18b7f0eb..da90db4fb 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2003-02-18 Jim Meyering <jim@meyering.net>
+
+ * 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 <jim@meyering.net>
* mmap-stack.h (RUN_WITH_BIG_STACK_4): Define.