1. 12 Dec, 2003 8 commits
  2. 11 Dec, 2003 22 commits
  3. 10 Dec, 2003 8 commits
  4. 09 Dec, 2003 2 commits
    • 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
    • Yoann Peronneau's avatar
      * fixed a compatibility problem with the CVS version of wxwindows · b6b1e9ee
      Yoann Peronneau authored
      * added a lock when changing p_vout->p_last_osd_message
      b6b1e9ee