]> git.ozlabs.org Git - ccan/commit - ccan_tools/doc_extract.c
Include all the tools under ccan_tools dir, hacked to work for me.
authorRusty Russell <rusty@vivaldi>
Thu, 20 Dec 2007 04:19:26 +0000 (15:19 +1100)
committerRusty Russell <rusty@vivaldi>
Thu, 20 Dec 2007 04:19:26 +0000 (15:19 +1100)
commit7bbd49fdb03503688dd34ab860e0e02e852ed267
tree5dba355987a98e08eb3b97ff976df2e18d9d879b
parentfdfcdafbfa7957b6ca393bb4000fbaad3813a61a
Include all the tools under ccan_tools dir, hacked to work for me.
118 files changed:
.bzrignore
Makefile
README [new file with mode: 0644]
build_assert/test/run-EXPR_BUILD_ASSERT.c
ccan_tools/Makefile [new file with mode: 0644]
ccan_tools/doc_extract.c [new file with mode: 0644]
ccan_tools/libtap/INSTALL [new file with mode: 0644]
ccan_tools/libtap/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/README [new file with mode: 0644]
ccan_tools/libtap/aclocal.m4 [new file with mode: 0644]
ccan_tools/libtap/compile [new file with mode: 0755]
ccan_tools/libtap/config.guess [new file with mode: 0755]
ccan_tools/libtap/config.sub [new file with mode: 0755]
ccan_tools/libtap/configure [new file with mode: 0755]
ccan_tools/libtap/configure.in [new file with mode: 0644]
ccan_tools/libtap/depcomp [new file with mode: 0755]
ccan_tools/libtap/install-sh [new file with mode: 0755]
ccan_tools/libtap/ltmain.sh [new file with mode: 0644]
ccan_tools/libtap/missing [new file with mode: 0755]
ccan_tools/libtap/src/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/src/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/src/tap.3 [new file with mode: 0644]
ccan_tools/libtap/src/tap.c [new file with mode: 0644]
ccan_tools/libtap/src/tap.h [new file with mode: 0644]
ccan_tools/libtap/tests/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/README [new file with mode: 0644]
ccan_tools/libtap/tests/diag/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/diag/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/diag/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/diag/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/fail/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/fail/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/fail/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/fail/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/ok/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/ok/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-hash/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-hash/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-hash/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-hash/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-numeric/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-numeric/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-numeric/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok-numeric/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/ok/ok/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/pass/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/pass/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/pass/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/pass/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no-tests/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no-tests/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no-tests/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no-tests/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no_plan/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no_plan/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no_plan/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/no_plan/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/not-enough-tests/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/not-enough-tests/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/not-enough-tests/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/not-enough-tests/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/sane/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/sane/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/sane/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/sane/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/skip_all/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/skip_all/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/skip_all/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/skip_all/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-plans/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-plans/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-plans/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-plans/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-tests/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-tests/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-tests/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/plan/too-many-tests/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/skip/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/skip/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/skip/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/skip/test.pl [new file with mode: 0644]
ccan_tools/libtap/tests/test.t [new file with mode: 0644]
ccan_tools/libtap/tests/todo/Makefile.am [new file with mode: 0644]
ccan_tools/libtap/tests/todo/Makefile.in [new file with mode: 0644]
ccan_tools/libtap/tests/todo/test.c [new file with mode: 0644]
ccan_tools/libtap/tests/todo/test.pl [new file with mode: 0644]
ccan_tools/run_tests.c [new file with mode: 0644]
ccan_tools/talloc/Makefile.in [new file with mode: 0644]
ccan_tools/talloc/NEWS [new file with mode: 0644]
ccan_tools/talloc/autogen.sh [new file with mode: 0755]
ccan_tools/talloc/config.guess [new file with mode: 0755]
ccan_tools/talloc/config.h.in [new file with mode: 0644]
ccan_tools/talloc/config.mk [new file with mode: 0644]
ccan_tools/talloc/config.sub [new file with mode: 0755]
ccan_tools/talloc/configure [new file with mode: 0755]
ccan_tools/talloc/configure.ac [new file with mode: 0644]
ccan_tools/talloc/install-sh [new file with mode: 0755]
ccan_tools/talloc/libtalloc.m4 [new file with mode: 0644]
ccan_tools/talloc/talloc.3.xml [new file with mode: 0644]
ccan_tools/talloc/talloc.c [new file with mode: 0644]
ccan_tools/talloc/talloc.h [new file with mode: 0644]
ccan_tools/talloc/talloc.pc [new file with mode: 0644]
ccan_tools/talloc/talloc.pc.in [new file with mode: 0644]
ccan_tools/talloc/talloc_guide.txt [new file with mode: 0644]
ccan_tools/talloc/testsuite.c [new file with mode: 0644]
ccan_tools/test_all.sh [new file with mode: 0755]
check_type/test/run.c
container_of/container_of.h
container_of/test/run.c
run_tests.c [deleted file]
test_all.sh [deleted file]