1. 27 Nov, 2010 7 commits
  2. 26 Nov, 2010 19 commits
  3. 25 Nov, 2010 1 commit
  4. 24 Nov, 2010 12 commits
  5. 23 Nov, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      Win32: implement variable cleanup more similar to POSIX... · ae79d25d
      Rémi Denis-Courmont authored
      ...and less prone to deadlocks. This restarts until all keys are NULL,
      in case cleaning up reset one key back to a non-NULL value.
      There is still a slight difference with POSIX still. POSIX will restarts
      only after all destructors have been invoked, not after the first one.
      ae79d25d