diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 7 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 526e69136..29a12f343 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,14 @@ +Sat Jul 27 17:22:14 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * 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 <d95to@efd.lth.se>. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3f59b05f5..07d32767f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 27 17:22:14 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * src/unexpand.c (unexpand): Move EOF check to follow code that |