msvcrt: When operating on a closed pipe, read() should return 0, not -1.
[wine] / dlls / shell32 / tests /
2005-08-08  Saulius KrasuckasWine and NT4 returns E_FAIL on failure.
2005-08-03  Mike McCormackgcc 4.0 RegSetValueEx warning fixes.
2005-08-02  Saulius KrasuckasAdded test for IShellFolder_ParseDisplayName.
2005-07-24  Paul VriensSkip test that crashes on W2K/WinXP/W2K.
2005-07-24  Francois GougetGet started testing ShellExecute().
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Michael JungReturn correct HRESULT code in UnixFolder's IEnumIDList...
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Saulius KrasuckasPrepare for adding new tests.
2005-06-29  Vitaliy MargolenILFree is not available on all versions.
2005-06-27  Saulius KrasuckasAdditional test cases for IShellFolder_BindToObject.
2005-06-24  Michael JungAdded tests for ShellFolder's CallForAttributes value.
2005-06-22  Saulius Krasuckas- Move test init code back to START_TEST(shlfolder).
2005-06-21  Saulius KrasuckasCleanup the shlfolder test a bit more.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
2005-06-14  Michael JungAdded tests to compare SHGetPathFromIDList and GetDispl...
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-06-02  Juan LangSet default for "My Documents" to $HOME, and "Desktop...
2005-06-01  Mike McCormackEliminate some -Wwrite-strings warnings.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2005-03-25  Paul VriensPrint retval in decimal to avoid confusion.
2005-03-22  Jakob ErikssonIf the device gets interrupted, we just give up.
2005-03-22  Jakob ErikssonStrRetToStrNAW returns ok on NT4, though it should...
2005-02-25  Mike McCormack- implement loading and saving of MSI advertised shortc...
2005-02-16  Huw DaviesSetPath("") should return S_OK.
2005-02-14  Francois GougetTest the interaction between IShellLink::SetIDList...
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-06  Stefan LeichterFix missing imports of the test program on NT4.
2004-10-28  Rolf KalbermatterAdd test for SHCreateDirectoryEx function.
2004-10-26  Juan LangUpdate shell32's version to WinXP level.
2004-10-26  Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-22  Francois GougetFix the function pointer declarations so MSVC likes...
2004-10-22  Mike McCormackAdd a test for creating empty shelllink files.
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-10-11  Vitaliy MargolenSort files/folders before testing.
2004-10-07  Francois GougetConformance tests must not include wine/debug.h.
2004-09-13  Vitaliy MargolenIShellFolder::CompareIDs - return only -1/0/1 in lower...
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-22  Francois GougetMoved declarations from undocshell.h to shlobj.h to...
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Francois GougetAdd new fields to the NOTIFYICONDATA structure so it...
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-10  Jon GriffithsTests for StrRetToStrAW.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...