Archived
1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
Henrik Hautakoski
6538fd9369 strbuf: added strbuf_setlen 2011-02-04 16:27:39 +01:00
Henrik Hautakoski
d64f14af4e rbtree: remove unused arguments from INIT macro. 2011-02-01 12:00:07 +01:00
Henrik Hautakoski
b5f0c3117c rbtree: move delete_fn from the structure to argument. 2011-02-01 11:51:54 +01:00
Henrik Hautakoski
ae3dec912a rbtree.c: don't call delete_fn in rbtree_insert, return a value on duplicate keys instead.
for design reasons, it's more flexible to not use callbacks for this purpose.
2011-02-01 10:53:17 +01:00
Henrik Hautakoski
7dcfd815ee rbtree.h: get rid of update_fn, we don't use it. 2011-02-01 10:29:01 +01:00
Henrik Hautakoski
442e912835 rbtree.c: return key instead of using callback. 2011-02-01 10:21:57 +01:00
Henrik Hautakoski
b0f473fb71 docs: adding str-list 2011-01-26 19:19:05 +01:00
Fredric N
3c0e4e6470 Changed the documentation structure 2011-01-26 19:19:04 +01:00