Sweden-Number/dlls/msvcrt
Alexandre Julliard f2b3df6371 msvcrt: The floating point adjust functions only make sense on i386. 2009-08-24 15:17:33 +02:00
..
tests msvcrt: Replace long by MSVCRT_long. 2009-05-23 11:57:39 +02:00
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
console.c msvcrt: Convert all the printf functions to use MS ABI varargs. 2009-01-03 11:38:25 +01:00
cpp.c msvcrt: Add appropriate stdcall decorations to assembly functions. 2009-06-15 13:41:51 +02:00
cppexcept.c msvcrt: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
cppexcept.h Spelling fixes. 2008-04-09 12:07:39 +02:00
ctype.c msvcrt: Add a few more *_func functions to replace the __p_* ones. 2008-12-15 16:03:32 +01:00
data.c msvcrt: Avoid using size_t when not neededed. 2009-05-27 15:40:18 +02:00
dir.c msvcrt: Use intptr_t or size_t instead of long where appropriate. 2008-12-12 10:19:55 +01:00
environ.c msvcrt: Rename _environ to avoid a conflict on Solaris. 2008-01-08 12:54:40 +01:00
errno.c msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION. 2009-07-14 12:18:15 +02:00
except.c msvcrt: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
exit.c msvcrt: Add CDECL to all cdecl functions. 2008-11-25 12:33:39 +01:00
file.c msvcrt: Replace size_t with MSVCRT_size_t. 2009-05-27 15:39:57 +02:00
heap.c msvcrt: Use intptr_t or size_t instead of long where appropriate. 2008-12-12 10:19:55 +01:00
locale.c msvcrt: Avoid using size_t when not neededed. 2009-05-27 15:40:18 +02:00
lock.c msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
main.c msvcrt: The floating point adjust functions only make sense on i386. 2009-08-24 15:17:33 +02:00
math.c msvcrt: The floating point adjust functions only make sense on i386. 2009-08-24 15:17:33 +02:00
mbcs.c msvcrt: Replace size_t with MSVCRT_size_t. 2009-05-27 15:39:57 +02:00
misc.c msvcrt: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
msvcrt.h msvcrt: Replace long by MSVCRT_long. 2009-05-23 11:57:39 +02:00
msvcrt.spec msvcrt: The floating point adjust functions only make sense on i386. 2009-08-24 15:17:33 +02:00
mtdll.h msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
process.c msvcrt: Replace long by MSVCRT_long. 2009-05-23 11:57:39 +02:00
rsrc.rc
scanf.c msvcrt: Convert all the scanf functions to use MS ABI varargs. 2009-01-03 11:38:25 +01:00
scanf.h msvcrt: Fix scanf to correctly parse pointers on 64-bit. 2009-04-06 20:58:10 +02:00
string.c msvcrt: Use the correct msvcrt defines for errno values. 2008-02-27 14:52:25 +01:00
thread.c msvcrt: Remove unneeded casts. 2008-01-14 13:09:56 +01:00
time.c msvcrt: Replace long by MSVCRT_long. 2009-05-23 11:57:39 +02:00
undname.c msvcrt: Avoid using size_t when not neededed. 2009-05-27 15:40:18 +02:00
wcs.c msvcrt: Remove dead code in wcscpy_s. 2009-08-10 13:11:02 +02:00