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