winedump: Cast-qual warnings fix.
[wine] / tools / winedump / dump.c
2007-03-07  Alexandre Julliardwinedump: Fixed formatting of timestamps.
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: Added helper to convert a guid to a string.
2007-01-06  Eric Pouechwinedump: Print some basic info for pure DOS file ...
2006-11-30  Dmitry Timoshkovwinedump: Restore the COFF library dumper functionality...
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-11-27  Dmitry Timoshkovwinedump: Make the implementation match the prototype.
2006-10-27  Alexandre Julliardwinedump: Avoid some dead code.
2006-08-24  Andrew Talbotwinedump: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-11  Eric Pouechwinedump: Constify some pointers.
2006-04-11  Alexandre Julliardwinedump: Added detection of Wine fake dlls.
2005-10-04  Dmitry TimoshkovAdd support for dumping delay load PE data.
2005-09-09  Alexandre JulliardFixed get_time_str definition to match the prototype.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-05-24  Dmitry TimoshkovPrint data offset additionally to prefix while dumping...
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-03-07  Eric PouechCreated dump.c as a central point for file dumping...