1. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  2. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  3. 7bed696 Updates and error message improvements. by Andreas Mohr · 24 years ago
  4. 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
  5. 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
  6. 23fbf4a Don't call Dosvm functions when Dosvm isn't initialized. by Uwe Bonnes · 24 years ago
  7. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  8. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  9. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  10. cf735f7 Don't claim the parport for exclusive access and release the port by Uwe Bonnes · 24 years ago
  11. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  12. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  13. 6509fa9 Added /dev/parport support for direct port access. by Uwe Bonnes · 24 years ago
  14. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  15. da1a284 Made DOS VGA display again with last months DDRAW updates. by Marcus Meissner · 24 years ago
  16. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  17. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  18. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  19. 1af1c67 Don't call strtok twice if it failed the first time. by Alexandre Julliard · 24 years ago
  20. 82b517d Implemented the int21 LFN rename file function. by Andreas Mohr · 24 years ago
  21. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  22. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  23. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  24. c583b68 We must cast the return value of GetProcAddress. by François Gouget · 24 years ago
  25. d6c0f9f Authors: Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 24 years ago
  26. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  27. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  28. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  29. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  30. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  31. bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
  32. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  33. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  34. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  35. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  36. 7afce0e Moved the few remaining functions in wprocs.dll to kernel.dll. by Alexandre Julliard · 24 years ago
  37. 1ed5577 Don't include windows.h internally. by Patrik Stridvall · 24 years ago
  38. e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
  39. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  40. 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
  41. 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
  42. a59324d Cosmetics. by Andreas Mohr · 24 years ago
  43. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  44. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  45. 693c531 When a Win16 app sets a selector base to low DOS memory, make sure low by Ove Kaaven · 24 years ago
  46. f39a69a Use the virtual real-mode interrupt table if low DOS memory isn't mapped. by Ove Kaaven · 24 years ago
  47. b27ee9b Reorganized DOS memory remapping slightly, so that the real-mode by Ove Kaaven · 24 years ago
  48. eff75a3 Added missing #include <sys/types.h>. by Gerald Pfeifer · 24 years ago
  49. 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
  50. 588ee35 Always open/close the CD-ROM device for every Windows API CD-ROM access. by Andreas Mohr · 24 years ago
  51. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  52. 7c4bee5 Implemented DOS INT21 AH=4B (EXEC). by Ove Kaaven · 24 years ago
  53. 80fc23a Set selector 0000H base to 0xf0000 until the first 64K are unprotected. by Alexandre Julliard · 24 years ago
  54. 866c588 Added DOS int 21h function 4452h support (DR-DOS version check). by Peter Hawkins · 24 years ago
  55. 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
  56. 97b9009 Removed dependency on globals LPT[] and COM{}. by Mike McCormack · 24 years ago
  57. 744134e Replace null bytes by spaces in WriteConsoleOutputA call. by Andreas Mohr · 24 years ago
  58. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
  59. ab170a9 Fixed a few non portable zero-size array declarations. by Alexandre Julliard · 24 years ago
  60. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 24 years ago
  61. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 24 years ago
  62. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 24 years ago
  63. 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago
  64. 5f150ba Stub support for int2f/ax=1684/bx=0027 (VXDLDR). by James Abbatiello · 25 years ago
  65. 217a682 Minor cosmetic changes. by Andreas Mohr · 25 years ago
  66. 9ad9e65 Fixes for reading latched values with ports 0x40-0x43. by James Abbatiello · 25 years ago
  67. c0b2b9e Stubbed INT 15 function 84h. by Chris Morgan · 25 years ago
  68. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  69. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  70. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  71. 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
  72. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  73. 15467bf Moved MulDiv() and VGA routines out of GDI. by Alexandre Julliard · 25 years ago
  74. 660b510 Removed DOS task fields from the NE_MODULE structure. by Ove Kaaven · 25 years ago
  75. 6200a48 Fixed a few problems. by Ove Kaaven · 25 years ago
  76. 2325ee4 Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32 by Ove Kaaven · 25 years ago
  77. e3b353e Removed hModule parameter from MZ_AllocDPMITask(), and renamed by Ove Kaaven · 25 years ago
  78. e6d8768 Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and by Ove Kaaven · 25 years ago
  79. bf5ceb9 Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead by Ove Kaaven · 25 years ago
  80. 9f5ef0b Make direct console input routines go through int16, rather than by Ove Kaaven · 25 years ago
  81. a9c19f0 Let Int09 routines remember a keystroke's ASCII code, if available. by Ove Kaaven · 25 years ago
  82. eba5752 Added some int33 function stubs. by Ove Kaaven · 25 years ago
  83. aeb9c4e Changed a few core int10 routines to use the BIOS data segment cursor by Ove Kaaven · 25 years ago
  84. 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
  85. 0a116b8 Just get DOS task structure from MZ_Current(), instead of (clumsily) by Ove Kaaven · 25 years ago
  86. 3939b6d Make a global asm helper function to handle 32-bit RMCB calls, so we by Ove Kaaven · 25 years ago
  87. 83f6508 Avoid clobbering %ebx. by Alexandre Julliard · 25 years ago
  88. 3084b58 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new by Andreas Mohr · 25 years ago
  89. b30b0e7 Use lcall opcodes, so all gas-es understand it... by Ove Kaaven · 25 years ago
  90. e58bd1b Make int16 read from the BIOS keyboard buffer, not directly from the by Ove Kaaven · 25 years ago
  91. 0e823c5 Fixed broken assembler. Removed support for old protected-mode hack by Ove Kaaven · 25 years ago
  92. 9b2060a Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using by Ove Kaaven · 25 years ago
  93. 5890c09 Use GetSystemDefaultLangID() instead of WINE_LanguageId. by Dmitry Timoshkov · 25 years ago
  94. c94e086 Fixed some warnings. by Patrik Stridvall · 25 years ago
  95. 0121ac1 Removed mis-aligned accesses during BIOS/DOS data initialization. by Ulrich Weigand · 25 years ago
  96. 330cd69 Fixed some warnings. by Patrik Stridvall · 25 years ago
  97. 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
  98. de30490 Delay initialization of I/O permissions until they are first used. by Alexandre Julliard · 25 years ago
  99. 984f3d9 Implemented int 0x21 long file name function 0x71a0: Get Volume Info. by Andreas Mohr · 25 years ago
  100. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago