aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-18sds.c: Add braces around all one-line if and while loopsJohannes Löthberg1-33/+33
2015-01-18sds.c: add braces around naked while loopsJohannes Löthberg1-2/+4
2015-01-18sds.{c,h}: Sort includesJohannes Löthberg1-2/+2
2015-01-18sdsfromlonglong: Cast abs ternary statement to ullJohannes Löthberg1-1/+1
2015-01-17sds.c: All if statements should be bracedJohannes Löthberg1-5/+8
2015-01-17Reindent with tabs.Johannes Löthberg1-405/+403
2015-01-17sds.c Replace all in-place calculations with sdsheaderJohannes Löthberg1-14/+14
2015-01-17Revert "SDS Header pointer math rewritten in a more elegant form."Johannes Löthberg1-17/+17
2014-12-05Replace testsuite with one based on twbctfJohannes Löthberg1-125/+0
2014-12-05Move source files to src dir, use VPATH in MakefileJohannes Löthberg1-0/+907