Re: fix bug in glibc 2.7 macro implementation of strtok_r.

2009-09-06 Thread Ben Pfaff
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

Re: fix bug in glibc 2.7 macro implementation of strtok_r.

2009-09-06 Thread Bruno Haible
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

Re: fix bug in glibc 2.7 macro implementation of strtok_r.

2009-09-01 Thread Eric Blake
-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