ChangeSet ID: 18284
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/20 05:31:38
Modified files:
dlls/riched20 : writer.c
Log message:
Krzysztof Foltman <wdev(a)foltman.com>
- Fix a warning caused by the TAB patch.
- Initialize *pcb to a large value before calling the stream-out
callback (to make applications that don't set *pcb at all happy).
- Don't flush the output stream when error condition is set.
Patch: http://cvs.winehq.org/patch.py?id=18284
Old revision New revision Changes Path
1.6 1.7 +15 -2 wine/dlls/riched20/writer.c
ChangeSet ID: 18282
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/20 05:31:04
Modified files:
dlls/ntdll : file.c
Log message:
Pierre d'Herbemont <stegefin(a)free.fr>
Move the (Mac OS X) IOKit headers to the top of the file to prevent a
compilation failure.
Patch: http://cvs.winehq.org/patch.py?id=18282
Old revision New revision Changes Path
1.91 1.92 +6 -3 wine/dlls/ntdll/file.c
ChangeSet ID: 18278
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/19 10:46:57
Modified files:
include : version.php comment.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Put some single quotes around application name and version name so they can be distinguished from the rest of the email notification text more easily.
Patch: http://cvs.winehq.org/patch.py?id=18278
Old revision New revision Changes Path
1.22 1.23 +3 -3 appdb/include/version.php
1.8 1.9 +1 -1 appdb/include/comment.php