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 msvcrt: Add a regression test for _fullpath. 2006-01-06 21:46:09 +01:00
Makefile.in msvcrt: Add a regression test for _fullpath. 2006-01-06 21:46:09 +01:00
cpp.c msvcrt: Some more fixes to name demangling. 2006-03-06 11:37:14 +01:00
dir.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
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 msvcrt: Added EILSEQ definition. 2006-01-23 19:29:36 +01:00
heap.c Heap tests cleanup. 2004-03-11 00:38:14 +00:00
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 Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
time.c msvcrt: Fix times tests to pass on windows. 2006-05-15 14:25:52 +02:00