ChangeSet ID: 17908
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/03 18:41:16
Modified files:
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Make fuzzy matches use case insensitive strings to improve match accuracy.
Patch: http://cvs.winehq.org/patch.py?id=17908
Old revision New revision Changes Path
1.28 1.29 +4 -0 appdb/include/util.php
ChangeSet ID: 17907
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/03 18:36:27
Modified files:
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix urls in version and application search result display functions so the
urls work from any directory, not just the appdb root directory.
Patch: http://cvs.winehq.org/patch.py?id=17907
Old revision New revision Changes Path
1.27 1.28 +2 -2 appdb/include/util.php
ChangeSet ID: 17899
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/03 06:24:57
Modified files:
dlls/msi : msi.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Locate where a buffer size is not being set and correctly handle the
buffer size conversion from W to A (with help from Robert Shearman).
Patch: http://cvs.winehq.org/patch.py?id=17899
Old revision New revision Changes Path
1.84 1.85 +8 -2 wine/dlls/msi/msi.c