wineoss: Renamed the dlls/winmm/wineoss directory to dlls/wineoss.drv.
[wine] / dlls / dbghelp / module.c
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2006-12-14  Dmitry Timoshkovdbghelp: Make some data const.
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-11-08  Peter Oberndorferdbghelp: Initialize BOOL elements with FALSE instead...
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-06-27  Eric Pouechdbghelp: Implemented SymEnumerateModules64.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: Removed call to registered callback when unloa...
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-02-20  Eric Pouechdbghelp: Virtual modules.
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: Started implementation of the global callback...
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2005-12-22  Eric Pouechdbghelp: Correct handling for all module names.
2005-12-02  Francois GougetAdd IMAGEHLP_MODULEW64.
2005-11-29  Eric PouechAdded support for 'loading' virtual modules.
2005-11-29  Eric PouechNow correctly checking calling down to 32 bit version.
2005-11-29  Eric PouechImplemented SymGetModuleInfo64.
2005-11-29  Eric PouechImplemented SymUnloadModule64.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-05-29  Paul VriensAdd SymLoadModule64.
2005-04-18  Peter Berg LarsenElimination of lstrcpyn, and corrected a potential...
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
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-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-05  Eric PouechFirst shot at implementing dbghelp.