Sweden-Number/dlls/msvcrt
Eric Pouech 262cf1547e msvcrt: execl fix when no args are given (reported by Louis Lenders). 2007-01-02 20:31:20 +01:00
..
tests msvcrt: Add function _mbsspnp. 2006-12-24 13:07:22 +01:00
Makefile.in msvcrt: Win64 printf format warning fixes. 2006-10-04 09:58:47 +02:00
console.c msvcrt: Remove redundant NULL checks before MSVCRT_free. 2006-08-09 11:21:07 +02:00
cpp.c msvcrt: Remove redundant NULL checks before MSVCRT_free. 2006-08-09 11:21:07 +02:00
cppexcept.c msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. 2007-01-02 13:21:08 +01:00
cppexcept.h msvcrt: Make pointers to read-only exception descriptors const. 2006-12-15 13:41:31 +01:00
ctype.c Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes. 2006-09-11 11:30:48 +02:00
data.c msvcrt: Fix _initterm, with tests. 2006-06-21 13:40:33 +02:00
dir.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
environ.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
errno.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
except.c janitorial: In multiline strings there is no need for '\' at the end of the lines. 2006-12-27 13:10:13 +01:00
exit.c msvcrt: Make some data const. 2006-12-14 20:11:31 +01:00
file.c msvcrt: Cast-qual warnings fix. 2006-11-06 15:39:55 +01:00
heap.c msvcrt: Speed up new operator. 2006-10-23 14:39:07 +02:00
locale.c msvcrt: Make some data const. 2006-12-14 20:11:31 +01:00
lock.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
main.c msvcrt: Make an internal function static, avoid a prototype. 2006-12-26 12:20:25 +01:00
math.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
mbcs.c msvcrt: Add function _mbsspnp. 2006-12-24 13:07:22 +01:00
misc.c msvcrt: Cast-qual warnings fix. 2006-09-20 12:23:32 +02:00
msvcrt.h msvcrt: Add _atoldbl. 2006-12-19 16:18:01 +01:00
msvcrt.spec msvcrt: Add function _mbsspnp. 2006-12-24 13:07:22 +01:00
mtdll.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
process.c msvcrt: execl fix when no args are given (reported by Louis Lenders). 2007-01-02 20:31:20 +01:00
rsrc.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
scanf.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
scanf.h msvcrt: Fix scanf format "%i" base detection. 2006-08-23 17:04:53 +02:00
string.c msvcrt: Add _atoldbl. 2006-12-19 16:18:01 +01:00
thread.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
time.c msvcrt: Avoid including system headers in msvcrt.h. 2006-07-10 11:54:10 +02:00
undname.c msvcrt: Explicitly specify CDECL calling convention on exported functions. 2006-06-13 11:40:23 +02:00
wcs.c msvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too. 2006-11-15 11:25:00 +01:00