summaryrefslogtreecommitdiff
path: root/strbuf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-03Add strbuf_reset() to reset string lengthMark Pulford2-2/+8
2011-05-03Escape all unprintable ASCII when encodingMark Pulford1-47/+94
2011-05-03Implement minor performance improvementsMark Pulford1-42/+50
2011-05-03Add strbuf_append_number()Mark Pulford2-8/+27
2011-05-01Add build and package supportMark Pulford3-0/+83
2011-05-01Update lua_cjson.c with minor fixesMark Pulford1-6/+3
2011-05-01Support optionally parsing Inf/NaN/Hex numbersMark Pulford1-31/+73
2011-05-01Add MIT license and update lua_cjson.c caveatsMark Pulford4-18/+102
2011-05-01Detect and throw error when parsing hexadecimalMark Pulford1-10/+20
2011-05-01Simplify generating parse error tokensMark Pulford1-28/+29
2011-05-01Throw error on Inf/NaN by default when encodingMark Pulford1-16/+49
2011-05-01Improve encoding exception error formatMark Pulford1-6/+7
2011-05-01Add detailed parse error reportingMark Pulford1-19/+45
2011-05-01Move static configuration into runtime userdataMark Pulford1-137/+230
2011-05-01Encode very sparse arrays as objectsMark Pulford1-1/+14
2011-05-01Create "cjson" Lua module, support UCS-2 escapesMark Pulford2-99/+154
2011-04-26Update lua_json pcall API naming conventionMark Pulford1-5/+8
2011-04-26Move verify_arg_count() into lua_json.cMark Pulford1-4/+9
2011-04-25Grow decode stack, prealloc strings during encodeMark Pulford3-18/+34
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