Max TenEyck Woodbury
|
a2cc82ccd1
|
c2man: Search sub-directories for headers too.
|
2011-02-09 13:45:28 -06:00 |
Austin English
|
c6aa255fdf
|
urlmon/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:30:00 -06:00 |
Austin English
|
78470d7056
|
mshtml/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:29:52 -06:00 |
Austin English
|
b667582a71
|
gdi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-09 09:29:43 -06:00 |
Austin English
|
8b305ccbd3
|
mmdevapi/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:29:36 -06:00 |
Austin English
|
3455c78042
|
winhttp/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-09 09:29:30 -06:00 |
Austin English
|
22c1843e08
|
secur32/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-09 09:29:13 -06:00 |
Austin English
|
fe067c53dd
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-09 09:29:01 -06:00 |
Austin English
|
1a24d1c0f1
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:55 -06:00 |
Austin English
|
e48b34cdb3
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:47 -06:00 |
Austin English
|
a19ce2080e
|
advapi32/tests: Remove useless assignments (LLVM/Clang).
|
2011-02-09 09:28:41 -06:00 |
Austin English
|
4e3c3ad593
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:21 -06:00 |
Austin English
|
4c6edd7fe0
|
windowscodecs/tests: Make sure returns values are used (LLVM/Clang).
|
2011-02-09 09:27:32 -06:00 |
Austin English
|
ea0e7d6421
|
xmllite/tests: Don't check test results inside if(0) (LLVM/Clang).
|
2011-02-09 09:27:21 -06:00 |
Austin English
|
99012fe793
|
ws2_32/tests: Remove unneeded assignments (LLVM/Clang).
|
2011-02-09 09:27:11 -06:00 |
Austin English
|
7b4cf0bec0
|
user32/tests: Remove unneeded assignment (LLVM/Clang).
|
2011-02-09 09:26:32 -06:00 |
Austin English
|
121885dd2d
|
version/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:26:23 -06:00 |
Austin English
|
92cb70e97c
|
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-09 09:26:13 -06:00 |
Austin English
|
5b25b11b05
|
rpcrt4/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:26:05 -06:00 |
Austin English
|
75e4e607c6
|
riched20/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-09 09:25:58 -06:00 |
Austin English
|
7a87c8ac45
|
localui/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:25:48 -06:00 |
Igor Paliychuk
|
90c9681e42
|
po: Update Ukrainian translation.
|
2011-02-08 16:22:19 -06:00 |
Alexander Morozov
|
9ba0f5c52e
|
shell32: Partially implement FolderItem::get_Path.
|
2011-02-08 16:21:33 -06:00 |
Alexander Morozov
|
7921522718
|
shell32: Implement Folder2::get_Self.
|
2011-02-08 16:21:06 -06:00 |
Reece Dunn
|
c013e44b1e
|
winefile: In the Options > Font menu handler, initially select the current font.
|
2011-02-08 16:20:41 -06:00 |
Joris Huizer
|
4d41bdd107
|
crypt32: Remove helper variable i (Clang).
|
2011-02-08 14:48:43 -06:00 |
Austin English
|
6816aa295e
|
msi/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 14:46:59 -06:00 |
Austin English
|
4036cc06b0
|
dplayx/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 14:46:33 -06:00 |
André Hentschel
|
68b0a13572
|
msvcrt: Fixed a typo.
|
2011-02-08 14:46:15 -06:00 |
Frédéric Delanoy
|
2b0e162ecc
|
po: Update French translation.
|
2011-02-08 14:45:56 -06:00 |
Alexander Lakhin
|
a33f19bf0d
|
po: Update Russian translation.
|
2011-02-08 14:45:56 -06:00 |
Hwang YunSong
|
e7a41a1ef3
|
po: Update Korean resource.
|
2011-02-08 14:45:56 -06:00 |
Jacek Caban
|
380e300855
|
urlmon: Added more CoInternetGetSecurityUrl[Ex] tests.
|
2011-02-08 14:45:56 -06:00 |
Jacek Caban
|
139382a3f8
|
urlmon: CoInternetGetSecurityUrlEx rewrite.
|
2011-02-08 14:45:55 -06:00 |
Jacek Caban
|
69ee496fbd
|
urlmon: CoInternetGetSecurityUrl rewrite.
This includes proper URL buffers, error handling and wrong pluggable
protocol calls fixes.
|
2011-02-08 14:45:55 -06:00 |
Jacek Caban
|
e175bee277
|
mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call.
|
2011-02-08 14:45:55 -06:00 |
Jacek Caban
|
340fbb71f3
|
mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call.
|
2011-02-08 14:45:55 -06:00 |
Jacek Caban
|
4ac397b6e3
|
urlmon: Don't hardcode zone numbers.
|
2011-02-08 14:45:55 -06:00 |
Alistair Leslie-Hughes
|
56e80e18a6
|
mshtml: Implemented IHTMLStyle_put_borderBottomColor.
|
2011-02-08 14:45:55 -06:00 |
Peter Urbanec
|
de83ea61bb
|
setupapi: Fix comparison issue on 64-bit systems.
|
2011-02-08 14:45:55 -06:00 |
Austin English
|
ed778bc8e1
|
cryptui/tests: Remove a dead assignment (LLVM/Clang).
|
2011-02-08 14:45:55 -06:00 |
Austin English
|
69fd8d5271
|
qmgr/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Austin English
|
f41a70133a
|
hlink/tests: Don't check results in disabled tests (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Austin English
|
fd2c5bb32e
|
msxml3/tests: Remove unneeded assignment (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Austin English
|
e450573412
|
mshtml/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Austin English
|
e9316ed8ec
|
mlang/tests: Remove unused assignment (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Austin English
|
340a4c21ce
|
mstask/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Austin English
|
f640a38696
|
mmdevapi/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-08 14:45:53 -06:00 |
Austin English
|
fd4ddca0dc
|
inetcomm/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 14:45:53 -06:00 |
Austin English
|
7cebcce857
|
localspl/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-08 13:42:14 -06:00 |