Sweden-Number/dlls/msvcrt
Mike McCormack 968445ca77 msvcrt: Fix a typo. 2006-02-13 13:24:26 +01:00
..
tests Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in
console.c msvcrt: Use the msvcrt version of printf everywhere. 2006-01-24 12:21:58 +01:00
cpp.c Take advantage of the __EXCEPT_PAGE_FAULT macro. 2005-12-16 17:17:57 +01:00
cppexcept.c msvcrt: Preserve all registers in call_ebp_func. 2006-01-21 19:23:02 +01:00
cppexcept.h
ctype.c
data.c msvcrt: Added _sys_errlist (based on a patch by Uwe Bonnes). 2006-01-23 19:30:21 +01:00
dir.c msvcrt: _makepath(): operate on target buffer directly. 2006-01-17 16:20:37 +01:00
environ.c
errno.c msvcrt: Make error strings static. 2006-01-24 14:00:46 +01:00
except.c msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp 2006-01-05 14:36:37 +01:00
exit.c msvcrt: Fix a typo. 2006-02-13 13:24:26 +01:00
file.c msvcrt: In _mktemp sixth generated charater always starts with 'a'. 2006-02-10 15:52:47 +01:00
heap.c
locale.c
lock.c
main.c msvcrt: Properly implemented strerror and perror (based on a patch by 2006-01-23 19:58:10 +01:00
math.c msvcrt: Added wrappers for a few functions instead of linking them 2006-01-14 17:40:29 +01:00
mbcs.c Avoid importing _strlwr/_strupr from ntdll. 2006-01-24 12:24:05 +01:00
misc.c msvcrt: Reimplement rand() and srand() to use per-thread data for the 2006-01-14 17:27:28 +01:00
msvcrt.h Avoid importing _strlwr/_strupr from ntdll. 2006-01-24 12:24:05 +01:00
msvcrt.spec ntdll: memcpy should behave like memmove in ntdll too. 2006-01-24 12:28:34 +01:00
mtdll.h
process.c
rsrc.rc
scanf.c
scanf.h
string.c msvcrt: Added wrappers for a few functions instead of linking them 2006-01-14 17:40:29 +01:00
thread.c msvcrt: Reimplement rand() and srand() to use per-thread data for the 2006-01-14 17:27:28 +01:00
time.c msvcrt: localtime should accept any positive time value. 2006-02-11 12:15:21 +01:00
undname.c msvcrt: __unDNameEx is not a stub. 2006-02-08 12:42:33 +01:00
wcs.c msvcrt: Use the msvcrt version of printf everywhere. 2006-01-24 12:21:58 +01:00