]> Savannah Git Hosting - gnulib.git/commitdiff
maint: add missing ChangeLog entry for previous commit
authorDaiki Ueno <ueno@gnu.org>
Sun, 27 Dec 2015 23:16:02 +0000 (08:16 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 27 Dec 2015 23:16:02 +0000 (08:16 +0900)
ChangeLog

index 8efb3974a95a5a8588ea9b02f69232ffba4383f1..da7e48d6d0e7166d099318846acfcc1a37740bf5 100644 (file)
--- 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