• Rein Klazes's avatar
    - RtlTimeFieldsToTime should not normalize the time fields · dceae02d
    Rein Klazes authored
      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.
    dceae02d
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
misc Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...