..
tests
msvcrt: Fix handling of 'h' prefix in swprintf.
2006-05-16 20:21:44 +02: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
msvcrt: Use the msvcrt version of printf everywhere.
2006-01-24 12:21:58 +01:00
cpp.c
Take advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16 17:17:57 +01:00
cppexcept.c
msvcrt: Save esp before calling catch block and restore afterwards.
2006-02-22 12:21:00 +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
msvcrt: Added _sys_errlist (based on a patch by Uwe Bonnes).
2006-01-23 19:30:21 +01:00
dir.c
msvcrt: _makepath(): operate on target buffer directly.
2006-01-17 16:20:37 +01:00
environ.c
msvcrt: Fix a TRACE message to avoid buffer overflow.
2006-04-05 10:58:41 +02:00
errno.c
msvcrt: Make error strings static.
2006-01-24 14:00:46 +01:00
except.c
msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp
2006-01-05 14:36:37 +01:00
exit.c
msvcrt: Fix a typo.
2006-02-13 13:24:26 +01:00
file.c
msvcrt: Don't duplicate handle in _get_osfhandle.
2006-05-08 17:40:09 +02:00
heap.c
Implementation of _get_sbh_threshold and _set_sbh_threshold
2005-09-23 10:07:05 +00:00
locale.c
msvcrt: Add a stub for _wsetlocale.
2006-02-28 12:02:13 +01:00
lock.c
Janitorial: C booleans must not be compared against TRUE.
2004-12-09 14:07:59 +00:00
main.c
msvcrt: Properly implemented strerror and perror (based on a patch by
2006-01-23 19:58:10 +01:00
math.c
msvcrt: Added wrappers for a few functions instead of linking them
2006-01-14 17:40:29 +01:00
mbcs.c
Avoid importing _strlwr/_strupr from ntdll.
2006-01-24 12:24:05 +01:00
misc.c
msvcrt: Reimplement rand() and srand() to use per-thread data for the
2006-01-14 17:27:28 +01:00
msvcrt.h
Avoid importing _strlwr/_strupr from ntdll.
2006-01-24 12:24:05 +01:00
msvcrt.spec
msvcrt: Add a stub for _wsetlocale.
2006-02-28 12:02:13 +01:00
mtdll.h
_EXIT_LOCK2 is used by type_info objects.
2003-03-17 21:21:34 +00:00
process.c
msvcrt: Append extension(.exe) for _spawnve argument.
2006-04-06 12:05:54 +02: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
msvcrt: Fix reading of signed numbers with unsigned read types in scanf.
2006-03-27 11:30:50 +02:00
string.c
msvcrt: Added wrappers for a few functions instead of linking them
2006-01-14 17:40:29 +01:00
thread.c
msvcrt: Reimplement rand() and srand() to use per-thread data for the
2006-01-14 17:27:28 +01:00
time.c
msvcrt: Implementation of wcsftime (based on a patch by Mike McCormack).
2006-03-23 20:35:52 +01:00
undname.c
msvcrt: If caller passes a NULL deallocator to __unDNameEx, don't use it.
2006-04-13 11:23:13 +02:00
wcs.c
msvcrt: Fix handling of 'h' prefix in swprintf.
2006-05-16 20:21:44 +02:00