ChangeSet ID: 16913 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/29 07:14:08
Modified files: include : dbghelp.h dlls/dbghelp : pe_module.c path.c module.c minidump.c elf_module.c dbghelp_private.h
Log message: Eric Pouech pouech-eric@wanadoo.fr - Various improvements for minidump module information . added timestamp & checksum in PE module . added size & checksum in ELF module . wine loader now appears with its pathname. - Implemented PE & ELF timestamp & checksum validation in SymFindFileInPath.
Patch: http://cvs.winehq.org/patch.py?id=16913
Old revision New revision Changes Path 1.10 1.11 +29 -0 wine/include/dbghelp.h 1.10 1.11 +17 -7 wine/dlls/dbghelp/pe_module.c 1.4 1.5 +87 -11 wine/dlls/dbghelp/path.c 1.10 1.11 +34 -26 wine/dlls/dbghelp/module.c 1.3 1.4 +39 -15 wine/dlls/dbghelp/minidump.c 1.17 1.18 +52 -16 wine/dlls/dbghelp/elf_module.c 1.14 1.15 +5 -0 wine/dlls/dbghelp/dbghelp_private.h