kernel32/tests: Make test_define_dos_deviceA() static.
[wine] / dlls / kernel32 / tests / codepage.c
2011-07-29  Austin Englishkernel32/tests: Remove win9x hacks.
2011-04-07  Dmitry Timoshkovkernel32: Constify some data.
2011-04-05  Akihiro Sagawalibwine: MB_ERR_INVALID_CHARS makes an error when the...
2011-04-05  Akihiro Sagawakernel32/tests: Add a test for undefined byte character...
2009-10-08  Ge van Geldorpkernel32/tests: Check last error before calling lstrcmp...
2009-07-07  Alexandre Julliardkernel32/tests: Avoid using non-ASCII characters in...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2008-10-06  Paul Vrienskernel32/tests: Fix the remaining errors on win95.
2008-08-29  James Hawkinskernel32: Fix a failing test in win95.
2008-08-04  Francois GougetAssorted spelling fixes.
2008-08-04  Paul Vrienskernel32/tests: Skip tests when codepage is not available.
2008-08-01  Colin Finckkernel32/tests: Fix a wrong length passed to a WideChar...
2008-07-31  Colin Finckkernel32: Add a lot of new tests for the actual WideCha...
2008-03-26  Dan Kegelkernel32: Test negative dest len in WideCharToMultiByte.
2008-03-26  Dmitry Timoshkovkernel32: Make the test compatible with win9x.
2008-03-12  Paul Vrienskernel32/tests: Skip some tests on win95.
2007-05-18  Dmitry Timoshkovkernel32: Add an overflow test for MultiByteToWideChar.
2007-05-18  Dmitry Timoshkovkernel32: Print last error value as unsigned, printing...
2006-12-27  Michael Stefaniuckernel32/tests: In multiline strings there is no need...
2006-11-24  Marcus Meissnerkernel32/tests: Test -1 length for NULL ptr too.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.