.. |
tests
|
Added a test for failing _ismbblead.
|
2005-09-06 11:41:48 +00:00 |
.cvsignore
|
Added rules to build import libraries in the individual dll makefiles.
|
2005-05-07 12:39:52 +00:00 |
Makefile.in
|
Added rules for building import libraries in the individual dll
|
2005-05-09 14:42:30 +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
|
Fixed a number of pointer to integer conversions that wouldn't work
|
2005-09-12 15:14:06 +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
|
Fix gcc 4.0 warnings.
|
2005-09-02 12:26:21 +00:00 |
dir.c
|
_findclose() exists on MinGW, so prefix it.
|
2005-05-29 20:04:40 +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 _XcptFilter using signal handlers, and add a couple traces.
|
2005-05-19 14:21:21 +00:00 |
exit.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
file.c
|
Fix gcc 4.0 warnings.
|
2005-09-02 12:26:21 +00:00 |
heap.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
locale.c
|
Fixed a number of pointer to integer conversions that wouldn't work
|
2005-09-12 15:14:06 +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 |
math.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
mbcs.c
|
Add missed _mbscoll function.
|
2005-08-24 18:14:06 +00:00 |
misc.c
|
Fixes for function prototypes without arguments.
|
2005-09-06 09:27:37 +00:00 |
msvcrt.h
|
Fix gcc 4.0 warnings.
|
2005-09-02 12:26:21 +00:00 |
msvcrt.spec
|
Specify 64-bit integers as double instead of long long in spec files
|
2005-09-09 15:05:01 +00:00 |
mtdll.h
|
_EXIT_LOCK2 is used by type_info objects.
|
2003-03-17 21:21:34 +00:00 |
process.c
|
Fixed erroneous file flag in _popen.
|
2005-07-05 14:07:00 +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
|
_swab failed if src == dest, plus some testcases.
|
2005-08-19 10:01:42 +00:00 |
thread.c
|
Split the MSVCRT implementation headers from the public headers.
|
2004-06-25 01:19:15 +00:00 |
time.c
|
Added detection of platforms which don't have external timezone and
|
2005-05-24 11:52:46 +00:00 |
undname.c
|
Implemented __unDName and __unDNameEx functions.
|
2004-11-08 22:10:43 +00:00 |
wcs.c
|
char pointer must be 11 byte to fit 10 characters + \0.
|
2005-07-03 11:19:29 +00:00 |