wordpad: Small cosmetic fixes.
[wine] / programs / winedbg /
2007-02-22  Eric Pouechwinedbg: Some enhancements by using Unicode flavors.
2007-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2007-02-12  Eric Pouechwinedbg: Correctly handle invalid read conditions.
2007-01-11  James Hawkinswinedbg: Check buffer for NULL before writing to it.
2007-01-04  Eric Pouechwinedbg: Added a maintenance command to load a given...
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-20  Alexandre Julliardwinedbg: Fixed a few data types.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-06  Eric Pouechwinedbg: Added support for constant values passed by...
2006-12-04  Eric Pouechwinedbg: Dwarf can emit REGREL symbol information,...
2006-12-04  Eric Pouechwinedbg: Now that local variable computation depends...
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-12-04  Eric Pouechwinedbg: Remove some hassle from sgv_cb, and handle...
2006-12-04  Eric Pouechwinedbg: No longer test filename in sgv_cb, but do...
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-10-23  Eric Pouechwinedbg: Added a few more cases where we inspect if...
2006-10-18  Peter Oberndorferwinedbg: Print frame address instead of duplicated...
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-03  Eric Pouechwinedbg: Rewrote the file handling to use SearchPath...
2006-10-03  Eric Pouechwinedbg: Fixed the auto mode.
2006-10-02  Peter Oberndorferwinedbg: Don't try to read to invalid memory if winedbg...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
2006-09-26  Eric Pouechwinedbg: Put back the %d format for printing integral...
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardwinedbg: Change the prefix on bison-generated names...
2006-09-11  Alexandre JulliardMake.rules: Set the default prefix for bison files...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardwinedbg: Allow building without debug support in the...
2006-09-09  Alexandre Julliardwinedbg: Specify the lex options directly in the source...
2006-08-29  Marcus MeissnerRemove some more unused debugging channels.
2006-08-28  Eric Pouechwinedbg: Native dbghelp generate long basic types,...
2006-08-23  Stefan Huehnerwinedbg: Fix typo in manpage.
2006-08-15  Eric Pouechwinedbg: Correctly protect system inclusion (needed...
2006-08-15  Alexandre Julliardconfigure: Only link against libpoll where really neces...
2006-08-14  Eric Pouechwinedbg: Fixed the symbol lookup so that it can really...
2006-08-14  Eric Pouechwinedbg: Native dbghelp can modify the passed debug...
2006-08-14  Eric Pouechwinedbg: Don't ask for module inspection when calling...
2006-08-14  Stefan Leichterwinedbg: Print 64bit integers with wine_dbgstr_longlong.
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.
next