diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-21 09:01:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-21 09:01:31 +0000 |
commit | 9c0e765d5a7b63fa8be27761eb99f74561e81cd3 (patch) | |
tree | cd68a31679c19291e476d92a9849ea271eafcdae /lib/ChangeLog | |
parent | 8f67d26ec050b146a60ad52a87fc5743e2291aec (diff) | |
download | coreutils-9c0e765d5a7b63fa8be27761eb99f74561e81cd3.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 889a2a2ab..2076db970 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-10-21 Jim Meyering <meyering@lucent.com> + + * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, + this code would end up calling gettext even in packages built + with --disable-nls. + 2001-10-20 Paul Eggert <eggert@twinsun.com> * error.c (strerror_r): Do not declare unless !_LIBC. |