]> git.ozlabs.org Git - ccan/commit
tal/path: new module
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Nov 2012 01:12:25 +0000 (11:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Nov 2012 01:12:25 +0000 (11:42 +1030)
commit892f59bdc1830443f87ad3aaeddaab2eeefb5937
tree2e2b74c5a6be64fb260de655cf1c47ba35b047d3
parent1322fd3377cc817720f7552a80d56dba447bcfea
tal/path: new module

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Header from folded patch 'path-talloc-take.patch':

tal/path: accept take() for arguments.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
19 files changed:
Makefile-ccan
ccan/tal/path/LICENSE [new symlink]
ccan/tal/path/_info [new file with mode: 0644]
ccan/tal/path/path.c [new file with mode: 0644]
ccan/tal/path/path.h [new file with mode: 0644]
ccan/tal/path/test/run-basename.c [new file with mode: 0644]
ccan/tal/path/test/run-canon.c [new file with mode: 0644]
ccan/tal/path/test/run-cwd.c [new file with mode: 0644]
ccan/tal/path/test/run-dirname.c [new file with mode: 0644]
ccan/tal/path/test/run-ext_off.c [new file with mode: 0644]
ccan/tal/path/test/run-is_abs.c [new file with mode: 0644]
ccan/tal/path/test/run-is_dir.c [new file with mode: 0644]
ccan/tal/path/test/run-is_file.c [new file with mode: 0644]
ccan/tal/path/test/run-join.c [new file with mode: 0644]
ccan/tal/path/test/run-pushd.c [new file with mode: 0644]
ccan/tal/path/test/run-readlink.c [new file with mode: 0644]
ccan/tal/path/test/run-rel.c [new file with mode: 0644]
ccan/tal/path/test/run-simplify.c [new file with mode: 0644]
ccan/tal/path/test/run-split.c [new file with mode: 0644]