tests
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
dir.c
|
_findclose() exists on MinGW, so prefix it.
|
2005-05-29 20:04:40 +00:00 |
file.c
|
Allow reading 0 bytes in fread.
|
2005-07-10 17:46:08 +00:00 |
locale.c
|
Fix _setmbcp behavior for unreal codepages.
|
2005-07-11 14:21:53 +00:00 |
mbcs.c
|
Add missed _mbscoll function.
|
2005-08-24 18:14:06 +00:00 |
msvcrt.spec
|
Add missed _mbscoll function.
|
2005-08-24 18:14:06 +00:00 |
process.c
|
Fixed erroneous file flag in _popen.
|
2005-07-05 14:07:00 +00:00 |
string.c
|
_swab failed if src == dest, plus some testcases.
|
2005-08-19 10:01:42 +00:00 |