ChangeSet ID: 18410
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/23 20:30:55
Modified files:
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Filter searches inside of searchForApplication() and
searchForApplicationFuzzy() so filtering occurs at the lowest possible level.
This fixes a bug where a list of duplicates an admin sees has the results
from an unfiltered search and may contain hundreds of extra applications.
Patch: http://cvs.winehq.org/patch.py?id=18410
Old revision New revision Changes Path
1.34 1.35 +67 -56 appdb/include/util.php
ChangeSet ID: 18408
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/23 11:46:20
Modified files:
tools/winebuild: parser.c
Log message:
Allocate ordinals in the order of the declarations in the spec file.
Patch: http://cvs.winehq.org/patch.py?id=18408
Old revision New revision Changes Path
1.56 1.57 +5 -5 wine/tools/winebuild/parser.c