summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-20 18:50:41 +0000
committerJim Meyering <jim@meyering.net>1996-10-20 18:50:41 +0000
commit2f03e544e1a38bc8f5557ac4bdd75e0bdc6f8471 (patch)
tree1acc31d127cd3ffa560253132e8ca623514f90df /old/textutils
parent412cc2f3fc6acd272680f2d57b88397f775d2a5e (diff)
downloadcoreutils-2f03e544e1a38bc8f5557ac4bdd75e0bdc6f8471.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7c6fae3b7..38eb9bc05 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,14 @@
+Sun Oct 20 13:44:07 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'
+ (EXTRA_DIST): Remove.
+
+ * configure.in: Remove README_ALPHA related code. Automake takes
+ care of it automatically now when in gnits mode.
+
+ * lib/md5.c (md5_process_bytes): Cast void* pointer to char* before
+ doing arithmetic with it.
+
Sat Oct 19 23:13:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/md5.c: Update from GNU libc.