]> git.ozlabs.org Git - ccan/history - ccan/tal/str/str.h
tal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
[ccan] / ccan / tal / str / str.h
2013-01-03 Rusty Russelltal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
2012-12-03 Rusty Russelltal/str: add tal_append_fmt() and tal_append_vfmt(...
2012-12-03 Rusty Russelltal/str: rename tal_asprintf/tal_vasprintf to tal_fmt...
2012-12-03 Rusty Russelltal/str: add tal_strcat().
2012-12-03 Rusty Russelltal/str: move tal string functions here from tal.
2012-12-03 Rusty Russelltal/str: use tal_ prefix.
2012-12-03 Rusty Russelltal/str: make tal_count() work for strsplit.
2012-11-22 Rusty Russelltal/str: accept take() for arguments.
2012-11-22 Rusty Russelltal/str: new module.