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