Effect objects are not supported yet so don't crash when trying to
[wine] / dlls / shlwapi / tests /
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-03-16  Jon GriffithsFix two failures and (hopefully) a crash with early...
2005-03-14  Jon GriffithsTests and small fix for PathMakePretty().
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Paul VriensUse aliases for calls to ordinals.
2005-02-03  Paul VriensMore verbosity of errors.
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-01-31  Paul Vriens- new test
2005-01-25  Hans LeidekkerStrIsIntlEqual and IntlStrEqWorker may be absent.
2005-01-21  Paul Vriens- More verbose output of errors.
2005-01-17  Paul VriensUse a registry key for copying, that's known on every...
2005-01-17  Paul VriensChange the order of Src and Dst in CopyKey calls/functions.
2005-01-17  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
2005-01-03  Jon GriffithsUse Ascii functions explicitly.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-15  Stefan LeichterFixed tests of GetAcceptLanguagesA for win98.
2004-12-15  Jon GriffithsUse the A version of calls when passing ASCII strings.
2004-12-08  Stefan LeichterFixed tests of GetAcceptLanguagesA for win9x/ME.
2004-11-19  James HawkinsMake four shreg tests pass on XP.
2004-11-10  James HawkinsUse SHDeleteKey to remove leftover keys from the shreg...
2004-11-09  Stefan LeichterFixed tests of GetAcceptLanguagesA for platfoms 98...
2004-10-27  Stefan LeichterFixed GetAcceptLanguagesA tests for Win98.
2004-10-22  Stefan LeichterFixed GetAcceptLanguagesA tests for WinXP.
2004-10-14  Bill MedlandFix SHDeleteKey so that it will handle deleting a key...
2004-10-05  Huw DaviesTests for PathCreateFromUrl, PathIsURL, UrlCreateFromPa...
2004-10-04  Huw DaviesUrlEscape has different rules depending on the protocol.
2004-09-25  Huw DaviesImplement PathSearchAndQualify.
2004-09-13  Jon GriffithsImplement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyN...
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-03  Stefan LeichterFixed test of GetAcceptLanguagesA on NT4.
2004-08-31  Francois GougetDon't export the shell32 SHAllocShared functions by...
2004-08-19  Francois GougetFix packing of shlwapi.h
2004-08-18  Stefan LeichterFixed tests of GetAcceptLanguagesA for win2k and win XP.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-21  Alexandre JulliardFixed flags handling in StrIsIntlEqualA/W (spotted...
2004-07-16  Stefan LeichterRemoved the crosscalls (unicode to ascii) from GetAccep...
2004-06-28  Stefan LeichterSkip tests of GetAcceptLanguagesA if a correct call...
2004-06-18  Stefan LeichterAdd logging to the GetAcceptLanguagesA tests.
2004-06-17  Stefan LeichterAdded tests for GetAcceptLanguagesA.
2004-05-05  Jakob ErikssonWindows 95 has no StrRetToBSTR, add dynamic lookup...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-04-27  Kevin KoltzauAllow UrlCombine to calculate size of required buffer.
2004-03-22  Jon GriffithsTest SHSearchMapInt.
2004-03-16  Uwe BonnesUrlCanonicalizeW: Remove \r and \n at the end of lpszUr...
2004-03-03  Kevin KoltzauFix UrlCanonicalize and add regression test.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-17  Robert Shearman- Add IntlStrEqWorkerA/W.
2004-02-10  Jon GriffithsTest StrRetToBSTR.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Francois GougetMSVC does not want 'extern' variables to be initialized...
2003-11-28  Alexandre JulliardPorting fixes.
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-01  Jon GriffithsNew tests for shlwapi string and clsid functions.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetChange the #include order so the test compiles with...
2003-03-15  Jon GriffithsCorrect behaviour for some error conditions.
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...
2002-12-18  Francois GougetFix signed/unsigned warnings.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-16  Francois GougetNetpGetComputerName, SHCopyKeyA and SHRegGetPathA don...
2002-09-12  Alexandre JulliardDelete registry key at exit.
2002-09-12  Patrik StridvallFixed C++ comments.
2002-09-12  Jon GriffithsImplementation and test for SHCopyKeyA/W.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-09  Alexandre JulliardFixed string lengths to do the right thing for all...
2002-07-16  Jon GriffithsImplement SHCreateStreamOnFileA/W/Ex, ordinals @166...
2002-07-09  Jon GriffithsImplement/document @17,18,19,20,21,22 (Compact list...
2002-06-28  Eric PouechNo longer depends on external env strings values.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Juergen SchmiedAdded some tests.