.. |
tests
|
msvcrt: Some more fixes to name demangling.
|
2006-03-06 11:37:14 +01:00 |
.gitignore
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01: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
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +00: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: Correctly set EOF flag in fread().
|
2006-02-17 17:38:03 +01: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 |
Makefile.in
|
Specify a DLL version for msvcrt.dll.
|
2005-11-03 12:05:05 +00: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
|
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
|
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: localtime should accept any positive time value.
|
2006-02-11 12:15:21 +01:00 |
undname.c
|
msvcrt: Some more fixes to name demangling.
|
2006-03-06 11:37:14 +01:00 |
wcs.c
|
msvcrt: Use the msvcrt version of printf everywhere.
|
2006-01-24 12:21:58 +01:00 |