Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / tools / winedump /
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...