[PATCH] strtok_r: relax license to LGPLv2+

2010-04-14 Thread Eric Blake
strtok_r borrows from glibc, which is LGPLv2+; besides, the only major changes since 2007-10, when LGPLv3 became the default, were in commit 5985805, to work around a glibc header bug. * modules/strtok_r (License): Relax license. Reported by Matthias Bolte. Signed-off-by: Eric Blake --- Matthia

Re: Failing test case 67 Fatal errors but M4 continues producing output

2010-04-14 Thread Joel E. Denny
On Mon, 12 Apr 2010, Petr Machata wrote: > The instructions that you gave indeed do reproduce the problem. Thanks for confirming. > P.S. I seriously wonder whether it's worth it to hunt this esoteric bug. > (Especially given that it was confirmed that the code is written > correctly.) As I sai

[PATCH] lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to version 1.4.4.

2010-04-14 Thread Simon Josefsson
Pushed. /Simon --- ChangeLog |8 lib/gc-libgcrypt.c |6 +- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f1ccfdc..1151f35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-04-14 Simon Josefsson + + *