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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-20
Update all comments to refer to yasl
Johannes Löthberg
2
-54
/
+54
2015-01-20
Rename sds typedef to yastr
Johannes Löthberg
2
-74
/
+74
2015-01-20
Rename sdshdr → yastrhdr
Johannes Löthberg
2
-20
/
+20
2015-01-20
Update functions to use the yasl prefix instead of sds
Johannes Löthberg
2
-164
/
+164
2015-01-20
Rename sds.{h,c} to yasl.{h,c}
Johannes Löthberg
2
-1
/
+1
2015-01-20
Missing braces in sdssplitlen cleanup
Johannes Löthberg
1
-1
/
+3
2015-01-19
sdsIncrLen: Remove note about negative increment
Johannes Löthberg
1
-3
/
+0
2015-01-19
sdsIncrLen: Remove assert for non-negative free
Johannes Löthberg
1
-1
/
+0
2015-01-19
Move tests to test/
Johannes Löthberg
3
-287
/
+0
2015-01-19
sds.c: Remove erranous whitespace at end of line
Johannes Löthberg
1
-1
/
+1
2015-01-19
sds.h: Rewrite low-lewel API prototype header
Johannes Löthberg
1
-1
/
+1
2015-01-19
test: Update to use sdsnew and sdsauto
Johannes Löthberg
1
-24
/
+24
2015-01-19
sds.c: Update comments referencing sdsnew{,len}
Johannes Löthberg
1
-4
/
+4
2015-01-19
Rename sdsnewlen to sdsnew, add inline sdsauto
Johannes Löthberg
2
-29
/
+33
2015-01-19
sds.c: Reorder all functions into groups
Johannes Löthberg
1
-416
/
+434
2015-01-19
sds.h: Reorder function prototypes in groups
Johannes Löthberg
1
-37
/
+56
2015-01-19
sdsfreesplitres: Change count arg to size_t
Johannes Löthberg
2
-2
/
+2
2015-01-19
Move variables into for loop, remove unnevessary lens
Johannes Löthberg
1
-18
/
+13
2015-01-19
sds.c: Add explicit casts everywhere
Johannes Löthberg
1
-17
/
+17
2015-01-19
sds.c: Change remaining len vars to size_t
Johannes Löthberg
1
-4
/
+4
2015-01-19
sds.c: Change spacing around arguments and operators
Johannes Löthberg
1
-81
/
+81
2015-01-19
sdssplitlen: Change length arguments to size_t
Johannes Löthberg
2
-4
/
+4
2015-01-19
sdsheader: cast pointer through void pointer
Johannes Löthberg
1
-1
/
+3
2015-01-19
test.c: Make test_list static const, fix oldfree type
Johannes Löthberg
1
-2
/
+2
2015-01-19
sdsIncrLen: change incr argument to size_t
Johannes Löthberg
2
-2
/
+2
2015-01-19
sdsrange: change start/end args to ptrdiff_t
Johannes Löthberg
2
-2
/
+3
2015-01-19
sds.h: Change len and free to size_t
Johannes Löthberg
1
-2
/
+3
2015-01-19
sds.c: Disable format-nonliteral warning around sdscatvprintf
Johannes Löthberg
1
-0
/
+2
2015-01-19
sds.c: Add two function prototypes
Johannes Löthberg
1
-0
/
+3
2015-01-18
sds.c: Add braces around all one-line if and while loops
Johannes Löthberg
1
-33
/
+33
2015-01-18
sds.c: add braces around naked while loops
Johannes Löthberg
1
-2
/
+4
2015-01-18
sds.{c,h}: Sort includes
Johannes Löthberg
2
-3
/
+3
2015-01-18
sds.h: len/avail: remove unnecessary temp var
Johannes Löthberg
1
-4
/
+2
2015-01-18
sdsfromlonglong: Cast abs ternary statement to ull
Johannes Löthberg
1
-1
/
+1
2015-01-17
sds.c: All if statements should be braced
Johannes Löthberg
1
-5
/
+8
2015-01-17
Reindent with tabs.
Johannes Löthberg
2
-413
/
+411
2015-01-17
sds.c Replace all in-place calculations with sdsheader
Johannes Löthberg
2
-16
/
+16
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
2
-19
/
+19
2014-12-06
test.c: Remove blanklines before return
Johannes Löthberg
1
-21
/
+0
2014-12-06
twbctf: Save the print_width to a variable
Johannes Löthberg
1
-3
/
+4
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
6
-185
/
+307
2014-12-05
Move source files to src dir, use VPATH in Makefile
Johannes Löthberg
3
-0
/
+1065