.. |
Makefile.in
|
kernel32: Add tests for ImpersonateNamedPipeClient.
|
2007-03-07 20:10:31 +01:00 |
alloc.c
|
…
|
|
atom.c
|
kernel32/tests: In multiline strings there is no need for '\' at the end of the lines.
|
2006-12-27 13:10:03 +01:00 |
change.c
|
Change some functions arguments from () -> (void).
|
2007-03-12 12:25:31 +01:00 |
codepage.c
|
kernel32: Add an overflow test for MultiByteToWideChar.
|
2007-05-18 14:12:20 +02:00 |
comm.c
|
kernel32: Skip modem status tests if GetModemStatus failed.
|
2007-05-21 12:38:56 +02:00 |
console.c
|
kernel32/tests: Add tests for console screen buffer.
|
2007-05-10 14:23:46 +02:00 |
directory.c
|
…
|
|
drive.c
|
…
|
|
environ.c
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
file.c
|
kernel32: Rewrite GetOverlappedResult for the new async I/O behavior.
|
2007-06-04 23:03:15 +02:00 |
format_msg.c
|
…
|
|
generated.c
|
…
|
|
heap.c
|
ntdll: Avoid overflows in heap allocations. Based on a patch by Rob Shearman.
|
2007-05-22 11:59:18 +02:00 |
loader.c
|
kernel32/tests: Fix a problem revealed by compilation in 64-bit mode.
|
2007-05-24 11:36:27 +02:00 |
locale.c
|
kernel32/tests: Boundary test cases for SystemTimeToFileTime and GetDateFormat.
|
2007-05-04 13:39:09 +02:00 |
mailslot.c
|
ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets.
|
2007-04-09 12:21:24 +02:00 |
module.c
|
kernel32/tests: Use '%d' to print GetLastError().
|
2007-01-04 11:26:22 +01:00 |
path.c
|
kernel32/tests: Add tests for NeedCurrentDirectoryForExePath.
|
2007-04-27 13:05:19 +02:00 |
pipe.c
|
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
|
2007-04-17 22:07:07 +02:00 |
process.c
|
kernel32/tests: Add tests for console codepages.
|
2007-05-11 12:41:34 +02:00 |
profile.c
|
Assorted spelling and English fixes.
|
2007-04-03 11:23:12 +02:00 |
resource.c
|
kernel32/tests: Resource functions are not implemented on win98.
|
2007-04-26 14:25:04 +02:00 |
sync.c
|
Add missing '\n's in traces.
|
2007-02-06 13:20:59 +01:00 |
thread.c
|
kernel32/tests: CreateRemoteThread is not implemented on win98.
|
2007-04-25 13:48:04 +02:00 |
time.c
|
kernel32/tests: Boundary test cases for SystemTimeToFileTime and GetDateFormat.
|
2007-05-04 13:39:09 +02:00 |
timer.c
|
…
|
|
toolhelp.c
|
kernel32/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 12:11:55 +02:00 |
version.c
|
kernel32/tests: Use skip.
|
2007-03-12 12:21:57 +01:00 |
virtual.c
|
kernel32/tests: src[i] is a char so there is no point trying to stuff 0xcafedead into it.
|
2007-05-29 12:13:35 +02:00 |
volume.c
|
kernel32/tests: GetVolumeNameForMountPoint not present before w2k.
|
2007-01-22 12:08:25 +01:00 |