ntdll: Process --help and --version args earlier on during startup.
[wine] / dlls / kernel / locale.c
2006-02-07  Dmitry Timoshkovkernel32: Implement EnumUILanguages.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-17  Alexandre JulliardIgnore empty environment strings.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-12  Dmitry TimoshkovstrcpynAtoW takes number of characters, not bytes.
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-11  Mike McCormackStub implementation for GetGeoInfo.
2005-04-18  Alexandre JulliardRemoved unused data fields in the LANG_FIND_DATA structure.
2005-03-29  Troy RolloImplement SetCPGlobal (an undocumented Win32 API).
2005-03-19  Ulrich CzekallaGetCPInfo should return FALSE if called with NULL info...
2005-01-19  Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-21  Dmitry TimoshkovCall CompareStringA with LOCALE_USE_CP_ACP flag set...
2004-11-04  Dmitry TimoshkovAdd unix locale to code page mapping for ISO-8859-16.
2004-11-01  Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-10-19  Stefan LeichterAdded dummy implementation for EnumUILanguagesA/W.
2004-08-23  Dmitry TimoshkovGetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo...
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-07-23  Vincent BéronRemove last winedefault.reg reference in the code.
2004-07-16  Shachar ShemeshSystem default locale in Windows determines the ANSI...
2004-07-07  Dmitry TimoshkovInitialize also ACP, OEMCP and MACCP in registry on...
2004-07-04  Vitaly LipatovReturn proper codepage value in GetCPInfoEx.
2004-06-15  Dmitry Timoshkov- Fix erroneous use of LOCALE_SDATE in the place of...
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-19  Alexandre JulliardFixed ntdll_wcstoumbs and WideCharToMultiByte to set...
2004-04-05  Lionel UlmerAdd better NULL checks to lstrcmp[i](A/W) functions.
2004-03-30  Dmitry TimoshkovAdd CP932, CP936, CP949 and CP950 to the charset map.
2004-03-29  Dmitry TimoshkovAdd Traditional Chinese Big5 and Simplified Chinese...
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-09  Dmitry TimoshkovDo not take into account LC_CTYPE and LC_MESSAGES while...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-02-07  Alexandre JulliardAdded missing parameter check in SetLocaleInfoA reveale...
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2003-12-12  Vik KumarAdded eucJP charset.
2003-12-03  Alexandre JulliardConverted locale setup to Unicode so that we don't...
2003-12-03  Alexandre JulliardRevert change for handling user overrides as numbers...
2003-12-01  Jon GriffithsAllow user overridden locale data to be retrieved as...
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-11-14  Jon GriffithsFix a crash in GetLocaleInfo() when extra high bits...
2003-10-24  Jon GriffithsImplemented FoldStringA (using W version).
2003-10-15  Jon GriffithsImplemented FoldStringW.
2003-10-14  Alexandre JulliardMoved codepage functions to dlls/kernel.
2003-10-01  Mike McCormackStubs for Get/SetUserGeoID().
2003-09-24  Jon GriffithsAdd LanguageGroup/GeoID enumeration fns.
2003-09-16  Alexandre JulliardMore robust detection of charset names.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-09  Gerald PfeiferAdd charset information as used by FreeBSD.
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-07-03  Dmitry TimoshkovExit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-19  Maxime BellengéAdded resource strings for language groups.
2003-04-08  Michal Janusz MiroslawAdd stub for InvalidateNLSCache.
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-20  Alexandre JulliardMoved a couple of locale functions from ole2nls.c into...
2002-09-13  Alexandre JulliardRemoved remaining references to advapi32 registry funct...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-20  Patrik StridvallFixed some issues found by winapi_check.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...