setupapi: Add stub keyword to some FIXMEs.
[wine] / dlls / msvcrt /
2013-04-09  Alexandre Julliardmsvcrt: Constify the arguments of execv functions.
2013-04-05  Piotr Cabanmsvcrt: Fixed debug message in strncpy_s.
2013-04-04  Victor Martinez... msvcrt: Fix copy-pasta typos LOCALE_SSHORTDATE->LOCALE_...
2013-04-03  André Hentschelkernel32/tests: Don't test function directly when repor...
2013-04-01  Jactry Zengmsvcrt: Added _wcsnicoll_l implementation.
2013-04-01  Jactry Zengmsvcrt: Added _wcsicoll_l implementation.
2013-04-01  Jactry Zengmsvcrt: Added _wcscoll_l implementation.
2013-03-29  Jactry Zengmsvcrt: Added _wcsncoll and _wcsncoll_l implementation.
2013-03-28  Piotr Cabanmsvcrt: Move fread_s function to msvcrt.
2013-03-28  Piotr Cabanmsvcrt: Update spec file with functions added in newer...
2013-03-27  Piotr Cabanmsvcrt: Don't forward _getpid to kernel32.
2013-03-27  Piotr Cabanmsvcrt: Added _wcstoul_l implementation.
2013-03-27  Piotr Cabanmsvcrt: Don't forward wcsncpy to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward towupper and towlower to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strncpy to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strncmp to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strchr to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward memset to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward atoi to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Added _wtol_l implementation.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _wtoi to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _wcsicmp to ntdll.
2013-03-27  Akihiro Sagawamsvcrt/tests: Add unicode fgetwc tests.
2013-03-27  Akihiro Sagawamsvcrt/tests: Add locale dependent fgetwc tests.
2013-03-27  Akihiro Sagawamsvcrt: Fix mbtowc_l in C locale.
2013-03-27  Piotr Cabanmsvcrt: Added _set_output_format tests.
2013-03-27  Piotr Cabanmsvcrt: Added _set_output_format implementation.
2013-03-25  Piotr Cabanmsvcrt: Fixed copied buffer size in _ui64tow_s.
2013-03-25  Piotr Cabanmsvcrt: Fixed fgetwc behavior on multibyte characters...
2013-03-25  Piotr Cabanmsvcrt: Remove incorrect cast in fgetws function.
2013-03-14  Piotr Cabanmsvcrt: Limit access to out buffer in fread function.
2013-03-14  Alexandre Julliardmsvcrt: Use -arch=i386 everywhere for consistency.
2013-03-14  Alexandre Julliardmsvcrt: Export the float math functions on ARM.
2013-03-14  Alexandre Julliardmsvcrt: Export the ARM version of some mangled names.
2013-03-14  André Hentschelmsvcrt: Add setjmp for ARM in spec file.
2013-03-11  Akihiro Sagawamsvcrt: Fix incorrect casts in _wcstoi64_l and _wcstoui...
2013-03-11  Akihiro Sagawamsvcrt/tests: Add _wcstoi64/_wcstoui64 tests.
2013-03-06  Francois Gougetmsvcrt: Remove WINAPI on static functions where not...
2013-03-05  Piotr Cabanmsvcrt: Added __pxcptinfoptrs tests.
2013-03-05  Piotr Cabanmsvcrt: Added __pxcptinfoptrs implementation.
2013-03-05  Piotr Cabanmsvcrt: Don't set unhandled exception filter, XcptFilte...
2013-03-05  Piotr Cabanmsvcrt: Rename msvcrt_alloc_fd_from to msvcrt_set_fd.
2013-03-04  Piotr Cabanmsvcrt: Added stdin close/open tests.
2013-03-04  Piotr Cabanmsvcrt: Reuse standard file descriptors after closing...
2013-03-04  Piotr Cabanmsvcrt: Don't duplicate standard handles during initial...
2013-03-01  Piotr Cabanmsvcrt: Fixed closing of FindFirstFile handle in build_...
2013-02-28  André Hentschelmsvcrt: Fix DISPATCHER_CONTEXT on ARM.
2013-02-28  André Hentschelmsvcrt/tests: Mark win8 behaviour as broken.
2013-02-27  André Hentschelmsvcrt: Add a new file for the ARM exception handling.
2013-02-25  Nikolay Sivovmsvcrt: Move demangler flags to a header and use them.
2013-02-20  Piotr Cabanmsvcrt: Mark gmtime32 tests with negative argument...
2013-02-20  Andrew Talbotmsvcrt: Avoid signed-unsigned integer comparisons.
2013-01-30  Piotr Cabanmsvcrt: Use temporary buffers to speed up operations...
2013-01-30  Piotr Cabanmsvcrt: Don't make stdout and stderr bufferred when...
2013-01-29  Francois GougetAssorted spelling fixes.
2013-01-28  Piotr Cabanmsvcrt: Don't call invalid parameter handler in str...
2013-01-25  Piotr Cabanmsvcrt: Fixed _Gettnames test on Win8.
2013-01-25  Piotr Cabanmsvcrt: Fixed setlocale tests on Win8.
2013-01-25  Piotr Cabanmsvcrt: Added N flag support to fopen.
2013-01-25  Piotr Cabanmsvcrt: Ignore S and R flags in fopen.
2013-01-24  Michael Stefaniucmsvcrt/tests: Use assignment instead of memcpy to copy...
2013-01-21  Marcus Meissnermsvcrt: read_utf8: free readbuf on return (Coverity).
2013-01-18  Piotr Cabanmsvcrt: Added basic _popen tests.
2013-01-18  Piotr Cabanmsvcrt: Return child exit code in _pclose function.
2013-01-18  Piotr Cabanmsvcrt: Added support for commit flag in fopen.
2013-01-14  Alexandre Julliardmsvcrt: Fix incorrect use of the system wctomb function.
2013-01-14  Piotr Cabanmsvcrt: Be less strict while parsing file open mode...
2013-01-11  Piotr Cabanmsvcrt: Added fwprintf tests.
2013-01-11  Piotr Cabanmsvcrt: Fixed ftell behaviour when file is opened for...
2013-01-11  Piotr Cabanmsvcrt: Don't add '\r' character in fputws function.
2013-01-11  Piotr Cabanmsvcrt: Use fputwc to output characters to file in...
2013-01-11  Piotr Cabanmsvcrt: Added fputwc tests.
2013-01-11  Piotr Cabanmsvcrt: Make fputwc encoding aware.
2013-01-10  Piotr Cabanmsvcrt: Added read tests on unicode files.
2013-01-10  Piotr Cabanmsvcrt: Added UTF8 support to read function.
2013-01-10  Piotr Cabanmsvcrt: Added UTF16 support to read function.
2013-01-10  Piotr Cabanmsvcrt: Added more read tests.
2013-01-10  Piotr Cabanmsvcrt: Added _setmode tests.
2013-01-10  Piotr Cabanmsvcrt: Added unicode modes support _setmode function.
2013-01-10  Piotr Cabanmsvcrt: Improved ftell implementation.
2013-01-10  Piotr Cabanmsvcrt: Simplify fseek implementation.
2013-01-10  Piotr Cabanmsvcrt: Call ftell function in fgetpos.
2013-01-10  Piotr Cabanmsvcrt: Fixed handling of '\r' when it's the last chara...
2013-01-10  Piotr Cabanmsvcrt: Added write tests on unicode files.
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode mode in write function.
2013-01-10  Piotr Cabanmsvcrt: Added fopen_s test with ccs option.
2013-01-10  Piotr Cabanmsvcrt: Call _wsopen_s function in _sopen_s.
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode text mode in open...
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode open mode in msvcrt_g...
2013-01-10  Piotr Cabanmsvcrt: Don't duplicate wfsopen functionality in wfrepopen.
2013-01-07  Francois Gougetmsvcrt/tests: Add a trailing '\n' to a win_skip() call.
2012-12-27  Piotr Cabanmsvcrt: Return error in stat function when path is...
2012-12-26  Piotr Cabanmsvcrt: NULL terminate program arguments list in __getm...
2012-12-26  Piotr Cabanmsvcrt: Added _strnicmp_l implementation.
2012-12-24  Piotr Cabanmsvcrt: Added _stricmp_l implementation.
2012-12-21  Piotr Cabanmsvcrt: Added _set_fmode and _get_fmode implementation.
2012-12-20  Piotr Cabanmsvcrt: Don't call local_unwind2 when Cookie equals...
2012-12-20  André Hentschelmsvcrt/tests: Don't test function directly when reporti...
2012-12-19  Piotr Cabanmsvcrt: Don't fail when _aligned_offset_malloc is used...
2012-12-18  Piotr Cabanmsvcrt: Use CompareString in wcscoll functions.
next