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 |