1. 28 Feb, 2022 1 commit
  2. 26 Feb, 2022 9 commits
  3. 23 Feb, 2022 12 commits
  4. 22 Feb, 2022 1 commit
  5. 21 Feb, 2022 4 commits
  6. 18 Feb, 2022 4 commits
  7. 17 Feb, 2022 1 commit
    • xdiff: use xdl_free not free · b722c45d
      We've added a lovely abstraction layer in xdiff so that it can call our
      allocation functions.  But it also needs to call our free functions.  We
      missed some `free` calls in `xmerge.c`.  Update them to use `xdl_free`.
      Without this, we will pass a pointer allocated with a custom allocator
      to the system free function.  💣
      Edward Thomson committed
  8. 14 Feb, 2022 4 commits
  9. 13 Feb, 2022 4 commits