mscoree: Avoid signed-unsigned integer comparisons.
[wine] / dlls / msvcrt /
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.
2012-12-18  Piotr Cabanmsvcrt: Use LC_COLLATE category in strcoll functions.
2012-12-18  Piotr Cabanmsvcrt: Added more setlocale tests.
2012-12-18  Piotr Cabanmsvcrt: Fixed locale matching code.
2012-12-18  Piotr Cabanmsvcrt: Fixed codepage setting code in create_locale.
2012-12-18  Andrew Talbotmsvcrt: Indentation fix.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl tests.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl_l implementation.
2012-12-17  Piotr Cabanmsvcrt: Don't duplicate floating-point number parsing...
2012-12-14  Austin Englishmsvcrt: Implement memcpy in msvcrt instead of forwardin...
2012-12-14  Austin Englishmsvcrt: Implement _ftol in msvcrt instead of forwarding...
2012-12-14  Piotr Cabanmsvcrt: Added __getmainargs tests.
2012-12-14  Piotr Cabanmsvcrt: Support expand_wildcards parameter in __wgetmai...
2012-12-14  Piotr Cabanmsvcrt: Fixed wildcard expanding when path is specified...
2012-12-13  Piotr Cabanmsvcrt: Support expand_wildcards parameter in __getmain...
2012-12-13  Piotr Cabanmsvcrt: Don't flush stream in fputs function.
2012-12-12  Piotr Cabanmsvcrt: Added _mbsnbcoll_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _mbsnbicoll_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _fwprintf_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _vfwprintf_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _atoi_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _wtoi_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Fixed floating point numbers printing when...
2012-12-10  Piotr Cabanmsvcrt: Fixed get_this_pointer implementation.
2012-12-10  Piotr Cabanmsvcrt: Fixed _localtime64 implementation.
2012-12-10  Piotr Cabanmsvcrt: Reorganize _localtime64 function.
2012-12-10  Piotr Cabanmsvcrt: Improved input parameter range check in _gmtime...
2012-12-10  Piotr Cabanmsvcrt: Fixed mkgmtime and _mkgmtime64 implementation.
2012-12-10  Piotr Cabanmsvcrt: Fixed mktime and _mktime64 implementation.
2012-12-10  Piotr Cabanmsvcrt: Added _tzset tests.
2012-12-10  Piotr Cabanmsvcrt: Reimplement _tzset function.
2012-11-30  Piotr Cabanmsvcrt: Added wcrtomb tests.
2012-11-30  Piotr Cabanmsvcrt: Added wcrtomb implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbsrtowcs tests.
2012-11-29  Piotr Cabanmsvcrt: Added mbsrtowcs implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbrtowc tests.
2012-11-29  Piotr Cabanmsvcrt: Added mbrtowc implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbrlen tests.
2012-11-29  Piotr Cabanmsvcrt: Added mbrlen implementation.
2012-11-28  Piotr Cabanmsvcrt: Remove superfluous semicolons.
2012-11-07  Piotr Cabanmsvcrt: Fixed __p___mb_cur_max tests.
2012-11-06  Piotr Cabanmsvcrt: Improved strtod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _wcstod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _atoflt_l precision.
2012-11-05  Piotr Cabanmsvcrt: Improved scanf precision.
2012-11-02  Piotr Cabanmsvcrt: Allocate buffer in fwrite function.
2012-11-01  Daniel Lehmanmsvcrt: Return value from MSVCRT____mb_cur_max_func...
2012-11-01  Piotr Cabanmsvcrt: Improved parsing precision of doubles in scanf.
2012-11-01  Piotr Cabanmsvcrt: Fixed %Lf format handling in scanf.
2012-10-24  Piotr Cabanmsvcrt: Fixed _ungetwc implementation.
2012-10-16  Piotr Cabanmsvcrt: Fixed tmpfile implementation.
2012-10-11  Piotr Cabanmsvcrt: Fixed exception information on 64-bit systems.
2012-09-13  Piotr Cabanmsvcrt/tests: Added more RTTI tests.
next