msvcrt: Added mbrlen tests.
[wine] / dlls / msvcrt / tests / misc.c
2012-08-17  Dan Kegelmsvcrt: memmove_s shouldn't zero its output buffer...
2011-02-24  Marcus Meissnermsvcrt: Use = instead of == in test (Coverity).
2011-02-17  Jörg Höhlemsvcrt/tests: sizeof(long double) is 12 with MS.
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement strerror_s.
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-17  Alexander Scott... msvcrt/tests: Rename a variable.
2010-05-17  Piotr Cabanmsvcrt: Added $I10_OUTPUT implementation.
2010-04-12  Piotr Cabanmsvcrt: Added memmove_s and memcpy_s implementation.
2010-01-18  Andrew Nguyenmsvcrt: Implement and test rand_s.