Fix messages sent when right-clicking in a blank (non-item) area of a
[wine] / dlls / ntdll /
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>.
2000-06-23  Dave HawkesException handling for SIGFPE must always clear the...
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-06-01  Juergen SchmiedStub for RtlConvertSidToUnicodeString.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-04-13  Andreas MohrStub for NtAllocateUuids.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-03-04  Dan ScottFixed typos in _alldiv() and _allmul().
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Dmitry TimoshkovDo not overwrite the valid ObjectAttributes->RootDirectory.
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-27  Juergen SchmiedSmall fix.
2000-01-26  Alexandre JulliardDon't crash when ObjectAttributes is NULL.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-05  Adam SacarnyFix for compilers that don't support 'long long' (From...
2000-01-04  Andreas MohrAdded spec entry for _itoa.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-10  Marcus MeissnerAdded NtPowerInformation stub.
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-25  Juergen LockSet/use fs/gs from the sigcontext struct, the correspon...
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-13  Ulrich WeigandMoved GET_IP macro to winnt.h
1999-11-12  Ulrich WeigandAdded signal handling for SPARC / Solaris.
1999-11-10  Ulrich Weigand(Preliminary) CONTEXT structure for SPARC added.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Patrik StridvallSolaris compile fix.
1999-10-23  Gerard PatelReorder parameters to fix position of base reg relative...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-28  Alexandre JulliardSupport TRAP_sig for FreeBSD (with the help of Juergen...
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-22  Juergen SchmiedDo not set EH_NONCONTINUABLE.
1999-09-03  Juergen LockFix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-08  Alexandre JulliardReimplemented multi-byte and wide-chars functions to...
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardMoved signal handling to exception.c, generate exceptio...
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
next