ChangeSet ID: 15393
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/12 13:27:22
Modified files:
dlls/ole32 : rpc.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
The way apartments are used has changed, so fix up the hacks in the
RPC code that haven't yet been updated.
Patch: http://cvs.winehq.org/patch.py?id=15393
Old revision New revision Changes Path
1.41 1.42 +2 -2 wine/dlls/ole32/rpc.c
ChangeSet ID: 15392
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/12 13:27:04
Modified files:
dlls/ole32 : compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make MTA dynamically allocated so that proxies and other resources
are freed at the proper time.
- Changed/removed some incorrect comments regarding apartments.
Patch: http://cvs.winehq.org/patch.py?id=15392
Old revision New revision Changes Path
1.122 1.123 +39 -58 wine/dlls/ole32/compobj.c
ChangeSet ID: 15390
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/01/12 11:29:04
Modified files:
include : db.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Display the query when we display the query error.
Patch: http://cvs.winehq.org/patch.py?id=15390
Old revision New revision Changes Path
1.7 1.8 +4 -3 appdb/include/db.php
ChangeSet ID: 15387
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/01/11 20:44:49
Modified files:
include : util.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- deleted closedb(), openbugzilladb(), closebugzilladb() which are not used anymore
- make make_bugzilla_version_list() use the new query_bugzilladb() function
Patch: http://cvs.winehq.org/patch.py?id=15387
Old revision New revision Changes Path
1.15 1.16 +2 -49 appdb/include/util.php
ChangeSet ID: 15386
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/01/11 20:43:52
Modified files:
include : db.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- added an optional parameter to query_*() in order to show more
informations about the error and to avoid to make the error handling in
the other scripts
- added query_bugzilladb to query bugzilla's db so we can get rid of the
last mysql_query in the code
- factorized duplicated code (query_error)
Patch: http://cvs.winehq.org/patch.py?id=15386
Old revision New revision Changes Path
1.4 1.5 +33 -17 appdb/include/db.php