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