summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-18 19:00:54 +0000
committerJim Meyering <jim@meyering.net>2003-02-18 19:00:54 +0000
commit3bb9bacdd7470be8c3b66ca7270b07cb9920ff52 (patch)
tree3c0843dbe12eb94717ba625af98458224893c4ae /lib
parent714f398d7ffde29809ed729373d99b9e7d142afb (diff)
downloadcoreutils-3bb9bacdd7470be8c3b66ca7270b07cb9920ff52.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index da90db4fb..7653ae193 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,12 @@
2003-02-18 Jim Meyering <jim@meyering.net>
+ * 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.