msvcrt: Implement _set_errno.
[wine] / dlls / msvcrt / tests / misc.c
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.