comparison ChangeLog @ 17456:1d151e47d4d4

localecharset: make locale_charset thread-safe on Mac OS X * lib/localcharset.c (locale_charset) [DARWIN7]: Use MB_CUR_MAX_L instead of MB_CUR_MAX.
author Daiki Ueno <ueno@gnu.org>
date Sat, 20 Jul 2013 07:03:38 -0700
parents c8b7822c1226
children bbdfd5c3b6d3
comparison
equal deleted inserted replaced
17455:c8b7822c1226 17456:1d151e47d4d4
1 2013-07-08 Daiki Ueno <ueno@gnu.org> 1 2013-07-20 Daiki Ueno <ueno@gnu.org>
2
3 localecharset: make locale_charset thread-safe on Mac OS X
4 * lib/localcharset.c (locale_charset) [DARWIN7]: Use MB_CUR_MAX_L
5 instead of MB_CUR_MAX.
6
7 2013-07-20 Daiki Ueno <ueno@gnu.org>
2 8
3 gettext: update to version 0.18.3 9 gettext: update to version 0.18.3
4 * m4/intl.m4, m4/po.m4: Update from gettext-0.18.3. In particular, 10 * m4/intl.m4, m4/po.m4: Update from gettext-0.18.3. In particular,
5 require AC_PROG_SED to allow user to specify custom sed command when 11 require AC_PROG_SED to allow user to specify custom sed command when
6 generating en@quot PO file. 12 generating en@quot PO file.