..
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
Display abnormal exit text in a message box for GUI apps.
2003-03-15 22:25:01 +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
Add __CxxDetectRethrow(), __CxxQueryExceptionSize().
2003-03-18 18:26:05 +00:00
cppexcept.h
Add __CxxDetectRethrow(), __CxxQueryExceptionSize().
2003-03-18 18:26:05 +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
Implemented __p__pgmptr, _pgmptr.
2003-03-15 19:38:39 +00:00
dir.c
_wsplitpath: Display correctly the path being split.
2003-03-27 18:35:12 +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
Display abnormal exit text in a message box for GUI apps.
2003-03-15 22:25:01 +00:00
file.c
MSVCRT_fclose() mustn't use the _flag field from the file structure
2003-03-30 03:06:30 +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
Move a couple of shared definitions into msvcrt.h.
2003-03-17 21:21:59 +00:00
math.c
Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread
2003-03-20 23:47:25 +00:00
mbcs.c
Implemented _mbsnbcat.
2003-02-14 23:26:58 +00:00
misc.c
Implemented _chkesp, based on a patch by Jon Griffiths.
2003-03-15 22:26:09 +00:00
msvcrt.h
Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread
2003-03-20 23:47:25 +00:00
msvcrt.spec
Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread
2003-03-20 23:47:25 +00:00
mtdll.h
_EXIT_LOCK2 is used by type_info objects.
2003-03-17 21:21:34 +00:00
process.c
Implemented _getdllprocaddr(), it cannot be simply a forward to
2003-03-17 00:05:44 +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
Added _daylight stub int, and __p__daylight function.
2003-03-04 02:19:15 +00:00
wcs.c
Move vsnwprintf implementation to libwine_unicode, export snprintfW
2003-03-12 22:30:16 +00:00