shell32/tests: Do not crash on Win9x when testing shlfileop.
[wine] / dlls / shell32 / tests / shlexec.c
2008-07-23  Reece Dunnshell32: Don't crash if the shlexec tests fail to creat...
2008-07-21  Reece Dunnshell32: Make the tests build with the Vista SDK.
2007-12-18  Francois Gougetshell32/tests: Avoid SHDeleteKeyA() because shlwapi...
2007-06-18  Misha Koshelevshell32: Conform to native in SHELL_ArgifyW for unquote...
2007-06-11  Misha Koshelevshell32/tests: Add test for unquoted %1 in command...
2007-06-11  Misha Koshelevshell32/tests: Allow testing for arbitrary number of...
2007-06-11  Misha Koshelevshell32/tests: Expand default DDE application name...
2007-06-11  Misha Koshelevshell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DD...
2007-06-11  Misha Koshelevshell32/tests: Save threadid from CreateThread as requi...
2007-06-11  Misha Koshelevshell32/tests: Simplify DDE thread and message loop.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-01  Francois Gougetshell32/tests: Remove unneeded cast.
2007-05-30  Misha Koshelevshell32/tests: Remove duplicate code.
2007-05-30  Misha Koshelevshell32: Handle default DDE application names.
2007-05-30  Misha Koshelevshell32/tests: Add tests for default DDE application...
2007-05-30  Misha Koshelevshell32: Fix execute_from_key to conform to native...
2007-05-30  Misha Koshelevshell32/tests: Add tests for ShellExecute DDE behavior.
2007-05-29  Francois Gougetshell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1...
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().