..
tests
fdopen: don't rewind the file after creating the FILE* handle. Added
2002-12-17 04:18:07 +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
Combined the implementation of all the scanf's in a single place.
2002-08-17 01:22:00 +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
Added LGPL standard comment, and copyright notices where necessary.
2002-03-09 23:29:33 +00:00
data.c
Fixed potential memory corruption.
2002-07-28 17:50:06 +00:00
dir.c
Compile the msvcrt dll with -DSTRICT.
2002-10-25 03:12:01 +00:00
environ.c
Take a snapshot of the environment strings when building the
2002-07-23 20:59:12 +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
Avoid including other headers from the msvcrt headers, duplicate some
2002-12-18 20:17:20 +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
winnt.h should not be self-contained, it must depend on windef.h so
2002-12-10 22:56:43 +00:00
lock.c
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
main.c
Made the dll entry point default to DllMain and removed most of the
2002-11-04 23:53:41 +00:00
math.c
MSVCRT needs a public errno.h file.
2002-09-17 18:32:53 +00:00
mbcs.c
Implemented some ismbc* functions (based on a patch by Greg Turner).
2002-11-19 00:52:38 +00:00
misc.c
Avoid including other headers from the msvcrt headers, duplicate some
2002-12-18 20:17:20 +00:00
msvcrt.h
Added support for nested exceptions happening inside a catch block.
2002-10-31 02:10:15 +00:00
msvcrt.spec
Added list of symbols to ignore by default in winebuild.
2002-12-12 02:20:47 +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
Avoid including other headers from the msvcrt headers, duplicate some
2002-12-18 20:17:20 +00:00
scanf.h
Implement [ format specifier.
2002-10-15 02:20:07 +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
Fix msvcrt._vsnwprintf format reading bug like NTDLL_vsnwprintf.
2002-05-20 18:02:47 +00:00