msvcrt: Add simple test for _strdup(0).
[wine] / dlls / msvcrt / tests / string.c
2006-06-21  Louis. Lendersmsvcrt: Add simple test for _strdup(0).
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-11-21  Rein KlazesFix _mbsspn() with conformance tests.
2005-10-10  Vitaliy MargolenFix _ismbblead test to pass on windows.
2005-09-06  Vijay Kiran KamujuAdded a test for failing _ismbblead.
2005-08-19  Jason Edmeades_swab failed if src == dest, plus some testcases.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...