lib: import ccan modules for tdb2
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 07:24:15 +0000 (16:54 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:18:34 +0000 (11:18 +0200)
commit754c677b0bbf3ea6c7d2a73c93848f1b0d68c91e
tree54d99c9f66d5a57bf7f70d53e744a31df18f9e0e
parenta8c3d38bc806c6972d10b6a371de8941da25a9ae
lib: import ccan modules for tdb2

Imported from git://git.ozlabs.org/~ccan/ccan init-1161-g661d41f

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
135 files changed:
lib/ccan/array_size/LICENSE [new file with mode: 0644]
lib/ccan/array_size/_info [new file with mode: 0644]
lib/ccan/array_size/array_size.h [new file with mode: 0644]
lib/ccan/array_size/test/compile_fail-function-param.c [new file with mode: 0644]
lib/ccan/array_size/test/compile_fail.c [new file with mode: 0644]
lib/ccan/array_size/test/run.c [new file with mode: 0644]
lib/ccan/asearch/LICENSE [new file with mode: 0644]
lib/ccan/asearch/_info [new file with mode: 0644]
lib/ccan/asearch/asearch.h [new file with mode: 0644]
lib/ccan/asearch/test/compile_fail-return-value-const.c [new file with mode: 0644]
lib/ccan/asearch/test/compile_fail-return-value.c [new file with mode: 0644]
lib/ccan/asearch/test/run-strings.c [new file with mode: 0644]
lib/ccan/asearch/test/run.c [new file with mode: 0644]
lib/ccan/build_assert/LICENSE [new file with mode: 0644]
lib/ccan/build_assert/_info [new file with mode: 0644]
lib/ccan/build_assert/build_assert.h [new file with mode: 0644]
lib/ccan/build_assert/test/compile_fail-expr.c [new file with mode: 0644]
lib/ccan/build_assert/test/compile_fail.c [new file with mode: 0644]
lib/ccan/build_assert/test/compile_ok.c [new file with mode: 0644]
lib/ccan/build_assert/test/run-BUILD_ASSERT_OR_ZERO.c [new file with mode: 0644]
lib/ccan/build_assert/test/run-EXPR_BUILD_ASSERT.c [new file with mode: 0644]
lib/ccan/cast/LICENSE [new file with mode: 0644]
lib/ccan/cast/_info [new file with mode: 0644]
lib/ccan/cast/cast.h [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_const.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_const2.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_const3.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_signed-const.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_signed-sizesame.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_signed.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_static-2.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_static-3.c [new file with mode: 0644]
lib/ccan/cast/test/compile_fail-cast_static.c [new file with mode: 0644]
lib/ccan/cast/test/compile_ok-cast_void.c [new file with mode: 0644]
lib/ccan/compiler/LICENSE [new file with mode: 0644]
lib/ccan/compiler/_info [new file with mode: 0644]
lib/ccan/compiler/compiler.h [new file with mode: 0644]
lib/ccan/compiler/test/compile_fail-printf.c [new file with mode: 0644]
lib/ccan/compiler/test/run-is_compile_constant.c [new file with mode: 0644]
lib/ccan/endian/LICENSE [new file with mode: 0644]
lib/ccan/endian/_info [new file with mode: 0644]
lib/ccan/endian/endian.h [new file with mode: 0644]
lib/ccan/endian/test/run.c [new file with mode: 0644]
lib/ccan/hash/_info [new file with mode: 0644]
lib/ccan/hash/hash.c [new file with mode: 0644]
lib/ccan/hash/hash.h [new file with mode: 0644]
lib/ccan/hash/test/api-hash_stable.c [new file with mode: 0644]
lib/ccan/hash/test/run.c [new file with mode: 0644]
lib/ccan/htable/LICENSE [new file with mode: 0644]
lib/ccan/htable/_info [new file with mode: 0644]
lib/ccan/htable/htable.c [new file with mode: 0644]
lib/ccan/htable/htable.h [new file with mode: 0644]
lib/ccan/htable/htable_type.h [new file with mode: 0644]
lib/ccan/htable/test/run-type.c [new file with mode: 0644]
lib/ccan/htable/test/run.c [new file with mode: 0644]
lib/ccan/htable/tools/Makefile [new file with mode: 0644]
lib/ccan/htable/tools/speed.c [new file with mode: 0644]
lib/ccan/ilog/LICENSE [new file with mode: 0644]
lib/ccan/ilog/_info [new file with mode: 0644]
lib/ccan/ilog/ilog.c [new file with mode: 0644]
lib/ccan/ilog/ilog.h [new file with mode: 0644]
lib/ccan/ilog/test/run-out-of-line.c [new file with mode: 0644]
lib/ccan/ilog/test/run.c [new file with mode: 0644]
lib/ccan/libccan.m4 [new file with mode: 0644]
lib/ccan/likely/LICENSE [new file with mode: 0644]
lib/ccan/likely/_info [new file with mode: 0644]
lib/ccan/likely/likely.c [new file with mode: 0644]
lib/ccan/likely/likely.h [new file with mode: 0644]
lib/ccan/likely/test/run-debug.c [new file with mode: 0644]
lib/ccan/likely/test/run.c [new file with mode: 0644]
lib/ccan/str/LICENSE [new file with mode: 0644]
lib/ccan/str/_info [new file with mode: 0644]
lib/ccan/str/debug.c [new file with mode: 0644]
lib/ccan/str/str.c [new file with mode: 0644]
lib/ccan/str/str.h [new file with mode: 0644]
lib/ccan/str/str_debug.h [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isalnum.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isalpha.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isascii.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isblank.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-iscntrl.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isdigit.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-islower.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isprint.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-ispunct.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isspace.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isupper.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-isxdigit.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-strchr.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-strrchr.c [new file with mode: 0644]
lib/ccan/str/test/compile_fail-strstr.c [new file with mode: 0644]
lib/ccan/str/test/debug.c [new file with mode: 0644]
lib/ccan/str/test/run.c [new file with mode: 0644]
lib/ccan/tally/LICENSE [new file with mode: 0644]
lib/ccan/tally/_info [new file with mode: 0644]
lib/ccan/tally/tally.c [new file with mode: 0644]
lib/ccan/tally/tally.h [new file with mode: 0644]
lib/ccan/tally/test/run-bucket_of.c [new file with mode: 0644]
lib/ccan/tally/test/run-divlu64.c [new file with mode: 0644]
lib/ccan/tally/test/run-histogram.c [new file with mode: 0644]
lib/ccan/tally/test/run-mean.c [new file with mode: 0644]
lib/ccan/tally/test/run-median.c [new file with mode: 0644]
lib/ccan/tally/test/run-min-max.c [new file with mode: 0644]
lib/ccan/tally/test/run-mode.c [new file with mode: 0644]
lib/ccan/tally/test/run-renormalize.c [new file with mode: 0644]
lib/ccan/tally/test/run-total.c [new file with mode: 0644]
lib/ccan/typesafe_cb/LICENSE [new file with mode: 0644]
lib/ccan/typesafe_cb/_info [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-cast_if_any.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-cast_if_type-promotable.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-cast_if_type.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb_exact.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_fail-typesafe_cb_preargs.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-cast_if_any.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb-const.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb-vars.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb-volatile.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb_cast.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/compile_ok-typesafe_cb_def-const.c [new file with mode: 0644]
lib/ccan/typesafe_cb/test/run.c [new file with mode: 0644]
lib/ccan/typesafe_cb/typesafe_cb.h [new file with mode: 0644]
lib/ccan/wscript [new file with mode: 0644]
source3/Makefile.in
source3/configure.in
source3/wscript
source3/wscript_build
wscript
wscript_build