From: Jim Meyering Date: Sat, 27 Jul 1996 22:30:11 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2e2180d9fb1c83dced9610da710d8553a0efda;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 526e691369..29a12f343a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,14 @@ +Sat Jul 27 17:22:14 1996 Jim Meyering + + * src/system.h (bindtextdomain) [!ENABLE_NLS]: Undefine to avoid + redefinition warnings on solaris. + (textdomain) [!ENABLE_NLS]: Likewise. + Sun Jul 21 09:47:55 1996 Jim Meyering * configure.in (AC_REPLACE_FUNCS): Replace getline.c. Add related check for the getdelim function. + From Ulrich Drepper -- as done in gettext. * src/stty.c (usage): Correct typo (-iucl -> -iuclc) in usage message. From Thomas Olsson . diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3f59b05f53..07d32767f3 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 27 17:22:14 1996 Jim Meyering + + * src/system.h (bindtextdomain) [!ENABLE_NLS]: Undefine to avoid + redefinition warnings on solaris. + (textdomain) [!ENABLE_NLS]: Likewise. + Thu Jul 25 23:06:35 1996 Jim Meyering * src/unexpand.c (unexpand): Move EOF check to follow code that