From 8cc2bb4823a7566c567e270b711af6a3f07e6082 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 28 Dec 2015 08:16:02 +0900 Subject: [PATCH] maint: add missing ChangeLog entry for previous commit --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8efb3974a9..da7e48d6d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2015-12-28 Daiki Ueno + + 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 regexprops-generic: update from regex.h -- 2.39.5