include: Assorted spelling fixes.
[wine] / dlls / mlang / tests /
2012-12-10  Detlef Riekenbergmlang/tests: Accept the different translation in win8.
2012-09-25  Nikolay Sivovmlang: Implemented IMLangConvertCharset_DoConversionToU...
2012-07-26  Michael Stefaniucmlang/tests: Simplify the "pointer to start of array...
2011-12-16  Francois Gougetmlang/tests: Avoid hardcoding the Unicode string litera...
2011-10-19  Frédéric Delanoymlang/tests: Fix a typo.
2011-10-18  Dan Kegelmlang/tests: Don't call lstrcpyW on a null string.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-02-28  Austin Englishmlang/tests: Remove win9x hacks.
2011-02-17  Dmitry Timoshkovmlang: GetGlobalFontLinkObject() takes a non-zero numbe...
2011-02-08  Austin Englishmlang/tests: Remove unused assignment (LLVM/Clang).
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-31  Alexandre Julliardmlang/tests: Fix some nasty #ifdef syntax.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-23  Alexandre Julliardmlang/tests: Add another possible failure for Win2k.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-05  Alexandre Julliardmlang/tests: Fix a test failure on Win2k.
2009-08-19  Alexandre Julliardmlang/tests: Use the global wine_dbgstr_w instead of...
2009-07-03  Paul Vriensmlang/tests: Prevent messing up the codepages on Win98.
2009-07-02  Hans Leidekkermlang: Add a test for IMultiLanguage2_IsCodePageInstall...
2009-06-26  Hans Leidekkermlang: Implement IMLangFontLink2_GetFontUnicodeRanges.
2009-06-26  Hans Leidekkermlang: Implement IMLangFontLink2_CodePageToScriptID.
2009-06-25  Dmitry Timoshkovmlang: Make it possible to build the mlang test with...
2009-06-22  Francois GougetAssorted spelling fixes.
2009-06-19  Detlef Riekenbergmlang: Implement IMultiLanguage_GetNumberOfCodePageInfo...
2009-06-18  Detlef Riekenbergmlang/tests: Some old IE versions truncate one characte...
2009-06-15  Paul Vriensmlang/tests: Fix a test failure on Win95.
2009-06-11  Detlef Riekenbergmlang/tests: Store the expected results for GetRfc1766I...
2009-06-09  Detlef Riekenbergmlang/tests: Fix a failure on win98 with mlang 4.72.
2009-06-08  Detlef Riekenbergmlang/tests: Add tests for IMultiLanguage2_GetRfc1766Info.
2009-06-08  Detlef Riekenbergmlang/tests: Fix failures with IE 5.5 and below.
2009-06-01  Detlef Riekenbergmlang/tests: Add tests for LcidToRfc1766.
2009-06-01  Detlef Riekenbergmlang: Check output pointer for NULL.
2009-06-01  Detlef Riekenbergmlang: Suppress country data in rfc1766, with tests.
2009-05-27  Detlef Riekenbergmlang/tests: Make the tests more silent.
2009-05-27  Detlef Riekenbergmlang: Use a case independent compare for the RFC1766...
2009-05-27  Detlef Riekenbergmlang/tests: Rfc1766ToLcid must not touch the LCID...
2009-05-27  Detlef Riekenbergmlang/tests: Return correct result in Rfc1766ToLcidA...
2009-05-27  Detlef Riekenbergmlang/tests: Initial tests for Rfc1766ToLcid.
2009-05-27  Detlef Riekenbergmlang/tests: Use a table for testing GetLcidFromRfc1766.
2009-03-11  Michael Stefaniucmlang: Change long to LONG in mlang.idl.
2009-02-25  Dmitry Timoshkovmlang: Implement IMLangFontLink_GetStrCodePages.
2009-02-02  Hans Leidekkermlang: Implement IMLangFontLink2_GetScriptFontInfo.
2009-01-03  Alexandre Julliardmlang/tests: Fix a pointer casting warning on 64-bit.
2008-12-15  Francois Gougetmlang/tests: Make strstrW() static.
2008-11-28  Vitaly Perovmlang/tests: Add tests for fnIMLangFontLink_GetCharCode...
2008-10-16  Michael Stefaniucmlang/tests: Remove superfluous backslashes at end...
2008-10-10  Aric Stewartmlang/tests: Make sure a given codepage has 'abc' befor...
2008-10-02  Aric Stewartmlang: Correct use of uninitialized rfcstr value (Cover...
2008-10-01  Aric Stewartmlang/tests: windows 2008's version of mlang E_FAILs...
2008-10-01  Aric Stewartmlang/tests: Skip testing a codepage returning the...
2008-10-01  Aric Stewartmlang/tests: GetLastError may not be set if Japanese...
2008-10-01  Aric Stewartmlang/tests: Some versions of native mlang return E_FAI...
2008-10-01  Aric Stewartmlang/tests: IMultiLanguage2_GetRfc1766FromLcid can...
2008-09-03  James Hawkinsmlang: Remove a test that fails on all systems.
2008-08-04  Dmitry Timoshkovmlang: Remove debugging stuff.
2008-08-04  Dmitry Timoshkovmlang: Do not use MAX_PATH for not path related things.
2008-08-04  Dmitry Timoshkovmlang: Remove noise from mlang test output.
2008-08-04  Dmitry Timoshkovmlang: Add a test for a CodePageToCodePages failure...
2008-08-04  Paul Vriensmlang/tests: Skip tests for unsupported code page ident...
2008-07-29  Aric Stewartmlang: Japanese conversion tests.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  James Hawkinsmlang: Encode all the way to the NULL terminator.
2008-07-08  James Hawkinsmlang: Add tests for ConvertINetMultiByteToUnicode.
2008-06-05  Michael Stefaniucmlang: Fix compile warning introduced by a6cdd538.
2008-06-04  Alexandre Julliardmlang/tests: Reduce the size of the test output a little.
2008-05-22  James Hawkinsmlang: Fix all test failures for NT+ platforms.
2008-05-22  James Hawkinsmlang: Only return the locale language name if no count...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2007-11-08  Hans Leidekkermlang: Release EnumRfc1766 object.
2007-06-07  Hans Leidekkermlang: Implement IMultiLanguage::GetLcidFromRfc1766.
2007-03-21  Andrew Talbotmlang/tests: Replace inline static with static inline.
2007-03-02  Marcus Meissnermlang/tests: Protect from 1 byte static buffer overflow.
2007-01-08  Francois Gougetmlang/tests: Replace some '#if 0's with 'if (0)'s.
2006-11-28  Dmitry Timoshkovmlang: Implement LcidToRfc1766 and GetRfc1766FromLcid.
2006-10-11  Michael Ploujnikovmlang/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-06-13  Alexandre Julliardmlang/tests: Don't use sizeof in ok() to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-06  Dmitry Timoshkovmlang: Implement IEnumRfc1766 interface.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-28  Aric StewartImplement a basic beginning for fnIMLangFontLink_CodePa...
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-06-04  Hans LeidekkerRemove ntdll from imports.
2005-03-14  Stefan LeichterMake mlang_test.exe loadable on NT 4.0.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-23  Dmitry TimoshkovEnumerate all available scripts in IMultiLanguage2_Enum...
2004-08-16  Dmitry TimoshkovImplement IMultiLanguage2_GetCharsetInfo, add a test...
2004-08-11  Francois GougetDon't include wine/debug.h when compiling on Windows.
2004-08-11  Dmitry Timoshkov- add stubbed support for IEnumScript interface
2004-08-04  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...