Cast time_t to long for printing.
[wine] / programs / winedbg /
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-22  Michal Janusz MiroslawDEBUG_cmp_sym: micro optimization/cleanup.
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-21  Alexandre JulliardCorrectly pass the exception to the application when
2003-08-19  Gregory M. TurnerWrap error-prone msc symbol loading with a __TRY block.
2003-08-07  Richard CohenUse the ELF sections for the addresses of globals,...
2003-08-07  Richard Cohen- Print short ASCII strings without the "..."
2003-08-02  André JohansenAvoid crashing when unable to read pdb file.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-09  Catalin PatuleaOnly display filenames when showing addresses.
2003-06-30  Catalin PatuleaFixed Unicode string output.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-13  Alexandre JulliardUse int instead of socklen_t.
2003-05-02  Alexandre JulliardAdded dummy read_elf_info for the non-ELF case (reporte...
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-02  Eric PouechAdded support for R types in stabs parsing.
2003-04-01  Alexandre JulliardPortability fixes.
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-03-04  Eric PouechAdded support for Ctrl-C handling if not running in...
2003-02-27  Eric PouechRemoved no longer needed UseXTerm internal variable.
2003-02-24  Marcus MeissnerPrint out name of float exceptions.
2003-02-19  Eric Pouech- removed unused function: SetSymbolValue
2003-02-19  Eric Pouech- added parsing of C++ inheritence information
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2003-02-17  Eric PouechMoved expr freeing when translating a command (no longe...
2003-02-14  Mike HearnRemoved the nonexistant command "debugmsg" from winedbg...
2003-02-11  Eric PouechTranslated sprintf calls into snprintf.
2003-02-11  Eric Pouech- translated sprintf calls into snprintf
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-30  Eric Pouech- Added experimental parsing for C++ code (but winedbg...
2003-01-30  Eric Pouech- Removed no longer used queue & modref related commands.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-13  Alexandre JulliardAdded configure check for regex.h.
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2003-01-09  Eric PouechRemoved emacs edition flavor (it's now a console attrib...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Eric PouechFixed protocol packet handling when winedbg is too...
2003-01-05  Eric PouechFixed some bugs in cast operator.
2002-12-16  Eric PouechFixed a few issues with the gdb proxy.
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-30  Vincent BéronChange CRLF end of lines in LF only.
2002-11-13  Eric PouechActually exit loop on '\0' while printing a string.
2002-11-06  Eric PouechReplaced assert by simple if + warning message for...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-25  Jeff SmithFixed behaviour of "x /s ...".
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-09-29  Greg TurnerAttempt at handling 'k' and 'B' symbols.
2002-09-16  Eric PouechAdded ability to abort on interactive symbol lookup.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.