Avoid setting infoPtr->firstVisible to NULL in TREEVIEW_Sort.
[wine] / tools / winedump / pe.c
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...