summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-20 12:36:49 +0000
committerJim Meyering <jim@meyering.net>1995-05-20 12:36:49 +0000
commite364481ca4089e0342fb5366a5671cd4fdaefff2 (patch)
tree24646de798512b08f2936e44fb82f40e289d6203
parent4b54af76eaef9ce53b453ea6d4f1708435712f21 (diff)
downloadcoreutils-e364481ca4089e0342fb5366a5671cd4fdaefff2.tar.xz
.
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 484e104e9..b297c32d5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,8 @@
Sat May 20 06:44:14 1995 Jim Meyering (meyering@comco.com)
+ * All Makefile.in (install-exec, install-exec): New targets.
+ From Karl Berry.
+
* tr.c (look_up_char_class): Take a string length argument -- required
because the argument is a string that is *not* NUL-terminated.
Use strncmp, not strcmp and add string lengths comparison.