server: Move socket async activation to sock_poll_event.
[wine] / dlls / mlang /
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.
2010-01-07  Detlef Riekenbergmlang: Print a FIXME only for unused parameter.
2009-12-14  Gregor Schneidermlang: Change EnumRfc1766_create return values to error...
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-07-02  Hans Leidekkermlang: Implement IMultiLanguage2_IsCodePageInstallable.
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-12  Detlef Riekenbergmlang: Implement IMultiLanguage_GetRfc1766Info.
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: Implement IMultiLanguage2_GetRfc1766Info.
2009-06-08  Detlef Riekenbergmlang/tests: Fix failures with IE 5.5 and below.
2009-06-01  Detlef Riekenbergmlang: Avoid unneeded HeapReAlloc.
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-06-01  Detlef Riekenbergmlang: Return HRESULT from lcid_to_rfc1766 helper.
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-05-14  Alexandre Julliardmlang: Return the correct count in IMLangFontLink_GetS...
2009-03-11  Michael Stefaniucmlang: Change long to LONG in mlang.idl.
2009-03-04  Michael Stefaniucmlang: Remove superfluous pointer casts.
2009-03-04  Michael Stefaniucmlang: Silence some Win64 compile warnings.
2009-02-25  Dmitry Timoshkovmlang: Implement IMLangFontLink_GetStrCodePages.
2009-02-05  Aric Stewartmlang: Handle non Japanese case in ConvertUnknownJapane...
2009-02-04  Dmitry Timoshkovmlang: Get rid of ICOM_THIS_MULTI macro.
2009-02-02  Hans Leidekkermlang: Export a couple of functions by ordinal.
2009-02-02  Hans Leidekkermlang: Implement IMLangFontLink2_GetScriptFontInfo.
2009-01-30  Aric Stewartmlang: Implementation of base functionality of IMultiLa...
2009-01-19  Michael Stefaniucmlang: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardmlang/tests: Fix a pointer casting warning on 64-bit.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-15  Francois Gougetmlang/tests: Make strstrW() static.
2008-11-28  Vitaly Perovmlang/tests: Add tests for fnIMLangFontLink_GetCharCode...
2008-11-28  Vitaly Perovmlang: Add implementation of fnIMLangFontLink_GetCharCo...
2008-11-28  Francois Gougetmlang: Remove WINAPI on static functions where not...
2008-11-18  Ricardo Filipemlang: Fixed dead stores (llvm/clang).
2008-11-18  Hans Leidekkermlang: Implement IMultiLanguage2::ConvertStringInIStream.
2008-10-17  Andrew Talbotmlang: Sign-compare warnings fix.
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-11  Huw Daviesmlang: Forward IMultiLanguage_GetCharsetInfo to IMultiL...
2008-09-10  Aric Stewartmlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
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-23  Aric Stewartmlang: Correct and fill out Japanese locale information.
2008-07-22  Aric Stewartmlang: A very basic implementation of the IMLangLineBre...
2008-07-17  Aric Stewartmlang: Stub implementation of IMLangFontLink2.
2008-07-17  Aric Stewartmlang: Basic implementation of fnIMultiLanguage2_GetCod...
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-07-08  James Hawkinsmlang: Reimplement 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...
2008-03-19  Dmitry Timoshkovmlang: Implement Rfc1766ToLcidA.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-14  Rob Shearmanmlang: Implement Rfc1766ToLcidW.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-08  Hans Leidekkermlang: Fix buffer size calculation.
2007-11-08  Hans Leidekkermlang: Free SCRIPTINFO structure embedded in EnumScript...
2007-11-08  Hans Leidekkermlang: Release EnumRfc1766 object.
2007-09-27  Lionel_Debrouxmlang: Fix memory leaks in error paths (found by Smatch).
2007-09-27  Lionel_Debrouxmlang: Fix memory leaks in error path (found by Smatch).
2007-08-27  Stefan Leichtermlang: Remove 'recursive registry key delete' function.
2007-06-07  Hans Leidekkermlang: Implement IMultiLanguage::GetLcidFromRfc1766.
2007-05-24  Rob Shearmanmlang: Implement ConvertINetString.
2007-05-10  Andrew Talbotmlang: Exclude unused headers.
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.
next