Rusty Russell
|
0248fa2c84
ccanlint: fix --compiler and --cflags options to apply to _info files as well.
|
13 years ago |
Rusty Russell
|
e0529e15e0
tools: manifest.c should use path_canon.
|
13 years ago |
Rusty Russell
|
5f55178822
ccanlint: remove redundant num_lines in struct ccan_file.
|
13 years ago |
Rusty Russell
|
756407b435
ccanlint: print module name properly for nested modules.
|
13 years ago |
Rusty Russell
|
49a1a4366f
tools: use tal/path instead of opencoding most paths.
|
13 years ago |
Rusty Russell
|
09d5cd70d7
tools: use tal/path instead of writing own path handlers.
|
13 years ago |
Rusty Russell
|
dc8042b425
tools: use tal instead of talloc.
|
13 years ago |
Rusty Russell
|
aabf300e32
tools: use rbuf instead of grab_file.
|
13 years ago |
Rusty Russell
|
44b37ee8ae
rbuf: new module.
|
13 years ago |
Rusty Russell
|
72ce81407f
tal/link: new module for reference-count style coding for tal.
|
13 years ago |
Rusty Russell
|
e7ae27d642
tal/str: add tal_append_fmt() and tal_append_vfmt() helpers.
|
13 years ago |
Rusty Russell
|
4710a92838
tal/str: rename tal_asprintf/tal_vasprintf to tal_fmt/tal_vfmt.
|
13 years ago |
Rusty Russell
|
a5ebf3146a
tal/str: add tal_strcat().
|
13 years ago |
Rusty Russell
|
680aa49652
tal: add tal_expand().
|
13 years ago |
Rusty Russell
|
5582b01194
tal/str: move tal string functions here from tal.
|
13 years ago |
Rusty Russell
|
15ed4f4537
tal/str: use tal_ prefix.
|
13 years ago |
Rusty Russell
|
737dcc0fe9
tal/str: make tal_count() work for strsplit.
|
13 years ago |
Rusty Russell
|
83c75170a2
tal: add tal_count() and length properties for arrays.
|
13 years ago |
Rusty Russell
|
9a1441141e
tal: adding or removing a notifier/destructor can be const.
|
13 years ago |
Rusty Russell
|
fce7c22f5c
tal: optimize case where no (non-destructor) notifiers are used.
|
13 years ago |
Rusty Russell
|
68b5c2c874
tal: use notifier infrastructure for destructors.
|
13 years ago |
Rusty Russell
|
d73a2bcb32
tal: add general notifiers.
|
13 years ago |
Rusty Russell
|
ca6991d861
tal: add del_destructor().
|
13 years ago |
Rusty Russell
|
d73447c20d
tal: check headers more carefully.
|
13 years ago |
Rusty Russell
|
0f6d854ab9
tal: simplify.
|
13 years ago |
Rusty Russell
|
932d65dd65
ccanlint: handle nested modules when mentioned in examples.
|
13 years ago |
Rusty Russell
|
6a4d453378
tools: don't abort on malformed documentation lines.
|
13 years ago |
Rusty Russell
|
2b7f1fca3e
Makefile: score nested modules.
|
13 years ago |
Rusty Russell
|
076729416e
tal: fix benchmark/Makefile
|
13 years ago |
Rusty Russell
|
892f59bdc1
tal/path: new module
|
13 years ago |