ntdll: Add NtCreateFile tests for invalid chars in file/dir name.
[wine] / dlls / ntdll / exception.c
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.