atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp / dbghelp.spec
2011-11-01  André Hentscheldbghelp: Implement SymMatchStringW.
2011-11-01  André Hentscheldbghelp: Rename SymMatchString and forward it to SymMat...
2011-07-18  Austin Englishdbghelp: Add stubs for SymEnumSourceLines/SymEnumSource...
2011-06-01  Andrew Nguyendbghelp: Implement SymEnumSourceFilesW.
2011-05-30  Alistair Leslie... dbghelp: Add stubs SymFromIndex, SymFromIndexW.
2010-08-31  Alexandre Julliarddbghelp: Use int64 in the spec file for 64-bit integers.
2010-02-09  Alistair Leslie... dbghelp: Add stubs for SymGetLineFromName, SymGetLineFr...
2009-11-16  Andrew Nguyendbghelp: Stub SymRefreshModuleList.
2009-04-23  Alexandre Julliarddbghelp: Add a few more 64-bit symbol functions.
2008-10-01  Eric Pouechdbghelp: Added stub for SymSetScopeFromAddr.
2008-10-01  Eric Pouechdbghelp: Added the latest stubs.
2008-10-01  Eric Pouechdbghelp: Added stubs for add symbol functions.
2008-06-21  Jon Griffithsdbghelp: Implement SymEnumerateSymbols64.
2008-01-11  Andrey Turkindbghelp: Implement ImageDirectoryEntryToDataEx.
2007-03-14  Eric Pouechdbghelp: Rewrote SymEnumerateModules with Unicode basis...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
2007-02-22  Eric Pouechdbghelp: Implemented SymFindFileInPathW.
2007-02-22  Eric Pouechdbghelp: Implemented SearchTreeForFileW.
2007-02-22  Eric Pouechdbghelp: Implemented EnumDirTreeW.
2007-02-22  Eric Pouechdbghelp: Implemented SymMatchFileNameW.
2007-02-22  Eric Pouechdbghelp: Implemented FindExecutableImage[W].
2007-01-25  Francois Gougetdbghelp: Fix the spec file to better match the SymGetSy...
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2006-07-26  Robert Shearmandbghelp: Implement SymGetSymFromAddr64.
2006-06-27  Eric Pouechdbghelp: Implemented SymEnumerateModules64.
2006-05-11  Eric Pouechdbghelp: Implemented SymSearchW.
2006-05-11  Eric Pouechdbghelp: Implemented SymEnumSymbolsW.
2006-05-11  Eric Pouechdbghelp: Stubbed SymGetSourceFileTokenW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-05-11  Eric Pouechdbghelp: Updated spec file.
2006-05-08  Eric Pouechdbghelp: Stub for SymGetSourceFileToken.
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2005-12-26  Eric Pouechdbghelp: Internal search routines can now be case sensi...
2005-12-20  Eric Pouechdbghelp: Added a few extensions to make windbg happy.
2005-12-19  Eric Pouechdbghelp: Implemented SymMatchString.
2005-12-19  Eric Pouechdbghelp: New stubs (needed for windbg startup).
2005-11-29  Vitaliy MargolenStub StackWalk64.
2005-11-29  Eric PouechImplemented SymGet{Next|Prev}Line64.
2005-11-29  Eric PouechImplemented SymGetModuleInfo64.
2005-11-29  Eric PouechImplemented SymUnloadModule64.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-29  Eric PouechAdded stub for dbghelp.SymRegisterCallback64.
2005-11-28  Eric PouechAdded stubs for DbgHelp functions: SymRegisterFunctionE...
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-05-29  Paul VriensAdd SymLoadModule64.
2005-03-07  Eric PouechAdded support for minidump (read & write).
2004-10-21  Francois GougetFix the declaration of SymEnumSymbols() in dbghelp...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-09-10  Robert ShearmanImplement ImageDirectoryEntryToData by forwarding it...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.