ChangeSet ID: 9393
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/18 15:51:32
Modified files:
documentation : Makefile.in .cvsignore
Log message:
Remove the FAQ from the doc tarball, and build it as a single .html
file (based on patch by Dimitrie O. Paun).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9393
Old revision New revision Changes Path
1.35 1.36 +9 -5 wine/documentation/Makefile.in
1.11 1.12 +2 -2 wine/documentation/.cvsignore
ChangeSet ID: 9391
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/17 23:35:34
Modified files:
loader : module.c
include : module.h
files : file.c
dlls/kernel : ne_module.c
Log message:
Keep the file handle of 16-bit modules open while the module is
loaded. This makes it possible to remove the InstallShield hack in
OpenFile16.
Moved LoadLibrary32_16 to kernel.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9391
Old revision New revision Changes Path
1.191 1.192 +0 -15 wine/loader/module.c
1.93 1.94 +1 -0 wine/include/module.h
1.187 1.188 +5 -22 wine/files/file.c
1.7 1.8 +49 -18 wine/dlls/kernel/ne_module.c
ChangeSet ID: 9386
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/17 23:25:31
Modified files:
files : dos_fs.c
dlls/kernel : file16.c
Log message:
Reimplemented the 16-bit FindFirstFile, FindNextFile and FindClose
functions on top of their 32-bit counterpart, and moved them to
dlls/kernel.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9386
Old revision New revision Changes Path
1.138 1.139 +2 -130 wine/files/dos_fs.c
1.2 1.3 +60 -0 wine/dlls/kernel/file16.c