Sweden-Number/dlls/msvcrt
Aric Stewart 3022ade359 msvcrt: Add a regression test for _fullpath. 2006-01-06 21:46:09 +01:00
..
tests msvcrt: Add a regression test for _fullpath. 2006-01-06 21:46:09 +01:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Specify a DLL version for msvcrt.dll. 2005-11-03 12:05:05 +00:00
console.c Enable line editing for _cgets. 2005-10-29 10:29:24 +00:00
cpp.c Take advantage of the __EXCEPT_PAGE_FAULT macro. 2005-12-16 17:17:57 +01:00
cppexcept.c msvcrt: Added some assembly glue for the asm bits of __CxxFrameHandler 2006-01-05 13:56:11 +01:00
cppexcept.h Output the virtual tables for the exception classes using assembly so 2004-10-19 04:03:07 +00:00
ctype.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
data.c Fix gcc 4.0 warnings. 2005-09-02 12:26:21 +00:00
dir.c msvcrt: Reworked _fullpath. 2006-01-06 21:45:26 +01:00
environ.c Assorted spelling fixes. 2005-02-10 19:19:35 +00:00
errno.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
except.c msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp 2006-01-05 14:36:37 +01:00
exit.c _cexit should call the atexit functions. 2005-10-21 15:55:20 +00:00
file.c Fix _fcloseall() return value. 2005-11-16 11:47:51 +00:00
heap.c Implementation of _get_sbh_threshold and _set_sbh_threshold 2005-09-23 10:07:05 +00:00
locale.c Fix bogus unreal code page messages in _setmbcp(). 2005-11-21 13:34:37 +00:00
lock.c Janitorial: C booleans must not be compared against TRUE. 2004-12-09 14:07:59 +00:00
main.c msvcrt: Prevent a crash if TlsGetValue returns NULL in DLL_THREAD_DETACH. 2005-12-26 12:57:06 +01:00
math.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
mbcs.c Do not forward _mbccpy to strcpy. 2005-11-21 13:34:29 +00:00
misc.c Preserve 16-byte stack alignment in the various assembly 2005-11-23 19:55:06 +01:00
msvcrt.h msvcrt: Return a per-thread buffer in localtime and gmtime. 2005-12-21 20:54:26 +01:00
msvcrt.spec msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp 2006-01-05 14:36:37 +01:00
mtdll.h _EXIT_LOCK2 is used by type_info objects. 2003-03-17 21:21:34 +00:00
process.c Fix warnings and errors in 64bit. 2005-11-03 13:17:51 +00:00
rsrc.rc Specify a DLL version for msvcrt.dll. 2005-11-03 12:05:05 +00:00
scanf.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
scanf.h Allow scanf to continue parsing format string after a '%n'. 2005-03-10 11:44:19 +00:00
string.c Fix warnings and errors in 64bit. 2005-11-03 13:17:51 +00:00
thread.c Fix warnings and errors in 64bit. 2005-11-03 13:17:51 +00:00
time.c msvcrt: Return a per-thread buffer in localtime and gmtime. 2005-12-21 20:54:26 +01:00
undname.c Ensures, when we cannot demangle the string, to return the mangled 2005-11-18 12:06:00 +00:00
wcs.c msvcrt: pf_integer_conv for I64. 2005-12-26 13:01:38 +01:00