1. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  2. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  3. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  4. 757e7cb Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16 by Andreas Mohr · 23 years ago
  5. 3751ff0 MS C related changes. by Patrik Stridvall · 23 years ago
  6. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  7. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  8. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  9. b0f5861 Moved heap functions to ntdll. by Alexandre Julliard · 23 years ago
  10. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  11. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  12. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  13. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  14. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  15. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  16. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  17. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  18. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  19. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  20. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  21. 71d68bb Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap. by Alexandre Julliard · 24 years ago
  22. 394e0eb Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to dlls/win32s. by Alexandre Julliard · 24 years ago
  23. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  24. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  25. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  26. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  27. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  28. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  29. ea4f831 Fixed some Solaris specific assembler problems. by Patrik Stridvall · 25 years ago
  30. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  31. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  32. 3ee1c03 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly. by Ulrich Weigand · 25 years ago
  33. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  34. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  35. 0a1645d Inhibit wraparound in comparison. by Uwe Bonnes · 26 years ago
  36. 98b5f77 Added IsBadFlatReadWritePtr16(). by Ulrich Weigand · 26 years ago
  37. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  38. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  39. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  40. 0a277b6 Adapted for new register functions support (ESP_reg in register by Alexandre Julliard · 26 years ago
  41. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  42. 284c9b9 Made SELECTOR_ReallocBlock preserve the current selector access rights by Alexandre Julliard · 26 years ago
  43. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  44. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  45. 29a96e1 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word by Uwe Bonnes · 26 years ago
  46. 90c245c Bugfix: Preserve EAX in UnMapSLFixArray(). by Ulrich Weigand · 26 years ago
  47. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  48. afda9a3 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption. by Ulrich Weigand · 26 years ago
  49. 735bec0 Clean invalid selectors on the pop %xs from the STACKFRAME itself by Marcus Meissner · 26 years ago
  50. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  51. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  52. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  53. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  54. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  55. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  56. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  57. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  58. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  59. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  60. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  61. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  62. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  63. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  64. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  65. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  66. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  67. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  68. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  69. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  70. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  71. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  72. 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
  73. 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
  74. 8cc3a5e Release 960811 by Alexandre Julliard · 29 years ago wine-960811
  75. ac9c9b0 Release 960728 by Alexandre Julliard · 29 years ago wine-960728
  76. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  77. 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
  78. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
  79. 2ace16a Release 960428 by Alexandre Julliard · 29 years ago wine-960428
  80. 329f068 Release 960414 by Alexandre Julliard · 29 years ago wine-960414
  81. 7d654eb Release 960225 by Alexandre Julliard · 29 years ago wine-960225
  82. 0c126c7 Release 960218 by Alexandre Julliard · 29 years ago wine-960218
  83. 4f8c37b Release 960114 by Alexandre Julliard · 29 years ago wine-960114
  84. d7d4fdf Release 951226 by Alexandre Julliard · 29 years ago wine-951226
  85. ade697e Release 951124 by Alexandre Julliard · 29 years ago wine-951124
  86. af0bae5 Release 951003 by Alexandre Julliard · 30 years ago wine-951003
  87. ff8331e Release 950918 by Alexandre Julliard · 30 years ago wine-950918
  88. 808cb04 Release 950817 by Alexandre Julliard · 30 years ago wine-950817
  89. e2991ea Release 950727 by Alexandre Julliard · 30 years ago wine-950727
  90. bd34d4f Release 950620 by Alexandre Julliard · 30 years ago wine-950620
  91. 2787be8 Release 950522 by Alexandre Julliard · 30 years ago wine-950522
  92. fa68b75 Release 950403 by Alexandre Julliard · 30 years ago wine-950403
  93. e2abbb1 Release 950319 by Alexandre Julliard · 30 years ago wine-950319