Sweden-Number/dlls/msvcrt/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 - Move printf tests from scanf.c to printf.c (and fix one on the 2004-11-04 21:03:30 +00:00
Makefile.in - Move printf tests from scanf.c to printf.c (and fix one on the 2004-11-04 21:03:30 +00:00
cpp.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-15 03:35:54 +00:00
environ.c Add some test cases for _wputenv, fix deletion of non-existent 2004-07-19 21:23:02 +00:00
file.c - msvcrt: the file descriptors are now inherited between parent/child 2004-09-03 01:05:30 +00:00
headers.c Added MSVCRT_CLOCKS_PER_SEC define. 2004-09-08 19:05:28 +00:00
heap.c Heap tests cleanup. 2004-03-11 00:38:14 +00:00
printf.c - Move printf tests from scanf.c to printf.c (and fix one on the 2004-11-04 21:03:30 +00:00
scanf.c - Move printf tests from scanf.c to printf.c (and fix one on the 2004-11-04 21:03:30 +00:00
string.c Make our ascii strings static const. 2004-05-04 04:13:05 +00:00
time.c - RtlTimeFieldsToTime should not normalize the time fields 2004-11-06 03:53:53 +00:00