aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-19sds.h: Reorder function prototypes in groupsJohannes Löthberg1-37/+56
2015-01-19sdsfreesplitres: Change count arg to size_tJohannes Löthberg1-1/+1
2015-01-19sdssplitlen: Change length arguments to size_tJohannes Löthberg1-1/+1
2015-01-19sdsheader: cast pointer through void pointerJohannes Löthberg1-1/+3
2015-01-19sdsIncrLen: change incr argument to size_tJohannes Löthberg1-1/+1
2015-01-19sdsrange: change start/end args to ptrdiff_tJohannes Löthberg1-1/+1
2015-01-19sds.h: Change len and free to size_tJohannes Löthberg1-2/+3
2015-01-18sds.{c,h}: Sort includesJohannes Löthberg1-1/+1
2015-01-18sds.h: len/avail: remove unnecessary temp varJohannes Löthberg1-4/+2
2015-01-17Reindent with tabs.Johannes Löthberg1-8/+8
2015-01-17sds.c Replace all in-place calculations with sdsheaderJohannes Löthberg1-2/+2
2015-01-17sds.h: Add inline function for getting the sdshdrJohannes Löthberg1-0/+4
2015-01-17sds.h: Clean up sdshdr struct pointer arithmeticJohannes Löthberg1-2/+2
2015-01-17Revert "SDS Header pointer math rewritten in a more elegant form."Johannes Löthberg1-2/+2
2014-12-05sds.h: Don’t use __ in front of include guardJohannes Löthberg1-2/+2
2014-12-05Replace testsuite with one based on twbctfJohannes Löthberg1-3/+0
2014-12-05Move source files to src dir, use VPATH in MakefileJohannes Löthberg1-0/+101