1. 68c78e7 Corrected operand sizes for the "enter" instruction. by Rein Klazes · 25 years ago
  2. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  3. 88354d9 Added missing include. by Marcus Meissner · 25 years ago
  4. a88cae1 Allow loading of modules debug information after first invocation of debugger. by Eric Pouech · 25 years ago
  5. 3723c2c Bugfix: Perform proper process shutdown on 'quit' and error. by Ulrich Weigand · 25 years ago
  6. 1427343 Fixed potential crash in string variable printing. by Eric Pouech · 25 years ago
  7. 233cb06 Bugfix: (E)IP-relative offsets depend on operand, not address, size. by Ulrich Weigand · 26 years ago
  8. dfd69a3 Fixed crash. by Eric Pouech · 26 years ago
  9. 99b1513 Really do a silent backtrace when requested. by Eric Pouech · 26 years ago
  10. 9bd9b82 Do not set the address if the symbol is still tagged INVALID. by Eric Pouech · 26 years ago
  11. 28fffb7 Added support for N_BINCL and N_EINCL instructions. by Eric Pouech · 26 years ago
  12. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  13. 478eee1 Eliminated warnings. by Patrik Stridvall · 26 years ago
  14. 95049ed Added utility function to invoke external debugger. by Kevin Holbrook · 26 years ago
  15. 0076135 Avoid crashing on a bad symbol address of 0x0000. by Kevin Holbrook · 26 years ago
  16. 021bd85 Make it possible to compile with GNU C's -I- option. by Patrik Stridvall · 26 years ago
  17. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  18. d47cdaf Bugfix: Grp8 instructions have *byte* BitOffset operand. by Ulrich Weigand · 26 years ago
  19. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  20. 719f308 Fix (well kludge around) FreeBSD's `Invalid address' errors. by Juergen Lock · 26 years ago
  21. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  22. 410ae4f Debugger is now called by exception handling. by Alexandre Julliard · 26 years ago
  23. 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
  24. 0e65b38 Add new "walk" command options to list processes and modref's. by Guy Albertelli · 26 years ago
  25. e22a4e5 Changed K&R C function definition to ANSI C. by Patrik Stridvall · 26 years ago
  26. 1fe9eb1 Make it possible to link Wine statically (at least on RedHat 6.0). by Pavel Roskin · 26 years ago
  27. 3b50d21 Fixed a few typos. by Eric Pouech · 26 years ago
  28. cb0f1a9 Check when backtracking the stack if frames are correct (readable). by Eric Pouech · 26 years ago
  29. 2c419ac Don't freeze other thread while it may hold the X critical section. by Ulrich Weigand · 26 years ago
  30. 5a1bf8f Added support for FreeBSD 3.0 to DEBUG_checkmap_bad(). by Marcus Meissner · 26 years ago
  31. 42751a3 Made "Wine-dbg>set *seg:off = val" work (previously only by Ove Kaaven · 26 years ago
  32. b6ca7a5 Fixed off-by-one bug in memory access check. by Ove Kaaven · 26 years ago
  33. c6c0483 Fixed a couple of bugs (silent backtrace not totally silent, crashes by Ove Kaaven · 26 years ago
  34. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
  35. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  36. b4a5db5 Improved Wine debugger backtrace. New features: by Ove Kaaven · 26 years ago
  37. cdd3a52 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80 chars. by Uwe Bonnes · 26 years ago
  38. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  39. dda17c6 Added a possibility to let the internal debugger use a separate by Ove Kaaven · 26 years ago
  40. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  41. 2a8c5da Use CLIENT_DebuggerRequest to freeze/unfreeze threads. by Ulrich Weigand · 26 years ago
  42. 15ca6c4 Prevent crash in debugger. by Eric Pouech · 26 years ago
  43. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  44. 833f3ae Abort on input error. by Alexandre Julliard · 26 years ago
  45. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  46. 006efb3 Buffer size bug in LocateDebugInfoFile. by Sergey Turchanov · 26 years ago
  47. b0d52b0 More include optimizations. by Marcus Meissner · 26 years ago
  48. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  49. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  50. 761e314 Fixed backtrack issue on 16bit code. by Eric Pouech · 26 years ago
  51. 2820592 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!) by Eric Pouech · 26 years ago
  52. b151865 Fixed comment for Wine documentation. by Eric Pouech · 26 years ago
  53. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  54. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  55. 5ef8b17 Fixed a few #ifdefs. by Brian Joseph Czapiga · 26 years ago
  56. 3635880 Implemented better output for indirect calls. by Juergen Schmied · 26 years ago
  57. b178207 Added possibility to load .stabs/.stabstr sections from PE dlls. by Marcus Meissner · 26 years ago
  58. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  59. 2c3d07f Implemented the symbolfile command (as mentioned by the help by NF Stevens · 26 years ago
  60. 35dd387 Fixed typo in type (removed quite a few warnings). by Eric Pouech · 26 years ago
  61. d72e2de Fixed source line matching for functions in DEBUG_ProcessCoffDebug; by Sergey Turchanov · 26 years ago
  62. c508772 Fix for files which do not contain exports (fg, EXE) to get processed by Sergey Turchanov · 26 years ago
  63. 40c11eb Allow switching off/on of debugmsgs in the debugger. by Marcus Meissner · 26 years ago
  64. 592ba10 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and by Marcus Meissner · 26 years ago
  65. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  66. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  67. ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
  68. 50629f0 Changed db_task_printsym to always print a full address, no matter by Alexandre Julliard · 26 years ago
  69. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  70. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  71. eee1ddc Made variables optimized into registers accessible. by Ove Kaaven · 26 years ago
  72. b9aa7c9 Bugfix: -debug didn't work anymore after the last startup sequence patch. by Ulrich Weigand · 26 years ago
  73. 241c730 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the by François Gouget · 26 years ago
  74. 73d6c13 Renamed all LPIMAGE_* types to PIMAGE_*. by Uwe Bonnes · 26 years ago
  75. fd31468 Don't print name for 32 bit lib multiple times. by Uwe Bonnes · 26 years ago
  76. 69df371 Made Wine's debugger work satisfactorily with DOS apps. by Ove Kaaven · 26 years ago
  77. 7e5b3b3 Added a memset() to prevent a debugger segfault caused by by Ove Kaaven · 26 years ago
  78. c0d52e0 Initial revision by Alexandre Julliard · 27 years ago
  79. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  80. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  81. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  82. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  83. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  84. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  85. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  86. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  87. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  88. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  89. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  90. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  91. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  92. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  93. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  94. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  95. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  96. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  97. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  98. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  99. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  100. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525