1. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  2. a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
  3. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  4. 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
  5. a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
  6. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  7. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  8. c43b5c8 Some fixes for compiling on Sparc. by Warren Baird · 23 years ago
  9. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  10. 23d4aab Fixed handling of a dll being loaded at the same address as a previous one. by Dmitry Timoshkov · 23 years ago
  11. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  12. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  13. eb9a863 Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs by Alexandre Julliard · 23 years ago
  14. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  15. 0249fcd SNOOP_DoReturn: remove redundant printing of tid. by Uwe Bonnes · 24 years ago
  16. 574a10e SNOOP_GetProcAddress: don't touch already initialized fun-entries. by Uwe Bonnes · 24 years ago
  17. 9abd553 Make snoop code take ordinal base into account. by Andreas Mohr · 24 years ago
  18. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  19. 6d257f5 Display thread id instead of %fs in snoop trace. by Dmitry Timoshkov · 24 years ago
  20. bae8af2 Make snoop specific case insensitive. by Lawson Whitney · 24 years ago
  21. 9a07b16 Silence silly error messages. by Ulrich Weigand · 24 years ago
  22. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  23. 85d666a Use __ASM_GLOBAL_FUNC directly in i386-only code. by Alexandre Julliard · 24 years ago
  24. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  25. f649dd6 Don't test !HIWORD values for pointerness. by Marcus Meissner · 24 years ago
  26. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  27. 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
  28. a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 24 years ago
  29. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  30. 2826f57 Catch EXCEPTION_PRIV_INSTRUCTION exception too. by Rein Klazes · 25 years ago
  31. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  32. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  33. 2352cf7 Avoid calling the exception handler in some cases. by Juergen Schmied · 25 years ago
  34. d1297c4 Fix for compiler warning (due to setjmp/longjmp being used for by James Abbatiello · 25 years ago
  35. e82e7d9 Use "CALL" and "RET" in capital letters for distinction. by Uwe Bonnes · 25 years ago
  36. 69277bb SNOOP_PrintArg: replaced IsBad* functions by exception handler. by Uwe Bonnes · 25 years ago
  37. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  38. 1758f2d Misc. fixes for compiler warnings. by James Abbatiello · 25 years ago
  39. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  40. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  41. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  42. e73b8b8 Wrapped some strings in a debugstr_* call. by Francois Gouget · 25 years ago
  43. 6ca85a5 Bugfix: relay/snoop debugging was broken by last patch ... by Ulrich Weigand · 25 years ago
  44. 43a98a6 Added missing WINAPI attribute to two forward declarations. by Rein Klazes · 25 years ago
  45. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  46. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  47. 3742d77 Fixes for non-i386 compiling. by Alexandre Julliard · 26 years ago
  48. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  49. 06b9789 Win32 register functions can now have arguments. by Alexandre Julliard · 26 years ago
  50. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  51. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  52. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 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. 8c8a3a5 A few non-x86 Winelib fixes. by Gavriel State · 26 years ago
  56. 30c112e Speed up relay32, snoop16 and snoop32 include/excludes by doing them by Marcus Meissner · 26 years ago
  57. 4178629 Should display again. by Marcus Meissner · 26 years ago
  58. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  59. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  60. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  61. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  62. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614