shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
[wine] / dlls / shlwapi / tests / path.c
2010-10-11  Jacek Cabanshlwapi: Skip more tests on too old shlwapi.dll.
2010-10-01  Alexandre Julliardshlwapi/tests: Make some variables static.
2010-03-03  Nikolay Sivovshlwapi/tests: Some tests for PathGetDriveNumber.
2010-02-01  Detlef Riekenbergshlwapi/tests: PathCreateFromUrl* is not present on...
2009-08-24  Ge van Geldorpshlwapi/tests: Prevent buffer overflow.
2009-03-04  Paul Vriensshlwapi/tests: Fix some typos.
2009-03-03  Paul Vriensshlwapi/tests: Fix a typo.
2009-02-26  Paul Vriensshlwapi/tests: Fix remaining test failures on several...
2009-02-25  Paul Vriensshlwapi/tests: Fix a few test failures on Win95 and...
2008-11-10  Detlef Riekenbergshlwapi/tests: Add more entries for PathIsURL.
2008-09-29  Hans Leidekkershlwapi: Fix PathIsValidChar tests that fail on some...
2008-09-03  James Hawkinsshlwapi: Fix a few failing tests in Vista.
2008-08-27  Paul Vriensshlwapi/tests: Fix a test on Vista.
2008-07-28  Detlef Riekenbergshlwapi/tests: Fix a buffer overflow that results in...
2008-06-25  Paul Vriensshlwapi/tests: Fix another test on Vista.
2008-06-25  Paul Vriensshlwapi/tests: Fix a test on Vista.
2008-03-03  Marcus Meissnershlwapi: Handle buffer overflow on A->W converter.
2008-02-28  Jacek Cabanshlwapi: Added more tests.
2007-10-16  Detlef Riekenbergshlwapi/tests: Move URL testing functions from path...
2007-08-23  Rob Shearmanshlwapi: Fix UrlCombineW for absolute URLs without...
2007-08-08  Paul Vriensshlwapi/tests: Use GetModuleHandleA instead of LoadLibr...
2007-05-11  Damjan Jovanovicshlwapi: Fix UrlCanonicalizeW's handling of filesystem...
2007-04-24  Mikołaj Zalewskishlwapi: Fix the handling of overflows in PathCombine...
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-05  Jacek Cabanshlwapi: Don't unescape url in UrlCombineW with URL_FIL...
2006-12-24  Louis Lendersshlwapi: Fix a failing test.
2006-12-15  Paul Vriensshlwapi/tests: Fix typos.
2006-11-13  Hans Leidekkershlwapi: UrlEscapeA should fail with E_POINTER when...
2006-10-07  Hans Leidekkershlwapi/tests: Win64 printf format warning fixes.
2006-09-20  Paul Vriensurl: Fixed wrong argument (Coverity).
2006-09-07  Louis. Lendersshlwapi: Simple test for UrlCanonicalizeA.
2006-08-09  Huw Daviesshlwapi: Add tests for PathUnquoteSpaces.
2006-07-31  Jacek Cabanshlwapi: Change file path to URL in UrlCanonicalize.
2006-07-27  Jacek Cabanshlwapi: Change '/'->'\' only for file protocol in...
2006-07-13  James Hawkinsshlwapi: Add tests for PathCommonPrefixA.
2006-07-13  James Hawkinsshlwapi: Add tests for PathBuildRootA.
2006-06-30  James Hawkinsshlwapi: Add tests for PathFindExtensionA.
2006-06-30  James Hawkinsshlwapi: Add tests for PathCanonicalize.
2006-06-28  James Hawkinsshlwapi: Add tests for PathAppendA.
2006-06-27  Andrey Turkinshlwapi: Test for UrlGetPart in case of file name.
2006-06-27  James Hawkinsshlwapi: Add tests for PathAddBackslash.
2006-06-27  James Hawkinsshlwapi: Add tests for PathCombineA.
2006-06-26  Paul Vriensshlwapi: PathCombineW should return NULL on invalid...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Peter Oberndorfershlwapi: Ignore leading spaces in PathMatchSpec.
2006-04-12  Peter Oberndorfershlwapi: Add tests for PathMatchSpec.
2006-02-16  Hans Leidekkershlwapi: Fix parameter check for UrlUnescapeA.
2006-01-11  Jacek Cabanshlwapi: UrlCanonicalize: fix URL_DONT_SIMPLIFY.
2005-12-26  Jacek Cabanshlwapi: Fix UrlCanonicalize.
2005-10-31  Stefan LeichterStop PathIsValidCharW tests after 100 failing tests.
2005-06-14  Mike McCormackFixes for -Wmissing-declaration and -Wwrite-string...
2005-05-23  Uwe BonnesTest cases for URL_UNESCAPE and small fix.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-03-14  Jon GriffithsTests and small fix for PathMakePretty().
2005-02-10  Paul VriensUse aliases for calls to ordinals.
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
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-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-04-27  Kevin KoltzauAllow UrlCombine to calculate size of required buffer.
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-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
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-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...