1. 16 Apr, 2020 1 commit
    • ReinUsesLisp's avatar
      buffer_cache: Return handles instead of pointer to handles · 090fd3fe
      ReinUsesLisp authored
      The original idea of returning pointers is that handles can be moved.
      The problem is that the implementation didn't take that in mind and made
      everything harder to work with. This commit drops pointer to handles and
      returns the handles themselves. While it is still true that handles can
      be invalidated, this way we get an old handle instead of a dangling
      pointer.
      
      This problem can be solved in the future with sparse buffers.
      090fd3fe
  2. 13 Apr, 2020 10 commits
  3. 12 Apr, 2020 6 commits
  4. 11 Apr, 2020 5 commits
  5. 10 Apr, 2020 4 commits
  6. 09 Apr, 2020 11 commits
  7. 08 Apr, 2020 3 commits