aboutsummaryrefslogtreecommitdiff
path: root/src/strbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-2/+3
2019-10-09fix issue #481allen1-1/+1
2018-03-06Add warn_unused_result to strbuffer_init.Corey Farrell1-1/+1
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2014-12-19Increase test coveragePetri Lehtinen1-1/+2
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen1-0/+2
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2011-06-30use size_t for strbuffer writes, and avoid integer overflowJKL1-3/+3
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen1-1/+1
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-13Streamify the loaderPetri Lehtinen1-1/+6
2009-07-04strbuffer: Optimize string terminationPetri Lehtinen1-2/+2
2009-06-30Fix json_loadf and json_loadfd with empty inputPetri Lehtinen1-1/+1
2009-06-13strbuffer_value: Return a read-only pointer rather than duplicating the valuePetri Lehtinen1-1/+1
2009-06-11Implement strbufferPetri Lehtinen1-0/+19