summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-14 15:55:13 +0000
committerJim Meyering <jim@meyering.net>2000-07-14 15:55:13 +0000
commit269ecb09d97da99b31c49a00550d6f9714c86b70 (patch)
tree1bb0f809461b0fd0d425d024ac1270257c8a405b /lib
parente4dac83b0d6b699311faee1967b42f9a94c6a761 (diff)
downloadcoreutils-269ecb09d97da99b31c49a00550d6f9714c86b70.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6f4ea4be8..61bb36fb9 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-10 Paul Eggert <eggert@twinsun.com>
+
+ From a suggestion by Bruno Haible.
+ * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
+ Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
+ to decide whether to define the BeOS workaround macro;
+ this adjusts to the change to AC_MBSTATE_T.
+
2000-07-13 Paul Eggert <eggert@twinsun.com>
* quotearg.h (enum quoting style): New enum clocale_quoting_style.