Mercurial > hg > xemacs-beta
diff lwlib/ChangeLog @ 5335:c9d31263ab7d
Replace POSIX index(3) with C89 strchr(3), lwlib-fonts.c
2011-01-11 Aidan Kehoe <kehoea@parhasard.net>
* lwlib-fonts.c (xft_open_font_by_name):
Replace the POSIX index(3), not universally available even today,
with the C89 strchr(3), hopefully fixing a few of the buildbots'
problems.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 11 Jan 2011 13:39:35 +0000 |
parents | 0f7d483cff5a |
children | 7ebbe334061e e79916901603 |
line wrap: on
line diff
--- a/lwlib/ChangeLog Mon Jan 10 20:00:57 2011 +0000 +++ b/lwlib/ChangeLog Tue Jan 11 13:39:35 2011 +0000 @@ -1,3 +1,10 @@ +2011-01-11 Aidan Kehoe <kehoea@parhasard.net> + + * lwlib-fonts.c (xft_open_font_by_name): + Replace the POSIX index(3), not universally available even today, + with the C89 strchr(3), hopefully fixing a few of the buildbots' + problems. + 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> * lwlib-internal.h: Correct FSF address in permission notice.