Sweden-Number/dlls/msvcrt
Alexandre Julliard cf4e5d4eea Added an assembly wrapper to retrieve the this pointer from %ecx for
_thiscall functions.
Fixed some bugs, and added a few missing functions.
2003-06-17 03:59:24 +00:00
..
tests Fix some sscanf cases and testcase to get wxtide32.exe running. 2003-05-13 23:38:46 +00:00
.cvsignore
Makefile.in
console.c
cpp.c Added an assembly wrapper to retrieve the this pointer from %ecx for 2003-06-17 03:59:24 +00:00
cppexcept.c Add __CxxDetectRethrow(), __CxxQueryExceptionSize(). 2003-03-18 18:26:05 +00:00
cppexcept.h Add __CxxDetectRethrow(), __CxxQueryExceptionSize(). 2003-03-18 18:26:05 +00:00
ctype.c
data.c
dir.c Implemented _wfullpath. 2003-05-12 03:31:16 +00:00
environ.c
errno.c
except.c Fix miscellaneous spelling errors and typos. 2003-05-13 00:41:57 +00:00
exit.c
file.c _open_osfhandle is expected to take the absence of either _O_TEXT or 2003-05-08 21:02:31 +00:00
heap.c
lconv.c
locale.c Stub implementation for _Gettnames. 2003-06-06 18:11:23 +00:00
lock.c
main.c Move a couple of shared definitions into msvcrt.h. 2003-03-17 21:21:59 +00:00
math.c Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread 2003-03-20 23:47:25 +00:00
mbcs.c mbtowc returns -1 if we can't find a valid multibyte char in the non 2003-04-17 02:15:03 +00:00
misc.c
msvcrt.h Added an assembly wrapper to retrieve the this pointer from %ecx for 2003-06-17 03:59:24 +00:00
msvcrt.spec Added an assembly wrapper to retrieve the this pointer from %ecx for 2003-06-17 03:59:24 +00:00
mtdll.h _EXIT_LOCK2 is used by type_info objects. 2003-03-17 21:21:34 +00:00
process.c
scanf.c
scanf.h Fix some sscanf cases and testcase to get wxtide32.exe running. 2003-05-13 23:38:46 +00:00
string.c
thread.c
time.c
wcs.c