73979 Commits

Author SHA1 Message Date
Hwang YunSong
2fd48900a2 shdocvw: Update Korean resource. 2010-11-24 17:59:58 +01:00
Borut Razem
814bbc465b ping: Sleep 1 second less. 2010-11-24 17:59:58 +01:00
Damjan Jovanovic
33423f3752 sti: Use IRegistrar instead of regsvr.c. 2010-11-24 17:59:57 +01:00
Alexandre Julliard
7769b05858 oleaut32: Convert dll registration to the new IRegistrar mechanism. 2010-11-24 17:59:57 +01:00
Alexandre Julliard
4d966be69c winecrt0: Add a generic mechanism for dll registration through IRegistrar. 2010-11-24 17:59:41 +01:00
Damjan Jovanovic
cd4b9c1127 atl: Add support for binary values in IRegistrar. 2010-11-24 12:07:24 +01:00
Damjan Jovanovic
d2a221d2b5 atl: Improve IRegistrar dword parsing. 2010-11-24 12:07:21 +01:00
Paul Vriens
10df397871 advapi32/tests: Add a test for driver services. 2010-11-24 12:07:13 +01:00
Gerald Pfeifer
8c7164603f ntdll/tests: Remove unused variable from test_query_volume_information_file. 2010-11-24 12:07:04 +01:00
Michael Stefaniuc
33c528188d msvcrt: Add missing dereference of the time pointer. 2010-11-24 12:06:36 +01:00
Alexander Morozov
d8cad3eb1b crypt32/tests: Use pCryptAcquireContextA. 2010-11-24 12:06:31 +01:00
Alexander Morozov
676d5db65a crypt32/tests: Fix test failures on WinME and some NT4. 2010-11-24 12:06:11 +01:00
Alexander Morozov
113c614525 crypt32/tests: Do not crash on some Win98. 2010-11-24 12:06:04 +01:00
Adam Martinson
92bfadef7f msxml3: Add schema parse/validate error callbacks. 2010-11-24 12:05:49 +01:00
Adam Martinson
6ee2231d2b configure: Add a check for xmlSchemaSetParserStructuredErrors(). 2010-11-24 12:05:38 +01:00
Adam Martinson
f3678ec193 msxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName(). 2010-11-24 12:03:06 +01:00
Adam Martinson
6f537c4df1 msxml3: Implement domtext dt-related functions.
These should always be handled by the parent node.
2010-11-24 12:02:35 +01:00
Adam Martinson
643cbafabc msxml3: Validate node content in domelem_put_dataType(). 2010-11-24 12:01:49 +01:00
Adam Martinson
f090ddfe13 msxml3: Add BSTR versions of the XDR_DT <-> string functions. 2010-11-24 12:01:35 +01:00
Adam Martinson
c19fa9b04b msxml3: Use the associated schema for domelem_get_dataType(). 2010-11-24 12:01:13 +01:00
Michael Stefaniuc
b6a1951925 d3dx9_36: Move 'static' to the beginning of the declaration. 2010-11-23 16:01:09 +01:00
Louis Lenders
5eac14f11c ntdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class. 2010-11-23 14:19:08 +01:00
Paul Vriens
d360b6f913 mscoree/tests: Remove an unneeded test. 2010-11-23 14:18:44 +01:00
Paul Vriens
759f12c187 mscoree/tests: Use more A-functions to fix test failures on Win9x. 2010-11-23 14:18:33 +01:00
Paul Vriens
167ab75f4e mscoree/tests: Use StrStrIW from shlwapi. 2010-11-23 14:18:22 +01:00
Paul Vriens
dff72b0c66 mscoree/tests: Use the correct wide string compare to cope with Win9x. 2010-11-23 14:18:01 +01:00
Luca Bennati
12099f3d9e cmd: Fix Italian translation. 2010-11-23 14:16:34 +01:00
Eric Pouech
78cf0961e9 winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command. 2010-11-23 14:16:22 +01:00
Eric Pouech
9261ef2d0a winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does). 2010-11-23 14:16:22 +01:00
Amine Khaldi
ecd2e603e2 shdocvw: Fix translations. 2010-11-23 14:16:22 +01:00
Stefan Leichter
b9e676febd ntoskrnl.exe: Add stub for PoSetPowerState. 2010-11-23 14:16:22 +01:00
Greg Geldorp
5d7cc36dd9 winetest: Add "-u" command line option so TestBot can include a URL in the report. 2010-11-23 14:16:22 +01:00
Matteo Bruni
8c0a8ac514 d3dx9/tests: Remove a D3DXPlaneNormalize test. 2010-11-23 14:16:22 +01:00
Paul Vriens
a9c31ed90e comctl32/tests: Fix shell32 test failures on NT4/W2K. 2010-11-23 14:16:22 +01:00
Vijay Kiran Kamuju
0656340394 include: Add missing clsids in d3drmobj.h. 2010-11-23 14:16:22 +01:00
Eryk Wieliczko
40874d91d9 msvcrt: Implement _wfindnext64i32. 2010-11-23 14:16:22 +01:00
Eryk Wieliczko
7d50809705 msvcrt: Implement _wfindfirst64i32. 2010-11-23 14:16:22 +01:00
Eryk Wieliczko
504e68ac24 msvcrt: Implement _ctime32/64_s. 2010-11-23 14:16:22 +01:00
Damjan Jovanovic
01ab7df67f iexplore: Use a better file description. 2010-11-23 14:16:22 +01:00
Austin English
aba65017d7 mmdevapi/tests: Increase timeout in capture tests. 2010-11-23 14:16:21 +01:00
Austin English
90f428cd85 wined3d: Add detection for Nvidia GT 330. 2010-11-23 14:16:21 +01:00
Luca Bennati
1c24b643ff xcopy: Fix Italian translation. 2010-11-23 14:16:21 +01:00
Yaron Shahrabani
563dec8b2e serialui: Added Hebrew translation. 2010-11-23 13:22:58 +01:00
Hans Leidekker
63c19ab495 ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS. 2010-11-23 13:22:30 +01:00
Piotr Caban
40894dabb0 msvcp90/tests: Fix typo in loaded function name. 2010-11-23 13:22:02 +01:00
Austin English
f30fa2f4f1 regsvr32: Add a manpage. 2010-11-23 13:21:52 +01:00
Austin English
ac0f13100e notepad: Add a manpage. 2010-11-23 13:21:28 +01:00
Austin English
6d56678fbe appwiz.cpl: Fix Italian translation. 2010-11-23 13:19:44 +01:00
Jacek Caban
6e26d8c45f shdocvw: Skip tests on IE 5.5. 2010-11-23 13:18:48 +01:00
David Hedberg
41193de135 ole32: Avoid unneccessary stream conversion.
Truncating a large stream to less than 0x1000 bytes would cause an
unnecessarily expensive conversion.
2010-11-23 13:17:06 +01:00