aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Update all comments to refer to yaslJohannes Löthberg2-54/+54
2015-01-20Rename sds typedef to yastrJohannes Löthberg2-74/+74
2015-01-20Rename sdshdr → yastrhdrJohannes Löthberg2-20/+20
2015-01-20Update functions to use the yasl prefix instead of sdsJohannes Löthberg2-164/+164
2015-01-20Rename sds.{h,c} to yasl.{h,c}Johannes Löthberg2-1/+1
2015-01-20Missing braces in sdssplitlen cleanupJohannes Löthberg1-1/+3
2015-01-19sdsIncrLen: Remove note about negative incrementJohannes Löthberg1-3/+0
2015-01-19sdsIncrLen: Remove assert for non-negative freeJohannes Löthberg1-1/+0
2015-01-19Move tests to test/Johannes Löthberg3-287/+0
2015-01-19sds.c: Remove erranous whitespace at end of lineJohannes Löthberg1-1/+1
2015-01-19sds.h: Rewrite low-lewel API prototype headerJohannes Löthberg1-1/+1
2015-01-19test: Update to use sdsnew and sdsautoJohannes Löthberg1-24/+24
2015-01-19sds.c: Update comments referencing sdsnew{,len}Johannes Löthberg1-4/+4
2015-01-19Rename sdsnewlen to sdsnew, add inline sdsautoJohannes Löthberg2-29/+33
2015-01-19sds.c: Reorder all functions into groupsJohannes Löthberg1-416/+434
2015-01-19sds.h: Reorder function prototypes in groupsJohannes Löthberg1-37/+56
2015-01-19sdsfreesplitres: Change count arg to size_tJohannes Löthberg2-2/+2
2015-01-19Move variables into for loop, remove unnevessary lensJohannes Löthberg1-18/+13
2015-01-19sds.c: Add explicit casts everywhereJohannes Löthberg1-17/+17
2015-01-19sds.c: Change remaining len vars to size_tJohannes Löthberg1-4/+4
2015-01-19sds.c: Change spacing around arguments and operatorsJohannes Löthberg1-81/+81
2015-01-19sdssplitlen: Change length arguments to size_tJohannes Löthberg2-4/+4
2015-01-19sdsheader: cast pointer through void pointerJohannes Löthberg1-1/+3
2015-01-19test.c: Make test_list static const, fix oldfree typeJohannes Löthberg1-2/+2
2015-01-19sdsIncrLen: change incr argument to size_tJohannes Löthberg2-2/+2
2015-01-19sdsrange: change start/end args to ptrdiff_tJohannes Löthberg2-2/+3
2015-01-19sds.h: Change len and free to size_tJohannes Löthberg1-2/+3
2015-01-19sds.c: Disable format-nonliteral warning around sdscatvprintfJohannes Löthberg1-0/+2
2015-01-19sds.c: Add two function prototypesJohannes Löthberg1-0/+3
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öthberg2-3/+3
2015-01-18sds.h: len/avail: remove unnecessary temp varJohannes Löthberg1-4/+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öthberg2-413/+411
2015-01-17sds.c Replace all in-place calculations with sdsheaderJohannes Löthberg2-16/+16
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öthberg2-19/+19
2014-12-06test.c: Remove blanklines before returnJohannes Löthberg1-21/+0
2014-12-06twbctf: Save the print_width to a variableJohannes Löthberg1-3/+4
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öthberg6-185/+307
2014-12-05Move source files to src dir, use VPATH in MakefileJohannes Löthberg3-0/+1065