Spelling fixes.
[wine] / dlls / dbghelp / dbghelp.c
2008-01-18  Eric van Beurdendbghelp: Return TRUE in SymInitializeW if process is...
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-09-18  Francois Gougetdbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-02-22  Eric Pouechdbghelp: A few fixes related to Unicode translation.
2007-02-22  Eric Pouechdbghelp: Moved the internals for registered callback...
2006-12-04  Eric Pouechdbghelp: Now that symbol's value computation depend...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-04-19  Alexandre Julliarddbghelp: Don't fail to initialize if we can't load...
2006-03-18  Eric Pouechdbghelp: Live target detection.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: SymSetContext should return FALSE when setting...
2006-01-23  Eric Pouechdbghelp: Live targets.
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2005-12-20  Eric Pouechdbghelp: Added a few extensions to make windbg happy.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-29  Eric PouechAdded stub for dbghelp.SymRegisterCallback64.
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-07  Eric PouechWhen initializing a live target, ask to load module...
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-11-19  Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-05-24  Eric Pouech- some more fixes to elf module's symbol table handling...
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.