]> git.ozlabs.org Git - ccan/commit - ccan/str_talloc/test/run.c
Rename string to str, and split into three modules.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 10 Nov 2008 05:50:42 +0000 (16:50 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 10 Nov 2008 05:50:42 +0000 (16:50 +1100)
commit9965fc25fcc92dc76d1cd4cf9595dc3dc9ebc586
tree18af3fa83e278b542e20028a02a1b645ac32eb59
parent963fa5ca9303d146d635e2fba04814f4f791c559
Rename string to str, and split into three modules.
29 files changed:
ccan/grab_file/_info.c [new file with mode: 0644]
ccan/grab_file/grab_file.c [new file with mode: 0644]
ccan/grab_file/grab_file.h [new file with mode: 0644]
ccan/grab_file/test/run-grab.c [new file with mode: 0644]
ccan/str/_info.c [new file with mode: 0644]
ccan/str/str.h [new file with mode: 0644]
ccan/str/test/run.c [new file with mode: 0644]
ccan/str_talloc/_info.c [new file with mode: 0644]
ccan/str_talloc/str_talloc.c [new file with mode: 0644]
ccan/str_talloc/str_talloc.h [new file with mode: 0644]
ccan/str_talloc/test/run.c [new file with mode: 0644]
ccan/string/_info.c [deleted file]
ccan/string/string.c [deleted file]
ccan/string/string.h [deleted file]
ccan/string/test/run-grab.c [deleted file]
ccan/string/test/run.c [deleted file]
ccan/talloc/talloc.h
tools/ccan_depends.c
tools/ccanlint/Makefile
tools/ccanlint/file_analysis.c
tools/ccanlint/has_main_header.c
tools/ccanlint/has_tests.c
tools/ccanlint/idempotent.c
tools/ccanlint/trailing_whitespace.c
tools/create_dep_tar.c
tools/depends.c
tools/doc_extract.c
tools/namespacize.c
tools/run_tests.c