summaryrefslogtreecommitdiff
path: root/manual.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-04Change default nesting limits to 1000Mark Pulford2-5/+5
2012-03-04Improve benchmark stabilityMark Pulford1-7/+36
2012-03-04Use static strtod() buffer where possibleMark Pulford1-5/+13
2012-03-04Add option to encode invalid numbers as "null"Mark Pulford3-111/+180
2012-03-04Add configurable decode nesting limitMark Pulford2-35/+89
2012-03-04Update rockspec to install lua2json/json2luaMark Pulford1-0/+9
2012-03-04Update RPM to install extra scripts via makeMark Pulford1-2/+8
2012-03-04Add make target for cjson.util and scriptsMark Pulford1-5/+27
2012-03-04Rename "cjson-misc" module to "cjson.util"Mark Pulford5-24/+24
2012-03-04Move cjson-misc and scripts to "lua" directoryMark Pulford3-0/+0
2012-03-04Use DISABLE_INVALID_NUMBERS on WIN32 CMake buildsMark Pulford1-7/+7
2012-03-04Fix typo in manualMark Pulford1-2/+2
2012-03-04Update cjson-misc.lua file descriptionMark Pulford1-1/+1
2012-03-04Improve performance by tracking decode ptrMark Pulford1-46/+49
2012-03-04Update bench.lua to support different JSON modulesMark Pulford3-41/+62
2012-03-04Add support to USE_INTERNAL_DTOA to CMake buildMark Pulford1-7/+41
2012-03-04Limit significant digits in numbers.json to 14Mark Pulford1-6/+6
2012-03-04Add error checking to dtoa locking primitivesMark Pulford1-4/+12
2012-03-04Document dtoa build optionsMark Pulford1-0/+16
2012-03-04Use internal dtoa/strtod for double conversionMark Pulford6-16/+123
2012-01-03Add support for Lua 5.2 environments to lua2jsonMark Pulford1-9/+23
2012-01-03Rename encode/decode scripts to lua2json/json2luaMark Pulford2-6/+6
2012-01-03Convert common.lua into cjson-misc moduleMark Pulford5-35/+43
2012-01-02Tidy Makefile sections and commentsMark Pulford1-17/+16
2012-01-02Fix Windows TARGET modificationsMark Pulford1-3/+3
2012-01-02Fix typos (lists, hexadecimal)Mark Pulford2-9/+9
2012-01-02Update all package descriptions for consistencyMark Pulford3-9/+19
2012-01-01Add build option to disable invalid numbersMark Pulford4-16/+39
2012-01-01Sanitise locale code, comments and documentationMark Pulford4-41/+71
2012-01-01Add Windows MinGW target to MakefileMark Pulford1-4/+12
2011-12-31Add NDEBUG to performance CFLAGSMark Pulford1-1/+1
2011-12-31Remove redundant comment from test.luaMark Pulford1-7/+0
2011-12-31Update NEWS for 1.0.5Mark Pulford1-1/+5
2011-12-31Minor code cleanupMark Pulford1-10/+12
2011-12-31Remove "update_locale" Lua functionMark Pulford2-10/+2
2011-12-31Add option for private bufferMark Pulford1-26/+44
2011-12-31Fix minor warning from Clang analyzerMark Pulford1-1/+1
2011-12-31Remove shared current_depth var from cfg structMark Pulford1-25/+17
2011-12-30Remove strbuf:die() from global symbol tableMark Pulford1-1/+1
2011-12-30Add support for Lua 5.2 and cjson.newMark Pulford8-47/+122
2011-12-30Add fpconv to work around comma decimal pointsMark Pulford8-20/+206
2011-12-29Remove POSIX locale workaroundMark Pulford6-124/+4
2011-12-30Display success when all tests passMark Pulford1-3/+4
2011-12-29Added Netlib dtoa.c/g_fmt.c routines (20110428)Mark Pulford2-0/+4460
2011-12-26Display failed test count (test.lua)Mark Pulford1-1/+1
2011-12-26Generate git tag based version number for packagesMark Pulford1-20/+10
2011-12-24Fix typo in lua_cjson.cMark Pulford1-1/+1
2011-12-20Clarify optional args and return valuesMark Pulford1-0/+15