Update the address of the Free Software Foundation.
[wine] / programs / winedbg / memory.c
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.