On 02/09/2016 03:12 AM, Herbert J. Skuhra wrote:
Checking for working stdalign.h fails with clang
This is due to a clang bug, which exposed a typo in the Gnulib code that
was supposed to work around the clang bug. A patch to Gnulib is
attached, and I've installed this in Gnulib and in the ema
Hi,
Argp provides line wrapping of help and usage output. For this it
maintains a buffer in the struct argp_fmtstream_t. During line breaking
the buffer's contents grow due to the inserted spaces needed to indent
the lines (function __argp_fmtstream_update in lib/argp-fmtstream.c).
This breaks onc