ChangeSet ID: 12208
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/30 13:35:13
Modified files:
server : registry.c
Log message:
Avoid autodetecting the prefix when loading the config file since the
first key may be named 'wine'.
Patch: http://cvs.winehq.org/patch.py?id=12208
Old revision New revision Changes Path
1.55 1.56 +4 -4 wine/server/registry.c
ChangeSet ID: 12201
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/29 23:15:41
Modified files:
dlls/dbghelp : type.c symbol.c stack.c dbghelp_private.h
Log message:
Eric Pouech <pouech-eric(a)wanadoo.fr>
- fixed some bugs in StackWalk (claimed for but forgotten in last
patch)
- removed location field in symt_data, and reworked the actual
location of information based on the 'kind' field
- shorten debug channel name
- added support for bitfield in struct:s
- cleaned up source line information support
- now storing constants values as VARIANT
Patch: http://cvs.winehq.org/patch.py?id=12201
Old revision New revision Changes Path
1.2 1.3 +17 -25 wine/dlls/dbghelp/type.c
1.2 1.3 +66 -60 wine/dlls/dbghelp/symbol.c
1.3 1.4 +5 -27 wine/dlls/dbghelp/stack.c
1.2 1.3 +7 -9 wine/dlls/dbghelp/dbghelp_private.h