Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-22 | lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.h | Rusty Russell | 9 | -314/+348 | |
CCAN includes a little utility called "namespacize" which prepends ccan_ to all public methods of a module, and fixes up any dependencies it finds. It's a little primitive, but it works here. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-03-07 | lib/ccan: import failtest and required ccan modules for TDB2 unit tests. | Rusty Russell | 13 | -0/+1723 | |
New modules: failtest, list, time, read_write_all and tlist. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |