kernel32: GetModuleHandleEx already clears the module handle on failure.
[wine] / dlls / kernel32 / locale.c
2012-03-27  André Hentschelkernel32: Handle LOCALE_NAME_USER_DEFAULT with tests.
2011-11-16  Andrew Talbotkernel32: Remove unused file-static variables.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-20  Frédéric Delanoykernel32: Fix function description of CompareStringA...
2011-01-04  Thomas Mullalykernel32: Added stubs for IDN functions.
2010-09-27  Alexandre Julliardkernel32: Implemented EnumSystemLocalesEx.
2010-09-15  Rudolf Mayerhoferkernel32: Implement GetUserDefaultLocaleName using...
2010-08-30  Louis Lenderskernel32: Add stub for GetUserDefaultLocaleName.
2010-04-14  Alexandre Julliardkernel32: Map the new detailed direction information...
2010-03-01  Alexandre Julliardkernel32: Create the Nls\CodePage key one element at...
2010-03-01  Alexandre Julliardkernel32: Create the Control Panel\International key...
2010-02-22  Ken Thomaseskernel32: Mac: If language is less specific variant...
2009-12-29  Alexandre Julliardkernel32: Don't store the current codepage in the threa...
2009-12-10  Ken Thomaseskernel32: Consolidate some related code closer together.
2009-12-10  Ken Thomaseskernel32: Mac lang. pref. overrides LANG, but not LC_AL...
2009-12-10  Ken Thomaseskernel32: On Mac, construct locale string from language...
2009-11-30  Paul Chitescukernel32: Reduce registry access to KEY_READ wherever...
2009-10-30  Alexandre Julliardkernel32: Make sure the codepage registry keys are...
2009-10-23  Nikolay Sivovkernel32: Fix copied data length.
2009-10-21  Nikolay Sivovkernel32/locale: Add support for LOCALE_RETURN_GENITIVE...
2009-08-25  Jeff Zaroykokernel32: sLanguage is LOCALE_SABBREVLANGNAME.
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-01-19  Alexandre Julliardkernel32: LCMapString should include the terminating...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-10-18  Alexandre Julliardkernel32: Convert source files to utf-8.
2008-08-21  Alexandre Julliardkernel32: Fix a compiler warning on Mac OS.
2008-08-18  Ken Thomaseskernel32: Strip modifiers from the Mac locale so setloc...
2008-07-11  Andrew Talbotkernel32: Remove unneeded address-of operators from...
2008-02-15  Alexandre Julliardkernel32: On Mac OS, recompose the Unicode strings...
2008-02-08  Dmitry Timoshkovkernel32: Separate modifier from charset before detecti...
2008-01-16  Francois GougetAssorted spelling fixes.
2007-10-26  Aric Stewartkernel32: Set last error to ERROR_INSUFFICIENT_BUFFER...
2007-10-18  EA Durbinkernel32: Partially implement GetUserGeoID().
2007-10-12  Alexandre Julliardkernel32: Get rid of the NLS_RegOpenSubKey function...
2007-10-10  EA Durbinkernel32: Implement SetUserGeoID.
2007-09-10  Francois Gougetversion: Fix some Ver*() prototypes (especially wrt...
2007-08-28  Alexandre Julliardkernel32: Store a few more locale values in the registry.
2007-05-29  Alexandre Julliardkernel32: Remove the fixme about MB_USEGLYPHCHARS.
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-04-16  Chia-I Wukernel32: Fix non-terminated separator string.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-02-05  Dmitry Timoshkovkernel32: Add a trace to MultiByteToWideChar.
2007-01-15  Anatoly Lyutinkernel32: Add details in description function MultiByte...
2007-01-09  Ken Thomaseskernel32: Don't release preferred_locales until we...
2006-12-13  Pierre d'Herbemontkernel32: Remove unneeded headers.
2006-12-12  Pierre d'Herbemontkernel32: Allow the preferred language to be different...
2006-12-07  Alexandre Julliardkernel32: For LOCALE_NOUSEROVERRIDE, check locale again...
2006-12-04  Alexandre Julliardkernel32: Store the LC_MESSAGES value under the "Locale...
2006-11-22  Alex Villacís Lassokernel32: Restore C locale for LC_NUMERIC.
2006-11-20  Marcus Meissnerkernel32: Added missing shift by 8.
2006-11-16  Alexandre Julliardkernel32: Use the appropriate Unix locale for GetLocale...
2006-11-16  Alexandre Julliardkernel32: Rewrote the locale matching to match more...
2006-11-14  Mike McCormackkernel32: Print a FIXME only once.
2006-11-13  Alexandre Julliardkernel32: Use LC_NUMERIC instead of LC_ALL to determine...
2006-11-09  Alexandre Julliardkernel32: Fixed buffer overrun in get_registry_locale_info.
2006-11-07  Alexandre Julliardkernel32: Better workaround for the lack of locale...
2006-10-16  Robert Shearmankernel32: Add support for detecting the user locale...
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.