mshtml: Don't crash in QueryInterface if uri is NULL.
[wine] / programs / winedbg /
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-07-11  Ge van Geldorpwinedbg: Implement some x86_64 backend routines.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-03  Ge van Geldorpwinedbg: Implement be_x86_64_init_registers.
2006-07-03  Ge van Geldorpwinedbg: Adjust the parameters of the backend read...
2006-06-27  Eric Pouechwinedbg: Module info.
2006-06-27  Eric Pouechwinedbg: Use 64 bit version of imagehlp_module.
2006-06-20  Eric Pouechwinedbg: Proper handling of typedefs.
2006-06-20  Ge van Geldorpwinedbg: Added x86_64 support.
2006-06-15  Alexandre Julliardwinedbg: Avoid a crash when there's no backtrace to...
2006-06-13  Alexandre Julliardwinedbg: sscanf arguments should be ints, not size_t.
2006-06-12  Andrew Talbotwinedbg: Write-strings warnings fix.
2006-06-06  Alexandre JulliardRevert "winedbg: Remove useless NOCMD state."
2006-06-05  Juan Langwinedbg: Get rid of unused mode command.
2006-06-05  Juan Langwinedbg: Remove useless NOCMD state.
2006-06-05  Eric Pouechwinedbg: Correct typedefs in type manipulations.
2006-06-03  Juan Langwinedbg: Fix a crash on initial empty input.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Eric Pouechwinedbg: extract_as_integer
2006-05-15  Eric Pouechwinedbg: Fixed regression for command 'bt all'.
2006-03-27  Petr Tesarikwinedbg: Fix stepping over an instruction.
2006-03-27  Eric Pouechwinedbg: Fixes for identifiers.
2006-03-21  Jeff Latimerwinedbg: Add display for floating point status.
2006-03-20  Jeff Latimerwinedbg: Copy floating point status to the dbgcontext.
2006-03-18  Eric Pouechdbghelp: Live target detection.
2006-03-10  Petr Tesarikwinedbg: Fix lcall instruction opcode.
2006-03-02  Eric Pouechwinedbg: Bring usage() and .man up to date.
2006-03-02  Eric Pouechwinedbg: Add ability to reload a minidump.
2006-03-02  Eric Pouechwinedbg: process_io
2006-03-02  Eric Pouechwinedbg: main_loop.
2006-02-28  Eric Pouechwinedbg: Added a close_process method to process_io.
2006-02-28  Eric Pouechwinedbg: Extend auto mode with minidump.
2006-02-28  Eric Pouechwinedbg: Rewrite auto mode.
2006-02-28  Eric Pouechwinedbg: Fixed regression in gdb handling.
2006-02-27  Eric Pouechwinedbg: Auto mode.
2006-02-27  Eric Pouechwinedbg: Move gdb command line handling.
2006-02-27  Eric Pouechwinedbg: Active and command line.
2006-02-27  Eric Pouechwinedbg: Cleanup the process_io usage.
2006-02-27  Eric Pouechwinedbg: Active targets
2006-02-20  Eric Pouechwinedbg: Fixed regression: stack info was no longer...
2006-02-16  Eric Pouechwinedbg: A couple of fixes after running valgrind.
2006-02-14  Eric Pouechwinedbg: Allow using MSVC mangled symbol names as ident...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-27  Eric Pouechwinedbg: Hardware breakpoints
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
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...
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
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.
next