summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-24 12:33:07 +0100
committerBruno Haible <bruno@clisp.org>2012-02-24 12:33:35 +0100
commit7b88472378ef4a201a63ccef0c07502b23287d7e (patch)
treea4d815e0e49d1727fe3763e6856e3e5199d2adff /NEWS
parent54fd689b28b2f0292dfd7ca459308e0e6a008a40 (diff)
downloadgnulib-7b88472378ef4a201a63ccef0c07502b23287d7e.tar.gz
streq: Rename macro.
* lib/streq.h (STREQ_OPT): Renamed from STREQ. * NEWS: Mention the change. * lib/mbrtowc.c (mbrtowc): Update. * lib/uniwidth/cjk.h (is_cjk_encoding): Update. * lib/wcwidth.c (wcwidth): Update. Suggested by Akim Demaille and Jim Meyering.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73c522bb35..7aaa55025a 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ User visible incompatible changes
Date Modules Changes
+2012-02-24 streq This module no longer provides the STREQ macro.
+ Use STREQ_OPT instead.
+
2012-01-10 ignore-value This module no longer provides the ignore_ptr
function. It was deprecated a year ago, but existed
so briefly before then that it never came into use.