shell32/tests: Test that quoting file path prevents masking at space.
[wine] / dlls / shell32 / tests / shlexec.c
2007-04-18  Ken Thomasesshell32/tests: Test that quoting file path prevents...
2007-04-18  Ken Thomasesshell32/tests: Added to-do test showing a bug with...
2007-04-03  Francois Gougetshell32/tests: On NT4 FindExecutable() returns an extra...
2007-04-03  Francois Gougetshell32/tests: On Windows 98 FindExecutable() does...
2007-04-03  Francois Gougetshell32/tests: End the lines with CR+LF otherwise the...
2007-04-03  Francois Gougetshell32/tests: Fix some expected FindExecutable() error...
2006-12-14  Francois Gougetshell32: Fix FindExecutable() to return the executable...
2006-12-14  Francois Gougetshell32/tests: Add FindExecutable() tests.
2006-12-14  Francois Gougetshell32/tests: MSDN says ShellExecute() == 32 indicates...
2006-11-06  Aric Stewartshell32: Create dynamic buffers for expanded enviroment...
2006-10-09  Hans Leidekkershell32/tests: Win64 printf format warning fixes.
2006-07-24  Andrew Talbotshell32/tests: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-21  Alexandre Julliardshell32: Use more reasonable timeouts in shlexec test.
2005-11-03  Mike McCormackInvoke shortcuts through IContextMenu, rather than...
2005-10-31  Mike McCormackAdd void to empty declaration list.
2005-09-12  Ge van GeldorpFix execution of Control Panel items.
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2005-08-18  Francois GougetTest "%l" and "%L". At the same time this tests alterna...
2005-08-17  Francois GougetFix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
2005-08-16  Francois GougetVerify the parameters received by the child process...
2005-07-24  Francois GougetGet started testing ShellExecute().