dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / winedbg / dbg.y
2012-05-29  Alexandre Julliardwinedbg: Fix some pointer conversion warnings.
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2011-05-18  Andrew Nguyenwinedbg: Eliminate a possible memory leak in input_fetc...
2011-03-16  Eric Pouechwinedbg: Also get rid of trailing \r in input_read_line.
2011-02-28  Alexandre Julliardwinedbg: Support setting a breakpoint from a file name...
2010-12-06  Peter Schlailewinedbg: Adds an rwatch command to winedbg.
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-05-25  Andrew Eikumwinedbg: Allow user to specify length of stack info...
2009-12-14  Eric Pouechwinedbg: Force 64bit line number information throughout...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-12-09  Alexandre Julliardwinedbg: Use the explicit name for all A/W function.
2009-08-27  Dylan Smithwinedbg: Extract address from expression for listing...
2009-08-24  Dylan Smithwinedbg: Fixed listing source of function in file.
2009-08-17  Dylan Smithwinedbg: Remove unused tokens in grammer file.
2009-08-17  Dylan Smithwinedbg: Prevent syntax error for setting all debug...
2009-01-20  Francois Gougetwinedbg: Make some functions static.
2008-11-11  Eric Pouechwinedbg: Slightly change the option setting syntax...
2008-10-27  Eric Pouechwinedbg: Add a kill command to kill the current process.
2008-10-20  Eric Pouechwinedbg: Added a command to allow loading mismatched...
2008-05-01  Eric Pouechwinedbg: Attach the source files to a given process...
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2007-04-26  Alexandre Julliardwinedbg: Properly handle EOF on input.
2007-01-04  Eric Pouechwinedbg: Added a maintenance command to load a given...
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
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-09  Alexandre Julliardwinedbg: Allow building without debug support in the...
2006-06-05  Juan Langwinedbg: Get rid of unused mode command.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  Eric Pouechwinedbg: Fixes for identifiers.
2006-03-21  Jeff Latimerwinedbg: Add display for floating point status.
2006-02-28  Eric Pouechwinedbg: Added a close_process method to process_io.
2006-02-28  Eric Pouechwinedbg: Rewrite auto mode.
2006-01-27  Eric Pouechwinedbg: Hardware breakpoints
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
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-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-05-23  Eric Pouech- now storing exception info (if any) in thread structure
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-03-14  C. Scott AnanianAdd tSTRING to the pathname production, so that you...
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2005-02-22  Jon GriffithsUse config.h & HAVE_ where needed, -W fixes.
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-11-27  Alexandre JulliardPorting fixes.
2003-10-14  Michal Janusz MiroslawExtend displays: now one can add displays active only...
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-04-01  Alexandre JulliardPortability fixes.
2003-03-04  Eric PouechAdded support for Ctrl-C handling if not running in...
2003-02-17  Eric PouechMoved expr freeing when translating a command (no longe...
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-30  Eric Pouech- Removed no longer used queue & modref related commands.
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-09-16  Eric PouechAdded ability to abort on interactive symbol lookup.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.