1. d210bc8 Small cleanup. by Alexandre Julliard · 22 years ago
  2. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  3. 5fbb446 Moved most of the 16-bit task support and NE module loader to dlls/kernel. by Alexandre Julliard · 22 years ago
  4. e827269 Migrate create/open file functions to winedos. by Jukka Heinonen · 22 years ago
  5. 4cbc69a Move get current directory and set current directory int21 by Jukka Heinonen · 22 years ago
  6. f07dfff Migrate most int21 ioctl routines to winedos. by Jukka Heinonen · 22 years ago
  7. c646408 Move get current drive int21 function to winedos. by Jukka Heinonen · 22 years ago
  8. 013f894 Moved dosconf.c to winedos. by Jukka Heinonen · 22 years ago
  9. 6f6eb82 Add prototype for GetCompressedFileSize. Move some int21 functions to by Jukka Heinonen · 22 years ago
  10. d76a16e Fix two comparisons between a 32 bit register with a 16 bit error code. by Rein Klazes · 22 years ago
  11. 2918ee6 Move decoding of long file name functions to winedos. by Jukka Heinonen · 22 years ago
  12. 54f377c Move resize memory block to winedos and make it resize in place and by Jukka Heinonen · 22 years ago
  13. 101f91d Reorganize IOCTL handling. by Jukka Heinonen · 22 years ago
  14. 8e8518d Fix buffered input function. Add support for UMB subfunctions to by Jukka Heinonen · 22 years ago
  15. f92c8ca Return scancode when extended keycodes are read using console input by Jukka Heinonen · 22 years ago
  16. f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
  17. 66b29b2 Return number of bytes written when writing to DOS console using int21 by Jukka Heinonen · 22 years ago
  18. be1c6de Move int21 country information handling to winedos. by Jukka Heinonen · 22 years ago
  19. 1cfc850 Move int08 stub and LOL to upper memory. Move simple int21 functions to winedos. by Jukka Heinonen · 22 years ago
  20. 8e266a6 Fixed error checking in file creation and closing. by Andreas Mohr · 22 years ago
  21. 2ec8b71 Clean up int21 handling. Move error handling to winedos. by Jukka Heinonen · 22 years ago
  22. 7421425 Rename old DOS3Call as INT_Int21Handler and make new DOS3Call call by Jukka Heinonen · 22 years ago
  23. 1a66505 Removed last users of msdos/interrupts.c. by Jukka Heinonen · 22 years ago
  24. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  25. 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
  26. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  27. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  28. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  29. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  30. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  31. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  32. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  33. 4895768 Link to the curses library only for the dlls that need it. by Alexandre Julliard · 23 years ago
  34. 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
  35. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  36. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  37. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  38. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  39. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  40. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  41. 82b517d Implemented the int21 LFN rename file function. by Andreas Mohr · 24 years ago
  42. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  43. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  44. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  45. bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
  46. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  47. 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
  48. 7c4bee5 Implemented DOS INT21 AH=4B (EXEC). by Ove Kaaven · 24 years ago
  49. 866c588 Added DOS int 21h function 4452h support (DR-DOS version check). by Peter Hawkins · 24 years ago
  50. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  51. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  52. 9f5ef0b Make direct console input routines go through int16, rather than by Ove Kaaven · 25 years ago
  53. 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
  54. 0a116b8 Just get DOS task structure from MZ_Current(), instead of (clumsily) by Ove Kaaven · 25 years ago
  55. 5890c09 Use GetSystemDefaultLangID() instead of WINE_LanguageId. by Dmitry Timoshkov · 25 years ago
  56. 984f3d9 Implemented int 0x21 long file name function 0x71a0: Get Volume Info. by Andreas Mohr · 25 years ago
  57. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  58. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  59. 21c04b9 Implemented FAT32 function 7302 (Get Extended DPB). by Ian Schmidt · 25 years ago
  60. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  61. 4eb4380 Removed superfluous #include statements for header files included twice. by Niels Kristian Bech Jensen · 25 years ago
  62. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  63. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  64. d87a8ab Replicate CreateDirectory() LastError workaround for the LFN part. by Marcus Meissner · 25 years ago
  65. 26e1653 Implemented uppercasing functions (based on a patch by Robert by Alexandre Julliard · 26 years ago
  66. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  67. 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  68. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  69. 59c8273 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate by Ove Kaaven · 26 years ago
  70. 07d2a78 Moved DOS List of Lists initialization, and added the beginnings of by Ove Kaaven · 26 years ago
  71. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  72. e6f0b72 Added IOCTL function 0x440d/0x72. by Bertho Stultiens · 26 years ago
  73. d5240f1 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr). by Alexandre Julliard · 26 years ago
  74. ad2ffe5 Cosmetics. by Andreas Mohr · 26 years ago
  75. d203759 Fixed/implemented various interrupt functions. by Jess Haas · 26 years ago
  76. 8f2fd39 Fully implemented Direct Console Input. by Ove Kaaven · 26 years ago
  77. 412d025 Changed CreateDirectory LastError returns to match Win32 (found out by by Marcus Meissner · 26 years ago
  78. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  79. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  80. 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
  81. 17a9e34 Added missing includes (the PSP handling was incorrect, as the by Ove Kaaven · 26 years ago
  82. a63458d Some interrupt enhancements. by Andreas Mohr · 26 years ago
  83. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  84. 9acfc0e Clear DOS extended error only for funcs >=0x2f (thanks to Dave Pickles). by Ove Kaaven · 26 years ago
  85. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  86. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  87. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  88. cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
  89. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  90. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  91. 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
  92. 9f8a529 File handle bug fix. by Stefan Leichter · 26 years ago
  93. 1c1be3a Call the new console driver for some routines. This is not completely by Joseph Pranevich · 26 years ago
  94. 7129d9f Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit by Ulrich Weigand · 26 years ago
  95. 8f4252d Added INT21_ParseFileNameIntoFCB() and some other things to get by Andreas Mohr · 26 years ago
  96. a01bab7 Made this file DOSMOD friendly. by Andreas Mohr · 26 years ago
  97. 0be3963 Terminate and Stay Resident now a fixme because it shouldn't be a by Joseph Pranevich · 26 years ago
  98. c6e16c3 I think it's time to rethink the HFILE16_TO_HFILE32 strategy, by Ove Kaaven · 26 years ago
  99. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  100. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913