.. |
tests
|
Heap tests cleanup.
|
2004-03-11 00:38:14 +00:00 |
.cvsignore
|
Added .spec.def files.
|
2002-12-12 22:04:04 +00:00 |
Makefile.in
|
Implemented the remaining 64-bit file functions, and added a few other
|
2004-01-13 05:45:05 +00:00 |
console.c
|
Duplicate stdin/stdout handles to avoid closing them when library is
|
2003-10-31 04:17:45 +00:00 |
cpp.c
|
Assorted spelling and case fixes.
|
2004-02-09 22:07:42 +00:00 |
cppexcept.c
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
|
2003-12-04 05:51:01 +00:00 |
cppexcept.h
|
Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that
|
2003-08-28 03:07:56 +00:00 |
ctype.c
|
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
|
2002-12-19 04:21:30 +00:00 |
data.c
|
Implement __p__wpgmptr, _wpgmptr.
|
2003-07-18 22:54:47 +00:00 |
dir.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
environ.c
|
Rewrote getenv and _wgetenv to avoid returning a pointer to a freed
|
2003-09-24 18:57:28 +00:00 |
errno.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
except.c
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
|
2003-12-04 05:51:01 +00:00 |
exit.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
file.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
heap.c
|
Fix realloc() to match the documented behaviour.
|
2003-11-20 23:41:13 +00:00 |
locale.c
|
Implemented the remaining 64-bit file functions, and added a few other
|
2004-01-13 05:45:05 +00:00 |
lock.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
main.c
|
Two "unknown" parameters of _unDName() turn out to be the output
|
2004-01-13 22:56:59 +00:00 |
math.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
mbcs.c
|
mbtowc returns -1 if we can't find a valid multibyte char in the non
|
2003-04-17 02:15:03 +00:00 |
misc.c
|
Implemented _chkesp, based on a patch by Jon Griffiths.
|
2003-03-15 22:26:09 +00:00 |
msvcrt.h
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
msvcrt.spec
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
mtdll.h
|
_EXIT_LOCK2 is used by type_info objects.
|
2003-03-17 21:21:34 +00:00 |
process.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
scanf.c
|
Fixed varargs handling in the scanf functions (spotted by Eric
|
2004-02-19 01:13:12 +00:00 |
scanf.h
|
Implement I64 modifier, move WARN to TRACE.
|
2004-02-24 01:09:39 +00:00 |
string.c
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
|
2004-03-16 19:17:11 +00:00 |
thread.c
|
Compile the msvcrt dll with -DSTRICT.
|
2002-10-25 03:12:01 +00:00 |
time.c
|
Implement _ftime with Win32 APIs.
|
2004-03-11 00:43:47 +00:00 |
wcs.c
|
A first stab at wcstod().
|
2003-09-23 22:50:30 +00:00 |