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