summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-12-28 08:16:02 +0900
committerDaiki Ueno <ueno@gnu.org>2015-12-28 08:16:02 +0900
commit8cc2bb4823a7566c567e270b711af6a3f07e6082 (patch)
treed0461780c7c1392432c2edd7163c70fb23b3ad86
parent1f63650823cebf52044df840c81062ccb52163a2 (diff)
downloadgnulib-8cc2bb4823a7566c567e270b711af6a3f07e6082.tar.gz
maint: add missing ChangeLog entry for previous commit
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8efb3974a9..da7e48d6d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2015-12-28 Daiki Ueno <ueno@gnu.org>
+
+ maint: fix operator precedence in mbrtowc test
+ This is a fix for test breakage introduced by commit 45228d96; the
+ equality expression must be parenthesized when negated with '!',
+ otherwise we always get:
+
+ test-mbrtowc.c:49: assertion 'ret == (size_t)(-2)' failed
+
+ * m4/mbrtowc.m4 (gl_MBRTOWC_EMPTY_INPUT): Negate the entire expression.
+ * m4/mbrlen.m4 (gl_MBRLEN_EMPTY_INPUT): Likewise.
+
2015-12-23 James Youngman <jay@gnu.org>
regexprops-generic: update from regex.h