From: Jim Meyering Date: Sat, 20 May 1995 12:36:49 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e364481ca4089e0342fb5366a5671cd4fdaefff2;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 484e104e94..b297c32d5e 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.