.. |
tests
|
Fix warnings and errors in 64bit.
|
2005-11-03 13:17:51 +00:00 |
.cvsignore
|
Specify a DLL version for msvcrt.dll.
|
2005-11-03 12:05:05 +00: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
|
Store vtables in the data segment to avoid text relocations.
|
2005-06-16 15:53:29 +00:00 |
cppexcept.c
|
Fix exception handling for non CXX_EXCEPTIONs.
|
2005-10-30 19:03:43 +00: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
|
_findclose() exists on MinGW, so prefix it.
|
2005-05-29 20:04:40 +00: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
|
Implement _XcptFilter using signal handlers, and add a couple traces.
|
2005-05-19 14:21:21 +00:00 |
exit.c
|
_cexit should call the atexit functions.
|
2005-10-21 15:55:20 +00:00 |
file.c
|
Fix initial position for files opened with O_APPEND flag.
|
2005-10-07 15:01:15 +00:00 |
heap.c
|
Implementation of _get_sbh_threshold and _set_sbh_threshold
|
2005-09-23 10:07:05 +00:00 |
locale.c
|
Fixed a number of pointer to integer conversions that wouldn't work
|
2005-09-12 15:14:06 +00:00 |
lock.c
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
main.c
|
Implement signals.
|
2005-05-13 17:44:28 +00:00 |
math.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
mbcs.c
|
Add missed _mbscoll function.
|
2005-08-24 18:14:06 +00:00 |
misc.c
|
Fixes for function prototypes without arguments.
|
2005-09-06 09:27:37 +00:00 |
msvcrt.h
|
Fix warnings and errors in 64bit.
|
2005-11-03 13:17:51 +00:00 |
msvcrt.spec
|
Fixed _wstrdate/_wstrtime parameters.
|
2005-11-01 18:11:08 +00: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
|
Implement _wstrdate and _wstrtime with tests.
|
2005-10-30 19:03:58 +00:00 |
undname.c
|
Previous fix incorrectly removed all test for strings starting with
|
2005-10-26 10:09:05 +00:00 |
wcs.c
|
Use the correct buffer - reported by Jesse Allen.
|
2005-10-28 09:40:16 +00:00 |