Assorted spelling fixes.
[wine] / tools / winedump / pe.c
2007-07-10  Alexandre Julliardwinedump: Add RT_MANIFEST resource type.
2007-02-12  Eric Pouechwinedump: Larger usage of symbol demangling while dumping.
2007-01-04  Andrew Talbotwinedump: Fix memory leak.
2006-12-29  Robert Reifwinedump: Fix crash on delayed import section.
2006-12-20  Hans Leidekkerwinedump: Start dumping .NET specific bits from PE...
2006-12-18  Dmitry Timoshkovwinedump: Remove a redundant ';'.
2006-12-18  Dmitry Timoshkovwinedump: Fix a couple of typos.
2006-12-07  Alexandre Julliardwinedump: Print sizes and offsets in hex.
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-12-07  Dmitry Timoshkovwinedump: IMAGE_SCN_ALIGN_??? are not the bit fields...
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-28  Dmitry Timoshkovwinedump: Make some data const.
2006-11-17  Kevin Koltzauwinedump: Print new DLL characteristics.
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-02  Michael Stefaniucwinedump: Win64 printf format warning fixes.
2006-08-28  Eric Pouechwinedump: Added -G option to dump raw stabs information...
2006-07-14  Andrew Talbotwinedump: Write-strings 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-06  Dmitry TimoshkovIgnore the delay load directory size.
2005-10-04  Alexandre JulliardFixed dumping of the import directory to ignore the...
2005-10-04  Dmitry TimoshkovAdd support for dumping delay load PE data.
2005-08-08  Mike McCormackgcc 4.0 warning fix.
2005-07-19  Kevin KoltzauAdd support for dumping 64bit PE files.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Dmitry TimoshkovPrint data offset additionally to prefix while dumping...
2005-05-23  Robert ShearmanFix -Wwrite-strings warnings.
2005-03-07  Eric PouechCreated dump.c as a central point for file dumping...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-01-03  Robert ReifAdded partial VxD support.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-06  Eric PouechAnother couple of missing static definitions.
2004-01-15  Eric PouechBe more strict about checks (especially in RVA translat...
2003-11-11  Alexandre JulliardCosmetics.
2003-10-30  Gerald PfeiferChange some variables from int to unsigned to avoid...
2003-10-27  Alexandre JulliardAdded printing of the target of forwarded exports.
2003-09-10  Alexandre JulliardAdded dumping of message table resources.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-22  Jon GriffithsSupport float and function ptr args better, -W warning...
2003-05-13  Eric PouechListed recently added sections' types (resource, tls...
2003-05-08  Alexandre JulliardAdded dumping of the TLS directory.
2003-04-02  Alexandre JulliardDump string resources in a more readable way.
2003-03-15  Jon GriffithsOnly sort the number of symbols actually found.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-02  Alexandre JulliardPreliminary support for dumping NE binaries.
2002-09-11  Andreas Mohr- Implement dumping of COFF debug symbol table.
2002-08-26  Dmitry TimoshkovMake winedump compilable by MSVC.
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-01  Alexandre JulliardAdded fallback read() for missing/failing mmap().
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Steven EdwardsAdded check for sys/mman.h.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-21  Francois GougetComment out/ifdef out unused code and variables.
2002-01-06  Alexandre JulliardAdded support for dumping resources.
2001-11-05  Eric PouechFixed and globalized some path and module name handling.
2001-10-16  Guy L. Albertelli- eliminate different segmentation faults.
2001-09-21  Eric PouechSome dumb fixes.
2001-09-17  Eric PouechFixed demangling invocation.
2001-09-14  Alexandre JulliardFixed dumping of dll export table.
2001-09-07  Eric PouechAdded PE dump capabilities to specmaker and renamed...