Moved 16-bit calls initialization and exception handling to kernel32.
[wine] / dlls / ntdll / exception.c
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-02-18  Alexandre JulliardPrint dll name too for stub exceptions.
2003-02-11  Andreas MohrAdded FIXME on stub exception.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-02  Ove KaavenMade the output of --debugmsg +seh a bit more verbose.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-11  Ulrich WeigandAdded missing prototypes to avoid compile warnings...
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
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-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-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-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-13  Ulrich WeigandMoved GET_IP macro to winnt.h
1999-11-10  Ulrich Weigand(Preliminary) CONTEXT structure for SPARC added.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-10-23  Gerard PatelReorder parameters to fix position of base reg relative...
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-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-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardMoved signal handling to exception.c, generate exceptio...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...
1999-05-09  Alexandre JulliardImproved exception handling.