1. 68bd1ae mlang/tests: Avoid hardcoding the Unicode string literal lengths. by Francois Gouget · 13 years ago
  2. 241ccd9 mlang/tests: Fix a typo. by Frédéric Delanoy · 13 years ago
  3. f91c857 mlang/tests: Don't call lstrcpyW on a null string. by Dan Kegel · 13 years ago
  4. 760faf0 tests: Assorted spelling fixes. by Frédéric Delanoy · 14 years ago
  5. 7e30960 dlls: Assorted spelling fixes. by Frédéric Delanoy · 14 years ago
  6. b56dc9a winecrt0: Remove the clsid parameter in __wine_(un)register_resources. by Alexandre Julliard · 14 years ago
  7. c39fb84 mlang: COM cleanup. by Michael Stefaniuc · 14 years ago
  8. 5ed5f21 mlang/tests: Remove win9x hacks. by Austin English · 14 years ago
  9. 15c322c mlang: GetGlobalFontLinkObject() takes a non-zero number of arguments. by Dmitry Timoshkov · 14 years ago
  10. e9316ed mlang/tests: Remove unused assignment (LLVM/Clang). by Austin English · 14 years ago
  11. 0508dff mlang: Convert dll registration to the IRegistrar mechanism. by Alexandre Julliard · 14 years ago
  12. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  13. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  14. 7167864 mlang/tests: Fix some nasty #ifdef syntax. by Alexandre Julliard · 15 years ago
  15. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  16. 51c0314 mlang/tests: Add another possible failure for Win2k. by Alexandre Julliard · 15 years ago
  17. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  18. d8d7002 mlang/tests: Fix a test failure on Win2k. by Alexandre Julliard · 15 years ago
  19. 69b0b5e mlang: Print a FIXME only for unused parameter. by Detlef Riekenberg · 15 years ago
  20. 3fa550b mlang: Change EnumRfc1766_create return values to error codes. by Gregor Schneider · 15 years ago
  21. 89bf94c mlang/tests: Use the global wine_dbgstr_w instead of a local variant. by Alexandre Julliard · 16 years ago
  22. d61f18e mlang/tests: Prevent messing up the codepages on Win98. by Paul Vriens · 16 years ago
  23. 48efa30 mlang: Add a test for IMultiLanguage2_IsCodePageInstallable. by Hans Leidekker · 16 years ago
  24. c2eee9f mlang: Implement IMultiLanguage2_IsCodePageInstallable. by Hans Leidekker · 16 years ago
  25. 69bc017 mlang: Implement IMLangFontLink2_GetFontUnicodeRanges. by Hans Leidekker · 16 years ago
  26. fb0d79a mlang: Implement IMLangFontLink2_CodePageToScriptID. by Hans Leidekker · 16 years ago
  27. 3bd36c8 mlang: Make it possible to build the mlang test with PSDK. by Dmitry Timoshkov · 16 years ago
  28. 03584b4 Assorted spelling fixes. by Francois Gouget · 16 years ago
  29. ab19612 mlang: Implement IMultiLanguage_GetNumberOfCodePageInfo, with test. by Detlef Riekenberg · 16 years ago
  30. 957f52b mlang/tests: Some old IE versions truncate one character too short. by Detlef Riekenberg · 16 years ago
  31. 3a5a79f mlang/tests: Fix a test failure on Win95. by Paul Vriens · 16 years ago
  32. e51dc8f mlang: Implement IMultiLanguage_GetRfc1766Info. by Detlef Riekenberg · 16 years ago
  33. 79d981b mlang/tests: Store the expected results for GetRfc1766Info as Unicode. by Detlef Riekenberg · 16 years ago
  34. 0e1d18e mlang/tests: Fix a failure on win98 with mlang 4.72. by Detlef Riekenberg · 16 years ago
  35. 9dd5889 mlang/tests: Add tests for IMultiLanguage2_GetRfc1766Info. by Detlef Riekenberg · 16 years ago
  36. ec8bb18 mlang: Implement IMultiLanguage2_GetRfc1766Info. by Detlef Riekenberg · 16 years ago
  37. fc813b9 mlang/tests: Fix failures with IE 5.5 and below. by Detlef Riekenberg · 16 years ago
  38. 722bc5a mlang: Avoid unneeded HeapReAlloc. by Detlef Riekenberg · 16 years ago
  39. 6eec511 mlang/tests: Add tests for LcidToRfc1766. by Detlef Riekenberg · 16 years ago
  40. 68e1735 mlang: Check output pointer for NULL. by Detlef Riekenberg · 16 years ago
  41. 596f8d6 mlang: Suppress country data in rfc1766, with tests. by Detlef Riekenberg · 16 years ago
  42. e84ae0e mlang: Return HRESULT from lcid_to_rfc1766 helper. by Detlef Riekenberg · 16 years ago
  43. 6c827fa mlang/tests: Make the tests more silent. by Detlef Riekenberg · 16 years ago
  44. 4e9f789 mlang: Use a case independent compare for the RFC1766 name. by Detlef Riekenberg · 16 years ago
  45. 98435dc mlang/tests: Rfc1766ToLcid must not touch the LCID output on failure. by Detlef Riekenberg · 16 years ago
  46. f4def21 mlang/tests: Return correct result in Rfc1766ToLcidA on failure. by Detlef Riekenberg · 16 years ago
  47. 7bc167a mlang/tests: Initial tests for Rfc1766ToLcid. by Detlef Riekenberg · 16 years ago
  48. 7317a96 mlang/tests: Use a table for testing GetLcidFromRfc1766. by Detlef Riekenberg · 16 years ago
  49. 2a48ef1 mlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting early. by Alexandre Julliard · 16 years ago
  50. d8b4dd7 mlang: Change long to LONG in mlang.idl. by Michael Stefaniuc · 16 years ago
  51. 7d35ba6 mlang: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  52. f75f4e4 mlang: Silence some Win64 compile warnings. by Michael Stefaniuc · 16 years ago
  53. b86552f mlang: Implement IMLangFontLink_GetStrCodePages. by Dmitry Timoshkov · 16 years ago
  54. ec7ba64 mlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode. by Aric Stewart · 16 years ago
  55. 0d65421 mlang: Get rid of ICOM_THIS_MULTI macro. by Dmitry Timoshkov · 16 years ago
  56. 29c0f7e mlang: Export a couple of functions by ordinal. by Hans Leidekker · 16 years ago
  57. 34a3d21 mlang: Implement IMLangFontLink2_GetScriptFontInfo. by Hans Leidekker · 16 years ago
  58. 7013134 mlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage and IMultiLanguage2::ValidateCodePageEx. by Aric Stewart · 16 years ago
  59. 8dbc7a6 mlang: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  60. c2cef54 mlang/tests: Fix a pointer casting warning on 64-bit. by Alexandre Julliard · 16 years ago
  61. 63aff89 janitorial: Remove unneeded user32 imports. by Hans Leidekker · 16 years ago
  62. 8bd9a3a janitorial: Don't depend on user32 for the self registration functions. by Hans Leidekker · 16 years ago
  63. 766c6de mlang/tests: Make strstrW() static. by Francois Gouget · 16 years ago
  64. d2a9bcd mlang/tests: Add tests for fnIMLangFontLink_GetCharCodePages. by Vitaly Perov · 16 years ago
  65. 4398c51 mlang: Add implementation of fnIMLangFontLink_GetCharCodePages. by Vitaly Perov · 16 years ago
  66. 194fd07 mlang: Remove WINAPI on static functions where not needed. by Francois Gouget · 16 years ago
  67. eb45cae mlang: Fixed dead stores (llvm/clang). by Ricardo Filipe · 16 years ago
  68. 5ce2dfc mlang: Implement IMultiLanguage2::ConvertStringInIStream. by Hans Leidekker · 16 years ago
  69. 59a33c9 mlang: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  70. a25649b mlang/tests: Remove superfluous backslashes at end of lines. by Michael Stefaniuc · 16 years ago
  71. f2dbaef mlang/tests: Make sure a given codepage has 'abc' before depending on that conversion to detect if a codepage is convertable. by Aric Stewart · 16 years ago
  72. 52b2b5b mlang: Correct use of uninitialized rfcstr value (Coverity 796). by Aric Stewart · 16 years ago
  73. 99c23cc mlang/tests: windows 2008's version of mlang E_FAILs when you pass in a rgelt in IEnumCodePage::Next. by Aric Stewart · 16 years ago
  74. 4e8dcf8 mlang/tests: Skip testing a codepage returning the buggy, legacy unicodeFEFF charset (only appears to exist on windows 2008). by Aric Stewart · 16 years ago
  75. c209245 mlang/tests: GetLastError may not be set if Japanese conversions fail with S_FAIL so do not require that to skip the Japanese tests. by Aric Stewart · 16 years ago
  76. 86de5c2 mlang/tests: Some versions of native mlang return E_FAIL when source string is NULL and a source length is supplied. by Aric Stewart · 16 years ago
  77. b91783c mlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly. by Aric Stewart · 16 years ago
  78. 0c59020 mlang: Forward IMultiLanguage_GetCharsetInfo to IMultiLanguage3_GetCharsetInfo. by Huw Davies · 17 years ago
  79. 38901f0 mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages. by Aric Stewart · 17 years ago
  80. e57badb mlang: Remove a test that fails on all systems. by James Hawkins · 17 years ago
  81. 59e2155 mlang: Remove debugging stuff. by Dmitry Timoshkov · 17 years ago
  82. 0786923 mlang: Do not use MAX_PATH for not path related things. by Dmitry Timoshkov · 17 years ago
  83. 253a697 mlang: Remove noise from mlang test output. by Dmitry Timoshkov · 17 years ago
  84. cfe0f97 mlang: Add a test for a CodePageToCodePages failure, make it pass under Wine. by Dmitry Timoshkov · 17 years ago
  85. c03dfb8 mlang/tests: Skip tests for unsupported code page identifiers. by Paul Vriens · 17 years ago
  86. a4b636f mlang: Japanese conversion tests. by Aric Stewart · 17 years ago
  87. db726e4 mlang: Correct and fill out Japanese locale information. by Aric Stewart · 17 years ago
  88. 75d44fe mlang: A very basic implementation of the IMLangLineBreakConsole interface and IMLangString interface. by Aric Stewart · 17 years ago
  89. 0d7d5eb mlang: Stub implementation of IMLangFontLink2. by Aric Stewart · 17 years ago
  90. 36a1ee7 mlang: Basic implementation of fnIMultiLanguage2_GetCodePageDescription. by Aric Stewart · 17 years ago
  91. 79c64ac tests: Don't depend on the static uuid libraries in the tests. by Alexandre Julliard · 17 years ago
  92. 8b2bfbb mlang: Encode all the way to the NULL terminator. by James Hawkins · 17 years ago
  93. 6e31386 mlang: Add tests for ConvertINetMultiByteToUnicode. by James Hawkins · 17 years ago
  94. 4e3ce9f mlang: Reimplement ConvertINetMultiByteToUnicode. by James Hawkins · 17 years ago
  95. a0beda8 mlang: Fix compile warning introduced by a6cdd538. by Michael Stefaniuc · 17 years ago
  96. a6cdd53 mlang/tests: Reduce the size of the test output a little. by Alexandre Julliard · 17 years ago
  97. 03a7ddb mlang: Fix all test failures for NT+ platforms. by James Hawkins · 17 years ago
  98. 94459b8 mlang: Only return the locale language name if no country name exists. by James Hawkins · 17 years ago
  99. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  100. 2182d46 mlang: Implement Rfc1766ToLcidA. by Dmitry Timoshkov · 17 years ago