.. |
.gitignore
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
alloc.c
|
Do not check for non NULL pointer before HeapFree'ing it. It's
|
2004-12-23 17:06:43 +00:00 |
atom.c
|
NT3.51 returns ERROR_MORE_DATA.
|
2005-10-11 19:58:38 +00:00 |
change.c
|
Correct cases where arguments of ok() calls depend on the order in
|
2004-12-27 17:26:37 +00:00 |
codepage.c
|
Test passing NULL source to WideCharToMultiByte.
|
2005-08-18 10:50:46 +00:00 |
comm.c
|
Add trailing '\n's to trace() call.
|
2005-08-10 14:42:48 +00:00 |
console.c
|
Don't send a CTRL_C_EVENT signal to console if we are on Win9x and
|
2005-10-28 10:40:42 +00:00 |
directory.c
|
Test the behavior of CreateDirectory() when it has one or two trailing
|
2005-06-30 18:08:44 +00:00 |
drive.c
|
Made test loadable on NT 3.51 again (GetDiskFreeSpaceExA not present).
|
2005-11-15 16:53:09 +00:00 |
environ.c
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
file.c
|
Revert previous change, OF_EXIST really returns HFILE_ERROR.
|
2005-10-18 10:39:15 +00:00 |
format_msg.c
|
Some warning fixes for the regression tests.
|
2005-05-31 09:30:45 +00:00 |
generated.c
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
heap.c
|
Take into account some alignment done by HeapAlloc() on Win9x.
|
2005-11-08 16:09:44 +00:00 |
locale.c
|
Added a few more Unicode digits from Unicode version 4.1.
|
2005-11-18 12:15:59 +00:00 |
mailslot.c
|
Remove the 'L' suffix on a number of constants to avoid comparison
|
2005-09-13 15:00:32 +00:00 |
Makefile.in
|
Tests for SignalObjectAndWait.
|
2005-04-24 17:37:52 +00:00 |
module.c
|
LoadLibrary should ignore trailing spaces in the library name.
|
2005-10-18 14:10:56 +00:00 |
path.c
|
prefix can be NULL for GetTempFileNameW.
|
2005-11-12 19:09:06 +00:00 |
pipe.c
|
NtReadFile: now returning correct status in NtReadFile for EOF
|
2005-11-14 15:11:11 +00:00 |
process.c
|
Test for argv handling.
|
2005-10-27 10:25:49 +00:00 |
profile.c
|
- Fix regression in GetPrivateProfileString16 for key=NULL.
|
2005-08-10 12:59:38 +00:00 |
sync.c
|
Fix sync tests on Win98/ME.
|
2005-08-01 10:57:13 +00:00 |
thread.c
|
Avoid setting the context before the thread has started running, it's
|
2005-11-18 15:06:38 +00:00 |
time.c
|
Fix declaration warnings in the test cases.
|
2005-06-14 11:40:04 +00:00 |
timer.c
|
Fix declaration warnings in the test cases.
|
2005-06-14 11:40:04 +00:00 |
virtual.c
|
Converted the memory views list to use the standard functions from
|
2004-05-21 20:58:44 +00:00 |