.. |
tests
|
Handle %ls in sprintf.
|
2005-03-05 10:46:46 +00:00 |
.cvsignore
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
console.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
cpp.c
|
Some missing const correctness fixes.
|
2005-01-03 14:50:12 +00:00 |
cppexcept.c
|
Fix up several inline assembler blocks so that they produce correct
|
2004-12-02 18:19:25 +00:00 |
cppexcept.h
|
Output the virtual tables for the exception classes using assembly so
|
2004-10-19 04:03:07 +00:00 |
ctype.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
data.c
|
Do not check for non NULL pointer before HeapFree'ing it. It's
|
2004-12-23 17:06:43 +00:00 |
dir.c
|
When getting current directory on a drive different from the working
|
2005-02-18 12:51:00 +00:00 |
environ.c
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +00:00 |
errno.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
except.c
|
Fix up several inline assembler blocks so that they produce correct
|
2004-12-02 18:19:25 +00:00 |
exit.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
file.c
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
heap.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
locale.c
|
Don't mess up the msvcrt codepage on e.g. _MB_CP_ANSI.
|
2004-11-21 15:42:03 +00:00 |
lock.c
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
main.c
|
Do not check for non NULL pointer before HeapFree'ing it. It's
|
2004-12-23 17:06:43 +00:00 |
Makefile.in
|
Implemented __unDName and __unDNameEx functions.
|
2004-11-08 22:10:43 +00:00 |
math.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
mbcs.c
|
Documentation spelling fixes.
|
2005-02-25 14:07:56 +00:00 |
misc.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
msvcrt.h
|
fpos_t should be 64 bits (verified with native MSVCRT.DLL)
|
2005-01-04 20:38:14 +00:00 |
msvcrt.spec
|
Add handling of %ws, %S and %C to _vns(w)printf, improve sprintf
|
2005-02-14 20:53:42 +00:00 |
mtdll.h
|
_EXIT_LOCK2 is used by type_info objects.
|
2003-03-17 21:21:34 +00:00 |
process.c
|
Implement _popen and _pclose, and use debugstr_a to avoid a crash
|
2004-12-14 15:13:54 +00:00 |
scanf.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
scanf.h
|
Fix handling of EOF for the '%c' and '%C' cases in scanf().
|
2005-01-28 11:27:26 +00:00 |
string.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
thread.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
time.c
|
- RtlTimeFieldsToTime should not normalize the time fields
|
2004-11-06 03:53:53 +00:00 |
undname.c
|
Implemented __unDName and __unDNameEx functions.
|
2004-11-08 22:10:43 +00:00 |
wcs.c
|
Handle %ls in sprintf.
|
2005-03-05 10:46:46 +00:00 |