5 * Switched from Make to Meson build system
11 * Support for alternate memory allocation functions
12 * Memory leak checking in tests with the Boehm GC
18 * `EXTRA_CFLAGS` for cross-compilation
19 * Include debug symbols in the release variant too
23 * Don't explicitly build the static library with
24 position-independent code (-fPIC)
30 * `derp_strcmp` and `derp_free` convenience wrappers which
31 ignore their second argument
35 * Conform with C99 7.1.3 for internal identifier names
36 (don't use leading underscores)
42 * List, vector, balanced tree, and hash map