Re: USE_LSB_TAG not supported on this platform

2016-02-09 Thread Paul Eggert
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

[Patch] argp: fix line wrapping in --help output

2016-02-09 Thread Simon Reinhardt
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