Sweden-Number/dlls/msvcrt
Akihiro Sagawa ece5d712f6 msvcrt: Fix _mbsnbcmp and _mbsnbicmp implementation. 2012-03-26 18:15:33 +02:00
..
tests msvcrt: Fix _mbcjistojms off by one error. 2012-03-26 18:15:33 +02:00
Makefile.in msvcrt: Add a new file for the x86_64 exception handling. 2012-03-16 10:58:08 +01:00
console.c dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +02:00
cpp.c msvcrt: Create an i386-specific file for exception handling. 2012-03-16 10:52:10 +01:00
cppexcept.h msvcrt: Move more i386-specific exception code to except_i386.c. 2012-03-16 10:53:21 +01:00
ctype.c msvcrt: Move _pctype definition to locale.c. 2011-10-12 17:09:30 +02:00
data.c msvcrt: Add _get_pgmptr and _get_wpgmptr. 2011-07-04 13:39:58 +02:00
dir.c msvcrt: Use the correct type for findnext64. 2012-01-06 21:57:38 +01:00
environ.c msvcrt: Fix mingw compilation issues. 2011-06-03 17:44:06 +02:00
errno.c msvcrt: Don't name a local variable 'errno'. 2012-01-06 21:48:56 +01:00
except.c msvcrt: Add a new file for the x86_64 exception handling. 2012-03-16 10:58:08 +01:00
except_i386.c msvcrt: Move more i386-specific exception code to except_i386.c. 2012-03-16 10:53:21 +01:00
except_x86_64.c msvcrt: Add entry points for the C++ exception functions on x86_64. 2012-03-16 11:00:01 +01:00
exit.c msvcrt: Fix MSVC build in exit.c and msvcrt.h. 2011-11-07 11:29:43 +01:00
file.c msvcrt: Add support for _flushall to clear all input buffer. 2012-03-14 12:59:11 +01:00
heap.c msvcrt: Improve operator new implementation. 2011-09-13 11:27:45 +02:00
locale.c msvcrt: NULL terminate strings returned by _Getdays and _Getmonths. 2011-12-28 17:50:11 +01:00
lock.c
main.c msvcrt: Don't overwrite mbcinfo inside setlocale. 2011-10-12 17:09:07 +02:00
math.c msvcrt: Avoid superfluous cast of MSVCRT_malloc return value. 2011-10-21 12:31:36 +02:00
mbcs.c msvcrt: Fix _mbsnbcmp and _mbsnbicmp implementation. 2012-03-26 18:15:33 +02:00
misc.c msvcrt: Fix mingw compilation issues. 2011-06-03 17:44:06 +02:00
msvcrt.h msvcrt: Implement _mbcjmstojis. 2012-03-16 11:11:07 +01:00
msvcrt.spec msvcrt: Add semi stub _mbcjmstojis implementation. 2012-03-16 11:10:54 +01:00
mtdll.h
printf.h msvcrt: Fix a typo. 2012-03-26 12:41:27 +02:00
process.c msvcrt: Fix mingw compilation issues. 2011-06-03 17:44:06 +02:00
rsrc.rc dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
scanf.c msvcrt: Added _snwscanf implementation. 2011-04-05 17:38:29 +02:00
scanf.h msvcrt: Make WEOF returned from swscanf signed. 2012-01-06 19:24:16 +01:00
string.c msvcrt: Implemented _ultow_s. 2011-11-29 13:23:47 +01:00
thread.c msvcrt: Avoid deadlock when _beginthread is executed inside loader critical section. 2011-06-20 19:32:02 +02:00
time.c msvcrt: Implement _wasctime_s. 2011-11-30 17:04:39 +01:00
undname.c msvcrt: Add support for function namespaces in symbol demangling. 2011-05-15 20:27:15 +02:00
wcs.c msvcrt: Add _snwprintf_l. 2012-01-09 12:52:17 +01:00