From: Bruno Haible Date: Mon, 21 Apr 2008 15:38:59 +0000 (+0200) Subject: Add a ChangeLog entry for an already committed change to lib/localename.c. X-Git-Tag: v0.1~7520 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=42e8fd6b9ce92ca7f15a10fa62035f65b3478b32;p=gnulib.git Add a ChangeLog entry for an already committed change to lib/localename.c. --- diff --git a/ChangeLog b/ChangeLog index 60534c934..915374920 100644 --- a/ChangeLog +++ b/ChangeLog @@ -119,6 +119,15 @@ (gl_locale_name_from_win32_LANGID): Fix code for Sindhi. Reported by Daniel Bergström . +2007-12-25 KJK::Hyperion + Bruno Haible + + * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New + function. + (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID): + New functions, mostly extracted from gl_locale_name_default. + (gl_locale_name_default): Use gl_locale_name_from_win32_LCID. + 2008-04-16 Eric Blake Adjust strtod detection to catch glibc 2.7 bug.