aboutsummaryrefslogtreecommitdiff
path: root/src/strbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-13Streamify the loaderPetri Lehtinen1-1/+23
2009-07-04strbuffer: Optimize string terminationPetri Lehtinen1-4/+3
2009-06-30Fix json_loadf and json_loadfd with empty inputPetri Lehtinen1-10/+15
2009-06-13strbuffer_value: Return a read-only pointer rather than duplicating the valuePetri Lehtinen1-2/+2
2009-06-13strbuffer: Allocate enough space for value initiallyPetri Lehtinen1-1/+1
2009-06-11Implement strbufferPetri Lehtinen1-0/+62