Sweden-Number/dlls/msvcrt
Mike McCormack db0d0bb39b Copy the vsnprintfW implementation from libunicode.so to msvcrt and
add a handler for the %S flag.  That requires a conversion to unicode
and knowledge of the current ASCII code page.
2004-06-02 00:35:09 +00:00
..
tests Make our ascii strings static const. 2004-05-04 04:13:05 +00:00
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in
console.c
cpp.c Assorted spelling and case fixes. 2004-02-09 22:07:42 +00:00
cppexcept.c
cppexcept.h
ctype.c
data.c GetModuleFileName[AW] doesn't terminate the string if the buffer is 2004-05-19 03:22:55 +00:00
dir.c Fixed some issues found by winapi_check. 2004-05-17 21:08:31 +00:00
environ.c
errno.c - Prefix many more functions, types, structs, etc. with MSVCRT_. 2004-03-16 19:17:11 +00:00
except.c
exit.c - Prefix many more functions, types, structs, etc. with MSVCRT_. 2004-03-16 19:17:11 +00:00
file.c Fixed typo. 2004-05-27 20:01:34 +00:00
heap.c
locale.c
lock.c
main.c
math.c Fixed the prototypes of the _adj_fdiv_* functions. 2004-05-12 23:22:36 +00:00
mbcs.c
misc.c Fixed some issues found by winapi_check. 2004-05-17 21:08:31 +00:00
msvcrt.h - Prefix many more functions, types, structs, etc. with MSVCRT_. 2004-03-16 19:17:11 +00:00
msvcrt.spec Copy the vsnprintfW implementation from libunicode.so to msvcrt and 2004-06-02 00:35:09 +00:00
mtdll.h
process.c Use named constants instead of magic numbers. 2004-04-09 19:03:13 +00:00
scanf.c Fixed varargs handling in the scanf functions (spotted by Eric 2004-02-19 01:13:12 +00:00
scanf.h Fix scanf handling of float numbers (beginning with a dot). 2004-05-17 19:49:44 +00:00
string.c - Prefix many more functions, types, structs, etc. with MSVCRT_. 2004-03-16 19:17:11 +00:00
thread.c
time.c Correct errors with move to kernel time functions. 2004-03-25 00:12:40 +00:00
wcs.c Copy the vsnprintfW implementation from libunicode.so to msvcrt and 2004-06-02 00:35:09 +00:00