wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
[wine] / dlls / shlwapi / url.c
2007-05-24  Rob Shearmanshlwapi: Add a slash to the URL if there is no path...
2007-05-11  Damjan Jovanovicshlwapi: Fix UrlCanonicalizeW's handling of filesystem...
2007-02-21  Marcus Meissnershlwapi: Fix size passed to MultiByteToWideChar.
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-12  Jacek Cabanshlwapi: Unicodified scheme detecting code.
2007-02-05  Jacek Cabanshlwapi: Don't unescape url in UrlCombineW with URL_FIL...
2006-12-24  Louis Lendersshlwapi: Fix a failing test.
2006-11-13  Hans Leidekkershlwapi: UrlEscapeA should fail with E_POINTER when...
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-06  Hans Leidekkershlwapi: Win64 printf format warning fixes.
2006-07-31  Jacek Cabanshlwapi: Change file path to URL in UrlCanonicalize.
2006-07-27  Jacek Cabanshlwapi: Change '/'->'\' only for file protocol in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-05-23  Uwe BonnesTest cases for URL_UNESCAPE and small fix.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
2005-01-03  Jon GriffithsConst correctness fix.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-11-30  Eric PouechConst correctness fixes.
2004-10-05  Huw DaviesRewrite UrlCreateFromPath.
2004-10-05  Huw DaviesFix UrlUnescapeW.
2004-10-05  Huw DaviesPathIsURL should return TRUE even if a scheme is unknown.
2004-10-04  Huw DaviesUrlEscape has different rules depending on the protocol.
2004-09-29  Huw DaviesParseURL is now documented, so move it into shlwapi.h.
2004-09-22  Steven EdwardsMove URL_SCHEME typedef to match PSDK.
2004-09-16  Mike McCormackFix some -Wsigned-compare warnings.
2004-09-08  Diego PettenòAdd support in UrlIs() for URLIS_DIRECTORY and URLIS_FI...
2004-07-04  Mike McCormackFix memory allocation problems.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-27  Kevin KoltzauAllow UrlCombine to calculate size of required buffer.
2004-04-20  Francois GougetAssorted spelling fixes.
2004-04-20  Francois GougetMake Unicode strings static const.
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-03  Kevin KoltzauPrevent crash with invalid args in a few URL functions.
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2003-10-01  Jon GriffithsAdd @405/406, document URL functions.
2003-09-11  Robert Shearman- Convert ordinals to their real names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-03-18  Maxime BellengéStub for SHAutoComplete.
2003-03-18  Jon GriffithsDocumentation updates.
2002-12-19  Robert ShearmanImplemented UrlCreateFromPath[AW] and slightly related
2002-09-20  Jon GriffithsReorganise/minor tidyup of ordinal functions.
2002-09-12  Jon GriffithsMake hex digits static const & share them.
2002-08-26  Jon GriffithsImplement UrlHashW.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-12-01  Guy L. Albertelli- Stub routines for _164, _208, _210, _211, _239, _356...
2001-11-19  Francois GougetA few typos.
2001-11-13  Guy L. Albertelli- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-11-06  Guy Albertelli- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
2001-10-28  Guy L. AlbertelliStub UrlCombineA and initial implementation of UrlCombineW.
2001-10-21  Guy L. Albertelli- Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-05-24  Andreas Mohr- add stubs SHLWAPI_294, UrlApplySchemeW
2001-02-13  Jon GriffithsImplement a bunch of shlwapi functions, add some new...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-05  Huw D M DaviesImplemented a few Url* functions.