wine-wine/dlls/msvcrt
Piotr Caban d09ab74d9b msvcrt: Added _snwscanf implementation. 2011-04-05 17:38:29 +02:00
..
tests msvcrt/tests: Wine should not have trouble with the environ pointers so replace a few skip()s with win_skip()s. 2011-03-31 14:02:44 +02:00
Makefile.in
console.c msvcrt: Implemented _vc(w)printf. 2010-11-08 18:12:57 +01:00
cpp.c msvcrt: Fixed a typo. 2011-02-08 14:46:15 -06:00
cppexcept.c
cppexcept.h
ctype.c msvcrt: Don't call get_locale two times in _isctype function. 2011-03-31 18:09:31 +02:00
data.c msvcrt: Move _initterm_e implementation (from msvcr90). 2010-11-18 12:37:04 +01:00
dir.c msvcrt: Added _findnext32() implementation. 2011-03-15 17:14:07 +01:00
environ.c msvcrt: Add some missing CDECLs. 2010-11-08 18:12:57 +01:00
errno.c msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages. 2011-01-31 14:30:27 +01:00
except.c msvcrt: Implement _set_security_error_handler. 2011-03-16 16:31:55 +01:00
exit.c msvcrt: Added _wassert implementation. 2011-04-05 17:38:09 +02:00
file.c msvcrt: Implement _wsopen_s. 2011-01-27 14:14:41 +01:00
heap.c msvcrt: Use the parameter checking macros for strncpy_s. 2010-11-01 12:34:46 +01:00
locale.c msvcrt: Fix locale creation for multibyte encoding. 2011-03-31 18:09:27 +02:00
lock.c
main.c msvcrt: Implemented __control87_2. 2011-01-26 14:57:15 +01:00
math.c msvcrt: Fix buffer size in _ecvt_s. 2011-03-31 12:31:54 +02:00
mbcs.c msvcrt: Added space for nullbyte in size returned by wcstombs_s and mbstowcs_s. 2011-03-30 18:59:22 +02:00
misc.c msvcrt: Add _get_output_format() and return default value. 2011-03-09 12:30:30 +01:00
msvcrt.h msvcrt: Added _wassert implementation. 2011-04-05 17:38:09 +02:00
msvcrt.spec msvcrt: Added _snwscanf implementation. 2011-04-05 17:38:29 +02:00
mtdll.h
process.c msvcrt: Fix a possible memory leak in _wsystem for the NULL command case. 2011-01-17 15:56:31 +01:00
rsrc.rc
scanf.c msvcrt: Added _snwscanf implementation. 2011-04-05 17:38:29 +02:00
scanf.h msvcrt: Added _snscanf implementation. 2011-04-05 17:38:21 +02:00
string.c msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX. 2011-02-17 18:33:43 +01:00
thread.c
time.c msvcrt: Implement _ftime64_s and _ftime32_s. 2010-12-29 12:05:23 +01:00
undname.c msvcrt: Move side effect out of assert (Coverity). 2011-03-04 16:26:02 +01:00
wcs.c msvcrt: Ensure that old buffer contents are copied when allocating a growable pf_output buffer for the first time. 2011-04-04 16:12:37 +02:00