Fix signed/unsigned comparison warnings.
[wine] / tools / winedump /
2004-07-13  Alexandre JulliardAdded support for dumping exported entry points in...
2004-04-09  Michael Stefaniuc- remove from README the stuff that's already in the...
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-02  Alexandre JulliardRemoved obsolete definitions from generated makefiles.
2004-02-17  Michael StefaniucAdded winedump man page, heavily based on the README...
2004-01-15  Eric PouechBe more strict about checks (especially in RVA translat...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
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-27  Alexandre JulliardAdded dumping of the resident name table of NE files.
2003-09-10  Alexandre JulliardAdded dumping of message table resources.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-21  Jon GriffithsUpdate install script to match current build process.
2003-08-18  Jon GriffithsPortability fixes.
2003-08-18  Jon GriffithsUse $(EXEEXT) for the winedump executable.
2003-07-22  Jon GriffithsSpelling fix.
2003-07-22  Jon GriffithsSupport float and function ptr args better, -W warning...
2003-06-18  Francois GougetTypos/spelling fixes.
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-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-15  Jon GriffithsOnly sort the number of symbols actually found.
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-20  Alberto Massariwinedump was still using the "init" keyword in the...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-19  Uwe Bonnesdemangle_datatype: delete superflous free().
2002-10-07  Eric PouechFixed segv when incorrect command line arguments where...
2002-10-02  Alexandre JulliardPreliminary support for dumping NE binaries.
2002-09-20  Jon GriffithsUpdate output for current build process.
2002-09-20  Jon GriffithsDocumentation update.
2002-09-17  Jan KratochvilBug fix.
2002-09-16  Jan KratochvilNew -S: Search only prototype names found in 'symfile'.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-11  Andreas Mohr- Implement dumping of COFF debug symbol table.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-26  Dmitry TimoshkovMake winedump compilable by MSVC.
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-07-19  Gregg MattinsonAvoid structures or arrays of size 0.
2002-07-19  Jon GriffithsUpdate output for recent build changes.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-06-01  Alexandre JulliardAdded fallback read() for missing/failing mmap().
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-16  Steven EdwardsAdded check for sys/mman.h.
2002-05-11  Eric PouechAllowed options to be put between mode keyword and...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2002-01-22  Alexandre JulliardMoved debug definitions to include/wine/debug.h.
2002-01-21  Francois GougetComment out/ifdef out unused code and variables.
2002-01-15  Francois GougetSmall typo fix.
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...