Sweden-Number/dlls/ntdll/tests
Rein Klazes dceae02d73 - RtlTimeFieldsToTime should not normalize the time fields
structure. Instead return error when it is given an unormalized
  date.
- Use better algorithms for RtlTimeToTimeFields and
  RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster.
- Add tests for RtlTimeFieldsToTime.
- SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users
  of SystemTimeToFileTime must do likewise.
- Remove a todo_wine from SystemTimeToFileTime tests.
- Since msvcrt.mktime must accept unnormalized dates, it cannot use
  SystemTimeToFileTime and do the calculations itself.
- Add some tests for mktime accepting unnormalized dates.
2004-11-06 03:53:53 +00:00
..
.cvsignore Correct the calculation of the year for the 31'st of December of 2000 2004-10-22 19:54:17 +00:00
Makefile.in Correct the calculation of the year for the 31'st of December of 2000 2004-10-22 19:54:17 +00:00
env.c Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
error.c Add trailing '\n's to ok() calls. 2004-02-07 01:03:17 +00:00
generated.c Test some more ntdll types. 2004-09-06 21:26:57 +00:00
large_int.c Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
ntdll_test.h Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
path.c Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
rtl.c Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
rtlbitmap.c Disable the RtlBitMap tests if compiling with the Microsoft headers as 2004-09-01 01:29:18 +00:00
rtlstr.c Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
string.c Avoid annoying 'macro redefinition' warnings by defining 2004-08-14 00:42:12 +00:00
time.c - RtlTimeFieldsToTime should not normalize the time fields 2004-11-06 03:53:53 +00:00