Implemented __unDName and __unDNameEx functions.
[wine] / dlls / dbghelp /
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-21  Francois GougetFix the declaration of SymEnumSymbols() in dbghelp...
2004-10-18  Vincent BéronFix some types problems.
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-07  Jon GriffithsVectors need all 32 bits to handle _really_ large apps.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Wolfgang SchwotzerMakeSureDirectoryPathExists: Recursively create path...
2004-10-04  Robert ShearmanAdd support for .gnu_debuglink.
2004-10-04  Robert Shearman- Check for string pointer being outside of the string...
2004-10-04  Robert ShearmanFix the loading .dbg files by no longer using RtlImageN...
2004-10-04  Robert ShearmanRewrite a section of code so that it doesn't use exit...
2004-10-04  Robert ShearmanPrint out a slightly more informative message if an...
2004-09-27  Eric Pouech- now storing vector of types on a per module basis...
2004-09-23  Robert ShearmanFix debugger for flat PC and non-flat frame.
2004-09-10  Robert ShearmanImplement ImageDirectoryEntryToData by forwarding it...
2004-09-06  Robert ShearmanBetter fix for includes with relative paths.
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-08-23  Robert ShearmanStore the current source directory and use it when...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-09  Dmitry Timoshkovmodule->addr_sorttab may be NULL due to a hack in
2004-07-14  Jon GriffithsPrevent the debug buffer from overflowing on long stabs.
2004-07-14  Alexandre JulliardFixed handling of includes stack.
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-05-24  Dmitry TimoshkovFix elf_read_wine_loader_dbg_info() for the !__ELF__...
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-20  Francois GougetAssorted spelling fixes.
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-17  Emmanuel MaillardFixed a compile error on non-i386.
2004-04-15  Kevin KoltzauFix a few compile errors when cross compiling.
2004-04-07  Gerald PfeiferCast third parameter of elf_search_and_load_file()...
2004-04-06  Gerald PfeiferAvoid compiler warning in vector_position().
2004-04-05  Eric PouechFirst shot at implementing dbghelp.