summaryrefslogtreecommitdiff
path: root/lua_json.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-25Move global table init into lua_jsonMark Pulford1-2/+9
2011-04-25Tidy Lua arg count verificationMark Pulford1-3/+3
2011-04-25Add support for growing strbufs exponentiallyMark Pulford3-18/+79
2011-04-16Initialise lua_json lookup tables once (globally)Mark Pulford1-3/+1
2011-04-16Improve exception handling in lua_jsonMark Pulford1-21/+60
2011-04-15Merge lua_json_encode/decode.c into lua_json.cMark Pulford2-275/+282
2011-04-15Add functions for new strbuf API and tidyMark Pulford2-34/+86
2011-04-15Initial commitMark Pulford5-0/+1402