index
:
sds
master
rename-yasl
Simple Dynamic Strings for C
Johannes Löthberg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sds.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-19
sdsfreesplitres: Change count arg to size_t
Johannes Löthberg
1
-1
/
+1
2015-01-19
sdssplitlen: Change length arguments to size_t
Johannes Löthberg
1
-1
/
+1
2015-01-19
sdsheader: cast pointer through void pointer
Johannes Löthberg
1
-1
/
+3
2015-01-19
sdsIncrLen: change incr argument to size_t
Johannes Löthberg
1
-1
/
+1
2015-01-19
sdsrange: change start/end args to ptrdiff_t
Johannes Löthberg
1
-1
/
+1
2015-01-19
sds.h: Change len and free to size_t
Johannes Löthberg
1
-2
/
+3
2015-01-18
sds.{c,h}: Sort includes
Johannes Löthberg
1
-1
/
+1
2015-01-18
sds.h: len/avail: remove unnecessary temp var
Johannes Löthberg
1
-4
/
+2
2015-01-17
Reindent with tabs.
Johannes Löthberg
1
-8
/
+8
2015-01-17
sds.c Replace all in-place calculations with sdsheader
Johannes Löthberg
1
-2
/
+2
2015-01-17
sds.h: Add inline function for getting the sdshdr
Johannes Löthberg
1
-0
/
+4
2015-01-17
sds.h: Clean up sdshdr struct pointer arithmetic
Johannes Löthberg
1
-2
/
+2
2015-01-17
Revert "SDS Header pointer math rewritten in a more elegant form."
Johannes Löthberg
1
-2
/
+2
2014-12-05
sds.h: Don’t use __ in front of include guard
Johannes Löthberg
1
-2
/
+2
2014-12-05
Replace testsuite with one based on twbctf
Johannes Löthberg
1
-3
/
+0
2014-12-05
Move source files to src dir, use VPATH in Makefile
Johannes Löthberg
1
-0
/
+101