summaryrefslogtreecommitdiff
path: root/strbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for runtime number precision configMark Pulford2011-05-291-2/+2
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-3/+3
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-0/+5
* Preallocate temporary decode string bufferMark Pulford2011-05-031-0/+6
* Add strbuf_reset() to reset string lengthMark Pulford2011-05-031-0/+6
* Add strbuf_append_number()Mark Pulford2011-05-031-1/+9
* Add MIT license and update lua_cjson.c caveatsMark Pulford2011-05-011-0/+24
* Grow decode stack, prealloc strings during encodeMark Pulford2011-04-251-2/+12
* Add support for growing strbufs exponentiallyMark Pulford2011-04-251-3/+8
* Add functions for new strbuf API and tidyMark Pulford2011-04-151-13/+43
* Initial commitMark Pulford2011-04-151-0/+48