Release 1.5.29.
[wine] / dlls / ntdll / exception.c
2011-06-28  Alexandre Julliardntdll: Encode the function pointers in the vectored...
2011-05-06  Alexandre Julliardserver: Add separate requests for getting/setting the...
2010-11-10  Alexandre Julliardntdll: Don't call vectored exception handlers under...
2010-11-10  Alexandre JulliardRevert "ntdll: Fix possible deadlock in vectored except...
2010-10-12  Krzysztof Nowickintdll: Fix possible deadlock in vectored exception...
2009-11-11  Alexandre Julliardntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
2009-04-30  Alexandre Julliardntdll: Move NtRaiseException and RtlUnwind implementati...
2009-04-10  Alexandre Julliardntdll: Move the RtlRaiseException implementation into...
2009-04-10  Alexandre Julliardntdll: Add a raise_status function and avoid exporting...
2009-04-10  Alexandre Julliardntdll: Update the context on send_debug_event for any...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-02-02  Alexandre Julliardntdll: Add a trace when calling vectored exception...
2009-01-12  Andrey Turkinntdll: Add RtlCaptureStackBackTrace stub.
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2009-01-06  Alexandre Julliardntdll: Print exception context on x86_64.
2009-01-06  Alexandre Julliardntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use...
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2008-12-29  Alexandre Julliardntdll: Make sure we don't return from a stub exception.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-04  Alexandre Julliardntdll: Implemented RtlCaptureContext.
2008-05-01  Alexandre Julliardntdll: Make the exception handling functions inline.
2007-06-01  Alexandre Julliardntdll: Preserve errno across system calls done in the...
2007-05-23  Peter Oberndorferntdll: Fix up instruction pointer in context inside...
2007-04-12  Andrew Talbotntdll: Remove superfluous semicolons.
2007-02-13  Alexandre Julliardntdll: Allow APCs to run while waiting for a debug...
2007-01-10  Alexandre Julliardserver: Allow suspended threads to run system APCs.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Use NtSetContextThread in NtRaiseException.
2006-04-06  Alexandre Julliardntdll: Print traces for EXC_CallHandler even with the...
2006-01-16  Mike McCormackntdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIO...
2006-01-10  Alexandre Julliardntdll: NtRaiseException doesn't need to be a register...
2005-12-20  Eric Pouechntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONT...
2005-12-16  Alexandre JulliardException handling: Added a magic __EXCEPT_PAGE_FAULT...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Robert ShearmanMake the call exception handler function more compatibl...
2005-10-31  Marcus MeissnerAdded assembly implementation of EXC_CallHandler.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Alexandre JulliardDefine GET_IP for x86_64.
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-06-25  Mike McCormackUse NT status codes for exceptions.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-18  Dimi PaunUse the more idiomatic form of iterating through the...
2005-05-13  Mike HearnMake unimplemented function message a bit prettier.
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-08-22  Francois GougetRemove these Wine-only types:
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-06  Alexandre JulliardTrace register contents on exception.
2003-12-30  Alexandre JulliardFixed RtlUnwind signature (reported by Pierre d'Herbemont).
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-10-30  Pavel RoskinInclude ntdll_misc.h to avoid undefined reference to...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
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.
next