1. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  2. 7167864 mlang/tests: Fix some nasty #ifdef syntax. by Alexandre Julliard · 15 years ago
  3. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  4. 51c0314 mlang/tests: Add another possible failure for Win2k. by Alexandre Julliard · 15 years ago
  5. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  6. d8d7002 mlang/tests: Fix a test failure on Win2k. by Alexandre Julliard · 15 years ago
  7. 69b0b5e mlang: Print a FIXME only for unused parameter. by Detlef Riekenberg · 15 years ago
  8. 3fa550b mlang: Change EnumRfc1766_create return values to error codes. by Gregor Schneider · 15 years ago
  9. 89bf94c mlang/tests: Use the global wine_dbgstr_w instead of a local variant. by Alexandre Julliard · 16 years ago
  10. d61f18e mlang/tests: Prevent messing up the codepages on Win98. by Paul Vriens · 16 years ago
  11. 48efa30 mlang: Add a test for IMultiLanguage2_IsCodePageInstallable. by Hans Leidekker · 16 years ago
  12. c2eee9f mlang: Implement IMultiLanguage2_IsCodePageInstallable. by Hans Leidekker · 16 years ago
  13. 69bc017 mlang: Implement IMLangFontLink2_GetFontUnicodeRanges. by Hans Leidekker · 16 years ago
  14. fb0d79a mlang: Implement IMLangFontLink2_CodePageToScriptID. by Hans Leidekker · 16 years ago
  15. 3bd36c8 mlang: Make it possible to build the mlang test with PSDK. by Dmitry Timoshkov · 16 years ago
  16. 03584b4 Assorted spelling fixes. by Francois Gouget · 16 years ago
  17. ab19612 mlang: Implement IMultiLanguage_GetNumberOfCodePageInfo, with test. by Detlef Riekenberg · 16 years ago
  18. 957f52b mlang/tests: Some old IE versions truncate one character too short. by Detlef Riekenberg · 16 years ago
  19. 3a5a79f mlang/tests: Fix a test failure on Win95. by Paul Vriens · 16 years ago
  20. e51dc8f mlang: Implement IMultiLanguage_GetRfc1766Info. by Detlef Riekenberg · 16 years ago
  21. 79d981b mlang/tests: Store the expected results for GetRfc1766Info as Unicode. by Detlef Riekenberg · 16 years ago
  22. 0e1d18e mlang/tests: Fix a failure on win98 with mlang 4.72. by Detlef Riekenberg · 16 years ago
  23. 9dd5889 mlang/tests: Add tests for IMultiLanguage2_GetRfc1766Info. by Detlef Riekenberg · 16 years ago
  24. ec8bb18 mlang: Implement IMultiLanguage2_GetRfc1766Info. by Detlef Riekenberg · 16 years ago
  25. fc813b9 mlang/tests: Fix failures with IE 5.5 and below. by Detlef Riekenberg · 16 years ago
  26. 722bc5a mlang: Avoid unneeded HeapReAlloc. by Detlef Riekenberg · 16 years ago
  27. 6eec511 mlang/tests: Add tests for LcidToRfc1766. by Detlef Riekenberg · 16 years ago
  28. 68e1735 mlang: Check output pointer for NULL. by Detlef Riekenberg · 16 years ago
  29. 596f8d6 mlang: Suppress country data in rfc1766, with tests. by Detlef Riekenberg · 16 years ago
  30. e84ae0e mlang: Return HRESULT from lcid_to_rfc1766 helper. by Detlef Riekenberg · 16 years ago
  31. 6c827fa mlang/tests: Make the tests more silent. by Detlef Riekenberg · 16 years ago
  32. 4e9f789 mlang: Use a case independent compare for the RFC1766 name. by Detlef Riekenberg · 16 years ago
  33. 98435dc mlang/tests: Rfc1766ToLcid must not touch the LCID output on failure. by Detlef Riekenberg · 16 years ago
  34. f4def21 mlang/tests: Return correct result in Rfc1766ToLcidA on failure. by Detlef Riekenberg · 16 years ago
  35. 7bc167a mlang/tests: Initial tests for Rfc1766ToLcid. by Detlef Riekenberg · 16 years ago
  36. 7317a96 mlang/tests: Use a table for testing GetLcidFromRfc1766. by Detlef Riekenberg · 16 years ago
  37. 2a48ef1 mlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting early. by Alexandre Julliard · 16 years ago
  38. d8b4dd7 mlang: Change long to LONG in mlang.idl. by Michael Stefaniuc · 16 years ago
  39. 7d35ba6 mlang: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  40. f75f4e4 mlang: Silence some Win64 compile warnings. by Michael Stefaniuc · 16 years ago
  41. b86552f mlang: Implement IMLangFontLink_GetStrCodePages. by Dmitry Timoshkov · 16 years ago
  42. ec7ba64 mlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode. by Aric Stewart · 16 years ago
  43. 0d65421 mlang: Get rid of ICOM_THIS_MULTI macro. by Dmitry Timoshkov · 16 years ago
  44. 29c0f7e mlang: Export a couple of functions by ordinal. by Hans Leidekker · 16 years ago
  45. 34a3d21 mlang: Implement IMLangFontLink2_GetScriptFontInfo. by Hans Leidekker · 16 years ago
  46. 7013134 mlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage and IMultiLanguage2::ValidateCodePageEx. by Aric Stewart · 16 years ago
  47. 8dbc7a6 mlang: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  48. c2cef54 mlang/tests: Fix a pointer casting warning on 64-bit. by Alexandre Julliard · 16 years ago
  49. 63aff89 janitorial: Remove unneeded user32 imports. by Hans Leidekker · 16 years ago
  50. 8bd9a3a janitorial: Don't depend on user32 for the self registration functions. by Hans Leidekker · 16 years ago
  51. 766c6de mlang/tests: Make strstrW() static. by Francois Gouget · 16 years ago
  52. d2a9bcd mlang/tests: Add tests for fnIMLangFontLink_GetCharCodePages. by Vitaly Perov · 16 years ago
  53. 4398c51 mlang: Add implementation of fnIMLangFontLink_GetCharCodePages. by Vitaly Perov · 16 years ago
  54. 194fd07 mlang: Remove WINAPI on static functions where not needed. by Francois Gouget · 16 years ago
  55. eb45cae mlang: Fixed dead stores (llvm/clang). by Ricardo Filipe · 16 years ago
  56. 5ce2dfc mlang: Implement IMultiLanguage2::ConvertStringInIStream. by Hans Leidekker · 16 years ago
  57. 59a33c9 mlang: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  58. a25649b mlang/tests: Remove superfluous backslashes at end of lines. by Michael Stefaniuc · 16 years ago
  59. 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
  60. 52b2b5b mlang: Correct use of uninitialized rfcstr value (Coverity 796). by Aric Stewart · 16 years ago
  61. 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
  62. 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
  63. 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
  64. 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
  65. b91783c mlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly. by Aric Stewart · 16 years ago
  66. 0c59020 mlang: Forward IMultiLanguage_GetCharsetInfo to IMultiLanguage3_GetCharsetInfo. by Huw Davies · 17 years ago
  67. 38901f0 mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages. by Aric Stewart · 17 years ago
  68. e57badb mlang: Remove a test that fails on all systems. by James Hawkins · 17 years ago
  69. 59e2155 mlang: Remove debugging stuff. by Dmitry Timoshkov · 17 years ago
  70. 0786923 mlang: Do not use MAX_PATH for not path related things. by Dmitry Timoshkov · 17 years ago
  71. 253a697 mlang: Remove noise from mlang test output. by Dmitry Timoshkov · 17 years ago
  72. cfe0f97 mlang: Add a test for a CodePageToCodePages failure, make it pass under Wine. by Dmitry Timoshkov · 17 years ago
  73. c03dfb8 mlang/tests: Skip tests for unsupported code page identifiers. by Paul Vriens · 17 years ago
  74. a4b636f mlang: Japanese conversion tests. by Aric Stewart · 17 years ago
  75. db726e4 mlang: Correct and fill out Japanese locale information. by Aric Stewart · 17 years ago
  76. 75d44fe mlang: A very basic implementation of the IMLangLineBreakConsole interface and IMLangString interface. by Aric Stewart · 17 years ago
  77. 0d7d5eb mlang: Stub implementation of IMLangFontLink2. by Aric Stewart · 17 years ago
  78. 36a1ee7 mlang: Basic implementation of fnIMultiLanguage2_GetCodePageDescription. by Aric Stewart · 17 years ago
  79. 79c64ac tests: Don't depend on the static uuid libraries in the tests. by Alexandre Julliard · 17 years ago
  80. 8b2bfbb mlang: Encode all the way to the NULL terminator. by James Hawkins · 17 years ago
  81. 6e31386 mlang: Add tests for ConvertINetMultiByteToUnicode. by James Hawkins · 17 years ago
  82. 4e3ce9f mlang: Reimplement ConvertINetMultiByteToUnicode. by James Hawkins · 17 years ago
  83. a0beda8 mlang: Fix compile warning introduced by a6cdd538. by Michael Stefaniuc · 17 years ago
  84. a6cdd53 mlang/tests: Reduce the size of the test output a little. by Alexandre Julliard · 17 years ago
  85. 03a7ddb mlang: Fix all test failures for NT+ platforms. by James Hawkins · 17 years ago
  86. 94459b8 mlang: Only return the locale language name if no country name exists. by James Hawkins · 17 years ago
  87. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  88. 2182d46 mlang: Implement Rfc1766ToLcidA. by Dmitry Timoshkov · 17 years ago
  89. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  90. 5a11999 mlang: Implement Rfc1766ToLcidW. by Rob Shearman · 17 years ago
  91. ad93963 Removed some unneeded imports. by Alexandre Julliard · 17 years ago
  92. b0c9e75 mlang: Fix buffer size calculation. by Hans Leidekker · 17 years ago
  93. 90d7606 mlang: Free SCRIPTINFO structure embedded in EnumScript object. by Hans Leidekker · 17 years ago
  94. 9b3ec4f mlang: Release EnumRfc1766 object. by Hans Leidekker · 17 years ago
  95. 3334514 mlang: Fix memory leaks in error paths (found by Smatch). by Lionel_Debroux · 18 years ago
  96. 8ae0d17 mlang: Fix memory leaks in error path (found by Smatch). by Lionel_Debroux · 18 years ago
  97. e8ce143 mlang: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  98. 4167e09 mlang: Implement IMultiLanguage::GetLcidFromRfc1766. by Hans Leidekker · 18 years ago
  99. f21e9c2 mlang: Implement ConvertINetString. by Rob Shearman · 18 years ago
  100. 303aeee mlang: Exclude unused headers. by Andrew Talbot · 18 years ago