1. 08 Feb, 2019 3 commits
  2. 31 Jan, 2019 6 commits
  3. 30 Jan, 2019 2 commits
  4. 25 Jan, 2019 2 commits
  5. 23 Jan, 2019 5 commits
  6. 18 Jan, 2019 1 commit
  7. 17 Jan, 2019 4 commits
  8. 15 Jan, 2019 1 commit
  9. 14 Jan, 2019 1 commit
  10. 11 Jan, 2019 3 commits
  11. 09 Jan, 2019 2 commits
  12. 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
  13. 04 Jan, 2019 2 commits
  14. 03 Jan, 2019 1 commit
  15. 28 Dec, 2018 1 commit
  16. 26 Dec, 2018 2 commits
  17. 21 Dec, 2018 3 commits