summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-11 19:56:29 +0000
committerJim Meyering <jim@meyering.net>1995-06-11 19:56:29 +0000
commitfd9df74e7561ce72125d3b8f7f2a29359375a83f (patch)
treed1f7bcb5564ce396111d5f76613a433c6078a8fd
parentc502988b26fd5bb8880e5083152f4f23547a1105 (diff)
downloadcoreutils-fd9df74e7561ce72125d3b8f7f2a29359375a83f.tar.xz
.
-rw-r--r--old/textutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index a4a9f7517..c84567651 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,18 @@
+Sun Jun 11 00:39:50 1995 Jim Meyering (meyering@comco.com)
+
+ * md5sum.c: New file. From Ulrich Drepper.
+ * md5-test.rfc: New file.
+ * man/Makefile.in: (MANFILES): Add md5sum.1.
+ * src/Makefile.in: (SOURCES): Add md5sum.c.
+ (OBJECTS): Add md5sum.o.
+ (PROGS): Add md5sum.
+ (check): Add basic checks for md5sum.
+ (md5sum): Add dependency and link rule.
+ (DISTFILES): Add md5-test.rfc.
+
+ * tr.c (look_up_char_class, append_char_class, append_equiv_class):
+ Use const attribute when appropriate.
+
Sun May 28 14:48:58 1995 Jim Meyering (meyering@comco.com)
* join.c: Overhauled to make -a1 and -a2 options work.