dbghelp: Improve the symbol loader for .DBG files.
[wine] / dlls / dbghelp / pe_module.c
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader for .DBG files.
2008-07-18  Alexandre Julliarddbghelp: Always initialize section pointer in ImageDire...
2008-04-14  Eric Pouechdbghelp: Fix invalid pointer dereference.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-01-18  Eric van Beurdendbghelp: Wrap TRACE strings using the debugstr function...
2008-01-11  Andrey Turkindbghelp: Implement ImageDirectoryEntryToDataEx.
2007-10-10  Andrey Turkindbghelp: Avoid crashing on files with bogus export...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-03-13  Eric Pouechdbghelp: Renamed pe_load_module (resp pe_load_module_fr...
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-08  Francois Gougetdbghelp: Check file handles against INVALID_HANDLE_VALU...
2007-02-22  Eric Pouechdbghelp: Implemented SymFindFileInPathW.
2007-02-22  Eric Pouechdbghelp: Move PE module loading to Unicode.
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-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-02-14  Eric Pouechdbghelp: Always set the size to public symbols to 1...
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-12-06  James HawkinsRemove c++-style comment.
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-04  Robert ShearmanFix the loading .dbg files by no longer using RtlImageN...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
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-05  Eric PouechFirst shot at implementing dbghelp.