imagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
[wine] / dlls / imagehlp /
2005-12-17  Vitaliy Margolenimagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
2005-12-05  Wojciech Migdaimagehlp: fixed typo in SymSetOptions entry.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
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-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-11-19  Christian CostaFixed some forwards.
2004-07-30  Thomas WeidenmuellerImplementation of TouchFileTimes(), thanks to Florian...
2004-05-11  Mike McCormackImplement ImageEnumerateCertificates and ImageGetCertif...
2004-04-13  Eric PouechUpdated to latest version's exports, and added a few...
2004-04-05  Eric PouechMoved quite a few functions to dbghelp (removed debug...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-11-21  Marcus R. BrownReplace various routines with a forward to ntdll.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Steven EdwardsBring imagehlp (mostly) inline with the PSDK and Mingw.
2003-09-16  Mike McCormackImplemented ImageGetCertificateData.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Christian CostaAllocate space to contain the IMAGE_NT_HEADERS structur...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-27  Alexandre JulliardRemoved Wine-specific definition from exported header...
2003-03-27  P. ChristeasImplemented MakeSureDirectoryPathExists.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-22  Michael StefaniucCompile the imagehlp dll with STRICT defined.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-25  Eric KohlImplemented PE file checksum calculation.
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-11  Patrik StridvallFixed some debug messages.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-08  Patrik StridvallFixed some issues found by winapi_check.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1998-10-11  Patrik StridvallStarted the implementation of IMAGEHLP.DLL.