diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-27 22:30:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-27 22:30:11 +0000 |
commit | cd2e2180d9fb1c83dced9610da710d8553a0efda (patch) | |
tree | 8f0c239b2790b77ccc6b3e69ab5e8cf9b8d0b942 /old | |
parent | 6932ade12ed26872e975105d676b5d5b36871f8e (diff) | |
download | coreutils-cd2e2180d9fb1c83dced9610da710d8553a0efda.tar.xz |
.
Diffstat (limited to 'old')
-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 |