urlmon: Added some tests and fixes of file protocol.
[wine] / programs / winedbg /
2005-12-06  Eric Pouechwinedbg: Fixed broken code about type management for...
2005-12-05  Eric Pouechdbghelp,winedbg: SYMBOL_INFO fix.
2005-12-03  Eric Pouechwinedbg: simplify some code.
2005-12-03  Eric Pouechwinedbg: fixed regression (and simplified code!) for...
2005-12-03  Eric Pouechwinedbg: fixed regression in 'info local' command.
2005-11-29  Eric PouechReplaced stack_get_frame with a pure symbol (and no...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-18  Eric PouechNative dbghelp doesn't provide names for basic type...
2005-11-18  Eric PouechCentralized calls for SymSetContext, we only do it...
2005-11-18  Eric PouechMove print_func_and_args to stack.c, where it belongs.
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-11-17  Eric PouechWhen a symbol name already contains a module name,...
2005-11-17  Eric PouechSimplification of lex's input reading.
2005-11-16  Eric PouechAdded ability to execute commands from a file passed...
2005-11-12  Eric PouechRemoved a couple of shift/reduce warnings in grammar.
2005-11-03  Eric PouechFixed 'break NN' command (using dbghelp.SymEnumLines).
2005-10-10  Eric PouechHandle error conditions for print.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-03  Eric PouechNow printing information when changing function while...
2005-10-03  Eric PouechFixed bitfield extraction.
2005-10-03  Eric PouechFixed array dereferencing.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-27  Alexandre JulliardFixed disassembling functions to handle 16-bit code...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-08-23  Glenn WursterDon't pass on EH_STACK_INVALID exceptions.
2005-08-19  Alexandre JulliardMake sure the string is null-terminated in memory_get_s...
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-07-14  Robert ShearmanRemove additional current process tracking in backtrace...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-30  Francois GougetImprove the winedbg usage.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-05-29  Eric PouechReindented parts to be conform to the rest of the code.
2005-05-29  Eric PouechRewrote all stack backtrace code (more code sharing...
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-24  David WelchAdded the ability to break into the program when using...
2005-05-24  David WelchFix decoding of thread IDs in the gdbproxy.
2005-05-23  Eric Pouech- now storing exception info (if any) in thread structure
2005-05-23  Eric PouechRemoved the macros for verbose memory read/write operat...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-14  C. Scott AnanianAdd tSTRING to the pathname production, so that you...
2005-03-14  C. Scott AnanianMove definition of 'tPATH' token up, so that '/', ...
2005-03-07  Alexandre JulliardMake output line-buffered to avoid messing up log files.
2005-03-04  Alexandre JulliardAvoid a compiler warning.
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-22  Jon GriffithsUse config.h & HAVE_ where needed, -W fixes.
2005-02-14  Oliver StieberMention bt [all | <tid>].
2005-02-10  Oliver StieberAdded vCont support.
2005-01-31  Mike HearnShow window owner thread in winedbg.
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-03  Jon GriffithsTypos/grammar fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-12-06  Jeremy WhiteProperly respect a disassemble x,y command (prior behav...
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-11-06  Robert ShearmanLimit StackWalk iterations to prevent infinite loop.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
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-09-23  Robert ShearmanFix debugger for flat PC and non-flat frame.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-02  Marcus MeissnerReplaced undefined C expression.
2004-07-16  Pierre d'HerbemontDefine the backend_cpu regarding the host processor.
2004-07-12  Eric PouechFixed regression on 'bt <tid>' command.
2004-07-04  Eric Pouech- enhanced 'info share' output
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-22  Eric PouechFix compile error on non-i386.
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2004-04-15  Francois GougetHave winedbg send its output to stderr when invoked...
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-02-25  Matt ChapmanFix dumping of Unicode strings.
2004-02-24  Yorick HardyUse SHN_UNDEF instead of STN_UNDEF to specify undefined...
2004-02-24  Eric Pouech- fixed ELF modules' size information
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-06  Eric PouechFixed typo.
2004-02-05  Eric Pouech- Fixed broken winedbg compilation on BSD.
2004-02-03  Eric Pouech- now detecting Dwarf debug information in ELF modules...
2004-01-28  Eric Pouech- now reporting message on bogus line number in 'bp...
2004-01-27  Sami AarioFix a debug message.
next