gdi32: Return the full DIB height in GetImage instead of clipping to the visible...
[wine] / include / wine / exception.h
2012-03-12  Alexandre Julliardntdll: Set the TARGET_UNWIND flag when calling the...
2011-10-28  Michael Stefaniuckernel32/ntdll: Mark a variable as unused.
2010-04-08  Alexandre Julliardinclude: Move the exception handling support functions...
2009-06-18  Alexandre Julliardinclude: Add a target address for unwinding for platfor...
2009-01-26  Alexandre Julliardinclude: Update the comments about the Wine exception...
2008-12-22  Alexandre Julliardinclude: Add the needed dllimport attribute to the...
2008-11-06  Alexandre Julliardinclude: Add extern "C" to the exported Wine headers.
2008-07-03  Alexandre Julliardexception.h: Make the RtlUnwind wrapper available separ...
2008-05-26  Alexandre Julliardlibport: Move the sigsetjmp replacement to exception...
2008-05-01  Alexandre Julliardexception.h: Preserve registers when calling RtlUnwind.
2008-05-01  Alexandre Julliardexception.h: Only push the exception frame after sigsetjmp.
2008-05-01  Alexandre Julliardntdll: Make the exception handling functions inline.
2008-02-21  Rob Shearmaninclude: Include excpt.h from wine/exception.h.
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-12  Alexandre Julliardkernel32: Don't save the signal mask in sigsetjmp.
2007-12-03  Rob Shearmaninclude: Move Wine-specific EH_* defines from winnt...
2006-09-20  Alexandre Julliardinclude: Exception filters should return LONG, not...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-16  Alexandre JulliardException handling: Added a magic __EXCEPT_PAGE_FAULT...
2004-09-01  Alexandre JulliardGet rid of the WINE_UNUSED macro.
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
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-08-23  Alexandre JulliardFixed finally handler name.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-07-24  Lionel UlmerSuppressed compiler warning by using the 'unused' attri...
1999-06-26  Alexandre JulliardFixes for non-i386 compiling.
1999-06-18  Alexandre JulliardA few optimizations.
1999-05-14  Alexandre JulliardFixed a few bugs, and improved the exception macros...
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...