Sweden-Number/dlls/msvcrt
Rein Klazes ed20ac877c msvcrt: Do not set the windows version to 0.5. 2009-04-20 17:29:26 +02:00
..
tests msvcrt: Do not set the windows version to 0.5. 2009-04-20 17:29:26 +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: Avoid truncated relocations on 64-bit. 2008-12-12 10:20:53 +01:00
cppexcept.c msvcrt: Implemented __CppXcptFilter. 2008-03-11 16:14:44 +01: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: Do not set the windows version to 0.5. 2009-04-20 17:29:26 +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: Remove a superfluous semicolon. 2008-12-24 19:59:31 +01:00
except.c msvcrt: Fix an unused function warning on non-i386. 2009-01-08 17:29:59 +01:00
exit.c msvcrt: Add CDECL to all cdecl functions. 2008-11-25 12:33:39 +01:00
file.c msvcrt: Don't try to duplicate invalid handles. Don't reset std handles if we didn't set them. 2009-02-18 14:44:17 +01: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: Implement ___lc_codepage_func, ___lc_collate_cp_func and ___lc_handle_func. 2009-04-15 15:56:45 -05:00
lock.c msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
main.c msvcrt: Use iob_func instead of p__iob on non-x86. 2008-12-12 10:19:55 +01:00
math.c msvcrt: Correct implementation of _ecvt() with tests. 2009-04-14 14:50:07 -05:00
mbcs.c msvcrt: Implement _mbcjistojms. 2009-02-06 13:03:34 +01:00
misc.c msvcrt: Resolve symbols clashes with FreeBSD libc. 2007-09-19 15:01:33 +02:00
msvcrt.h msvcrt: Fix the time_t definition for the msvcrt build. 2009-01-05 15:07:53 +01:00
msvcrt.spec msvcrt: Implement ___lc_codepage_func, ___lc_collate_cp_func and ___lc_handle_func. 2009-04-15 15:56:45 -05:00
mtdll.h msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
process.c msvcrt: Convert the spawn and exec functions to use MS ABI varargs. 2009-01-03 11:38:25 +01:00
rsrc.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
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: Remove superfluous pointer casts. 2009-01-29 14:06:15 +01:00
undname.c msvcrt: Sign-compare warnings fix. 2008-10-22 13:54:53 +02:00
wcs.c msvcrt: Implement _vscprintf and _vscwprintf. 2009-03-26 16:12:15 +01:00