Removed some of the DOS device hacks (based on a patch by Eric
[wine] / dlls / kernel / locale.c
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...