.. |
tests
|
Add test for correctly interpreting %% printf format string conversion
|
2005-05-11 12:00:34 +00:00 |
.cvsignore
|
Added rules to build import libraries in the individual dll makefiles.
|
2005-05-07 12:39:52 +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
|
Prefix the internal name of all register functions with __regs_ for
|
2005-05-07 18:10:30 +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
|
- move _timezone to time.c, and correct its type
|
2005-05-14 11:07:10 +00:00 |
dir.c
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +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
|
Implement signals.
|
2005-05-13 17:44:28 +00:00 |
exit.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
file.c
|
Flush output buffers from _close() rather than MSVCRT_fclose().
|
2005-05-12 09:55:02 +00:00 |
heap.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
locale.c
|
Replace strncpy with memcpy or lstrcpyn.
|
2005-04-18 10:30:55 +00:00 |
lock.c
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
main.c
|
Implement signals.
|
2005-05-13 17:44:28 +00:00 |
Makefile.in
|
Added rules for building import libraries in the individual dll
|
2005-05-09 14:42:30 +00:00 |
math.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
mbcs.c
|
Remove a few more instances of strncpy.
|
2005-04-25 15:51:45 +00:00 |
misc.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
msvcrt.h
|
- move _timezone to time.c, and correct its type
|
2005-05-14 11:07:10 +00:00 |
msvcrt.spec
|
- move _timezone to time.c, and correct its type
|
2005-05-14 11:07:10 +00:00 |
mtdll.h
|
_EXIT_LOCK2 is used by type_info objects.
|
2003-03-17 21:21:34 +00:00 |
process.c
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
scanf.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
scanf.h
|
Allow scanf to continue parsing format string after a '%n'.
|
2005-03-10 11:44:19 +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
|
- move _timezone to time.c, and correct its type
|
2005-05-14 11:07:10 +00:00 |
undname.c
|
Implemented __unDName and __unDNameEx functions.
|
2004-11-08 22:10:43 +00:00 |
wcs.c
|
Interpret %% correctly in printf format string.
|
2005-05-10 08:27:38 +00:00 |