# HG changeset patch # User Bruno Haible # Date 1208792339 -7200 # Node ID c2d7cd5bb587009089c7df4882e4db11d742367d # Parent dcdff7f9ae0f081df301c2cda80b14a6f705f554 Add a ChangeLog entry for an already committed change to lib/localename.c. diff -r dcdff7f9ae0f -r c2d7cd5bb587 ChangeLog --- a/ChangeLog Mon Apr 21 11:03:51 2008 +0200 +++ b/ChangeLog Mon Apr 21 17:38:59 2008 +0200 @@ -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.