ChangeSet ID: 14530
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/21 09:47:24
Modified files:
dlls/kernel/tests: locale.c
dlls/kernel : locale.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Call CompareStringA with LOCALE_USE_CP_ACP flag set from lstrcmpA and
lstrcmpiA in order to improve speed. Add a test case confirming that
CompareString and LCMapString accept LOCALE_USE_CP_ACP.
Patch: http://cvs.winehq.org/patch.py?id=14530
Old revision New revision Changes Path
1.32 1.33 +15 -1 wine/dlls/kernel/tests/locale.c
1.53 1.54 +7 -7 wine/dlls/kernel/locale.c
ChangeSet ID: 14528
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/21 09:42:57
Modified files:
dlls/wininet : wininet_En.rc resource.h internet.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make InternetGetConnectedStateExA not crash, by making
InternetGetConnectedStateExW fill in the buffer correctly.
- Remove the dumping of strings that will only contain garbage.
- Document function.
Patch: http://cvs.winehq.org/patch.py?id=14528
Old revision New revision Changes Path
1.3 1.4 +5 -0 wine/dlls/wininet/wininet_En.rc
1.2 1.3 +2 -0 wine/dlls/wininet/resource.h
1.102 1.103 +24 -3 wine/dlls/wininet/internet.c
ChangeSet ID: 14525
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/21 09:41:08
Modified files:
dlls/comctl32 : treeview.c
Log message:
Huw Davies <huw(a)codeweavers.com>
The default font for the treeview should be the icon title font.
Patch: http://cvs.winehq.org/patch.py?id=14525
Old revision New revision Changes Path
1.157 1.158 +9 -5 wine/dlls/comctl32/treeview.c
ChangeSet ID: 14524
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/21 09:39:51
Modified files:
tools/winebuild: parser.c
Log message:
Eric Frias <efrias(a)syncad.com>
Handle a def file where the names of the exported functions are listed
without being followed by an equals sign and an alias.
Patch: http://cvs.winehq.org/patch.py?id=14524
Old revision New revision Changes Path
1.54 1.55 +4 -0 wine/tools/winebuild/parser.c