wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / dbghelp / symbol.c
2008-06-21  Jon Griffithsdbghelp: Implement SymEnumerateSymbols64.
2008-02-07  Eric Pouechdbghelp: When sending back information about a global...
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-04-20  Andrew Talbotdbghelp: Constify some variables.
2007-03-21  Andrew Talbotdbghelp: Replace inline static with static inline.
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-13  Eric Pouechdbghelp: Cleanups for module loading (lookups on module...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
2007-02-22  Eric Pouechdbghelp: Now storing module information in Unicode...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Added infrastructure to compute variable locat...
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: When looking up for a local variable (or param...
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-08-09  Eric Pouechdbghelp: Made stabs parsing a bit more robust.
2006-07-26  Robert Shearmandbghelp: Implement SymGetSymFromAddr64.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: Implemented SymSearchW.
2006-05-11  Eric Pouechdbghelp: Implemented SymEnumSymbolsW.
2006-05-11  Eric Pouechdbghelp: Improved SymSearch (now using tag, index and...
2006-05-11  Eric Pouechdbghelp: Factorize and simplify a bit symbol enumeratio...
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-03-27  Eric Pouechdbghelp: Module should be case insensitive.
2006-02-14  Eric Pouechdbghelp: Always set the size to public symbols to 1...
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Eric Pouechdbghelp: Return better values in module information.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: Symbol info.
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2006-01-05  Eric Pouechdbghelp: Removed no longer needed 'stub' in TRACEs.
2005-12-26  Eric Pouechdbghelp: Internal search routines can now be case sensi...
2005-12-19  Eric Pouechdbghelp: Return proper size for local & parameters...
2005-12-19  Eric Pouechdbghelp: Implemented SymMatchString.
2005-12-05  Eric Pouechdbghelp,winedbg: SYMBOL_INFO fix.
2005-11-29  Eric PouechImplemented SymGet{Next|Prev}Line64.
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-03-29  Eric Pouech- PDB: better checking for error conditions
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
2004-11-19  Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-27  Eric Pouech- now storing vector of types on a per module basis...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-08-09  Dmitry Timoshkovmodule->addr_sorttab may be NULL due to a hack in
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-05-17  Patrik StridvallFixed some issues found by winapi_check.
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.