summaryrefslogtreecommitdiff
path: root/strbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright date range to include 2012Mark Pulford2012-03-041-2/+2
* Remove strbuf:die() from global symbol tableMark Pulford2011-12-301-1/+1
* Add support for runtime number precision configMark Pulford2011-05-291-12/+15
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-3/+3
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-1/+5
* Add strbuf_append_number()Mark Pulford2011-05-031-7/+18
* Add MIT license and update lua_cjson.c caveatsMark Pulford2011-05-011-0/+24
* Create "cjson" Lua module, support UCS-2 escapesMark Pulford2011-05-011-3/+4
* Grow decode stack, prealloc strings during encodeMark Pulford2011-04-251-3/+1
* Add support for growing strbufs exponentiallyMark Pulford2011-04-251-11/+69
* Add functions for new strbuf API and tidyMark Pulford2011-04-151-21/+43
* Initial commitMark Pulford2011-04-151-0/+130