rpcrt4: Don't set the memory pointer to NULL before calling PointerUnmarshall.
[wine] / dlls / shlwapi /
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Francois GougetRemove unneeded NULL casts.
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-15  Jon GriffithsInclude shlwapi.h to get prototypes, and correct 2...
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-08  Stefan LeichterFixed tests of GetAcceptLanguagesA for win9x/ME.
2004-11-30  Eric PouechConst correctness fixes.
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-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Huw DaviesTests for PathCreateFromUrl, PathIsURL, UrlCreateFromPa...
2004-10-05  Huw DaviesRewrite UrlCreateFromPath.
2004-10-05  Huw DaviesRewrite PathCreateFromUrl.
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-25  Huw DaviesImplement PathSearchAndQualify.
2004-09-25  Ge van GeldorpSHGetAppCompatFlags takes 4 bytes of parameters.
2004-09-23  Robert ShearmanDon't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT,...
2004-09-22  Steven EdwardsMove URL_SCHEME typedef to match PSDK.
2004-09-16  Mike McCormackFix some -Wsigned-compare warnings.
2004-09-14  Francois GougetAssorted spelling fixes.
2004-09-13  Jon GriffithsImplement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyN...
2004-09-10  Diego PettenòAdd support for file:/// urls in PathCreateFromUrl.
2004-09-09  Hans LeidekkerDutch resource translation.
2004-09-08  Diego PettenòAdd support in UrlIs() for URLIS_DIRECTORY and URLIS_FI...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-03  Stefan LeichterFixed test of GetAcceptLanguagesA on NT4.
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-09-01  Francois GougetAssorted spelling fixes.
2004-08-31  Francois GougetDon't export the shell32 SHAllocShared functions by...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-19  Francois GougetFix packing of shlwapi.h
2004-08-18  Stefan LeichterFixed tests of GetAcceptLanguagesA for win2k and win XP.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Jacek CabanImplemented IsOS function.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-21  Ivan Leo PuotiAdded Italian resources.
2004-07-21  Alexandre JulliardFixed flags handling in StrIsIntlEqualA/W (spotted...
2004-07-19  Marcelo DuarteUpdate localization for Portuguese language.
2004-07-19  Stefan LeichterForward shlwapi.459/460 (SHExpandEnvironmentStringsA...
2004-07-17  Alexandre JulliardImplemented GetUIVersion (based on a patch by Stefan...
2004-07-16  Stefan LeichterRemoved the crosscalls (unicode to ascii) from GetAccep...
2004-07-15  Marcus MeissnerDo not assign to casted values.
2004-07-12  Henning GerhardtTranslated some English resource files into German.
2004-07-04  Mike McCormackFix memory allocation problems.
2004-06-28  Hajime SegawaAdded some Japanese translations.
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-06-01  Raphael JunqueiraStub for SHFlushSFCacheWrap.
2004-06-01  Hans LeidekkerLink to ntdll.
2004-05-25  Stefan LeichterMoved stub of StopWatch from ascii to unicode.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-05  Jakob ErikssonWindows 95 has no StrRetToBSTR, add dynamic lookup...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
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-04-20  Francois GougetMake Unicode strings static const.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-04-12  Francois GougetAssorted spelling fixes.
2004-04-09  Francois GougetUse named constants instead of magic numbers.
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-03-27  Ulrich CzekallaImplement FixSlashesAndColonW and add stub for SHGetApp...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Jon GriffithsTest SHSearchMapInt.
2004-03-18  Jon GriffithsImplement SHMessageBoxCheck functions && add dialog...
2004-03-17  Jon GriffithsMake copies of keys when creating, free them when done.
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-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-28  Dmitry TimoshkovAdd SHMenuIndexFromID and SHCoCreateInstanceAC.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-17  Jon GriffithsStub the stopwatch API.
2004-02-17  Robert Shearman- Add IntlStrEqWorkerA/W.
2004-02-10  Jon GriffithsTest StrRetToBSTR.
2004-02-10  Jon GriffithsAdd some missing prototypes, fix AssocIsDangerous.
2004-02-05  Juan LangStub for MLIsMLHInstance.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
next