ChangeSet ID: 14278
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/22 14:54:17
Modified files:
dlls/ntdll/tests: Makefile.in .cvsignore
dlls/ntdll : time.c
Added files:
dlls/ntdll/tests: time.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Correct the calculation of the year for the 31'st of December of 2000
and every 400 years after that. Add a test used to find this bug.
Patch: http://cvs.winehq.org/patch.py?id=14278
Old revision New revision Changes Path
1.10 1.11 +2 -1 wine/dlls/ntdll/tests/Makefile.in
1.10 1.11 +1 -0 wine/dlls/ntdll/tests/.cvsignore
1.50 1.51 +2 -0 wine/dlls/ntdll/time.c
Added 1.1 +0 -0 wine/dlls/ntdll/tests/time.c
ChangeSet ID: 14274
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/22 14:51:54
Modified files:
dlls/dsound/tests: dsound_test.h capture.c
Log message:
Robert Reif <reif(a)earthlink.net>
Don't consider a bad format an error unless the capabilities say it
should be supported.
Don't consider a device already in use an error.
Patch: http://cvs.winehq.org/patch.py?id=14274
Old revision New revision Changes Path
1.4 1.5 +25 -25 wine/dlls/dsound/tests/dsound_test.h
1.11 1.12 +9 -2 wine/dlls/dsound/tests/capture.c
ChangeSet ID: 14272
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/21 17:29:42
Modified files:
dlls/shell32 : shlfileop.c
Log message:
Rolf Kalbermatter <rolf.kalbermatter(a)citeng.com>
- SHCreateDirectory should create intermediate directories if
necessary.
- Remove extra boolean parameter in SHNotifyMoveFile as it is not
used.
- Use in SHFileOperation the function SHNotifyCreateDirectory instead
of SHCreateDirectoryEx as it does not anymore what is needed here.
- Fix several unsigned/signed mismatch warnings.
Patch: http://cvs.winehq.org/patch.py?id=14272
Old revision New revision Changes Path
1.45 1.46 +105 -57 wine/dlls/shell32/shlfileop.c