kernel32: Implemented atoms query function on top of ntdll ones.
[wine] / dlls / kernel / tests / locale.c
2005-11-18  Alexandre JulliardAdded a few more Unicode digits from Unicode version...
2005-07-28  Dmitry Timoshkov- Reimplement EnumTimeFormats, make it work for all...
2005-07-27  Dmitry Timoshkov- Reimplement EnumDateFormats, make it work for all...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-02  Mike McCormackMake sure that unused code gets compiled to avoid warnings.
2005-05-31  Mike McCormackSome warning fixes for the regression tests.
2005-03-02  Jakob ErikssonAccept (shorter) date format in Win NT and Win 95.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-21  Dmitry TimoshkovCall CompareStringA with LOCALE_USE_CP_ACP flag set...
2004-11-01  Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-06-03  Robert ReifI got the test for failure on NT wrong in my last patch...
2004-05-30  Robert ReifNT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip...
2004-04-05  Lionel UlmerAdd better NULL checks to lstrcmp[i](A/W) functions.
2004-02-07  Bill MedlandCorrect GetNumberFormat for negative numbers with e...
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-08  Hans LeidekkerDeal with kernels that don't have IsValidLanguageGroup.
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-24  Jon GriffithsAdded tests for FoldStringA/W.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-24  Jon GriffithsMore locale tests.
2003-09-17  Jon GriffithsMore tests for kernel NLS functions.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-03  Dmitry TimoshkovExit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
2003-06-30  Dmitry TimoshkovAdd tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL...
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-01-16  Bill MedlandCorrect GetDateFormat handling of uninitialised fields...
2003-01-02  Chris MorganUse the locale id we created instead of the system...
2002-12-19  Chris MorganAdd additional tests for GetTimeFormat() and GetDateFor...
2002-12-12  Francois GougetMention the applications that depend on the behavior...
2002-12-12  Francois GougetDon't test whether Get{Currency,Date,Number,Time}Format...
2002-11-27  Bill MedlandCorrect GetNumberFormatA for zero decimals and for...
2002-11-08  Ryan CummingRemove OLE_GetFormatA, reimplement GetDateFormatA and...
2002-10-25  Bill MedlandFix OLE_GetFormatW so that GetDateFormatW works.
2002-06-04  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardFixed some tests that were failing under Wine.
2002-05-29  Mehmet YasarAdded test for locale functions.