summaryrefslogtreecommitdiff
path: root/devel (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-31added one passing test.Yichun Zhang (agentzh)1-0/+11
2014-02-18feature: applied Jiale Zhi's patch to add the new config function encode_empt...2.1.0.1Yichun Zhang (agentzh)3-1/+124
2014-02-18updated .gitignore to make it vim friendly.Yichun Zhang (agentzh)1-0/+3
2012-03-04Add commented PREFIX for Solaris make buildsMark Pulford1-1/+2
2012-03-04Use Javascript compat values for Infinity/NaNMark Pulford4-15/+26
2012-03-04Add release notes for 2.1.0 release2.1.0Mark Pulford3-1/+8
2012-03-04Bump version to 2.1develMark Pulford7-13/+13
2012-03-04Work around Solaris make limitationsMark Pulford1-5/+8
2012-03-04Work around Solaris awk limitationsMark Pulford1-3/+4
2012-03-04Add cjson.safe module to suppress exceptionsMark Pulford3-12/+94
2012-03-04Update release date for 2.0.0 to 22 Jan 20122.0.0Mark Pulford4-4/+4
2012-03-04Update NEWS for 2.0.0 releaseMark Pulford1-4/+13
2012-03-04Add changelog extra to RPM spec for 2.0.0Mark Pulford1-4/+8
2012-03-04Remove ENABLE_CJSON_GLOBAL optionMark Pulford3-8/+0
2012-03-04Escape tilde characters in documentationMark Pulford2-6/+6
2012-03-04Update manual for clarity and consistencyMark Pulford1-189/+234
2012-03-04Update performance documentation for clarityMark Pulford1-24/+44
2012-03-04Update LuaRocks/RPM descriptionsMark Pulford2-8/+8
2012-03-04Force binary file mode in util.luaMark Pulford1-2/+2
2012-03-04Reduce length of CMake option descriptionsMark Pulford1-3/+2
2012-03-04Ignore DISABLE_INVALID_NUMBERS with builtin fpconvMark Pulford2-13/+16
2012-03-04Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford4-7/+7
2012-03-04Support building packages with version tags >1.xMark Pulford1-2/+2
2012-03-04Convert perf results to HTML and update for 2.0.0Mark Pulford4-53/+74
2012-03-04Add MULTIPLE_THREADS to Makefile #define listMark Pulford1-1/+3
2012-03-04Bump version to 2.0develMark Pulford8-14/+14
2012-03-04Simplify string.format() callsMark Pulford3-15/+14
2012-03-04Fix runtests.sh after API change and file movesMark Pulford1-5/+5
2012-03-04Create separate tests for numbers w/leading zerosMark Pulford1-3/+8
2012-03-04Fix string length returned by g_fmt.c for |x|<1Mark Pulford1-0/+1
2012-03-04Reserve stack slot for luaL_error() during encodeMark Pulford1-4/+11
2012-03-04Add an RPM %preun script to remove utf8.datMark Pulford1-0/+4
2012-03-04Remove deprecated "refuse_invalid_numbers"Mark Pulford2-40/+2
2012-03-04Bump development version to 1.1develMark Pulford7-13/+13
2012-03-04Disable registration of cjson global variableMark Pulford5-14/+9
2012-03-04Return boolean values from configuration functionsMark Pulford2-16/+19
2012-03-04Add CMake option to toggle DISABLE_CJSON_GLOBALMark Pulford1-0/+5
2012-03-04Add depth/index to decode depth error messageMark Pulford2-4/+8
2012-03-04Fix Lua C function stack overflow during encodingMark Pulford2-7/+21
2012-03-04Update archive download URLMark Pulford2-2/+2
2012-03-04Recommend genutf8.pl when utf8.dat is missingMark Pulford1-1/+1
2012-03-04Add "throw error" to test descriptionsMark Pulford1-41/+41
2012-03-04Test config API errors and setting configurationMark Pulford1-28/+66
2012-03-04Tidy tests and improve coverageMark Pulford2-85/+113
2012-03-04Place nested data structure inline with testsMark Pulford1-4/+2
2012-03-04Gather all test data into a tableMark Pulford1-20/+32
2012-03-04Add descriptions to all testsMark Pulford2-160/+204
2012-03-04Simplify configuration function codeMark Pulford1-60/+47
2012-03-04Merge lua_json_decode() into json_decode()Mark Pulford1-28/+14
2012-03-04Add tests for decode_max_depth()Mark Pulford1-5/+13