Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-25Make sparse array test immune to table hash orderMark Pulford
2012-03-04Use Javascript compat values for Infinity/NaNMark Pulford
2012-03-04Bump version to 2.1develMark Pulford
2012-03-04Add cjson.safe module to suppress exceptionsMark Pulford
2012-03-04Bump version to 2.0develMark Pulford
2012-03-04Simplify string.format() callsMark Pulford
2012-03-04Create separate tests for numbers w/leading zerosMark Pulford
2012-03-04Remove deprecated "refuse_invalid_numbers"Mark Pulford
2012-03-04Bump development version to 1.1develMark Pulford
2012-03-04Disable registration of cjson global variableMark Pulford
2012-03-04Return boolean values from configuration functionsMark Pulford
2012-03-04Add depth/index to decode depth error messageMark Pulford
2012-03-04Fix Lua C function stack overflow during encodingMark Pulford
2012-03-04Recommend genutf8.pl when utf8.dat is missingMark Pulford
2012-03-04Add "throw error" to test descriptionsMark Pulford
2012-03-04Test config API errors and setting configurationMark Pulford
2012-03-04Tidy tests and improve coverageMark Pulford
2012-03-04Place nested data structure inline with testsMark Pulford
2012-03-04Gather all test data into a tableMark Pulford
2012-03-04Add descriptions to all testsMark Pulford
2012-03-04Add tests for decode_max_depth()Mark Pulford
2012-03-04Add option to encode invalid numbers as "null"Mark Pulford
2012-03-04Rename "cjson-misc" module to "cjson.util"Mark Pulford
2012-01-03Convert common.lua into cjson-misc moduleMark Pulford
2011-12-31Remove redundant comment from test.luaMark Pulford
2011-12-31Remove "update_locale" Lua functionMark Pulford
2011-12-30Add support for Lua 5.2 and cjson.newMark Pulford
2011-12-30Add fpconv to work around comma decimal pointsMark Pulford
2011-12-30Display success when all tests passMark Pulford
2011-12-26Display failed test count (test.lua)Mark Pulford
2011-12-13Update build testing to show test counts/failuresMark Pulford
2011-11-29Add automated build testing (LuaRocks, Makefile)Mark Pulford
2011-11-29Add workaround to handle platforms that print -nanMark Pulford
2011-10-05Support locales which use comma decimal separatorsMark Pulford
2011-08-10Fix detection of objects with numeric string keysMark Pulford
2011-05-29Display CJSON library version when testingMark Pulford
2011-05-16Test module with invalid numbers enabledMark Pulford
2011-05-15Warn that a failed NaN test may not be an errorMark Pulford
2011-05-10Remove trailing whitespace1.0.1Mark Pulford
2011-05-10Add runtime option for persistent encode bufferMark Pulford
2011-05-10Remove whitespace from generated JSON outputMark Pulford
2011-05-10Add extra encoding/nesting testsMark Pulford
2011-05-08Add test for excessive nesting during encodeMark Pulford
2011-05-08Add NaN/Inf encoding tests, rearrange test orderMark Pulford
2011-05-08Generate error when attempting to decode UTF-16/32Mark Pulford
2011-05-08Add UTF-16 surrogate pair decode supportMark Pulford
2011-05-07Test octect encode/decode separatelyMark Pulford
2011-05-07Convert tests to automatically verify outputMark Pulford
2011-05-07Implement data driven test frameworkMark Pulford
2011-05-06Add test to compare objects after decode/encodeMark Pulford