From: Jim Meyering Date: Sat, 13 Apr 1996 18:13:16 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14b~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b978f77c5371c395a2540ca68e78df520e527e;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a78e3ea296..521c3dd465 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,16 @@ +Sat Apr 13 13:08:29 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * lib/Makefile.am (noinst_HEADERS): Include memcasecmp.h, + not memcasecmp.c. + + * memcasecmp.c: Unprotoize. + [ISASCII]: Define. + [ISUPPER]: Define. + + * join.c (decode_field_spec): Rename local variable `valid' + to invalid (and reverse sense) to avoid conflict with the + macro definition in /usr/include/locale.h on SunOS 4.1.3. + Tue Apr 9 22:43:57 1996 Jim Meyering (meyering@na-net.ornl.gov) * uniq.c: Add new option --ignore-case (-i).