browseui: Add Hungarian translation.
[wine] / dlls / msvcrt /
2010-06-28  Alexandre Julliardmsvcrt: Use the correct strdup function for locale...
2010-06-25  Andrew Nguyenmsvcrt: Implement _wmakepath_s.
2010-06-25  Andrew Nguyenmsvcrt: Implement _makepath_s.
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-22  Francois Gougetmsvcrt/tests: Make test_dup2() static.
2010-06-22  Francois Gougetmsvcrt/tests: Add a trailing '\n' to an ok() call.
2010-06-22  Piotr Cabanmsvcrt: Added __crtLCMapStringW partial implementation.
2010-06-17  Alexander Scott... msvcrt/tests: Rename a variable.
2010-06-11  Nikolay Sivovmsvcrt: Fix __lconv_init() prototype.
2010-06-11  Nikolay Sivovmsvcrt: Add _scwprintf implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _snwprintf_s implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _snprintf_s implementation.
2010-06-09  Alexander Scott... msvcrt/tests: Move function pointer initialization...
2010-06-07  Alexander Scott... msvcrt/test: Add some simple _vsnwprintf_s tests.
2010-06-07  Alexander Scott... msvcrt: Fix spec file.
2010-06-07  Alexander Scott... msvcrt: The sizeOfBuffer argument of _vsnwprintf_s...
2010-06-07  Alexander Scott... include/msvcrt: Define _TRUNCATE; use it in the tests.
2010-06-07  Alexander Scott... msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
2010-06-07  Alexander Scott... msvcrt/tests: Properly skip if functions are not available.
2010-06-07  Alexander Scott... msvcrt: Fix comments.
2010-05-28  Alexandre Julliardmsvcrt: Make sure msvcrt doesn't get unloaded.
2010-05-28  Robert Wilhelmmsvcrt: Support system(NULL).
2010-05-25  Gerald Pfeifermsvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen...
2010-05-24  Piotr Cabanmsvcrt: Fix wcstombs_l implementation.
2010-05-24  Piotr Cabanmsvcrt: Fix mbstowcs_l implementation.
2010-05-21  Marcus Meissnermsvcrt: Check locale for NULL before freeing.
2010-05-20  Piotr Cabanmsvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-17  Piotr Cabanmsvcrt: Added $I10_OUTPUT implementation.
2010-05-13  Marcus Meissnermsvcrt: Add some missing CDECL.
2010-05-10  Piotr Cabanmsvcrt: Fix synonym handling in setlocale/create_locale.
2010-05-10  Piotr Cabanmsvcrt: Partial fix for setlocale/create_locale.
2010-05-10  Piotr Cabanmsvcrt: Fix strtod and wcstod implementation.
2010-05-06  Piotr Cabanmsvcrt: Added mbstowcs and wcstombs tests.
2010-05-06  Piotr Cabanmsvcrt: Fixed wcstombs(_s_l) implementation.
2010-05-06  Piotr Cabanmsvcrt: Added mbstowcs(_s_l) implementation.
2010-05-06  Piotr Cabanmsvcrt: Added _mbstrlen_l implementation.
2010-05-05  Piotr Cabanmsvcrt: Added _ui64toa_s implementation.
2010-05-05  Piotr Cabanmsvcrt: Added ___mb_cur_max_l_func implementation.
2010-05-05  Piotr Cabanmsvcrt: Added _get_osplatform implementation.
2010-05-04  Austin Englishmsvcrt: Fix tests for Windows ME.
2010-05-04  Maarten Lankhorstmsvcrt: Add float functions based on their double versions.
2010-05-03  Austin Englishmsvcrt/tests: Add more tests for setlocale().
2010-05-03  Austin Englishmsvcrt/tests: fix a couple typos.
2010-04-28  Detlef Riekenbergmsvcrt: Fix wrong msvcr90 in comments.
2010-04-27  Piotr Cabanmsvcrt: Added wcstombs_s implementation.
2010-04-27  Piotr Cabanmsvcrt: Added _wcstoi64 and _wcstoui64 implementation.
2010-04-27  Piotr Cabanmsvcrt: Added _mkgmtime implementation.
2010-04-26  Piotr Cabanmsvcrt: Added strtok_s implementation.
2010-04-26  Piotr Cabanmsvcrt: Fix debug message in scanf.
2010-04-26  Piotr Cabanmsvcrt: Use wcstod_l/strtod_l in other functions that...
2010-04-26  Piotr Cabanmsvcrt: Added wcstod_l implementation.
2010-04-26  Piotr Cabanmsvcrt: Change strtod_l implementation.
2010-04-26  Piotr Cabanmsvcrt: Added btowc implementation.
2010-04-22  Piotr Cabanmsvcrt/tests: Added sscanf_s tests.
2010-04-22  Piotr Cabanmsvcrt: Added _cwscanf* implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added fscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added support for secure functions to scanf...
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Add support for locales in scanf helper functions.
2010-04-21  Piotr Cabanmsvcrt: Added _strtod_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _get_heap_handle implementation.
2010-04-21  Piotr Cabanmsvcrt: Added strncpy_s implementation.
2010-04-21  Piotr Cabanmsvcrt: Added swprintf_s implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _wfopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added fopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Return correct strings in setlocale.
2010-04-19  Piotr Cabanmsvcrt/tests: Added __crtGetStringTypeW tests.
2010-04-19  Piotr Cabanmsvcrt/tests: Added setlocale tests.
2010-04-19  Piotr Cabanmsvcrt: Added implementation of __crtGetStringTypeW.
2010-04-19  Piotr Cabanmsvcrt: Fix multiple locales parsing in _create_locale.
2010-04-19  Piotr Cabanmsvcrt: Added implementations of _vswprintf* functions.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnwprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Add parameters to mimic *_s function behaviour...
2010-04-19  Piotr Cabanmsvcrt: Format strings according to specified locale...
2010-04-16  Piotr Cabanmsvcrt: Fix locale initialization.
2010-04-16  Piotr Cabanmsvcrt: Change localeconv implementation.
2010-04-16  Alexandre Julliardmsvcrt: Initialize exported common variables to fix...
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-04-15  Piotr Cabanmsvcrt: Make setlocale working with per thread locales.
2010-04-15  Piotr Cabanmsvcrt: Added multiple locales parsing to _create_locale.
2010-04-15  Piotr Cabanmsvcrt: Move locale string interpretation to MSVCRT_loc...
2010-04-15  Piotr Cabanmsvcrt: Added _configthreadlocale implementation.
2010-04-15  Piotr Cabanmsvcrt: Add helper function that returns current locale.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2010-04-15  Piotr Cabanmsvcrt: Change _create_locale implementation so generat...
2010-04-15  Marcus Meissnermsvcrt: Implement findfirst64 and findnext64.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
next