.. |
tests
|
Added some tests around fget(w)s.
|
2003-10-07 05:30:36 +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
|
MSVCRT___RTDynamicCast: Reject a NULL cppobj.
|
2003-10-06 21:10:44 +00:00 |
cppexcept.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +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
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +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
|
Added a dummy implementation of the _set_error_mode() function.
|
2003-07-28 19:04:47 +00:00 |
except.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +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
|
fget(w)s(): Don't drop characters when buffer is not large enough.
|
2003-10-07 05:22:04 +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
|
Removed the A/W constants for builtin cursors, icons and resource
|
2003-09-10 03:56:47 +00:00 |
lock.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +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
|
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
|
Added an assembly wrapper to retrieve the this pointer from %ecx for
|
2003-06-17 03:59:24 +00:00 |
msvcrt.spec
|
A first stab at wcstod().
|
2003-09-23 22:50:30 +00:00 |
mtdll.h
|
_EXIT_LOCK2 is used by type_info objects.
|
2003-03-17 21:21:34 +00:00 |
process.c
|
Use #ifdef instead of #if for all feature tests.
|
2003-09-30 00:33:47 +00:00 |
scanf.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
scanf.h
|
Fix some sscanf cases and testcase to get wxtide32.exe running.
|
2003-05-13 23:38:46 +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
|
A first stab at wcstod().
|
2003-09-23 22:50:30 +00:00 |