shell32/tests: Simplify shlexec's test_argify() and test_lpFile_parsed() and avoid...
[wine] / dlls / shell32 / tests / shlexec.c
2012-10-04  Francois Gougetshell32/tests: Simplify shlexec's test_argify() and...
2012-10-04  Francois Gougetshell32/tests: Some more type consistency fixes for...
2012-10-01  Francois Gougetshell32/tests: Improve the shell_execute{_ex}() tracing.
2012-10-01  Francois GougetAssorted spelling fixes.
2012-09-24  Francois Gougetshell32/tests: Add a few more ShellExecute() file URL...
2012-09-21  Michael Stefaniucshell32/tests: Use the explicit type for a function...
2012-09-20  Francois Gougetshell32: Add tests for ShellExecute()'s handling of...
2012-09-20  Francois Gougetshell32/tests: Use consistent types for the ShellExecut...
2012-07-12  Erich Hoovershell32: Fix FindExecutable search path when a default...
2011-10-26  Bruno Jesusshell32: Don't parse command line if numargs is NULL...
2011-10-19  Andrew Eikumshell32: ShellExec with empty operation should behave...
2011-09-23  André Hentschelshell32/tests: Fix typos.
2011-08-31  André Hentschelshell32/tests: Fix checking the child strings.
2011-08-24  André Hentschelshell32/tests: Initial directory tests for ShellExecuteEx.
2010-12-28  Greg Geldorpshell32/tests: Fix race conditions.
2010-12-23  André Hentschelshell32/tests: Fix a typo.
2010-07-26  Ilya Basinshell32/tests: CommandLineToArgvW("") shouldn't truncat...
2010-06-25  Ilya Basinshell32/tests: SHELL_ArgifyW(%2|%*|%~3, ...) tests.
2010-03-23  Nikolay Sivovshell32/tests: Use strict comparison for return values.
2010-03-22  Francois Gougetshell32/tests: Remove spaces before '\n'.
2010-03-16  Ilya Basinshell32/tests: Add tests for the parser of SHELLEXECUTE...
2010-02-24  Alexandre Julliardshell32/tests: Don't use the return value of the ok...
2009-11-29  Paul Vriensshell32/tests: Change a trace into a skip for skipped...
2009-10-19  Francois Gougetshell32: Fix compilation on systems that don't support...
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-02  Ge van Geldorpshell32/tests: Fix shlexec on Vista and higher.
2009-08-03  Nicolas Le Camshell32/tests: Fix test on temp paths that have a diffe...
2009-07-22  Alexandre Julliardshell32/tests: Create our own temp directory to make...
2009-06-05  Paul Vriensshell32/tests: Make sure all created files can be removed.
2009-06-05  Paul Vriensshell32/tests: Fix test failures on Win95.
2009-06-05  Paul Vriensshell32/tests: Fix test failure on NT4.
2009-05-13  Francois Gougetshell32/tests: Replace malloc() with HeapAlloc().
2009-03-23  Vitaliy Margolenshell32: Fix number of returned arguments from CommandL...
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardshell32/tests: Fix handle casting warnings on 64-bit.
2008-12-09  Paul Chitescushell32.dll: Return SE_ERR_FNF if file not found before...
2008-12-04  Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-10-17  Aric Stewartshell32/tests: Add tests for CommandLineToArgvW.
2008-10-08  Michael Stefaniucshell32/tests: Use FAILED instead of !SUCCEEDED.
2008-08-01  Reece Dunnshell32: Fix shlexec crashing on Vista.
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().