..
tests
Rough implementation of _O_TEXT/_O_BINARY translation by doing single
2003-02-19 22:09:33 +00:00
.cvsignore
Added .spec.def files.
2002-12-12 22:04:04 +00:00
Makefile.in
First version of msvcrt scanf test.
2002-10-30 23:49:03 +00:00
console.c
Remove (POINTER)NULL casts.
2003-01-14 23:43:41 +00:00
cpp.c
Fixed per-thread data handling.
2002-07-19 03:24:50 +00:00
cppexcept.c
Move excpt.h out of include/msvcrt/ as it does not conflict with any
2002-12-12 23:34:01 +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
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
2002-12-19 04:21:30 +00:00
dir.c
- Avoid possible seg fault when calling TRACE with NULL string pointers.
2003-02-19 03:43:08 +00:00
environ.c
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
2002-12-19 04:21:30 +00:00
errno.c
MSVCRT needs a public errno.h file.
2002-09-17 18:32:53 +00:00
except.c
Move excpt.h out of include/msvcrt/ as it does not conflict with any
2002-12-12 23:34:01 +00:00
exit.c
Added LGPL standard comment, and copyright notices where necessary.
2002-03-09 23:29:33 +00:00
file.c
Rough implementation of _O_TEXT/_O_BINARY translation by doing single
2003-02-19 22:09:33 +00:00
heap.c
MSVCRT needs a public errno.h file.
2002-09-17 18:32:53 +00:00
lconv.c
Add stub for __lconv_init().
2002-03-26 01:51:55 +00:00
locale.c
Fix warning in __crtLCMapStringA.
2003-02-12 21:28:47 +00:00
lock.c
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
main.c
Print thread ids in traces with only 4 digits now that they are small
2003-02-18 23:29:47 +00:00
math.c
MSVCRT needs a public errno.h file.
2002-09-17 18:32:53 +00:00
mbcs.c
Implemented _mbsnbcat.
2003-02-14 23:26:58 +00:00
misc.c
Avoid including other headers from the msvcrt headers, duplicate some
2002-12-18 20:17:20 +00:00
msvcrt.h
Store mbstok() next pointer in the per-thread data.
2003-02-01 00:59:22 +00:00
msvcrt.spec
Implemented _mbsnbcat.
2003-02-14 23:26:58 +00:00
mtdll.h
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
process.c
Fixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org).
2002-11-13 04:20:54 +00:00
scanf.c
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
2002-12-19 04:21:30 +00:00
scanf.h
Warning fixes.
2003-01-11 22:50:15 +00:00
string.c
Removed non-exported string functions.
2002-07-23 20:56:16 +00:00
thread.c
Compile the msvcrt dll with -DSTRICT.
2002-10-25 03:12:01 +00:00
time.c
MSVC compatibility fixes.
2002-08-26 21:53:24 +00:00
wcs.c
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
2002-12-19 04:21:30 +00:00