jscript: Assorted spelling fixes.
[wine] / programs / winedbg /
2012-04-17  André Hentschelwinedbg: Fix parsing table for ARM disassembler.
2012-04-16  André Hentschelwinedbg: Use better register names for ARM disassembling.
2012-04-16  André Hentschelwinedbg: Solve ARM disassembling fixmes.
2012-04-16  André Hentschelwinedbg: Add long branch to Thumb disassembling.
2012-04-13  André Hentschelwinedbg: Add partial Thumb disassembler.
2012-04-12  André Hentschelwinedbg: Add partial ARM disassembler.
2012-04-06  André Hentschelwinedbg: Implement be_arm_store_integer on ARM.
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2012-03-27  André Hentschelwinedbg: Fix a typo.
2012-03-12  André Hentschelwinedbg: Respect Thumb mode when adjusting PC on ARM.
2012-03-09  André Hentschelwinedbg: Use copy of be_i386_fetch_float for be_arm_fet...
2012-02-20  Francois Gougetwinedbg: The winedbg debug channel is unused in crashdl...
2012-02-11  Eric Pouechwinedbg: Let the lexer accept char definitions as integ...
2012-01-24  Eric Pouechwinedbg: Enhance algorithm to look up for memory data...
2012-01-24  Eric Pouechwinedbg, winedump: Embed wine build-id information...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2012-01-20  Alexandre Julliardwinedbg: Use the standard dialog font for the crash...
2012-01-19  Marcus Meissnerwinedbg: LoadStringw gets character size, not bytes.
2012-01-19  André Hentschelwinedbg: Also adjust the detailed crash dialog controls...
2012-01-18  Alexandre Julliardwinedbg: Display the crash details dialog from a separa...
2012-01-18  André Hentschelwinedbg: Adjust button size to fit more translations.
2012-01-18  André Hentschelwinedbg: Remove superfluous break instruction.
2012-01-17  Alexandre Julliardwinedbg: Append some system information to the crash...
2012-01-17  Alexandre Julliardwinedbg: Make the crash details dialog resizable.
2012-01-17  Alexandre Julliardwinedbg: Add a dialog to display crash details and...
2012-01-17  Alexandre Julliardwinedbg: Split minidump option handling to a separate...
2012-01-16  Alexandre Julliardwinedbg: Kill the whole target process on exit in auto...
2012-01-04  Eric Pouechwinedbg: Added support for qAttached query packet.
2012-01-04  Eric Pouechdbghelp: When StackWalk fails to get any frame informat...
2012-01-03  Eric Pouechwinedbg: In x86_64 backend, now recognize 'rep ret...
2011-11-28  Alexandre Julliardwinedbg: Use proper links in the crash dialog.
2011-11-18  Alexandre Julliardwinedbg: Convert dialogs to po files.
2011-11-02  André Hentschelwinedbg: Use ARMv7 for debugging.
2011-10-05  Eric Pouechwinedbg: Don't assert() on unsupported v-packets, but...
2011-08-05  Frédéric Delanoywinedbg: Remove dead assignment (Clang).
2011-06-01  André Hentschelwinedbg: Increase buffer for function names.
2011-05-26  Gerald Pfeiferwinedbg: Disable some dead code in expr_eval.
2011-05-26  Akihiro Sagawawinedbg: Add Japanese resource.
2011-05-18  Andrew Nguyenwinedbg: Eliminate a possible memory leak in input_fetc...
2011-05-18  Andrew Nguyenwinedbg: Convert the CRLF newline to LF newline when...
2011-05-12  Marcus Meissnerwinedump: Fixed minidump processor revision decoding...
2011-05-09  André Hentschelwinedbg: Update a comment.
2011-05-03  André Hentschelwinedbg: Implement printing the Program Status Register.
2011-05-03  André Hentschelwinedbg: Fix a typo.
2011-04-27  André Hentschelwinedbg: Copy the x86 implementation of fetch_integer...
2011-04-27  André Hentschelwinedbg: Fill the dbg_internal_var array for ARM.
2011-04-20  André Hentschelwinedbg: Fix PC adjustment for ARM.
2011-04-20  André Hentschelwinedbg: Remove Alpha support.
2011-04-18  André Hentschelwinedbg: Be more verbose about what's not done.
2011-04-18  André Hentschelwinedbg: Implement be_arm_get_register_info.
2011-04-18  André Hentschelwinedbg: Implement be_arm_print_context.
2011-04-18  André Hentschelwinedbg: Add more ARM registers to the map.
2011-04-18  André Hentschelwinedbg: Add ARM string for minidump.
2011-04-14  André Hentschelwinedbg: Implement adjust_pc_for_break on Sparc.
2011-04-11  André Hentschelwinedbg: Implement get_addr on sparc.
2011-03-30  Francois Gougetwinedbg: stack_get_register_current_frame() is not...
2011-03-30  Francois Gougetwinedbg: memory_get_current_frame() is not used anymore...
2011-03-28  Marcus Meissnerwinedbg: Add missing break (Coverity).
2011-03-16  Eric Pouechwinedbg: Display a valid source file when reporting...
2011-03-16  Eric Pouechwinedbg: Also get rid of trailing \r in input_read_line.
2011-03-16  Eric Pouechwinedbg: Added support for printing WCHAR in print_type...
2011-03-14  Eric Pouechdbghelp: When doing a stack backtrace on i386 with...
2011-03-08  Eric Pouechwinedbg: Fix 'break file : lineno' command so that...
2011-02-28  Alexandre Julliardwinedbg: Support setting a breakpoint from a file name...
2011-01-31  Eric Pouechwinedbg: Added support for variables with thread storage.
2011-01-28  Alexandre Julliardwinedbg: Add dumping of floating point registers for...
2011-01-10  Alexandre Julliardwinedbg: Convert menu and string table resources to...
2011-01-10  Eric Pouechwinedbg: Try to detect jump (potentially thunk code...
2011-01-10  Eric Pouechwinedbg: Added CPU method for identifying a jmp insn...
2011-01-06  Hwang YunSongwinedbg: Update Korean resource.
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-12-06  Peter Schlailewinedbg: Adds an rwatch command to winedbg.
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-11-23  Eric Pouechwinedbg: Moved into a common function all code dealing...
2010-11-23  Eric Pouechwinedbg: Rename 'info exception' into 'info frame'...
2010-11-03  Paul Vrienswinedbg: Add the Serbian (Cyrillic) translation.
2010-11-03  Paul Vrienswinedbg: Update Serbian (Latin) translations.
2010-10-26  Yaron Shahrabaniwinedbg: Added Hebrew translation.
2010-10-26  Alexandre Julliardwinedbg: Don't start another instance of the debugger...
2010-10-07  André Hentschelwinedbg: Implement adjust_pc_for_break on ARM.
2010-10-07  André Hentschelwinedbg: Fix get_addr on ARM.
2010-09-24  Alexandre Julliardwinedbg: Make BreakOnFirstChance default to FALSE to...
2010-09-20  Gerald Pfeiferwinedbg: Fix the check for GCC version number around...
2010-09-20  André Hentschelwinedbg: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-14  André Hentschelwinedbg: Only add ContextFlags which are defined.
2010-09-09  André Hentschelwinedbg: Fix typo in German translation.
2010-09-03  Jerome Leclanchewinedbg: Escape args in a WINE_FIXME.
2010-08-31  Paul Bollewinedbg: gdbproxy: Quietly handle qSupported and qTStatus.
2010-08-30  Paul Bollewinedbg: gdb proxy mode: hide printf unless traced.
2010-08-30  Paul Bollewinedbg: gdb proxy mode: allow interrupt from command...
2010-08-26  Austin Englishwinedbg: Initial Sparc support.
2010-08-26  Eric Pouechwinedbg: Don't access inside a bp structure if it's...
2010-08-26  Eric Pouechdbghelp: dwarf debug info: a few more fixes to dwarf...
2010-07-22  Davide Pizzettiwinedbg: Italian translation update.
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Igor Paliychukwinedbg: Add Ukrainian translation.
2010-07-14  Damjan Jovanovicwinedbg: Fix Serbian Latin translation.
next