summaryrefslogtreecommitdiffstats
path: root/lib/ccan/str/test
Commit message (Collapse)AuthorAgeFilesLines
* lib/ccan/str: fix warnings.Rusty Russell2011-12-051-1/+2
| | | | | | | | | Firstly, -Wwrite-strings makes string literals const, secondly, we mustn't define str_strstr etc in terms of themselves! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 0845e79650c9257aa0ddef8ff99fd815b5edffac)
* lib: import ccan modules for tdb2Rusty Russell2011-06-2017-0/+432
Imported from git://git.ozlabs.org/~ccan/ccan init-1161-g661d41f Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>