Archived
1
0
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
Henrik Hautakoski
f46ae1970b Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
2011-03-19 12:28:48 +02:00
Henrik Hautakoski
e67e03aceb strbuf: added strbuf_avail and strbuf_appendf. 2011-02-04 17:18:21 +01:00
Henrik Hautakoski
6538fd9369 strbuf: added strbuf_setlen 2011-02-04 16:27:39 +01:00
Henrik Hautakoski
b6ab5c88a8 strbuf.c: added strbuf_explode 2011-01-13 15:36:59 +01:00
Henrik Hautakoski
2e2d6c7eee use stdlib.h instead of malloc.h 2011-01-13 15:36:58 +01:00
Henrik Hautakoski
f06a528ad0 strbuf.c: Added strbuf_append_repeat function 2010-12-22 14:51:25 +01:00
Henrik Hautakoski
d1924e5c67 test/t_strbuf.c: added test for freeing an empty buffer 2010-12-22 14:51:25 +01:00
Henrik Hautakoski
30ae4449ea test/t_strbuf.c: refactoring to individual function tests.
to improve readability. one test-function for one test.
2010-12-22 14:51:24 +01:00
Henrik Hautakoski
cfb5e85699 moving src/common to src/ 2010-10-19 13:34:06 +02:00
Henrik Hautakoski
03c830be75 common/strbuf.c: fixing up squeeze. 2010-10-22 13:59:17 +02:00
Henrik Hautakoski
3abbb2b63e common/strbuf: added chop function 2010-10-22 13:59:15 +02:00
H Hautakoski
8b0772d0f1 common/strbuf: new function strbuf_term 2010-10-22 13:59:10 +02:00
H Hautakoski
9de2e02418 common/strbuf: "\0" pointer for new buffers and squeeze. 2010-10-22 13:59:09 +02:00
H Hautakoski
f1dbd880a7 docs for strbuf and some small changes. 2010-10-22 13:59:07 +02:00
H Hautakoski
1cf6ea1571 common/strbuf: a little cleanup in rev 2010-10-22 13:59:06 +02:00
H Hautakoski
92477a7261 core string buffer implementation. 2010-10-22 13:59:06 +02:00