1. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  2. 909eff9 Added support for Unicode applications in winebuild. by Alexandre Julliard · 24 years ago
  3. 32eeb85 Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile(). by Eric Kohl · 24 years ago
  4. 361943a Implemented RtlAcquirePebLock and RtlReleasePebLock. by Alexandre Julliard · 24 years ago
  5. 84f91bd Removed no longer used elfdll loader. by Alexandre Julliard · 24 years ago
  6. 48d0c5f Authors: Andrew Lewycky <andrew@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 24 years ago
  7. 664485e Return a maximum registry size of 32 MB in NtQuerySystemInformation. by James Juran · 24 years ago
  8. 633293f Build the debugger as a .so. by Alexandre Julliard · 24 years ago
  9. e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
  10. 697bf65 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  11. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  12. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  13. 42a7320 Export the wine server functions from ntdll. by Alexandre Julliard · 24 years ago
  14. 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
  15. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  16. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  17. 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
  18. 39b3195 Added entry point flags -noimport, -norelay, -ret64 and -i386. by Alexandre Julliard · 24 years ago
  19. dfd3d4a Moved GET_IP out of winnt.h. by Alexandre Julliard · 24 years ago
  20. 024d6c5 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  21. d5c40bb NTDLL__CIpow returns double, not LONG. by Jon Griffiths · 24 years ago
  22. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  23. 5580fb7 Added pow() forward. by Marcus Meissner · 24 years ago
  24. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  25. 864dc59 Use variable argument macros when compiling with gcc. by Dimitrie O. Paun · 24 years ago
  26. 70098f6 Don't link libwine_unicode into all dlls. by Alexandre Julliard · 24 years ago
  27. b1e7028 Added __wine_get_main_args to retrieve command-line arguments for the by Alexandre Julliard · 24 years ago
  28. 94613ab New debug channel mechanism allowing decentralized channel declarations. by Alexandre Julliard · 24 years ago
  29. ddcc85e Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with by Andreas Mohr · 24 years ago
  30. 2fa4f76 Build ntdll as a real dll, including everything that was previously in by Alexandre Julliard · 24 years ago
  31. 650ba4d Move inline and static to the beginning of declarations. by Joerg Mayer · 24 years ago
  32. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  33. 5df1101 Fixed typo due to merge error. by Alexandre Julliard · 24 years ago
  34. bcb40b3 Fixed a few prototypes. by Alexandre Julliard · 24 years ago
  35. 27952ef Added a few more large integer functions. by Alexandre Julliard · 24 years ago
  36. 6e843d7 Make reg the default output chanel. by Uwe Bonnes · 24 years ago
  37. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 25 years ago
  38. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  39. d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 25 years ago
  40. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
  41. cc9cfdf Removed a few dependencies on kernel32 functions. by Alexandre Julliard · 25 years ago
  42. baa1556 Moved critical section implementation to ntdll. by Alexandre Julliard · 25 years ago
  43. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  44. b59627c Added support for exception handling while in vm86 mode. by Alexandre Julliard · 25 years ago
  45. 45b2c86 Added preliminary support for switching to vm86 mode with proper by Alexandre Julliard · 25 years ago
  46. 4b15574 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection. by Alexandre Julliard · 25 years ago
  47. 6e740b5 Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
  48. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  49. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  50. f9087e2 Simplified root key handling now that the server supports a real root by Alexandre Julliard · 25 years ago
  51. 4648728 Fixed debugstr_as/us prototypes. by Alexandre Julliard · 25 years ago
  52. 3496556 - made the MIDI sequencer error message much better for confused users by Andreas Mohr · 25 years ago
  53. d2f8bf6 Fixed Rtl* string functions for proper MBCS/codepage support. Added a by Alexandre Julliard · 25 years ago
  54. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  55. c97bb4c Added Unicode ctype support. by Alexandre Julliard · 25 years ago
  56. a007f33 Moved a few non-standard headers into their respective dlls. by Alexandre Julliard · 25 years ago
  57. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  58. 0aa6cc2 Removed a few external dependencies from ntdll. by Alexandre Julliard · 25 years ago
  59. cd770ea Temporarily moved advapi32 registry support back into libwine.so, and by Alexandre Julliard · 25 years ago
  60. 9b2060a Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using by Ove Kaaven · 25 years ago
  61. 12298c5 Return "no debugger attached" in NtQueryInformationProcess to satisfy by Marcus Meissner · 25 years ago
  62. e384fa6 Added missing #include <math.h>. by Gerald Pfeifer · 25 years ago
  63. 52b6bd9 Exception handling for SIGFPE must always clear the FPU interrupt status. by Dave Hawkes · 25 years ago
  64. 4f356e8 Moved shared crtdll/ntdll functions into ntdll. Made crtdll a separate dll. by Alexandre Julliard · 25 years ago
  65. 5ea2247 Use the Unicode string functions from wine/unicode.h instead of the crtdll ones. by Alexandre Julliard · 25 years ago
  66. 261abcd Reimplemented Unicode case mapping in a slightly more efficient way. by Alexandre Julliard · 25 years ago
  67. 0072c88 Implement NTDLL.towupper and NTDLL.towlower using already existing by Dmitry Timoshkov · 25 years ago
  68. 42cc2bd Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE by Alexandre Julliard · 25 years ago
  69. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  70. cfeb6af Stub for RtlConvertSidToUnicodeString. by Juergen Schmied · 25 years ago
  71. f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  72. 0045def Fixed signal stack handling on Linux when sigaltstack is available. by Alexandre Julliard · 25 years ago
  73. 51f6aeb Implemented guard pages and stack overflow exceptions. by Alexandre Julliard · 25 years ago
  74. e529d36 Stub for NtAllocateUuids. by Andreas Mohr · 25 years ago
  75. fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  76. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  77. d628f43 Fixed some ANSI C violations. by Patrik Stridvall · 25 years ago
  78. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  79. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
  80. 7d0dd5f Added DbgBreakPoint. Fixed exception record contents on SIGTRAP. by Alexandre Julliard · 25 years ago
  81. 4d8d8b5 Fixed typos in _alldiv() and _allmul(). by Dan Scott · 25 years ago
  82. 9f50d04 Fixed definition of the RtlMemory functions. Use macros internally and by Juergen Schmied · 25 years ago
  83. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  84. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  85. 6fdfd53 Do not overwrite the valid ObjectAttributes->RootDirectory. by Dmitry Timoshkov · 25 years ago
  86. 63e8bd5 Added stub for RtlAssert(). by Andreas Mohr · 25 years ago
  87. 53ec9f3 Implemented isw*() wctype.h functions. by David Howells · 25 years ago
  88. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  89. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  90. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  91. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  92. 6a9f190 Small fix. by Juergen Schmied · 25 years ago
  93. fee65e4 Don't crash when ObjectAttributes is NULL. by Alexandre Julliard · 25 years ago
  94. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  95. 2646fb6 Built a complete translation table for RtlNtStatusToDosError. by Alexandre Julliard · 25 years ago
  96. 02d45e5 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*, by Juergen Schmied · 25 years ago
  97. d2304aa Fix for compilers that don't support 'long long' (From Ove Kaaven). by Adam Sacarny · 25 years ago
  98. 06b3475 Added spec entry for _itoa. by Andreas Mohr · 25 years ago
  99. 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
  100. 044db46 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose. Small fixes. by Juergen Schmied · 25 years ago