winecfg: Update German resource.
[wine] / programs / winedbg / types.c
2005-11-18  Eric PouechNative dbghelp doesn't provide names for basic type...
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-10-03  Eric PouechFixed bitfield extraction.
2005-10-03  Eric PouechFixed array dereferencing.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-08-07  Richard Cohen- Print short ASCII strings without the "..."
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.