ChangeSet ID: 6511
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/05 13:54:40
Modified files:
include : wininet.h
dlls/wininet : wininet.spec urlcache.c internet.c
Log message:
Alberto Massari <alby(a)exln.com>
- Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
- Added stub implementation of GetUrlCacheEntryInfoExW.
- Implemented InternetQueryOptionW, InternetCombineUrl[A|W].
- InternetSetOptionW prints FIXMEs with more informations.
- INTERNET_SetLastError was crashing if called after the thread
local storage area had already been deleted (it happens if you
close Internet Explorer while the download is still in progress).
Patch: http://cvs.winehq.com/patch.py?id=6511
Old revision New revision Changes Path
1.13 1.14 +4 -1 wine/include/wininet.h
1.28 1.29 +4 -4 wine/dlls/wininet/wininet.spec
1.5 1.6 +44 -0 wine/dlls/wininet/urlcache.c
1.46 1.47 +121 -42 wine/dlls/wininet/internet.c
ChangeSet ID: 6510
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/05 13:20:37
Modified files:
dlls/dsound : dsound_main.c
Log message:
Back out the aRts volume patch, this is not user-friendly at all.
Patch: http://cvs.winehq.com/patch.py?id=6510
Old revision New revision Changes Path
1.67 1.68 +0 -3 wine/dlls/dsound/dsound_main.c
ChangeSet ID: 6506
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/05 13:13:42
Modified files:
documentation : testing.sgml
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Removed references to the Perl tests.
Added a section describing how to build and run tests on Windows.
The Visual C++ section should be relatively complete but the MinGW and
cross-compiling section still need some work.
Patch: http://cvs.winehq.com/patch.py?id=6506
Old revision New revision Changes Path
1.2 1.3 +111 -22 wine/documentation/testing.sgml