aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard1-0/+46
2011-12-25Near 100% branch coverage.David Robillard1-1/+1
2011-12-24Test serd_strlen and serd_strerror.David Robillard1-0/+1
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-0/+55
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String U...David Robillard1-0/+58
2011-01-24Remove SerdString cruft.David Robillard1-91/+0
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-8/+27
2011-01-20Add serd_string_free to API.David Robillard1-0/+7
2011-01-20Rework character reading functions to support reading multi-byte characters (...David Robillard1-0/+65