André Hentschel
|
1f3eca666b
|
kernel32/tests: Add tests for LCMapStringEx.
|
2012-06-06 20:54:22 +02:00 |
Detlef Riekenberg
|
8c83c66bcb
|
kernel32/tests: Remove debug code from GetProductInfo.
|
2012-06-05 21:23:21 +02:00 |
Austin English
|
e8c283c009
|
kernel32: Add a stub for SetConsoleIcon.
|
2012-06-05 11:50:45 +02:00 |
Daniel Jelinski
|
53b551440c
|
kernel32: Make SetThreadStackGuarantee stub return TRUE.
|
2012-06-01 13:24:47 +02:00 |
Detlef Riekenberg
|
64fbf5cac2
|
kernel32/tests: Add tests for GetProductInfo.
|
2012-05-31 12:37:24 +02:00 |
Stefan Leichter
|
68aa42a419
|
kernel32: Fix OutputDebugStringA called with NULL pointer.
|
2012-05-31 12:37:23 +02:00 |
Michael Geddes
|
d7dc0e6066
|
kernel32: Add timed wait capability flag to COMM Port properties.
|
2012-05-30 11:30:23 +02:00 |
Alexandre Julliard
|
bb23d63663
|
ntdll: Export _local_unwind.
|
2012-05-29 21:33:45 +02:00 |
André Hentschel
|
1f71006fe5
|
kernel32: Add checks for DragonFly BSD.
|
2012-05-29 10:46:43 +02:00 |
André Hentschel
|
5e5b435e7d
|
kernel32: Add stub for SetThreadStackGuarantee.
|
2012-05-29 10:44:28 +02:00 |
Detlef Riekenberg
|
02b74d3fd3
|
ntdll: Implement NtGetCurrentProcessorNumber.
|
2012-05-21 10:20:25 +02:00 |
Alex Henrie
|
8ccf747d6a
|
kernel32: Correct WideCharToMultiByte and MultiByteToWideChar error codes and conditions.
|
2012-05-17 17:44:26 +02:00 |
Alex Henrie
|
92b4979b33
|
kernel32: Avoid calling MultiByteToWideChar with invalid parameters.
|
2012-05-17 17:44:26 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Alexandre Julliard
|
5d770503b9
|
kernel32/tests: Avoid a non-portable printf format.
|
2012-05-14 14:15:53 +02:00 |
Alexandre Julliard
|
5f20ecc62a
|
kernel32/tests: Remove a couple of invalid tests.
|
2012-05-09 23:21:07 +02:00 |
Francois Gouget
|
f0620c5156
|
kernel32: Some English (United States) spelling fixes.
|
2012-05-03 12:23:05 +02:00 |
Austin English
|
b4432a6274
|
kernel32: Only print a fixme once for FlushProcessWriteBuffers.
|
2012-05-03 11:51:38 +02:00 |
Austin English
|
e9dc02eaa3
|
kernel32: Move GlobalMemoryStatus(Ex) to a different debug channel.
|
2012-05-03 11:51:37 +02:00 |
Austin English
|
80ef24b057
|
kernel32: Add a stub for FlushProcessWriteBuffers.
|
2012-05-02 20:11:54 +02:00 |
Alexandre Julliard
|
fd11023e4b
|
kernel32: Fix another overflow in GetModuleFileNameExW.
|
2012-05-01 14:43:46 +02:00 |
Piotr Caban
|
30aea19e3b
|
kernel32/tests: Added IdnToUnicode tests.
|
2012-04-30 20:03:27 +02:00 |
Piotr Caban
|
e2f0463963
|
kernel32: Added IdnToUnicode implementation.
|
2012-04-30 20:03:26 +02:00 |
Piotr Caban
|
03b58f580c
|
kernel32/tests: Added IdnToAscii tests.
|
2012-04-30 20:03:26 +02:00 |
Piotr Caban
|
04ad71ee05
|
kernel32: Added IdnToAscii implementation.
|
2012-04-30 20:03:25 +02:00 |
Piotr Caban
|
60b25b7dd6
|
kernel32: Support multiple labels in IdnToNameprepUnicode.
|
2012-04-30 20:03:25 +02:00 |
Alexandre Julliard
|
d08f34cd8e
|
kernel32: Fix buffer overflows in K32GetModuleFileNameExA/W.
|
2012-04-30 14:27:13 +02:00 |
Piotr Caban
|
6cda3776f6
|
kernel32/tests: Added IdnToNameprepUnicode tests.
|
2012-04-26 19:48:09 +02:00 |
Piotr Caban
|
4242fc94a5
|
kernel32/tests: Added more FoldString tests.
|
2012-04-26 19:48:02 +02:00 |
Piotr Caban
|
a08710f3d0
|
kernel32: Added IdnToNameprepUnicode implementation.
|
2012-04-26 19:47:57 +02:00 |
Piotr Caban
|
047793e1aa
|
make_unicode: Create tables with data needed by nameprep algorithm.
|
2012-04-26 19:41:28 +02:00 |
Dmitry Timoshkov
|
d4d39736ce
|
kernel32: Add more memory access checks.
|
2012-04-19 19:28:12 +02:00 |
Dmitry Timoshkov
|
d4e57b1598
|
kernel32: Fix some typos, remove not needed casts.
|
2012-04-17 11:49:13 +02:00 |
Alexander Morozov
|
5c9ca5cb53
|
kernel32/tests: Add more tests for early closing mapping handle.
|
2012-04-16 18:56:15 +02:00 |
Alexander Morozov
|
e01643af9c
|
kernel32/tests: Add a test for creating named mapping after closing without unmapping.
|
2012-04-13 16:15:37 +02:00 |
Christian Costa
|
d8822cf3d2
|
kernel32: Limit dwTotalPageFile in GlobalMemoryStatus to 4Gb minus 512kb for apps that do not expect so much memory.
|
2012-04-11 19:07:03 +02:00 |
Hans Leidekker
|
31ffa54773
|
kernel32: GetModuleHandleEx already clears the module handle on failure.
|
2012-04-05 14:51:33 +02:00 |
Hans Leidekker
|
f96c7278e7
|
kernel32: Clear the module handle on failure in GetModuleHandleEx.
|
2012-04-05 14:51:33 +02:00 |
Hans Leidekker
|
e8a95bf683
|
kernel32: Return failure from GetModuleHandleEx if the module handle pointer is NULL.
|
2012-04-05 14:51:33 +02:00 |
Hans Leidekker
|
7133c000cd
|
kernel32/tests: Add tests for GetModuleHandleEx.
|
2012-04-05 14:51:33 +02:00 |
Alexandre Julliard
|
3d4a73e601
|
ntdll: Add a __chkstk entry point for x86_64.
|
2012-04-02 12:46:40 +02:00 |
Bruno Jesus
|
40f0145d00
|
kernel32: Avoid ini cache if file does not exist anymore.
|
2012-03-28 11:38:35 +02:00 |
Bruno Jesus
|
a4e3268886
|
kernel32/tests: Show that ini cache must not be used if file no longer exists.
|
2012-03-28 11:38:31 +02:00 |
André Hentschel
|
21b6d994d2
|
kernel32: Handle LOCALE_NAME_USER_DEFAULT with tests.
|
2012-03-27 11:55:05 +02:00 |
Austin English
|
1726427113
|
kernel32: Add stubs for DeleteVolumeMountPointA/W.
|
2012-03-14 17:30:18 +01:00 |
Austin English
|
f135f18b58
|
kernel32: Add a stub for WerRegisterRuntimeExceptionModule.
|
2012-03-13 10:54:00 +01:00 |
Dmitry Timoshkov
|
4b058e6e79
|
server: OpenMutex should perform a real access check instead of validating access flags.
This reverts 7b63fa658a .
|
2012-03-12 16:37:24 +01:00 |
André Hentschel
|
58a50926eb
|
kernel32: Forward RtlRaiseException to ntdll on ARM.
|
2012-03-12 10:47:18 +01:00 |
André Hentschel
|
e303fd5ebe
|
kernel32: Forward RtlPcToFileHeader to ntdll also on ARM.
|
2012-03-12 10:47:14 +01:00 |
Alexandre Julliard
|
aeaf18077e
|
kernel32: Implement the memory resource notification functions.
|
2012-03-12 10:44:02 +01:00 |