]> git.ozlabs.org Git - ccan/history - ccan/tal/tal.h
tal: Fix a comment typo
[ccan] / ccan / tal / tal.h
2016-08-24 Jon Griffithstal: Fix a comment typo
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2014-06-10 Rusty Russelltal: fix tal_check description
2013-09-13 Rusty RussellMerge https://github.com/dgibson/ccan
2013-09-08 Rusty Russelltal: add tal_resizez for zero-padded expansion.
2013-01-03 Rusty RussellMerge branch 'rfc822'
2012-12-17 Rusty Russelltal: don't automatically register cleanup function.
2012-12-03 Rusty Russelltal: add tal_expand().
2012-12-03 Rusty Russelltal/str: move tal string functions here from tal.
2012-12-03 Rusty Russelltal: add tal_count() and length properties for arrays.
2012-12-03 Rusty Russelltal: adding or removing a notifier/destructor can be...
2012-12-03 Rusty Russelltal: use notifier infrastructure for destructors.
2012-12-03 Rusty Russelltal: add general notifiers.
2012-12-03 Rusty Russelltal: add del_destructor().
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_parent(NULL) should be NULL.
2012-11-18 Rusty Russelltal: add typenames by default.
2012-11-18 Rusty Russelltal: add TAL_TAKE.
2012-11-18 Rusty Russelltal: new module.