1. 949e065 Only print the trace header when we are at the beginning of a new by Alexandre Julliard · 22 years ago
  2. ac13d2f Print thread ids in traces with only 4 digits now that they are small integers. by Alexandre Julliard · 22 years ago
  3. 78ff676 Added wine_dbg_sprintf function that allocates a temporary buffer in by Alexandre Julliard · 22 years ago
  4. 737d4be Move excpt.h out of include/msvcrt/ as it does not conflict with any by Dimitrie O. Paun · 22 years ago
  5. ac2a662 Reduce the maximum length of debug strings to 80 characters. by Huw Davies · 22 years ago
  6. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  7. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  8. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  9. 84555cc Generate the __ASM_NAME and __ASM_FUNC macros directly from by Alexandre Julliard · 23 years ago
  10. 3538914 Export the debug API as functions instead of pointers. by Alexandre Julliard · 23 years ago
  11. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  12. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  13. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  14. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  15. 7aa67c1 Make the Wine trace facilities accessible from Winelib applications. by Francois Gouget · 23 years ago
  16. c77c4df Allocate debug_info structure at the same time as the TEB. by Alexandre Julliard · 23 years ago
  17. b0f5861 Moved heap functions to ntdll. by Alexandre Julliard · 23 years ago
  18. 6ca71d3 Avoid crashing on non-initialized debug info. by Alexandre Julliard · 23 years ago
  19. 42a074d Relay tracing would crash if it came upon a function call with an by Johan Gill · 23 years ago
  20. 26af822 More descriptive error on buffer overflow. by Andreas Mohr · 24 years ago
  21. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  22. 4fb9c09 Limit output for certain text functions. by Andreas Mohr · 24 years ago
  23. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  24. 2f7292c Increase debug buffer size up to 1024 bytes. by Dmitry Timoshkov · 24 years ago
  25. 508c4d9 Assert on output buffer overflow. by Chris Morgan · 24 years ago
  26. 58c58c5 Fixed debug routines to work before the process heap is created. by Alexandre Julliard · 24 years ago
  27. 024d6c5 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  28. 864dc59 Use variable argument macros when compiling with gcc. by Dimitrie O. Paun · 24 years ago
  29. 94613ab New debug channel mechanism allowing decentralized channel declarations. by Alexandre Julliard · 24 years ago