Bruno Haible writes:
> Ben Pfaff wrote:
>> This works around a bug in the glibc 2.7 macro implementation of
>> strtok_r described here:
>> http://sources.redhat.com/bugzilla/show_bug.cgi?id=5614.
>
> Thanks. I've done the following modifications to your patch:
[...]
Wow! I was planning to keep
Ben Pfaff wrote:
> This works around a bug in the glibc 2.7 macro implementation of
> strtok_r described here:
> http://sources.redhat.com/bugzilla/show_bug.cgi?id=5614.
Thanks. I've done the following modifications to your patch:
- Choose a macro name that is more similar to the current gnulib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Ben Pfaff on 8/31/2009 6:56 AM:
> The reason that I'm submitting it is
> that I discovered this glibc bug myself, and it's been bothering
> me ever since that gnulib doesn't detect and work around it,
> because it seems very easy to trigge
n Pfaff
Date: Sun Aug 30 21:00:06 2009 -0700
Fix bug in glibc 2.7 macro implementation of strtok_r.
diff --git a/ChangeLog b/ChangeLog
index 7dee308..a2009c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-08-30 Ben Pfaff
+
+ Fix glibc 2.7 bug in macro implementation