GNOME Bugzilla – Bug 79472
remove calls to strtok_r()
Last modified: 2004-12-22 21:47:04 UTC
mac os x doesn't have strtok_r(). this patch replaces strtok_r() calls with other calls. i don't know how to test this code path so i don't know if it's completely correct.
Created attachment 7852 [details] [review] patch to remove strtok_r() calls
The patch is rather complex, and hard to verify, so I'm taking an alternate approach and adding an implementation of strtok_r from glibc for machines that don't have it. I'd appreciate if you could test. Mon May 13 14:58:12 2002 Owen Taylor <otaylor@redhat.com> * pango/pangox.c configure.in: Add a implementation of strtok_r (copied from glibc) for machines that don't have it. (#79472, Jacob Berkman.)
thanks, i appreciate you looking at this. i'll test it when i get home tonight.
this works AFAICT
*** Bug 69908 has been marked as a duplicate of this bug. ***