* 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 Pádraig Brady <P@draigBrady.com>
+
+ 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 <eggert@cs.ucla.edu>
nstrftime: do not return PTRDIFF_MAX
You can select from G using G.ch, G.err, and G.len.
G is an encoding error if G.err is nonzero, a character otherwise.
+ Note G.err may occur even in the "C" locale on some systems.
+ In any case G.len will be 1 if G.err is set.
The mcel_scanz function is similar except it works with a
string of unknown but positive length that is terminated with '\0'.