1. b8e7a83 Added some new dosmod communication possibilities, including by Ove Kaaven · 26 years ago
  2. a844189 Desktop window queue handling adapted. by Ulrich Weigand · 26 years ago
  3. ff35e1f Use Callout table instead of direct GetProcAddress. UserYield moved to USER. by Ulrich Weigand · 26 years ago
  4. be672fe Handle non-hardware X events correctly with native USER by Ulrich Weigand · 26 years ago
  5. ffa2c6f Reorganized PE module loading to prepare for elf-dll loader. by Ulrich Weigand · 26 years ago
  6. ad7538b Made async IO (SIGIO) stuff from WINSOCK generic useable. by Marcus Meissner · 26 years ago
  7. 3569371 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the by Ove Kaaven · 26 years ago
  8. 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
  9. 7b57b24 Adapted to CreateSystemTimer interface change. by Ulrich Weigand · 26 years ago
  10. 658e35b Warn if two .exes conflict with each other and the second does not by Marcus Meissner · 26 years ago
  11. 2aad33e LoadModule32/WinExec32 should return 16-bit hInstance/hTask. by Ulrich Weigand · 26 years ago
  12. 537772a Enhanced Win32 Console (XTERM) by Marcus Meissner · 26 years ago
  13. d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
  14. 96fc54b Warn about invalid entrypoints (created by viruses) which result in by Marcus Meissner · 26 years ago
  15. 88cb335 Move TWEAK_Init from USER to GDIInit. by Marcus Meissner · 26 years ago
  16. 373bd35 Fixed DPMI_CallRMProc (I think). by Ove Kaaven · 26 years ago
  17. 26952d7 NE_MODULE.stack_size was set to a ridiculously small value of 5. by Andreas Mohr · 26 years ago
  18. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  19. 791cd6a Added console support. by Joseph Pranevich · 26 years ago
  20. d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
  21. 586e46c Remove unnecessary check for entrypoint address (test binary was by Marcus Meissner · 26 years ago
  22. b9eab15 Implemented KERNEL.602 and stub for KERNEL.490. by Ulrich Weigand · 26 years ago
  23. 80a69b6 Moved ...Resource16 routines to loader/resource.c. by Ulrich Weigand · 26 years ago
  24. 5443a7e Implementation of PE->NE resource conversion routines (KERNEL.615-618). by Ulrich Weigand · 26 years ago
  25. 6529aa7 Bugfix: Call InitThreadInput in GetFastQueue with correct parameter by Ulrich Weigand · 26 years ago
  26. 335276a Adjust broken entrypoint addresses. (win98 notepad.exe) by Marcus Meissner · 26 years ago
  27. d0fc60a Implementation of CreateProcess32W. by Juergen Schmied · 26 years ago
  28. 0a45ada Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE by Marcus Meissner · 26 years ago
  29. 9650864 Takes print spooler functions out of win16drv. by Huw D M Davies · 26 years ago
  30. 737fa07 Small atom fixes. by Alexandre Julliard · 26 years ago
  31. 65064b9 LoadLibraryEx: show a warning when called with unimplemented parm. by Juergen Schmied · 26 years ago
  32. afac2e4 Some fixes to Wine startup/termination sequence with native USER. by Ulrich Weigand · 26 years ago
  33. e8b0274 Bugfix: really *do* switch to the initial task's stack. by Ulrich Weigand · 26 years ago
  34. 5fa740a Unified "No implementation for..." warnings. by Andreas Mohr · 26 years ago
  35. 7df1fbb Run Winelib applications as 32-bit processes in the initial task. by Ulrich Weigand · 26 years ago
  36. c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 26 years ago
  37. f63f8bc Detection of the end of imports with Characteristics 0 fail for Borland by Marcus Meissner · 26 years ago
  38. b247ab3 Ignores a couple of signals. by Ove Kaaven · 26 years ago
  39. 7f740cb Indirection for INSTR_EmulateInstruction for use by DOS code. by Ove Kaaven · 26 years ago
  40. 48325f1 Bugfix for fixup_imports: Enable checking for terminating import by Stephen Langasek · 26 years ago
  41. 12dc8e7 Bugfix: memory overwrite bug. by Ulrich Weigand · 26 years ago
  42. 75796ea Fixed bug in SwitchStackTo. by Alexandre Julliard · 26 years ago
  43. 72b2792 Fixed DOS environment passing. by Ove Kaaven · 26 years ago
  44. 28c1132 First shot at DPMI realmode calls. by Ove Kaaven · 26 years ago
  45. ebc543c Fixed several bugs with DLL initialization. by Ulrich Weigand · 26 years ago
  46. 2958416 Take virtual sizes in account for the total vma size. by Marcus Meissner · 26 years ago
  47. 8163465 Added indirection for ctx_debug to the DOS loader, so Winelib works again. by Ove Kaaven · 26 years ago
  48. 92c8178 Added debugging output. by Alex Korobka · 26 years ago
  49. 1e1cf48 Compile fix for Solaris. by Patrik Stridvall · 26 years ago
  50. 73d6c13 Renamed all LPIMAGE_* types to PIMAGE_*. by Uwe Bonnes · 26 years ago
  51. a3527cf Implemented new PE DLL initalization code, trying to call the by Ulrich Weigand · 26 years ago
  52. 2e244c4 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32. by Ulrich Weigand · 26 years ago
  53. e6c12ee Yet another small self-loader fix. by Andreas Mohr · 26 years ago
  54. c289be7 Cosmetics. by Juergen Schmied · 26 years ago
  55. d235b13 GetModuleFileName32A() returns long filename if app sets osversion >= by Alexander Larsson · 26 years ago
  56. 7dc3c60 Moved some system dependencies to loader/dos/dosvm.c. Implemented by Ove Kaaven · 26 years ago
  57. 8220bc9 Generic dynamic dll loader using dl*() API. by Marcus Meissner · 26 years ago
  58. c0d52e0 Initial revision by Alexandre Julliard · 27 years ago
  59. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  60. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  61. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  62. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  63. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  64. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  65. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  66. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  67. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  68. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  69. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  70. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  71. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  72. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  73. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  74. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  75. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  76. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  77. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  78. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  79. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  80. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  81. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  82. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  83. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  84. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  85. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  86. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  87. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  88. 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
  89. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  90. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  91. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  92. 889f742 Release 970415 by Alexandre Julliard · 28 years ago wine-970415
  93. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  94. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  95. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  96. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  97. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  98. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  99. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  100. 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222