1. 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
  2. 13 Feb, 2022 9 commits
  3. 12 Feb, 2022 12 commits
  4. 11 Feb, 2022 1 commit
  5. 09 Feb, 2022 7 commits
  6. 08 Feb, 2022 2 commits
  7. 07 Feb, 2022 4 commits
  8. 06 Feb, 2022 4 commits