Fix command-line parsing for Winelib applications.
[wine] / tools / winedump /
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...