ole32: Fix some leaks (coverity).
[wine] / programs / winedbg / memory.c
2012-05-29  Alexandre Julliardwinedbg: Fix some pointer conversion warnings.
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2011-03-30  Francois Gougetwinedbg: memory_get_current_frame() is not used anymore...
2011-03-16  Eric Pouechwinedbg: Added support for printing WCHAR in print_type...
2010-12-27  Eric Pouechwinedbg: When printing with default format an integer...
2010-12-27  Eric Pouechwinedbg: Don't print extra \n in print_basic.
2010-08-26  Eric Pouechdbghelp: dwarf debug info: a few more fixes to dwarf...
2010-04-20  Eric Pouechwinedbg: Don't assert on some lvalue's write conditions.
2010-04-13  Eric Pouechwinedbg: Merge pointer deref and array index functions...
2010-03-31  Eric Pouechwinedbg: Store the CONTEXT in each stack frame to enabl...
2010-03-29  Eric Pouechwinedbg: Store for context variables only the offsets...
2010-02-16  Dmitry Timoshkovwinedbg: Print parameter values in backtraces in hex.
2010-02-04  Eric Pouechwinedbg: Extend print_typed_basic to handle unicode...
2009-12-15  Eric Pouechwinedbg: Added 'a' to the format supported in examine...
2009-12-14  Eric Pouechwinedbg: Force 64bit line number information throughout...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2008-12-05  Vincent Povirkwinedbg: Fix string format warnings.
2008-10-20  Eric Pouechwinedbg: Use Unicode strings for all module references.
2008-09-12  Florian Köberlewinedbg: Fixed an infinite loop.
2008-09-08  Eric Pouechwinedbg: Also handle 1 byte signed int as they were...
2008-06-18  Jon Griffithswinedbg: Add support for printing c++ bool values.
2008-05-27  Eric Pouechwinedbg: Fixed the print_basic command when dealing...
2008-05-27  Eric Pouechwinedbg: Removed unneeded variable from print_basic.
2008-05-01  Eric Pouechwinedbg: Added ability to print properly float/double...
2007-02-12  Eric Pouechwinedbg: Correctly handle invalid read conditions.
2007-01-11  James Hawkinswinedbg: Check buffer for NULL before writing to it.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-11-27  Eric Pouechwinedbg: Added basic support for printing 64bit wide...
2006-11-27  Eric Pouechwinedbg: Host references lookup.
2006-11-27  Eric Pouechwinedbg: Various information printing issues.
2006-09-26  Eric Pouechwinedbg: Put back the %d format for printing integral...
2006-08-28  Eric Pouechwinedbg: Native dbghelp generate long basic types,...
2006-08-14  Stefan Leichterwinedbg: Print 64bit integers with wine_dbgstr_longlong.
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-07-03  Ge van Geldorpwinedbg: Adjust the parameters of the backend read...
2006-06-20  Eric Pouechwinedbg: Proper handling of typedefs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-23  Alexandre Julliardwinedbg: Use Win32 types instead of long long.
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-11-18  Eric PouechMove print_func_and_args to stack.c, where it belongs.
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-10-10  Eric PouechHandle error conditions for print.
2005-09-27  Alexandre JulliardFixed disassembling functions to handle 16-bit code...
2005-08-19  Alexandre JulliardMake sure the string is null-terminated in memory_get_s...
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric PouechRemoved the macros for verbose memory read/write operat...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-04  Alexandre JulliardAvoid a compiler warning.
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-12-06  Jeremy WhiteProperly respect a disassemble x,y command (prior behav...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2004-02-25  Matt ChapmanFix dumping of Unicode strings.
2004-02-03  Eric Pouech- now detecting Dwarf debug information in ELF modules...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-10-15  Alexandre JulliardGet rid of the memory allocation macros, use real funct...
2003-08-07  Richard Cohen- Print short ASCII strings without the "..."
2002-11-13  Eric PouechActually exit loop on '\0' while printing a string.
2002-10-25  Jeff SmithFixed behaviour of "x /s ...".
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.