.. |
.cvsignore
|
- Migrate CRTDLL to MSVCRT.
|
2001-01-10 23:59:25 +00:00 |
Makefile.in
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
console.c
|
Add msvcrt/malloc.h (for the MFC).
|
2001-04-23 18:20:55 +00:00 |
cpp.c
|
Added msvcrt/eh.h.
|
2001-05-31 21:32:53 +00:00 |
ctype.c
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
data.c
|
Call FreeEnvironmentStrings when msvcrt is unloaded.
|
2001-05-31 21:33:19 +00:00 |
dir.c
|
Remove unnecessary single quoting of debugstr_xxx strings.
|
2001-05-11 20:03:40 +00:00 |
environ.c
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
errno.c
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
except.c
|
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
|
2001-04-10 21:16:07 +00:00 |
exit.c
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
file.c
|
fclose should return EOF (-1) if an error condition exists.
|
2001-05-31 21:33:32 +00:00 |
heap.c
|
Add msvcrt/malloc.h (for the MFC).
|
2001-04-23 18:20:55 +00:00 |
locale.c
|
Add '\n' at the end of traces.
|
2001-05-09 17:31:31 +00:00 |
main.c
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
math.c
|
Add '\n' at the end of traces.
|
2001-05-09 17:31:31 +00:00 |
mbcs.c
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
misc.c
|
Add msvcrt/malloc.h (for the MFC).
|
2001-04-23 18:20:55 +00:00 |
ms_errno.h
|
- Migrate CRTDLL to MSVCRT.
|
2001-01-10 23:59:25 +00:00 |
msvcrt.h
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
msvcrt.spec
|
- Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
|
2001-06-19 03:46:27 +00:00 |
process.c
|
Fixed spawnlp and added exec variants.
|
2001-05-22 19:18:51 +00:00 |
string.c
|
Add msvcrt/malloc.h (for the MFC).
|
2001-04-23 18:20:55 +00:00 |
thread.c
|
- Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
|
2001-06-19 03:46:27 +00:00 |
time.c
|
We must not free the pointer returned by localtime (especially not
|
2001-04-23 18:22:33 +00:00 |
wcs.c
|
Removed implementation of _ultow since it is forwarded to NTDLL in the
|
2001-06-19 03:44:39 +00:00 |