ChangeSet ID: 10273702905294065008211
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/07/22 15:38:10
Modified files:
debugger : stabs.c
Log message:
Bill Medland <medbi01(a)accpac.com>
- Document where the stabs information can be found, so that someone
can help upgrade this code.
- A couple of minor enhancements towards handling C++.
- Don't bother trying to load libstdc++, rather than generating an
enormous number of "errors".
Patch: http://cvs.winehq.com/patch.py?id=10273702905294065008211
Revision Changes Path
1.50 +23 -3 wine/debugger/stabs.c
ChangeSet ID: 1027370176654661896712245
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/07/22 15:36:16
Modified files:
objects : font.c
Log message:
Shachar Shemesh <winecode(a)sun.consumer.org.il>
Now checks that the GCP_REORDER flag is set before trying to access
any of the fields that depend on this flag.
Patch: http://cvs.winehq.com/patch.py?id=1027370176654661896712245
Revision Changes Path
1.78 +11 -19 wine/objects/font.c