aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-17Reindent with tabs.Johannes Löthberg1-405/+403
All source code should be indented with tabs and aligned with spaces. When talking about line length a tab equals 4 spaces.
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
This reverts commit c636fc6cd25e455a75dca24ac08ba736f62db6c8. This commit was just utterly senseless, all it does is make the code less clear for literally nothing.
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