Alexandre Julliard
|
4073805aeb
|
kernel32: If necessary reload the environment after wineboot has run.
|
2008-04-24 11:53:45 +02:00 |
James Hawkins
|
4d07047d4e
|
kernel32: Fix a test that fails on win9x.
|
2008-04-23 14:29:50 +02:00 |
Austin English
|
c531e2abdb
|
Spelling fixes.
|
2008-04-23 12:31:07 +02:00 |
James Hawkins
|
603822ca8b
|
kernel32: Fix two tests that fail in win9x.
|
2008-04-21 13:36:02 +02:00 |
James Hawkins
|
99949cb21a
|
kernel32: Fix a test that fails in win9x.
|
2008-04-21 13:20:12 +02:00 |
James Hawkins
|
430a46fdf7
|
kernel32: Skip the screen buffer tests if codepage 866 is not available.
|
2008-04-21 13:20:12 +02:00 |
Andrew Talbot
|
7d2c11e3a4
|
kernel32: Remove unused variables.
|
2008-04-21 12:10:36 +02:00 |
Alexandre Julliard
|
05e55edd82
|
kernel32: Create the windows and system directories if necessary.
|
2008-04-17 20:33:47 +02:00 |
James Hawkins
|
c5ebc4acb0
|
kernel32: Fix a test that fails in win2k and up.
|
2008-04-17 12:51:06 +02:00 |
James Hawkins
|
c009d1e9c4
|
kernel32: Fix a test that fails in win2k.
|
2008-04-17 12:50:56 +02:00 |
James Hawkins
|
cd2f10a6d0
|
kernel32: Remove an invalid trace and comment.
|
2008-04-17 11:40:07 +02:00 |
James Hawkins
|
a4f733ab0b
|
kernel32: Fix a few failing tests in win2k.
|
2008-04-17 11:40:00 +02:00 |
James Hawkins
|
25c02c884f
|
kernel32: Split the GetComputerName/Ex tests into their own test functions.
|
2008-04-17 11:39:55 +02:00 |
Alexandre Julliard
|
f02ef19fdb
|
kernel32: Reserve the low 64Kb area separately from the rest of the DOS memory.
|
2008-04-14 20:39:27 +02:00 |
James Hawkins
|
e314ef699e
|
kernel32: Add traces to see why the tests fail in win2k.
|
2008-04-11 11:16:29 +02:00 |
Francois Gouget
|
8a18e0e43a
|
Assorted spelling fixes.
|
2008-04-07 13:36:18 +02:00 |
Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Alexander Nicolaysen Sørnes
|
10e9c6bfd1
|
kernel32: Set processorLevel to cpu family.
|
2008-03-31 12:14:41 +02:00 |
Michael Stefaniuc
|
c90baaf7f1
|
kernel32: Add the NLS file for Romansh (Switzerland).
|
2008-03-28 09:51:52 +01:00 |
Dan Kegel
|
dcefb67781
|
kernel32: Test negative dest len in WideCharToMultiByte.
|
2008-03-26 23:38:36 +01:00 |
Alexandre Julliard
|
7a7ef6a64c
|
kernel32: Moved the allocation of the process stack to ntdll.
|
2008-03-26 17:08:38 +01:00 |
Dmitry Timoshkov
|
fed582de5c
|
kernel32: Make the test compatible with win9x.
|
2008-03-26 11:18:21 +01:00 |
Anatoly Lyutin
|
f773e148b0
|
kernel32: Implement IsWow64Process.
|
2008-03-24 20:39:22 +01:00 |
Alexandre Julliard
|
c3ae7d1983
|
kernel32/tests: Fix the FindFirstVolume test on Vista.
|
2008-03-22 13:09:57 +01:00 |
Alexandre Julliard
|
9879f78c13
|
kernel32/tests: Added some tests for FindResource.
|
2008-03-22 13:09:44 +01:00 |
Michael Moss
|
ded68372a2
|
kernel32/tests: Test notifications for overlapping directory watches.
|
2008-03-20 20:16:08 +01:00 |
Michael Moss
|
ef7c4a8b6d
|
kernel32/tests: Fix false positive file notification tests.
|
2008-03-20 14:27:44 +01:00 |
Austin English
|
d5de9977df
|
kernel32: Spelling fixes.
|
2008-03-18 11:44:09 +01:00 |
Alexandre Julliard
|
5c5b997dc2
|
kernel32: Implemented ReadFileScatter and WriteFileGather.
|
2008-03-15 10:58:38 +01:00 |
Alexandre Julliard
|
db1b9a9f62
|
kernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFile flag to ntdll.
|
2008-03-15 10:58:38 +01:00 |
Dan Hipschman
|
0e8f193184
|
kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).
|
2008-03-14 11:53:15 +01:00 |
Paul Vriens
|
371afffd35
|
kernel32/tests: Add a few skips instead of just returning.
|
2008-03-12 12:02:04 +01:00 |
Paul Vriens
|
a558bfad99
|
kernel32/tests: DATE_YEARMONTH is only present on W2K and later.
|
2008-03-12 12:02:00 +01:00 |
Paul Vriens
|
b0f7dcdf88
|
kernel32/tests: Skip some tests on win95.
|
2008-03-12 12:01:48 +01:00 |
Paul Vriens
|
4ca754d9a9
|
kernel32: Fix/change tests for systems with no ServicePack.
|
2008-03-11 12:11:52 +01:00 |
Francois Gouget
|
508d58c210
|
kernel32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
|
2008-03-05 12:18:31 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Andrew Talbot
|
54a376f228
|
kernel32: Assign to structs instead of using memcpy.
|
2008-03-04 11:54:20 +01:00 |
Alexandre Julliard
|
c52d921f34
|
kernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.
Based on a patch by Dmitry Timoshkov.
|
2008-03-03 15:25:50 +01:00 |
Maarten Lankhorst
|
1032ba6dc3
|
kernel32: Fix GetVolumeInformation for fat32 partitions.
|
2008-03-01 12:32:27 +01:00 |
Alexandre Julliard
|
5625c6079e
|
Get rid of the global thread.h header.
|
2008-03-01 11:57:00 +01:00 |
Alexandre Julliard
|
b2ad268a8b
|
kernel32: Implement the fiber local storage functions.
|
2008-02-29 19:56:04 +01:00 |
Rob Shearman
|
8d2af8e3f3
|
kernel32: Fix typo in UTUnRegister.
|
2008-02-29 12:37:01 +01:00 |
Rob Shearman
|
45ba200f19
|
kernel32: Fix use of uninitialised nameW and typeW in find_resourceA.
|
2008-02-29 12:36:55 +01:00 |
Dmitry Timoshkov
|
e49e8b20db
|
kernel32: Add stubs for fiber local storage APIs.
|
2008-02-29 11:48:13 +01:00 |
Dmitry Timoshkov
|
aebcbf0f6e
|
kernel32: Return upper cased drive letters in paths, some applications depend on it.
|
2008-02-27 14:52:26 +01:00 |
Paul Vriens
|
ad697ecdc4
|
kernel32/tests: Win9x doesn't change last error.
|
2008-02-27 14:52:24 +01:00 |
Rob Shearman
|
492be1b5e3
|
kernel32: Fix the number of characters passed to GetAtomNameW in test_local_get_atom_name.
|
2008-02-25 13:31:47 +01:00 |
Alexandre Julliard
|
3d418add04
|
kernel32: Fixed the active processor mask on Mac OS.
|
2008-02-18 14:09:49 +01:00 |
Rob Shearman
|
7ed33ae721
|
kernel32: Fix handle leak in start_console_renderer_helper.
|
2008-02-18 12:20:38 +01:00 |