summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-12 07:19:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-12 07:19:50 +0000
commit518d041db8bfbb94d3eddbb125206cbe4cec2df1 (patch)
tree1f0b294c28986e3560dfca32300344fdbb0967ea
parent59a8b222687a13fcf0e877c321af51807ff11582 (diff)
downloadcoreutils-518d041db8bfbb94d3eddbb125206cbe4cec2df1.tar.xz
Adjust to md5 changes in gnulib, and make sha1 etc. more consistent
with md5.
-rw-r--r--lib/ChangeLog19
-rw-r--r--m4/ChangeLog5
2 files changed, 24 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index bb856afb5..d7e166d57 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,22 @@
+2006-01-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * .cvsignore: Add stdint.h.
+ * Makefile.am (BUILT_SOURCES, EXTRA_DIST, stdint.h, MOSTLYCLEANFILES):
+ Add gnulib snippet.
+ * md5.c: Fix commentary typos.
+ (alignof, UNALIGNED_P): No need for a GCC-specific version.
+ * md5.h (__attribute__): Remove; unused.
+ * sha1.c, sha256.c, sha256.c: Fix commentary to match md5 better.
+ * sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
+ so that we don't need to worry about alignment. All uses changed.
+ This merges the 2005-10-28 md5 change into sha1.
+ * sha256.h (struct sha256_ctx): Likewise.
+ * sha512.h (struct sha512_ctx): Likewise.
+ * sha256.h: Include stdint.h rather than md5.h.
+ * sha512.h: Include stdint.h uniformly, since we now have the
+ stdint module.
+ * stdint_.h: New file, from gnulib.
+
2006-01-11 Jim Meyering <jim@meyering.net>
* fts.c (fts_stat): When following a symlink-to-directory,
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 73bdaadb7..6ac39d6ee 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * prereq.m4 (gl_PREREQ): Require gl_STDINT_H.
+ * stdint_.h.m4: New file, from gnulib.
+
2006-01-11 Jim Meyering <jim@meyering.net>
* openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.