Update the address of the Free Software Foundation.
[wine] / dlls / shlwapi / path.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Peter Oberndorfershlwapi: Ignore leading spaces in PathMatchSpec.
2006-03-21  Francois GougetAssorted spelling fixes.
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-14  Jon GriffithsTests and small fix for PathMakePretty().
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-01-18  Hans LeidekkerStub implementations for PathUnExpandEnvStringsSHRegEnu...
2004-10-05  Huw DaviesRewrite PathCreateFromUrl.
2004-09-25  Huw DaviesImplement PathSearchAndQualify.
2004-09-10  Diego PettenòAdd support for file:/// urls in PathCreateFromUrl.
2004-09-03  Mike McCormackDon't read past end of table in PathFileExistsDefExtW.
2004-09-02  Mike McCormackUse the ACP define in MB/WC conversion functions.
2004-09-02  James HawkinsFix buffer overflow in PathSetDlgItemPathW that led...
2004-04-20  Francois GougetMake static Unicode strings const.
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-19  Rolf KalbermatterImplemented PathFileExistsAndAttributesA/W function.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-09-22  Mike McCormackFixed a memory leak.
2003-09-11  Robert Shearman- Convert ordinals to their real names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-19  Jon GriffithsImplemented @440, 441.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...
2002-12-19  Robert ShearmanImplemented UrlCreateFromPath[AW] and slightly related
2002-11-13  Mike McCormackFix a few GDI memory leaks.
2002-10-25  Michael StefaniucCompile the shlwapi dll with -DSTRICT.
2002-09-20  Jon GriffithsReorganise/minor tidyup of ordinal functions.
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-07-24  Jon GriffithsPathAppendA/W: Don't skip '\\' if path is UNC.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-03  Alexandre JulliardAvoid local WINAPI function pointers to work around...
2002-03-20  Jon GriffithsDocument, implement/fix and test 110+ Path functions.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-20  Lawson WhitneyProtect PathIsUNCServerShare from null lpszPath.
2002-01-29  Guy L. AlbertelliFix PathCreateFromUrl{A|W} to return the corrrect error...
2001-12-17  Uwe BonnesPathIsURL(A|W): Check for NULL strings.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-12-01  Guy L. Albertelli- Fixed PathIsURL{A|W}.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-09-07  Guy L. Albertelli- Finish PathParseIconLocation{A|W}.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-29  Marcus MeissnerFirst try at implementing PathGetCharType().
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...