- Implement string functions in comctl32.
[wine] / dlls / shlwapi / url.c
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.