Alexandre Julliard
|
83a21c6886
|
tests: Use the Wine import libraries when compiling with MinGW.
|
2008-05-26 19:26:20 +02:00 |
Michael Stefaniuc
|
223b92fc67
|
msvcrt/tests: Win64 printf format warning fixes.
|
2006-10-06 12:33:29 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Andrew Ziem
|
2132eb5490
|
msvcrt: Fix _initterm, with tests.
|
2006-06-21 13:40:33 +02:00 |
Aric Stewart
|
3022ade359
|
msvcrt: Add a regression test for _fullpath.
|
2006-01-06 21:46:09 +01:00 |
Alexandre Julliard
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Mike McCormack
|
b744372231
|
Turn off gcc 4.0's builtin wchar inlines.
|
2005-08-11 17:12:18 +00:00 |
Aneurin Price
|
97cc28ff0f
|
- Move printf tests from scanf.c to printf.c (and fix one on the
way).
- Add some more.
|
2004-11-04 21:03:30 +00:00 |
Mike Hearn
|
ad4a00d35a
|
Add some test cases for _wputenv, fix deletion of non-existent
environment variables, return -1 on error.
|
2004-07-19 21:23:02 +00:00 |
Dimitrie O. Paun
|
0377462460
|
Split the MSVCRT implementation headers from the public headers.
Fix some naming conventions aberrations.
Add tests to ensure consistency between the two sets of symbols.
|
2004-06-25 01:19:15 +00:00 |
Uwe Bonnes
|
1c6cb382bc
|
Correct errors with move to kernel time functions.
Add test case.
|
2004-03-25 00:12:40 +00:00 |
Uwe Bonnes
|
9c6774f18a
|
Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
behaviour. Add a test case.
|
2004-03-19 01:53:11 +00:00 |
Dimitrie O. Paun
|
c5150fb682
|
Fix realloc() to match the documented behaviour.
Add a few simple tests for it.
|
2003-11-20 23:41:13 +00:00 |
Jon Griffiths
|
0b2d44ed53
|
Added tests for cpp objects/RTTI.
|
2003-09-24 18:49:45 +00:00 |
Bill Currie
|
c78902221f
|
fdopen: don't rewind the file after creating the FILE* handle. Added
unit test for that.
|
2002-12-17 04:18:07 +00:00 |
Uwe Bonnes
|
a768fa3119
|
First version of msvcrt scanf test.
|
2002-10-30 23:49:03 +00:00 |