aboutsummaryrefslogtreecommitdiff
path: root/NEWS (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-03-04Use Lua CJSON instead of CJSON in documentationMark Pulford1-3/+3
2012-03-04Update copyright date range to include 2012Mark Pulford5-6/+30
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