Protect against programs creating parts with negative width.
[wine] / debugger / winedbg.c
2000-06-18  Eric Pouech- cleaned-up break handling
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
2000-06-04  Ulrich WeigandCompile fixes for non-i386 archs.
2000-05-11  Eric PouechFixed %p in printf (now using wsprintf which doesn...
2000-05-05  Eric PouechFixed some buffer overflows.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-05-01  Eric PouechFixed segv when debugger registry key doesn't exist.
2000-04-30  Eric Pouech- Enhanced internal variables framework (including...
2000-04-13  Eric PouechMade the winedbg an external and WineLib program.
2000-03-26  Eric Pouechimproved exception handling
2000-03-15  Eric PouechIntroduced DBG_VALUE struct to manipulate debugger...
2000-03-10  Alexandre JulliardFixed OUTPUT_DEBUG_STRING pointer handling.
2000-03-09  Eric PouechAdded proc to start debugging process from its command...
2000-03-08  Eric PouechNo longer directly accessing debuggee memory.