From: Pádraig Brady
Date: Mon, 2 Nov 2015 11:25:47 +0000 (+0000) Subject: maint: use a more standard return from mbrtowc test X-Git-Tag: v1.0~6906 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=45228d96;p=gnulib.git 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. --- 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