jscript: Fixed to_boolean implementation.
[wine] / dlls / dbghelp /
2009-06-29  Eric Pouechdbghelp: Added reference for MSVC 8.
2009-06-29  Eric Pouechdbghelp: When the CU is compiled with GCC, deal with...
2009-06-26  Eric Pouechdbghelp: Simplify the resort operation (module address...
2009-06-26  Eric Pouechdbghelp: when (re)building the per module symbol table...
2009-06-26  Eric Pouechdbghelp: Factorize symbol insertion into module by...
2009-06-26  Eric Pouechdbghelp: When loading ELF public information, handle...
2009-06-25  Alexandre Julliarddbghelp: Fix detection of special Wine segments.
2009-06-15  Eric Pouechdbghelp: Improve speed of our hashtable implementation...
2009-05-29  Alexandre Julliarddbghelp: Try to avoid crashing on unrecognized attributes.
2009-05-21  Dmitry Timoshkovdbghelp: All parameters of MiniDumpReadDumpStream(...
2009-05-04  Ken Thomasesdbghelp: Don't check version of Mach-O dyld_all_image_i...
2009-04-23  Alexandre Julliarddbghelp: Add a few more 64-bit symbol functions.
2009-04-07  Ken Thomasesdbghelp/stabs: For Mach-O, line offset is relative...
2009-03-25  Ken Thomasesdbghelp: Include Mach-O modules in minidumps.
2009-03-25  Ken Thomasesdbghelp/stabs: For Mach-O, line numbers use absolute...
2009-03-25  Ken Thomasesdbghelp: Recognize .dylib files as Mach-O modules.
2009-03-25  Ken Thomasesdbghelp: Add support for debugging Mach-O modules.
2009-03-12  Ken Thomasesdbghelp: Increase file read buffer size for calc_crc32.
2009-03-12  Ken Thomasesdbghelp: Extract calc_crc32 function into a separate...
2009-03-12  Ken Thomasesdbghelp: Rename some things to be less ELF-centric.
2009-03-12  Ken Thomasesdbghelp/stabs: Track line numbers pending for an upcomi...
2009-03-12  Ken Thomasesdbghelp/stabs: Allow pending list to include line numbe...
2009-03-12  Ken Thomasesdbghelp/stabs: Extract growing of pending_block's buffe...
2009-03-12  Ken Thomasesdbghelp: Teach stabs_parse about other kinds of Mach...
2009-03-12  Ken Thomasesdbghelp: Let stabs_parse call back for real (non-debug...
2009-03-12  Ken Thomasesdbghelp/stabs: Decode the Stabs type more carefully.
2009-03-12  Ken Thomasesdbghelp/stabs: Ignore the N_OSO type used on Darwin.
2009-03-12  Ken Thomasesdbghelp/stabs: Translate additional register codes.
2009-03-10  Alexandre Julliarddbghelp: The main executable is now always named "wine".
2009-03-09  Alexandre Julliarddbghelp: Define _IMAGEHLP_SOURCE_.
2009-02-23  Austin Englishdbghelp: Change pointer cast to DWORD_PTR.
2009-02-12  Alexandre Julliarddbghelp: Avoid size_t in a trace.
2009-02-11  Eric Pouechdbghelp: Fix bad call to free() instead of pdb_free().
2009-02-09  Alexandre Julliarddbghelp: Fix handling of empty file regexp (Coverity).
2009-02-05  Andrew Talbotdbghelp: Remove unused function.
2009-02-04  Alexandre Julliarddbghelp: Moved SymEnumLines to symbol.c to reuse the...
2009-02-04  Alexandre Julliarddbghelp: Fall back to string comparison if regex suppor...
2009-02-04  Alexandre Julliarddbghelp: Allocate enough memory initially for regexps...
2009-02-04  Alexandre Julliarddbghelp: Fix pool allocation routines to be able to...
2009-02-02  Marcus Meissnerdbghelp: Check for wImageName being NULL (Coverity).
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2009-01-03  Andrew Talbotdbghelp: Declare some functions static.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-12-04  Alexandre Julliarddbghelp: Make a function static.
2008-11-24  Francois GougetAssorted spelling fixes.
2008-11-24  Kai Blindbghelp: Upgrade FIXME to ERR.
2008-11-18  Ricardo Filipedbghelp: Fixed dead store (llvm/clang).
2008-11-11  Eric Pouechdbghelp: Properly add CPU info to minidump.
2008-11-10  Eric Pouechdbghelp: Fix all forward declaration cases for UDT.
2008-10-20  Eric Pouechdbghelp: Report in module's info when a module's debug...
2008-10-18  Alexandre JulliardConvert remaining source files to utf-8.
2008-10-01  Eric Pouechdbghelp: Add support for the newest line number informa...
2008-10-01  Eric Pouechdbghelp: Rewrote the linetab access so that we don...
2008-10-01  Eric Pouechdbghelp: Added support for real80 (aka long double...
2008-10-01  Eric Pouechdbghelp: Now fully reading the leafs as variant for...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol symbol.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113c.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for 0x113d symbol.
2008-10-01  Eric Pouechdbghelp: Silence symbol 0x1139.
2008-10-01  Eric Pouechwinedump: Add preliminary dumping of 0x1136 and 0x1137...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x1012.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113a.
2008-10-01  Eric Pouechdbghelp: Added stub for SymSetScopeFromAddr.
2008-10-01  Eric Pouechdbghelp: Added the latest stubs.
2008-10-01  Eric Pouechdbghelp: Added stubs for add symbol functions.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-09-08  Eric Pouechdbghelp: While loading MSC debug info, don't handle...
2008-09-08  Eric Pouechdbghelp: Silence 0x112c symbol type.
2008-09-08  Eric Pouechdbghelp: Use the correct size for global variable when...
2008-09-08  Eric Pouechdbghelp: Correctly setup the Unix regular expression...
2008-09-08  Eric Pouechdbghelp: Fixed offset computation for bitfields inside...
2008-09-04  Eric Pouechdbghelp: SymFindFileInPath doesn't check for the parame...
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader for .DBG files.
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader.
2008-09-02  Eric Pouechwinedump, dbghelp: Correctly name the age field in...
2008-09-02  Eric Pouechdbghelp: Added the definitions for Dwarf3 specifications.
2008-07-18  Alexandre Julliarddbghelp: Always initialize section pointer in ImageDire...
2008-06-23  Andrew Talbotdbghelp: Use dbgstr_a() in case pointer is NULL.
2008-06-21  Jon Griffithsdbghelp: Implement SymEnumerateSymbols64.
2008-05-26  Eric Pouechdbghelp: Fix for SymGetModuleInfo().
2008-05-26  Eric Pouechdbghelp: Don't crash when parsing the forward declarati...
2008-05-19  Eric Pouechdbghelp: Protect dwarf parsing against NULL function...
2008-05-05  Andrew Talbotdbghelp: Include port.h for possible alternative to...
2008-05-01  Eric Pouechdbghelp: Some cleanup in dwarf include files.
2008-05-01  Eric Pouechdbghelp: Revert commit ae1791b0b8d181e0d01f8db1cae4eba4...
2008-05-01  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-25  Erik de Castro Lopodbghelp: Fix pointer cast.
2008-04-14  Eric Pouechdbghelp: Fix invalid pointer dereference.
2008-04-07  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-07  Eric Pouechdbghelp: Be stricter when looping in symbol tables.
2008-03-31  Andrew Talbotdbghelp: Fix type mismatch in comparison.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-28  Rob Shearmandbghelp: Define NONAMELESSUNION in dwarf.c and type...
2008-02-21  Rob Shearmandbghelp: Fix read beyond end of field in module_get_debug.
2008-02-21  Rob Shearmandbghelp: VARIANT unions are accessed by name in msc...
2008-02-15  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
next