Sweden-Number/dlls/msvcrt/tests
Peter Beutner bc83ae9fda msvcrt: Fix handling of 'h' prefix in swprintf.
- '%hs' in widechar string functions is wrongly recognized as
  a widechar string. Fix this by always checking the prefix first.
- add testcase
- remove code duplication in %c/%s handling by moving code into a function.
2006-05-16 20:21:44 +02:00
..
.gitignore
Makefile.in
cpp.c msvcrt: Some more fixes to name demangling. 2006-03-06 11:37:14 +01:00
dir.c
environ.c msvcrt: Allow environment strings longer than 512 characters. 2006-04-03 11:39:56 +02:00
file.c msvcrt: Don't duplicate handle in _get_osfhandle. 2006-05-08 17:40:09 +02:00
headers.c
heap.c
printf.c msvcrt: Fix handling of 'h' prefix in swprintf. 2006-05-16 20:21:44 +02:00
scanf.c msvcrt: Fix reading of signed numbers with unsigned read types in scanf. 2006-03-27 11:30:50 +02:00
string.c
time.c msvcrt: Fix times tests to pass on windows. 2006-05-15 14:25:52 +02:00