Moved server.h to include/wine.
[wine] / dlls / ntdll /
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-17  Andreas MohrMore descriptive error on buffer overflow.
2001-07-14  Patrik StridvallFixed issue found by winapi_check.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-08  Patrik StridvallFixed issues found by winapi_check.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-25  Alexandre JulliardDon't compile vm86-specific code on platforms that...
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-06-08  Andreas MohrLimit output for certain text functions.
2001-05-09  Bang Jun-YoungDo not use internal exception codes defined by Wine...
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-16  Ove KaavenImplemented _wtoi and _wtol.
2001-04-16  Ove KaavenHandle the %f case in wsprintf.
2001-04-10  Alexandre JulliardFixed handling of \\Registry prefix.
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-03-21  Dmitry TimoshkovIncrease debug buffer size up to 1024 bytes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-16  Chris MorganAssert on output buffer overflow.
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-22  James JuranUse int instead of WCHAR in va_arg() (fixes gcc-current...
2001-01-22  Jon GriffithsMade SpinCount FIXME into a TRACE.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-15  Alexandre JulliardUpdated debug channels.
2001-01-11  Ulrich WeigandAdded missing prototypes to avoid compile warnings...
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Ove KaavenFixed small race condition between vm86_enter() and...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-22  Joerg MayerAdd %fs info to the critical section timeout message.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-20  Alexandre JulliardFixed debug routines to work before the process heap...
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-13  Eric KohlImplemented _ultow() and export [Nt/Zw]QueryVolumeInfor...
2000-12-11  Alexandre JulliardImplemented RtlAcquirePebLock and RtlReleasePebLock.
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-07  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Ove...
2000-12-06  James JuranReturn a maximum registry size of 32 MB in NtQuerySyste...
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-25  Jon GriffithsNTDLL__CIpow returns double, not LONG.
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-25  Marcus MeissnerAdded pow() forward.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-01  Andreas MohrChanged NtQueryInformationToken() to fill out a valid...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-26  Alexandre JulliardFixed typo due to merge error.
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-13  Uwe BonnesMake reg the default output chanel.
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-29  Alexandre JulliardRemoved a few dependencies on kernel32 functions.
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-09-18  Alexandre JulliardAdded preliminary support for switching to vm86 mode...
2000-09-10  Alexandre JulliardImplemented RtlpWaitForCriticalSection and RtlpUnWaitCr...
2000-09-04  Patrik StridvallFixed some issues found by winapi_check.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-26  Alexandre JulliardSimplified root key handling now that the server suppor...
2000-08-26  Alexandre JulliardFixed debugstr_as/us prototypes.
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-25  Alexandre JulliardFixed Rtl* string functions for proper MBCS/codepage...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-06-25  Marcus MeissnerReturn "no debugger attached" in NtQueryInformationProc...
2000-06-24  Gerald PfeiferAdded missing #include <math.h>.
next