wined3d: Move PARAM C[] program.env[] into baseshader and out of vertex shaders.
[wine] / dlls / ntdll / signal_i386.c
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-05-09  Bang Jun-YoungDo not use internal exception codes defined by Wine...
2000-12-29  Ove KaavenFixed small race condition between vm86_enter() and...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-26  Alexandre JulliardFixed typo due to merge error.
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-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-06-23  Dave HawkesException handling for SIGFPE must always clear the...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
1999-11-25  Juergen LockSet/use fs/gs from the sigcontext struct, the correspon...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-10-24  Patrik StridvallSolaris compile fix.
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...