rpcrt4: Don't set the memory pointer to NULL before calling PointerUnmarshall.
[wine] / dlls / shlwapi /
2006-05-05  Mike McCormackshlwapi: Add a stub implementation for IUnknown_Proffer...
2006-05-05  Mike McCormackshlwapi: Add a stub implementation for IUnknown_QuerySe...
2006-04-17  Jonathan Ernstshlwapi: French localization.
2006-04-12  Peter Oberndorfershlwapi: Ignore leading spaces in PathMatchSpec.
2006-04-12  Peter Oberndorfershlwapi: Add tests for PathMatchSpec.
2006-04-11  Antonio Codazzishlwapi: Added Esperanto language.
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-15  András Kovácsshlwapi: Added Hungarian translation.
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2006-02-16  Hans Leidekkershlwapi: Fix parameter check for UrlUnescapeA.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Fatih Aşıcıshlwapi: Turkish translation.
2006-02-02  Stefan Leichtershlwapi: Added stub for ShellMessageBoxWrapW.
2006-01-17  Alexandre Julliardshlwapi: Fixed use of wrong buffer in SHCopyKeyW.
2006-01-11  Jacek Cabanshlwapi: UrlCanonicalize: fix URL_DONT_SIMPLIFY.
2006-01-10  Kaj Kaloinenshlwapi: Add Finnish translation.
2006-01-04  Marcus Meissnershlwapi: Print PathCombine* strings arguments in relay...
2005-12-26  Jacek Cabanshlwapi: Fix UrlCanonicalize.
2005-12-09  Vincent BéronAdd some missing includes which contain used prototypes.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-11  YunSong HwangAdd Korean translations.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-07  Uwe BonnesSemi-stub implementation for SHRegGetValue(A|W).
2005-10-31  Stefan LeichterStop PathIsValidCharW tests after 100 failing tests.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Alexander N. SørnesAdded Norwegian translations.
2005-09-26  Francois GougetFix .spec declarations for functinos with 64bit argumen...
2005-09-20  Dmitry TimoshkovFix the usage of COLOR_xxx constants in the place of...
2005-09-19  Alexandre JulliardTake into account -noname functions when checking for...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-06  Stefan LeichterAdded version resource to shlwapi.dll.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-15  Vincent BéronCorrect typo in format string.
2005-08-12  Huw DaviesImplement SHLoadRegUIStringW.
2005-08-12  Richard CohenBlame ExpandEnvironmentStringsA for the failing NT4...
2005-08-11  Huw DaviesImplement SHLoadIndirectString.
2005-08-10  Huw DaviesPartial implementation of DeleteMenuWrap.
2005-08-10  Huw DaviesImplement IUnknown_EnumObjects.
2005-08-09  Huw Davies_CreateAllAccessSecurityAttributes takes three parameters.
2005-08-09  Huw DaviesImplement and add tests for the FDSA functions.
2005-08-08  Huw DaviesIUnknown_SetSite calls IObjectWithSite_SetSite or
2005-08-08  Alexandre JulliardDon't prefix the functions DllInstall and DllGetVersion...
2005-08-08  Huw DaviesForward ordinals 457,458 to GetLongPathNameW,A.
2005-08-08  Huw DaviesFix call to GetMenuItemInfo and unicodify while we...
2005-07-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-14  Mike McCormackFixes for -Wmissing-declaration and -Wwrite-string...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
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-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetAssorted spelling fixes.
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-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-03-21  Robert ShearmanFix SHCopyKey to treat string parameter correctly as...
2005-03-18  Jon GriffithsImplement @188,190,195,200,256,478,481.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-16  Jon GriffithsFix two failures and (hopefully) a crash with early...
2005-03-14  Jon GriffithsTests and small fix for PathMakePretty().
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Thomas WeidenmuellerForward to user32 when appropriate.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Paul VriensUse aliases for calls to ordinals.
2005-02-03  Paul VriensMore verbosity of errors.
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-01-31  Paul Vriens- new test
2005-01-25  Hans LeidekkerStrIsIntlEqual and IntlStrEqWorker may be absent.
2005-01-21  Paul Vriens- More verbose output of errors.
2005-01-18  Hans LeidekkerStub implementations for PathUnExpandEnvStringsSHRegEnu...
2005-01-17  Paul VriensUse a registry key for copying, that's known on every...
2005-01-17  Paul VriensChange the order of Src and Dst in CopyKey calls/functions.
2005-01-17  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-12  James Hawkins- use only stored result of Interlocked* in AddRef...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Jacek CabanGet rid of W->A calls.
2005-01-03  Jon GriffithsDocumentation fix.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
2005-01-03  Jon GriffithsConst correctness fix.
2005-01-03  Jon GriffithsUse Ascii functions explicitly.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
next