d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / ntdll / debugtools.c
2011-09-01  Bernhard Loosntdll: Provide a timestamp debug channel, which prints...
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-01-24  Alexandre Julliardntdll: Properly handle embedded nulls in NTDLL_dbg_vprintf.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2004-05-05  Alexandre JulliardInitialize ntdll debugging earlier on so that we can...
2004-03-03  Alexandre JulliardSmarter allocation algorithm for the string buffer...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-09-17  Steven EdwardsRemove redundant includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-21  Alexandre JulliardStore the debug info structure on the thread stack.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-03-14  Alexandre JulliardOnly print the trace header when we are at the beginnin...
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
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...