]> git.ozlabs.org Git - ccan/history - ccan/tal/str
crypto/shachain/tools: update to new rbuf API.
[ccan] / ccan / tal / str /
2018-07-27 Rusty Russelltal/str: always create strings which have tal_count...
2018-07-27 Rusty Russelltal/str and tal/stack: use _label interfaces.
2017-03-15 Rusty Russelltake, tal, tal/path, tal/str, tal/talloc: annotate...
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-11-04 Rusty Russellcast, str, take, tal/grabfile, tal/str, typesafe_cb...
2016-11-04 Rusty RussellRemove unused main() args in many modules.
2016-09-07 Rusty Russelltal: make tal_next() only return immediate children.
2016-01-19 Rusty Russelltal/str: fix infinite loop of tal_fmt() with empty...
2015-10-16 Rusty Russelltal/str: fix error in tal_strndup()
2015-09-29 Rusty Russellccanlint: enhance and streamline "output" testing lines.
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2014-08-18 Rusty Russelltal/str: use tal/grab_file not grab_file in example.
2014-06-23 Rusty Russelltal/str: fix error when strreg regex looks for literal...
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2013-01-03 Rusty RussellMerge branch 'rfc822'
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.