- beginning of vertex matrix blending using extensions (currently
[wine] / dlls / ntdll / debugtools.c
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-13  Huw DaviesReduce the maximum length of debug strings to 80 charac...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-22  Alexandre JulliardGenerate the __ASM_NAME and __ASM_FUNC macros directly...
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
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-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2002-01-07  Alexandre JulliardAllocate debug_info structure at the same time as the...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-10-21  Alexandre JulliardAvoid crashing on non-initialized debug info.
2001-10-17  Johan GillRelay tracing would crash if it came upon a function...
2001-07-17  Andreas MohrMore descriptive error on buffer overflow.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-08  Andreas MohrLimit output for certain text functions.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-03-21  Dmitry TimoshkovIncrease debug buffer size up to 1024 bytes.
2001-02-16  Chris MorganAssert on output buffer overflow.
2000-12-20  Alexandre JulliardFixed debug routines to work before the process heap...
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...