From 45228d9689a677588157fc8d26725a076f4f21e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 2 Nov 2015 11:25:47 +0000 Subject: [PATCH] maint: use a more standard return from mbrtowc test * m4/mbrtowc.m4 (gl_MBRTOWC_EMPTY_INPUT): Don't return 1 from the test program as this is non standard and often indicates an unhandled case in the test program. * m4/mbrlen.m4 (gl_MBRLEN_EMPTY_INPUT): Likewise. --- ChangeLog | 8 ++++++++ m4/mbrlen.m4 | 4 ++-- m4/mbrtowc.m4 | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e83b3ce26d..cf4b657a0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-11-02 Pádraig Brady
+
+ maint: use a more standard return from mbrtowc test
+ * m4/mbrtowc.m4 (gl_MBRTOWC_EMPTY_INPUT): Don't return 1
+ from the test program as this is non standard and often
+ indicates an unhandled case in the test program.
+ * m4/mbrlen.m4 (gl_MBRLEN_EMPTY_INPUT): Likewise.
+
2015-10-30 Paul Eggert