From: Pádraig Brady
Date: Sat, 18 Oct 2025 20:47:52 +0000 (+0100) Subject: doc: mcel: give more detail on error interface X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14dd80dba2d40e608492f0acbec6a90f6bf3877d;p=thirdparty%2Fgnulib.git doc: mcel: give more detail on error interface * lib/mcel.h: Mention that errors may be given on some systems even with the "C" locale, as mcel has explicitly disabled the workaround for: https://sourceware.org/PR29511 Also state that len is set to 1 on any error. --- diff --git a/ChangeLog b/ChangeLog index 1d2195ca0f..13c9a9e96e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2025-11-01 Pádraig Brady
+
+ doc: mcel: give more detail on error interface
+ * lib/mcel.h: Mention that errors may be given on
+ some systems even with the "C" locale, as mcel
+ has explicitly disabled the workaround for:
+ https://sourceware.org/PR29511
+ Also state that len is set to 1 on any error.
+
2025-11-01 Paul Eggert