1. 11 Feb, 2019 4 commits
  2. 08 Feb, 2019 3 commits
  3. 31 Jan, 2019 6 commits
  4. 30 Jan, 2019 2 commits
  5. 25 Jan, 2019 2 commits
  6. 23 Jan, 2019 5 commits
  7. 18 Jan, 2019 1 commit
  8. 17 Jan, 2019 4 commits
  9. 15 Jan, 2019 1 commit
  10. 14 Jan, 2019 1 commit
  11. 11 Jan, 2019 3 commits
  12. 09 Jan, 2019 2 commits
  13. 08 Jan, 2019 1 commit
    • Tim Wickberg's avatar
      Fix initialization for lock arrays. · f7da0636
      Tim Wickberg authored
      As pthread_rwlock_t is a struct, we cannot use this syntax
      to initialize all elements of the array to the same value
      as we would if these were any basic type.
      
      Instead, move the initialization to a dedicated loop to ensure
      all locks are initialized correctly.
      
      This does not seem to have caused any issues on Linux platforms,
      but macOS at least does notice this mistake.
      
      Bug 6319.
      f7da0636
  14. 04 Jan, 2019 2 commits
  15. 03 Jan, 2019 1 commit
  16. 28 Dec, 2018 1 commit
  17. 26 Dec, 2018 1 commit