.. |
tests
|
Turn off gcc 4.0's builtin wchar inlines.
|
2005-08-11 17:12:18 +00:00 |
.cvsignore
|
Added rules to build import libraries in the individual dll makefiles.
|
2005-05-07 12:39:52 +00:00 |
console.c
|
- OpenConsole: try to open the Unix console if we fail with wineserver
|
2005-06-27 09:54:09 +00:00 |
cpp.c
|
Store vtables in the data segment to avoid text relocations.
|
2005-06-16 15:53:29 +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
|
|
|
ctype.c
|
|
|
data.c
|
- move _timezone to time.c, and correct its type
|
2005-05-14 11:07:10 +00:00 |
dir.c
|
_findclose() exists on MinGW, so prefix it.
|
2005-05-29 20:04:40 +00:00 |
environ.c
|
|
|
errno.c
|
|
|
except.c
|
Implement _XcptFilter using signal handlers, and add a couple traces.
|
2005-05-19 14:21:21 +00:00 |
exit.c
|
|
|
file.c
|
Allow reading 0 bytes in fread.
|
2005-07-10 17:46:08 +00:00 |
heap.c
|
|
|
locale.c
|
Fix _setmbcp behavior for unreal codepages.
|
2005-07-11 14:21:53 +00:00 |
lock.c
|
|
|
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
|
|
|
mbcs.c
|
Remove a few more instances of strncpy.
|
2005-04-25 15:51:45 +00:00 |
misc.c
|
|
|
msvcrt.h
|
- move _timezone to time.c, and correct its type
|
2005-05-14 11:07:10 +00:00 |
msvcrt.spec
|
Fix duplication of _Getnames and _Gettnames, only the latter actually
|
2005-06-22 18:07:31 +00:00 |
mtdll.h
|
|
|
process.c
|
Fixed erroneous file flag in _popen.
|
2005-07-05 14:07:00 +00:00 |
scanf.c
|
|
|
scanf.h
|
|
|
string.c
|
Implement minimal _stricoll.
|
2005-05-23 10:27:58 +00:00 |
thread.c
|
|
|
time.c
|
Added detection of platforms which don't have external timezone and
|
2005-05-24 11:52:46 +00:00 |
undname.c
|
|
|
wcs.c
|
char pointer must be 11 byte to fit 10 characters + \0.
|
2005-07-03 11:19:29 +00:00 |