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
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
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
+
+ *