]> git.ozlabs.org Git - ccan/history - ccan/tal/tal.c
tal: simplify.
[ccan] / ccan / tal / tal.c
2012-12-03 Rusty Russelltal: simplify.
2012-11-21 Rusty Russelltal: make tal_free() return NULL
2012-11-21 Rusty Russelltal: take implies NULL passthrough.
2012-11-21 Rusty Russelltal: remove TAL_TAKE in favor of ccan/take.
2012-11-21 Rusty Russelltal: tal_dup()
2012-11-20 Rusty Russelltal: Make tal_resize() easier to use.
2012-11-19 Rusty Russelltal: make sure tal_free() preserves errno.
2012-11-19 Rusty Russelltal: tal_steal() fix.
2012-11-19 Rusty Russelltal: tal_parent(NULL) should be NULL.
2012-11-19 Rusty Russelltal: neaten child property initialization.
2012-11-19 Rusty Russelltal: bounds checking fixes.
2012-11-18 Rusty Russelltal: add typenames by default.
2012-11-18 Rusty Russelltal: add TAL_TAKE.
2012-11-18 Rusty Russelltal: new module.