ChangeSet ID: 6797
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:49:27
Modified files:
dlls/oleaut32/tests: vartest.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Move the test strings into their own array and convert them to unicode
using a for loop. This lets us later print the offending string when a
test fails.
Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as
in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/).
Uncomment the DateFromStr tests and fill in the todo fields where
appropriate.
Define an NB_OLE_STRINGS macro and use it to make sure all the arrays
have the right number of fields.
In the *FromStr loops, fill the return field with a dummy value (42)
before calling the conversion function. This way a test no longer
depends on whether the previous test failed or not!
If a test is expected to fail, then retval is meaningless -> omit it
from the result arrays.
If a test actually fails or was expected to fail, then there is no
point in checking retval.
Improve error reporting.
Pass the printf-style format directly to ok, remove the unnecessary
sprintfs.
Patch: http://cvs.winehq.com/patch.py?id=6797
Old revision New revision Changes Path
1.4 1.5 +1508 -1493 wine/dlls/oleaut32/tests/vartest.c
ChangeSet ID: 6795
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:48:03
Modified files:
dlls/ddraw/d3ddevice: mesa.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
- factorize the D3D1/2 draw_primitive code with the new strided function
- rewrote a little bit this strided function to always use the static
functions
Patch: http://cvs.winehq.com/patch.py?id=6795
Old revision New revision Changes Path
1.46 1.47 +157 -169 wine/dlls/ddraw/d3ddevice/mesa.c
ChangeSet ID: 6794
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:35:19
Modified files:
. : configure.ac configure
Log message:
Make sure INSTALL path is relative to the top dir when using the
script in tools/.
Patch: http://cvs.winehq.com/patch.py?id=6794
Old revision New revision Changes Path
1.112 1.113 +6 -1 wine/configure.ac
1.380 1.381 +1993 -652 wine/configure
ChangeSet ID: 6793
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:29:40
Modified files:
dlls/winspool : info.c
Log message:
The name of the driver should be the 16-bit one in case the app tries
to load it.
Patch: http://cvs.winehq.com/patch.py?id=6793
Old revision New revision Changes Path
1.62 1.63 +2 -2 wine/dlls/winspool/info.c
ChangeSet ID: 6789
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:25:55
Modified files:
dlls/ddraw/d3ddevice: main.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Remove useless FIXMEs since there is nothing to do in BeginScene and
EndScene.
Patch: http://cvs.winehq.com/patch.py?id=6789
Old revision New revision Changes Path
1.17 1.18 +6 -4 wine/dlls/ddraw/d3ddevice/main.c