Convert remaining source files to utf-8.
[wine] / dlls / dbghelp / stack.c
2008-10-18  Alexandre JulliardConvert remaining source files to utf-8.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-02-15  Rob Shearmandbghelp: nread can be NULL for read_mem and read_mem64.
2006-12-08  Alexandre Julliarddbghelp: Avoid a printf format warning.
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-17  Paul Vriensdbghelp: Params of LPSTACKFRAME64 only has 4 elements.
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2005-12-19  Eric Pouechdbghelp: Fixed missing parameters info in StackWalk64.
2005-12-06  Eric Pouechdbghelp: Final touch on StackWalk64 so that it works.
2005-12-05  Eric Pouechdbghelp: Implemented StackWalk64.
2005-11-29  Vitaliy MargolenStub StackWalk64.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Eric PouechAdded stubs for DbgHelp functions: SymRegisterFunctionE...
2005-05-23  Eric Pouech- fixed ReadProcessMemoryProc prototype
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2004-09-23  Robert ShearmanFix debugger for flat PC and non-flat frame.
2004-04-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-20  Francois GougetAssorted spelling fixes.
2004-04-17  Emmanuel MaillardFixed a compile error on non-i386.
2004-04-05  Eric PouechFirst shot at implementing dbghelp.