tools: Convert source files to utf-8.
[wine] / tools / winedump / winedump.h
2008-10-01  Eric Pouechwinedump: First stab at dumping the "new" line informat...
2008-10-01  Eric Pouechwinedump: Now dumping codeview source line information.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-02-12  Eric Pouechwinedump: Removed a couple of unused elements out of...
2007-02-12  Eric Pouechwinedump: Simplify guid dumping.
2007-02-12  Eric Pouechwinedump: Larger usage of symbol demangling while dumping.
2007-01-06  Eric Pouechwinedump: Fix a couple of issues with types table walking.
2007-01-06  Eric Pouechwinedump: Added helper to convert a guid to a string.
2007-01-06  Eric Pouechwinedump: Print some basic info for pure DOS file ...
2006-12-07  Dmitry Timoshkovwinedump: Add a possibility to dump raw section data.
2006-12-07  Dmitry Timoshkovwinedump: Export dump_section() for use outside of...
2006-12-07  Dmitry Timoshkovwinedump: Handle properly partial optional COFF headers.
2006-11-30  Eric Pouechwinedump: Added support for dumping types from PDB...
2006-11-30  Eric Pouechwinedump: First shot at dumping PDB files contents.
2006-11-30  Eric Pouechwinedump: Dump the EMF files as any other file types.
2006-11-30  Eric Pouechwinedump: Use same scheme for dumping lnk files as...
2006-11-30  Eric Pouechwinedump: Use a uniform scheme for dumping file contents.
2006-11-30  Eric Pouechwinedump: Header file pe.h is useless, get rid of it.
2006-11-30  Eric Pouechwinedump: Changed PE, NE, LE dumping so that they are...
2006-11-28  Dmitry Timoshkovwinedump: Add partial COFF library support.
2006-08-28  Eric Pouechwinedump: Added -G option to dump raw stabs information...
2006-08-25  Alexandre Julliardwinedump: Get rid of the install script.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-11  Eric Pouechwinedump: Constify some pointers.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-06-30  Francois GougetAssorted spelling fixes.
2005-05-23  Robert ShearmanFix -Wwrite-strings warnings.
2005-03-07  Eric PouechCreated dump.c as a central point for file dumping...
2005-02-17  Mike McCormackAdd dumping of lnk files.
2005-01-04  Mike McCormackExtend winedump to allow dumping enhanced meta files.
2005-01-03  Alexandre JulliardWarning fixes.
2004-12-20  Peter Berg LarsenAllow several -I parameters to be given - currently...
2004-01-15  Eric PouechBe more strict about checks (especially in RVA translat...
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2002-10-02  Alexandre JulliardPreliminary support for dumping NE binaries.
2002-09-16  Jan KratochvilNew -S: Search only prototype names found in 'symfile'.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-05  Eric PouechFixed and globalized some path and module name handling.
2001-09-17  Eric PouechFixed demangling invocation.
2001-09-07  Eric PouechAdded PE dump capabilities to specmaker and renamed...