dmsynth: Dump data passed to Download method.
[wine] / dlls / kernel32 / tests / locale.c
2012-11-05  Francois Gougetkernel32/tests: Make test_CompareStringOrdinal() static.
2012-11-02  Christian Costakernel32: Implement CompareStringOrdinal.
2012-08-27  Nikolay Sivovkernel32: Handle neutral locale names better in GetLoca...
2012-08-22  Alexandre Julliardkernel32/tests: "en" is not a valid locale on some...
2012-08-17  André Hentschelkernel32: Fix LocaleNameToLCID on mismatch.
2012-08-16  Austin Englishkernel32: Implement IsValidLocaleName (with tests).
2012-08-15  André Hentschelkernel32/tests: Test LocaleNameToLCID with bad name.
2012-07-26  Nikolay Sivovkernel32: Some tests for LOCALE_SNAME and neutral locales.
2012-07-26  Nikolay Sivovkernel32: Fix base for value returned with LOCALE_RETUR...
2012-07-26  Nikolay Sivovkernel32: Some test for handling locales specified...
2012-06-28  André Hentschelkernel32: Change LCMapStringW to LCMapStringEx and...
2012-06-20  Francois Gougetkernel32/tests: Use the CSTR_XXX macros instead of...
2012-06-06  André Hentschelkernel32/tests: Add tests for LCMapStringEx.
2012-04-30  Piotr Cabankernel32/tests: Added IdnToUnicode tests.
2012-04-30  Piotr Cabankernel32/tests: Added IdnToAscii tests.
2012-04-30  Piotr Cabankernel32: Support multiple labels in IdnToNameprepUnicode.
2012-04-26  Piotr Cabankernel32/tests: Added IdnToNameprepUnicode tests.
2012-04-26  Piotr Cabankernel32/tests: Added more FoldString tests.
2012-03-27  André Hentschelkernel32: Handle LOCALE_NAME_USER_DEFAULT with tests.
2011-10-04  Nikolay Sivovkernel32/tests: Move CompareStringA data to a table.
2011-05-30  Marcus Meissnerkernel32: Pass in a real string to SetLocaleInfoA,...
2011-05-13  Frédéric Delanoykernel32/tests: Fix typo.
2011-05-12  Piotr Cabankernel32/tests: Add locale specific CompareString test.
2010-10-30  Alexandre Julliardlibwine: Update Unicode tables to the Unicode 6.0 standard.
2010-09-27  Alexandre Julliardkernel32: Implemented EnumSystemLocalesEx.
2010-07-22  Aric Stewartkernel32/tests: Add test for CT_TYPE1 of GetStringTypeW.
2010-06-08  André Hentschelkernel32/tests: Add a test about unicode collation.
2009-12-07  Nikolay Sivovkernel32/tests: Fix test failures on NT4.
2009-12-04  Nikolay Sivovkernel32/lcformat: Add support for genitive month names...
2009-11-11  Viliam Lejcikkernel32: Fix GetCurrencyFormat grouping.
2009-10-21  Nikolay Sivovkernel32/locale: Add support for LOCALE_RETURN_GENITIVE...
2009-10-21  Nikolay Sivovkernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NA...
2009-09-02  Alexandre Julliardkernel32/tests: Avoid size_t in traces.
2009-09-02  Ge van Geldorpkernel32/tests: Fix locale tests on Vista and higher.
2009-06-03  Detlef Riekenbergkernel32/tests: Fix failures on localized Windows versions.
2009-06-02  Detlef Riekenbergkernel32/tests: Add tests for GetLocaleInfo with SUBLAN...
2009-05-18  Andrew Nguyenkernel32/tests: Correctly skip when Unicode locale...
2009-02-24  Francois Gougetkernel32/tests: Use win_skip() to skip over unimplement...
2009-01-19  Alexandre Julliardkernel32: LCMapString should include the terminating...
2009-01-14  Nikolay Sivovkernel32/tests: Some todo tests for CompareStringA...
2008-11-26  Alexandre Julliardkernel32/tests: Fix the unimplemented check for EnumSys...
2008-11-20  Alexandre Julliardkernel32/tests: Fix test failures on Win9x and NT4.
2008-10-07  Paul Vrienskernel32/tests: Fix failures on WinMe.
2008-10-07  Paul Vrienskernel32/tests: We need the return value.
2008-10-06  Paul Vrienskernel32/tests: Add some skips to fix failures on WinMe.
2008-10-06  Paul Vrienskernel32/tests: Fix some failures on win9x.
2008-09-17  Dmitry Timoshkovkernel32: Fix the target buffer size.
2008-08-26  Paul Vrienskernel32/tests: Use skip instead of trace.
2008-07-23  Nicolas Le Camkernel32/tests: Fix a failing test in Vista.
2008-06-10  Alexandre Julliardkernel32/tests: Limit the number of failures in the...
2008-06-04  Alexandre Julliardkernel32/tests: Don't check every single Unicode char...
2008-05-23  James Hawkinskernel32: Don't test the invalid locale 0 if it is...
2008-05-12  Paul Vrienskernel32/tests: Skip tests if codepage is not installed...
2008-04-17  James Hawkinskernel32: Fix a test that fails in win2k.
2008-03-18  Austin Englishkernel32: Spelling fixes.
2008-03-12  Paul Vrienskernel32/tests: Add a few skips instead of just returning.
2008-03-12  Paul Vrienskernel32/tests: DATE_YEARMONTH is only present on W2K...
2007-05-04  Bill Medlandkernel32/tests: Boundary test cases for SystemTimeToFil...
2007-04-02  Dmitry Timoshkovkernel32: Add GetCPInfo test.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-21  Andrew Talbotkernel32/tests: Replace inline static with static inline.
2007-01-05  Dmitry Timoshkovkernel32: GetTimeFormat and GetDateFormat should fail...
2007-01-02  Dmitry Timoshkovkernel32: Remove a line that was supposed to be deleted...
2007-01-01  Dmitry Timoshkovkernel32: Make the locale test pass without errors...
2006-12-11  Andrew Talbotkernel32/tests: Cast-qual warnings fix.
2006-12-07  Alexandre Julliardkernel32/tests: Added LOCALE_NOUSEROVERRIDE flag on...
2006-11-13  Francois Gougetkernel32: Fix the 'MAP_FOLDCZONE' ok() test.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.