ole32: Fix some leaks (coverity).
[wine] / programs / winedbg / debug.l
2012-10-08  Alexandre Julliardwinedbg: Mark the lexer as always interactive to preven...
2012-10-01  Alexandre JulliardMark all lexers as never-interactive.
2012-02-11  Eric Pouechwinedbg: Let the lexer accept char definitions as integ...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2011-05-18  Andrew Nguyenwinedbg: Convert the CRLF newline to LF newline when...
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: Rename 'info exception' into 'info frame'...
2009-12-15  Eric Pouechwinedbg: Added 'a' to the format supported in examine...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-08-24  Dylan Smithwinedbg: Prevent syntax errors for list command due...
2009-01-20  Francois Gougetwinedbg: Make lexeme_alloc() static in debug.l.
2008-10-27  Eric Pouechwinedbg: Add a kill command to kill the current process.
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2007-04-26  Alexandre Julliardwinedbg: Properly handle EOF on input.
2007-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2007-01-04  Eric Pouechwinedbg: Added a maintenance command to load a given...
2006-09-12  Alexandre Julliardwinedbg: Change the prefix on bison-generated names...
2006-09-09  Alexandre Julliardwinedbg: Specify the lex options directly in the source...
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-03  Juan Langwinedbg: Fix a crash on initial empty input.
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: Rewrite auto mode.
2006-02-14  Eric Pouechwinedbg: Allow using MSVC mangled symbol names as ident...
2006-01-27  Eric Pouechwinedbg: Hardware breakpoints
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-11-17  Eric PouechSimplification of lex's input reading.
2005-11-12  Eric PouechRemoved a couple of shift/reduce warnings in grammar.
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
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 AnanianMove definition of 'tPATH' token up, so that '/', ...
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
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-30  Andrew de QuinceyFixed one more HeapReAlloc call.
2003-11-26  Alexandre JulliardFixed one more HeapReAlloc call.
2003-10-14  Michal Janusz MiroslawExtend displays: now one can add displays active only...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
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-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.