summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-22 03:48:56 +0100
committerBruno Haible <bruno@clisp.org>2008-12-22 03:48:56 +0100
commitae29b1033bf241177ecdc2b4adcff98a70f4a58e (patch)
tree43ffd7488bc79c4919c6be66d9119ed98d6d75b9 /NEWS
parentdb95eb8bd09efd7838586983d5f85797a713f010 (diff)
downloadgnulib-ae29b1033bf241177ecdc2b4adcff98a70f4a58e.tar.gz
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45c23ce66d..d69ad0a5c7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@ User visible incompatible changes
Date Modules Changes
+2008-12-21 mbiter The header files "mbiter.h", "mbuiter.h",
+ mbuiter "mbfile.h" can now be included without checking
+ mbfile HAVE_MBRTOWC. The macro HAVE_MBRTOWC will no
+ longer be defined by these modules in a year. If
+ you want to continue to use it, you need to invoke
+ AC_FUNC_MBRTOWC yourself.
+
2008-11-11 warnings This module subsumes the file m4/warning.m4 which
was removed.