ntdll: Remove superfluous semicolon.
[wine] / dlls / ntdll / signal_x86_64.c
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-01-20  Austin Englishntdll: Add support for NetBSD (64-bit).
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-08  Alexandre Julliardntdll: Added stubs for RtlLookupFunctionEntry and RtlVi...
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-02-03  Robert Millanntdll: Rename i386 CPU trap codes to avoid collision...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-09-16  Alexandre JulliardPreliminary implementation of signal handling for x86-64.