1. 23 Feb, 2022 5 commits
  2. 22 Feb, 2022 1 commit
  3. 21 Feb, 2022 4 commits
  4. 18 Feb, 2022 4 commits
  5. 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
  6. 14 Feb, 2022 4 commits
  7. 13 Feb, 2022 10 commits
  8. 12 Feb, 2022 11 commits