Handle quoting on the command line in uninstaller.
[wine] / programs / winedbg / gdbproxy.c
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-05-13  Alexandre JulliardUse int instead of socklen_t.
2003-04-19  Eric Pouech- added support for multi-thread in GDB remote read...
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-02-11  Eric Pouech- translated sprintf calls into snprintf
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-07  Eric PouechFixed protocol packet handling when winedbg is too...
2002-12-16  Eric PouechFixed a few issues with the gdb proxy.
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.