.. |
tests
|
Implement and test _chsize.
|
2005-03-31 19:06:10 +00:00 |
.cvsignore
|
|
|
console.c
|
|
|
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
|
|
|
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
|
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
|
|
|
except.c
|
Fix up several inline assembler blocks so that they produce correct
|
2004-12-02 18:19:25 +00:00 |
exit.c
|
|
|
file.c
|
Implement and test _chsize.
|
2005-03-31 19:06:10 +00:00 |
heap.c
|
|
|
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
|
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
|
|
|
mbcs.c
|
Remove a few more instances of strncpy.
|
2005-04-25 15:51:45 +00:00 |
misc.c
|
|
|
msvcrt.h
|
Make msvcrt printf use the internal routines which understand %S and
|
2005-03-07 11:00:46 +00:00 |
msvcrt.spec
|
Export _tzname, expected by Mozilla.
|
2005-04-23 19:06:29 +00:00 |
mtdll.h
|
|
|
process.c
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
scanf.c
|
|
|
scanf.h
|
Allow scanf to continue parsing format string after a '%n'.
|
2005-03-10 11:44:19 +00:00 |
string.c
|
|
|
thread.c
|
|
|
time.c
|
Export _tzname, expected by Mozilla.
|
2005-04-23 19:06:29 +00:00 |
undname.c
|
Implemented __unDName and __unDNameEx functions.
|
2004-11-08 22:10:43 +00:00 |
wcs.c
|
Fix decoding printf format in case the field width specifier is a '*'.
|
2005-04-14 11:32:53 +00:00 |