1. 12 Dec, 2003 9 commits
  2. 11 Dec, 2003 22 commits
  3. 10 Dec, 2003 8 commits
  4. 09 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · 9e1d63b5
      Gildas Bazin authored
      * src/misc/mtime.c: fixed an overflow in mdate() on win32.
        This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount().
        We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days.
      * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().
      9e1d63b5