atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp / type.c
2012-01-23  Eric Pouechdbghelp: Do all module and symbol names matching using...
2011-09-30  Andrew Talbotdbghelp: Mark a fall-through in a switch statement.
2011-03-09  Eric Pouechdbghelp: Add helper to get global address out of symt...
2011-01-13  Alexandre Julliarddbghelp: Support pointer types of various sizes.
2010-06-08  Eric Pouechdbghelp: Properly manage in dbghelp interfaces local...
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-12-15  Eric Pouechdbghelp: Fix module on which GetTypeFromName is done.
2009-11-23  Eric Pouechdbghelp: Revisit array len description for debug format...
2008-12-04  Alexandre Julliarddbghelp: Make a function static.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-02-28  Rob Shearmandbghelp: Define NONAMELESSUNION in dwarf.c and type...
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-02-07  Eric Pouechdbghelp: Added basic support for base class information.
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-04-20  Andrew Talbotdbghelp: Constify some variables.
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2006-11-27  Eric Pouechdbghelp: Be a bit more strict on where we do actually...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2006-03-06  Eric Pouechdbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo...
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-12-05  Eric Pouechdbghelp,winedbg: SYMBOL_INFO fix.
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-04-18  Peter Berg LarsenEliminate strncpy and correct some NameLen bugs.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
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-27  Eric Pouech- now storing vector of types on a per module basis...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
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-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.