1. 14e5252 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock by Rein Klazes · 25 years ago
  2. 02ee9dd Added launching of a debugger when unhandled exception occurs. by Eric Pouech · 25 years ago
  3. 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
  4. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  5. 5dff4fb Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by by Ian Schmidt · 25 years ago
  6. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  7. e2905ea Fixes for i18n. by Hidenori Takeshima · 25 years ago
  8. 6ec108a Moved FatalAppExit functions to win32/except.c. by Alexandre Julliard · 25 years ago
  9. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  10. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  11. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
  12. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  13. e7ee477 GetComputerNameA(): added parameter check like Win95 does. by Uwe Bonnes · 25 years ago
  14. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  15. 422a10a Fixed some debug message crashes. by Patrik Stridvall · 25 years ago
  16. 8bc6e00 Added a bit magic to CONSOLE_get_input so we don't get single Escapes by Marcus Meissner · 25 years ago
  17. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  18. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  19. 9934a8d Save and restore cursor in WriteConsoleOutputA. by Marcus Meissner · 25 years ago
  20. 5d6d501 Handle backspace correctly. by Ove Kaaven · 25 years ago
  21. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  22. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  23. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  24. 775a033 Fixed bad register constraint in InterlockedCompareExchange. by Ove Kaaven · 25 years ago
  25. d9ba02d Better error reporting. by Erez Volk · 25 years ago
  26. 81ee21d Cosmetics. by Alexandre Julliard · 25 years ago
  27. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  28. 1cc90ff Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version". by Ian Schmidt · 25 years ago
  29. fdf7127 Stubs for Get/SetProcessDefaultLayout. by Erez Volk · 25 years ago
  30. 08a1179 Made GetSystemTimeAsFileTime return value more precise. by Alexandre Julliard · 25 years ago
  31. c69a80c Compiler warnings fixed. by Niels Kristian Bech Jensen · 25 years ago
  32. be728f1 Implemented parts of _PageReserve() _PageCommit() _PageDecommit() by Peter Ganten · 25 years ago
  33. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  34. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  35. 796c0f1 Implemented VWin32 VxDCall mechanism and 2 calls. by Ian Schmidt · 25 years ago
  36. f005247 Allow for buggy apps that call the wrong VxDCall routine. by Ulrich Weigand · 25 years ago
  37. ae8342d Bugfix: Exception handlers are *not* WINAPI. by Ulrich Weigand · 25 years ago
  38. 66695dd Changed OpenDesktop stub to Win9x behavior for QuickTime 4. by Ian Schmidt · 25 years ago
  39. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  40. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  41. 526d8e9 Fixed last error code when trying to load unknown VxD with CreateFile. by Ulrich Weigand · 26 years ago
  42. 749a2c6 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents. by Guy Albertelli · 26 years ago
  43. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  44. bada25d Fixed SetLocalTime prototype. by Alexandre Julliard · 26 years ago
  45. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  46. 5910c68 Implemented SetLocalTime. by Andreas Mohr · 26 years ago
  47. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  48. beb8fab Removed async I/O support. by Alexandre Julliard · 26 years ago
  49. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  50. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  51. 40b083f Create VxD handle only for known VxDs. by Ulrich Weigand · 26 years ago
  52. db3aba2 Work-around for compiler bug. by Ulrich Weigand · 26 years ago
  53. 0fa6dad Fixed some CONTEXT86 vs. CONTEXT mismatches. by Ulrich Weigand · 26 years ago
  54. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  55. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  56. cd37906 ReadConsoleA: use ir as pointer to (req+1). by Marcus Meissner · 26 years ago
  57. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  58. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  59. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  60. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  61. 58371aa A few optimizations. by Alexandre Julliard · 26 years ago
  62. fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
  63. 874b8a3 Corrected a problem in GetTimeZoneInformation() due a change to by Rein Klazes · 26 years ago
  64. 039aa42 Return console handles in alloc_console request. by Alexandre Julliard · 26 years ago
  65. c868cd3 Fix <return> key (somehow we get a control keystate). by Marcus Meissner · 26 years ago
  66. 6d389b8 Use register functions with arguments for LogApiThk... by Ulrich Weigand · 26 years ago
  67. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  68. 4cc1b33 Implemented the Win32 debug API functions. by Alexandre Julliard · 26 years ago
  69. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  70. d30821a Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF by Ulrich Weigand · 26 years ago
  71. eec4c25 Set %ebx to point to real 16-bit stack in CBClientThunkSL. by Ulrich Weigand · 26 years ago
  72. f08b819 Some stubs for pccard vxd to debug the native shell32. by Juergen Schmied · 26 years ago
  73. cd819fe Bugfix: FT_PrologPrime was broken due to relay changes. by Ulrich Weigand · 26 years ago
  74. 0691998 Fixed a few bugs, and improved the exception macros (based on by Alexandre Julliard · 26 years ago
  75. 0a277b6 Adapted for new register functions support (ESP_reg in register by Alexandre Julliard · 26 years ago
  76. fd45627 VxDCall functions do not need to be 'register'. by Alexandre Julliard · 26 years ago
  77. 3b3ff2b Added macros and definitions for using exception inside Wine or Winelib code. by Alexandre Julliard · 26 years ago
  78. 89fae7e Moved some exception definitions to winnt.h and ntddk.h. by Alexandre Julliard · 26 years ago
  79. df8ae89 Fixed request size for alloc_console and free_console. by Alexandre Julliard · 26 years ago
  80. dd93d25 Improved exception handling. by Alexandre Julliard · 26 years ago
  81. 62de4b9 Ignore ESC[%dc reports generated by 8bit control codes. by Marcus Meissner · 26 years ago
  82. 9992081 GetMailslotInfo is supposed to check for pointer validity. by Andreas Mohr · 26 years ago
  83. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  84. 96ed828 Fixed typo. by Juergen Schmied · 26 years ago
  85. 91aaca8 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now). by Marcus Meissner · 26 years ago
  86. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  87. c53def7 Added (empty) stub for OpenVxDHandle. by Eric Pouech · 26 years ago
  88. 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
  89. 8bf29f1 SetFileAttributesA: "implemented" setting of directory flag as test of by Steffen Moeller · 26 years ago
  90. 702aec6 Added CreateIoCompletionPort stub. by Andreas Mohr · 26 years ago
  91. cb40df2 Changed "strings.h" to "string.h". by David Luyer · 26 years ago
  92. ac593bb Fixed some warnings. removed some unneccessary includes, removed one by Marcus Meissner · 26 years ago
  93. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  94. aa546ef Change GetStartupInfoA/W to return the real StartupInfo. by Peter Ganten · 26 years ago
  95. 48241e9 Implemented UTRegister and UTUnRegister. by Ulrich Weigand · 26 years ago
  96. 3f09ec5 CLIENT_WaitReply: don't clear last error on success; fixed callers by Alexandre Julliard · 26 years ago
  97. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  98. 8da55ce GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM by Ulrich Weigand · 26 years ago
  99. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  100. 34acebc Fixed a few broken includes. by Huw D M Davies · 26 years ago